Граф коммитов

132348 Коммитов

Автор SHA1 Сообщение Дата
rbs%maths.uq.edu.au 0d6c204cda per-window browse with caret: allow the caret to be moved with arrow keys on any window (e.g., viewsource) for which the caret is enabled, b=254078, r+sr=bzbarsky 2004-08-04 23:31:38 +00:00
darin%meer.net 6310329ee0 fixing MingW bustage 2004-08-04 23:12:24 +00:00
smontagu%smontagu.org 49740b7219 Bug 120401: Font selection in pref. does not work (Hebrew, Arabic, CE, Baltic, Cyrillic, CJK, etc). Patch by Asaf Romano bugs.mano@mailcentral.com with contributions by me. r=jhpedemonte, sr=sfraser. 2004-08-04 21:48:39 +00:00
bugreport%peshkin.net b84eb0ffec Bug 185090: Add revamped whining system
patch by: Erik
r=joel
r=jouni
a=justdave
2004-08-04 21:36:27 +00:00
bzbarsky%mit.edu 1f7a267509 Enter on button of file input should not submit form. Bug 252526 wallpaper,
r+sr=peterv
2004-08-04 21:23:59 +00:00
bzbarsky%mit.edu d179ca744c More setting of presentational attributes that should use the CSS equivalent
stuff.  Bug 239476, r=glazman, sr=peterv
2004-08-04 21:21:26 +00:00
bzbarsky%mit.edu debcc046a2 Check for updated bullet image in DidSetStyleContext, not reflow. Bug 180142,
r+sr=dbaron
2004-08-04 21:18:20 +00:00
pinkerton%aol.net 77dcd2e084 l10n fixes for 249259, 252407, 248163 2004-08-04 21:03:34 +00:00
bzbarsky%mit.edu 91a0c731f4 nsImageBoxFrame and nsTreeBodyFrame should use nsContentUtils::LoadImage (and
CanLoadImage).  Bug 253627, r+sr=dbaron
2004-08-04 19:48:55 +00:00
bienvenu%nventure.com 73b77c4906 don't allow user to pick local directory that's used by another account, sr=mscott 233265 2004-08-04 19:20:08 +00:00
bienvenu%nventure.com 32ee03b7ac fix 254283 must click on newly subscribed newsgroup twice to open, sr=mscott 2004-08-04 19:16:21 +00:00
bienvenu%nventure.com 7d9f1d126c fix 254290, create empty imap inbox when creating imap account, sr=mscott 2004-08-04 18:57:06 +00:00
brendan%mozilla.org 056f902a8b Comment fixes to track bug 254067. 2004-08-04 18:40:55 +00:00
bugreport%peshkin.net 3f5df3ecb0 Bug 186093: Move CanSeeBug to User.pm and make User.pm usable by templates
r=kiko
a=justdave
2004-08-04 18:08:21 +00:00
brendan%mozilla.org 90fdd75baf JSOP_SETGVAR tweak: don't store rval needlessly in the optimized case, there's no chance it has changed. 2004-08-04 18:08:17 +00:00
brendan%mozilla.org d197533455 Remove bogus instanceof equivalence of distinct constructor function objects
that have the same native or script internally.  We no longer need this hack,
given regexp cloning done for precompiled scripts and functions (i.e., those
not eval'd or compile-and-go executed via a JS_Evaluate* API).

Fix a script_compile bug found during the scan of JSFRAME_EVAL occasioned by
the instanceof fix.

Bug 254067, r=shaver@mozilla.org.
2004-08-04 17:56:31 +00:00
cbiesinger%web.de 873aa98bc1 Bug 202638 make nsSocketTransport notify its observers when the
sockettransportservice initiated a detach (f.ex. because it's going offline)
r=darin sr=bz
2004-08-04 17:43:33 +00:00
igor%mir2.org 0cf7fb3e59 Restoring ScriptRuntime.call: BSF uses it! 2004-08-04 17:42:56 +00:00
cbiesinger%web.de 9b72dd5b6f Bug 254278 remove some *WithConversion in layout/content
r+sr=bz
2004-08-04 17:33:30 +00:00
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