igor%mir2.org
53e6af4c84
Allow to pass JS-wrapped instances of org.apache.xmlbeans.XmlCursor and org.apache.xmlbeans.XmlObject to XML constructor to make proper XML objects from them.
2004-08-04 17:32:48 +00:00
igor%mir2.org
ec4ab45708
Preparations for Rhino 1.6R1 RC1
2004-08-04 17:28:11 +00:00
darin%meer.net
c41f4b4ba3
fixes bug 249282 "Permit mixing of \ and / in file:// URLs under Win32" r=biesi sr=bzbarsky
2004-08-04 17:08:27 +00:00
bienvenu%nventure.com
646dbcbcbd
fix initial default for special folders for imap servers to be on imap server, sr=mscott 254016
2004-08-04 16:44:01 +00:00
bugreport%peshkin.net
4d03d01641
Bug 186093: Move CanSeeBug to User.pm and make User.pm usable by templates
...
r=kiko
a=justdave
2004-08-04 16:17:10 +00:00
tor%cs.brown.edu
49e8786590
Bug 251381 - libpng buffer overflow vulnerabilities.
...
p=glennrp,tor; r=glennrp,tor; sr=tor
2004-08-04 14:02:34 +00:00
mostafah%oeone.com
1eb17bb680
Removed duplicate function. ( Bug 220075 )
2004-08-04 13:10:46 +00:00
igor%mir2.org
4a8da93dda
1. Recently introduced ScriptableObject.default(Prototype|ParentScope)() methods had problems with serialization and are removed now. XML code explicitly sets parent/prototype. To simplify that ScriptableObject now contains a special constructor taking scope and prototype arguments.
...
2. xml/XMLObject do not define lib() method and instead defines few abstract methods to create "with" proxies and perform addition.
3. XMLLib implementation is stored in the scope using ScriptableObject.associateValue() and does not depend on presence of proper XML object.
2004-08-04 12:54:03 +00:00
scott%scott-macgregor.org
3d37dd81d3
Bug #253807 --> mime encode the feed subject using the character set encoding of the RSS document.
...
This means moving nsIMimeConverter
into a scriptable interface so we can access it from JS.
Fixes several issues with the RSS extension not handling non ascii subjects.
2004-08-04 04:49:33 +00:00
scott%scott-macgregor.org
c2c3dd327e
Bug #253807 --> mime encode the feed subject using the character set encoding of the RSS document for Thunderbird.
...
This means moving nsIMimeConverter into a scriptable interface so we can access it from JS for Thunderbird.
2004-08-04 04:48:44 +00:00
bzbarsky%mit.edu
591a71b031
Don't throw from location.reload() if it's a POST page and the user cancels the
...
reload. Bug 249405, r=darin, sr=jst
2004-08-04 03:35:39 +00:00
dbaron%dbaron.org
d90e0e1222
Give nsCSSStyleSheet a header file and rename the class in preparation for deCOMtamination. b=239008 r+sr=bzbarsky
2004-08-04 03:27:28 +00:00
dbaron%dbaron.org
e7216e4d86
Load list-style-image in the style system rather than from frames. b=236889 r+sr=bzbarsky
2004-08-04 03:23:37 +00:00
bzbarsky%mit.edu
7f3a53f788
Make sure not to save magic _base_href attributes when saving a DOM. Bug
...
253507, r+sr=jst
2004-08-04 03:14:18 +00:00
bzbarsky%mit.edu
1cfbec09eb
When changing selected radio button with arrow keys, prevent the default action
...
for the key event. Bug 253299, r=aaronl, sr=bryner
2004-08-04 02:52:50 +00:00
brendan%mozilla.org
52ea52a643
Whitespace cleanup.
2004-08-04 02:28:58 +00:00
darin%meer.net
de308e6df5
fixes bug 252118 "necko ignores settings for max-persistent-connections-per-server" r=biesi sr=bzbarsky
2004-08-03 23:41:36 +00:00
jpierre%netscape.com
5b46cda86f
Fix for 249488 - make Single-Threaded mode work
2004-08-03 23:24:37 +00:00
scott%scott-macgregor.org
d5ca962752
Bug #216133 --> Allow remote images from senders in the white list for Thunderbird.
...
Enable remote image blocking by default, add pref UI under privacy for controlling the new white list settings
for blocking remote content.
2004-08-03 22:41:10 +00:00
mostafah%oeone.com
bd16fa0b15
Define ID_DDE_APPLICATION_NAME
2004-08-03 21:41:37 +00:00
bienvenu%nventure.com
ec76b3d306
fix updating of view counts when new hdr arrives as top level msg in expanded thread, sr=mscott 231846
2004-08-03 21:28:14 +00:00
neil%parkwaycc.co.uk
588e6c9c54
Bug 254047 Fix invalid locale assumptions and problems with commas in addresses r=mscott sr=bienvenu
2004-08-03 21:15:00 +00:00
mostafah%oeone.com
c617431011
Changed "Mozilla Sunbird" to "Sunbird" to comply with firefox name usage
2004-08-03 21:07:30 +00:00
bienvenu%nventure.com
1e5bbf5081
fix undo of top level message in a thread sometimes messing up display of thread, sr=mscott 231846
2004-08-03 20:15:54 +00:00
scott%scott-macgregor.org
6180647f43
Bug #254101 --> make skipPanels=true work again for ISP provided .rdf files in the account wizard. My RSS changes broke that behavior.
2004-08-03 18:31:07 +00:00
db48x%yahoo.com
3201790c0d
bug 254086: Page info -> Forms -> Form name is editable
...
r=timeless, sr=brendan
2004-08-03 17:51:25 +00:00
edburns%acm.org
d96b4f1ce0
Thanks again to Michael Klepikov for these fixes.
...
M dom/jni/org_mozilla_dom_NodeImpl.cpp
- code around the absence of LowerCaseEqualsLiteral in nsTAString.h.
I'm surprised the unit tests worked for me all aloung though.
M webclient/build.xml
- make run.test.browser depend on "main"
M webclient/src_moz/EmbedProgress.cpp
- deal with null URL passed to ::OnStateChange
M webclient/src_moz/HistoryImpl.cpp
- Don't cast to PRBool* when you don't need to.
M webclient/test/manual/src/classes/org/mozilla/webclient/test/TestBrowser.java
- don't swallow the exception from setAppData().
2004-08-03 17:16:57 +00:00
igor%mir2.org
35ca775423
Preparations for 1.6R1 RC1
2004-08-03 17:13:40 +00:00
timeless%mozdev.org
ff2fa086e8
Bug 246392 Reloading a page containing frames goes back to top level
...
patch by crispin@flowerday.cx r=blizzard sr=shaver
2004-08-03 15:28:27 +00:00
timeless%mozdev.org
c7ee7c4f1b
Bug 246392 Reloading a page containing frames goes back to top level
...
patch by crispin@flowerday.cx r=blizzard sr=shaver
2004-08-03 15:22:31 +00:00
rlk%trfenv.com
036cf273aa
bug 253242 - Reduce footprint for Mozilla Suite help guide. Patch by Giacomo Magnini <giacomo.magnini@portalis.it>. r=rlk@trfenv.com
2004-08-03 14:13:38 +00:00
steffen.wilberg%web.de
2793d07d0a
Bug 214968: .bmp extension should be listed in Open File-Image Files. p=bmo@aebrahim.fastmail.fm, r=mconnor
2004-08-03 14:13:30 +00:00
bienvenu%nventure.com
f2cf87ad88
fix for crash 253804 check for new mail at startup with out of date .msf file, sr=mscott
2004-08-03 14:01:25 +00:00
mostafah%oeone.com
bfe5e51d31
Use install.rdf from now on. Also fixed version
2004-08-03 13:56:55 +00:00
rlk%trfenv.com
89a9e8f201
adding newly optimized help images. Images by sharparrow1 <sharparrow1 at yahoo.com>. r=rlk@trfenv.com
2004-08-03 13:56:25 +00:00
mostafah%oeone.com
f2ace63123
Assigning width and height for proper viewing from firefox extension dialog
2004-08-03 13:56:09 +00:00
cbiesinger%web.de
c374a6708c
remove *WithConversion from xmlterm r+sr=roc Bug 252940
2004-08-03 13:46:52 +00:00
mostafah%oeone.com
110be3ebae
Improved install.rdf
2004-08-03 13:34:55 +00:00
mostafah%oeone.com
aa9891dc8e
Checked in patch for bug 243799
2004-08-03 13:00:39 +00:00
cbiesinger%web.de
d4c20e93be
bug 251446 X10-style XBM images do not render properly
...
patch by Aaron Kaluszka <ask@swva.net> r=biesi sr=tor
2004-08-03 12:59:56 +00:00
aaronleventhal%moonset.net
37fd617b34
Bug 254011. After focusing an element with a negative tabindex, tab relative to it's position in doc. r=bryner, sr=jst
2004-08-03 12:52:42 +00:00
blakeross%telocity.com
403166f3a8
Fix 234369 - Firefox calls itself Navigator when installing plugins.
2004-08-03 07:53:34 +00:00
blakeross%telocity.com
f552c62d73
Fix 236586 - change customization text to include item removal.
2004-08-03 07:51:16 +00:00
jocuri%softhome.net
661915c1e3
Patch for bug 253604: When commit a bug, validate timetracking before user match; patch by Tiago R. Mello <tiago@async.com.br>; r=kiko, a=justdave.
2004-08-03 06:23:25 +00:00
scott%scott-macgregor.org
71e13c9c2b
Add back an accidentally dropped else clause that was preventing deleted feeds
...
from getting removed from the subscriptions data source.
2004-08-03 05:43:51 +00:00
scott%scott-macgregor.org
14c96ec57e
Bug #253775 --> When parsing RSS 2.0 feeds, parse the content:encoded tag for each feed.
...
Patch by Myk.
2004-08-03 05:30:43 +00:00
bryner%brianryner.com
98084606af
Pango code uses PR_GetEnv(), so include prenv.h.
2004-08-03 03:40:49 +00:00
jshin%mailaps.org
1db31547d6
separate xpcom wrapper and charset detectors : patch by shanjian with some updates by me (r=smontagu, sr=alecf)
2004-08-03 01:50:37 +00:00
bienvenu%nventure.com
fd15fced30
part of work for 11051, virtual folders, register contract id for msg db factories, sr=mscott, forgot to check this in
2004-08-03 00:14:13 +00:00
bienvenu%nventure.com
91f634e8e9
add contract ids for mail dbs, part of work for 11051, forgot to check this in before
2004-08-02 23:58:59 +00:00