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

132464 Коммитов

Автор SHA1 Сообщение Дата
dbaron%dbaron.org 53d986e97b Attempt to fix Windows bustage. b=238099 2004-08-05 18:44:42 +00:00
dbaron%dbaron.org d35f39cc02 Implement @-moz-document at-rule for site-specific rules, particularly in user stylesheets. b=238099 r+sr=bzbarsky 2004-08-05 18:26:14 +00:00
kiko%async.com.br 80a91c9e77 Whitespace fixes. r=ssdbot 2004-08-05 13:51:23 +00:00
mostafah%oeone.com 44365f32d0 Using more realistic max version 2004-08-05 13:47:23 +00:00
kiko%async.com.br 518245d051 Fix for bug 253562: Hours Worked (actual_time) is being listed as 1.
Cleans up Bugzilla::Bug::actual_time to do things the right way (dbi,
Bugzilla->user) and apparently fixes a problem limited to some
platforms. r=joel, a=justdave.
2004-08-05 13:43:48 +00:00
neil%parkwaycc.co.uk 352a33bdd1 NPL -> MPL 2004-08-05 13:32:11 +00:00
neil%parkwaycc.co.uk 4baec436f3 Bug 32372 should be possible to completely disable CSS p=fantasai@inkedblade.net r=me (xpfe) r/sr=dbaron 2004-08-05 11:59:12 +00:00
neil%parkwaycc.co.uk a33872e9fe Bug 32372 should be possible to completely disable CSS p=fantasai@inkedblade.net r=me (xpfe) r/sr=dbaron 2004-08-05 11:38:42 +00:00
alex%croczilla.com d28fba9776 Bug #252637: Implement inner <svg> elements. r=tor, sr=dbaron for nsCSSFrameConstructor changes. SVG only - not part of default builds. 2004-08-05 09:01:13 +00:00
brendan%mozilla.org 1efe559390 Fix bug 254375 by quoting negative integer property ids in js_obj_toSource. 2004-08-05 08:06:26 +00:00
brendan%mozilla.org ee79316ac0 Remove deadwood left by last checkin (254382, r=cst). 2004-08-05 07:52:45 +00:00
smontagu%smontagu.org eea92f6929 Backing out checkin from bug 120401 because of Tp regression. 2004-08-05 06:51:35 +00:00
igor%mir2.org 743dad92a4 GeneratedClassLoader is API class and should be listed in apiClasses.properties 2004-08-05 06:06:30 +00:00
scott%scott-macgregor.org 2de2afc5ec Bug #254133 --> in the feed properties dialog, list the account name (which is used when you want a new folder for the feed)
in the folder destination drop down.
2004-08-05 03:20:36 +00:00
bugreport%peshkin.net 3fca7f6a78 Bug 254374: Fix regression in qacontact from bug 186093 2004-08-05 03:18:42 +00:00
ben%bengoodger.com 582c9d22c5 253220 - better software update - in place software update, etc etc. glory! 2004-08-05 02:45:27 +00:00
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