timeless%mozdev.org
a8dd33ffee
Bug 306086 LOAD_RETARGETED_DOCUMENT_URI confused it's for its
...
patch by stephend r=darin
2005-09-02 00:48:01 +00:00
mrbkap%gmail.com
c192827172
bug 306740: Add a compile-only option to the JS and XPC shells. Patch by Shane Caraveo <shanec@ActiveState.com> with a couple of nits from me. r=mrbkap sr=brendan
2005-09-01 23:17:27 +00:00
jst%mozilla.jstenback.com
bdc67edde4
Landing the second part of the fix for bug 304423. Make XPCWrappedNative::GetWrappedNativeOfJSObject() deal with the case where the prototype found through the funobj is not the current prototype for the given class (i.e. it's a prototype for the right class and scope, but one from before prototypes were refreshed). r=mrbkap@gmail.com, sr=brendan@mozilla.org
2005-09-01 23:08:57 +00:00
jst%mozilla.jstenback.com
e8c667e03b
Relanding the fix for bug 304423. Make window instanceof Object and Window etc be true again. This regressed with the split window landing. The fix here is to make the inner and outer windows share the outer's XPConnect prototype (but only that, everything below that on the proto chain comes from the inner window). To make this work with fastback we also needed a way to tell XPConnect to restore an old prototype for the window object when going back/forward. r=mrbkap@gmail.com, sr=brendan@mozilla.org
2005-09-01 23:02:57 +00:00
lpsolit%gmail.com
f48bf8bf53
Bug 306556: Some status in pages/fields.html.tmpl are broken - Original patch by victory <bmo@rsz.jp> r=LpSolit a=myk
2005-09-01 22:07:48 +00:00
lpsolit%gmail.com
a4dddfad40
Bug 306632: editvalues.cgi title seems wrong when actually editting a value - Patch by GavinS <bugzilla@chimpychompy.org> r=LpSolit a=myk
2005-09-01 22:00:54 +00:00
lpsolit%gmail.com
5ff08cd607
Bug 298306: For new products, the charting error message "The tool which gathers bug counts has not been run yet" is misleading - Patch by Marc Schumann <wurblzap@gmail.com> r=gerv a=myk
2005-09-01 21:52:20 +00:00
mrbkap%gmail.com
97d610cc86
bug 306617: The generic function dispatcher should imitate Function.call and Function.apply. r=brendan sr=shaver
2005-09-01 21:46:15 +00:00
lpsolit%gmail.com
2fdc589ff5
Bug 304582: Move GenerateRandomPassword() out of globals.pl - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=joel a=myk
2005-09-01 21:39:21 +00:00
scott%scott-macgregor.org
b57680db62
Bug #306409 --> deniedPortAccess and malformedURI errors do not pass URI value for error messages
...
remove some %S substitution patterns from strings which don't get said substitutions in them.
r=beltzner
2005-09-01 21:38:55 +00:00
lpsolit%gmail.com
3a6dd5bb54
Bug 302370: Remove the EmitFormElements() routine from editproducts.cgi and templatize that code - Patch by Gabriel Sales de Oliveira <gabriel@async.com.br> r=LpSolit a=myk
2005-09-01 21:33:07 +00:00
brendan%mozilla.org
81a2503669
Fix to bug reported by daumling@adobe.com (306633, r/sr=daumling/shaver) where eval swallows strict warnings.
2005-09-01 21:26:27 +00:00
dveditz%cruzio.com
d402ca281c
bug 306056: prevent crash calling window.stop() after window.close(). Thanks to Julien Plissonneau Duqu�ne for the original patch, r=dveditz, sr=jst, a=asa
2005-09-01 21:14:47 +00:00
darin%meer.net
be944cbae7
landing follow-up patch for bug 306375 "Make it possible to restart to a different profile" r=bsmedberg
2005-09-01 20:59:50 +00:00
rob_strong%exchangecode.com
0c8b33abd6
Remove Theme ->Show Item Contents (including strings) from extension and theme managers. Bug 306182 Theme ->Show Item Contents throws exception (in [nsILocalFile.reveal]). r=bsmedberg, a=asa
2005-09-01 20:48:14 +00:00
aaronleventhal%moonset.net
1c7cc222e3
Bug 306726. Should not have accesskey on a menulist option label. r=mano
2005-09-01 19:58:51 +00:00
dougt%meer.net
ce821a5aad
adding a minimo properties file
2005-09-01 19:52:58 +00:00
dougt%meer.net
ab18d5d9fd
Addresses 305712. There is more worked needed to make this solid with respect to form elements. However, this patch makes it so that you can navigate select elements with the normal up/down arrow keys, and you can use the left/right+modifier to use snav NPODB
2005-09-01 19:51:58 +00:00
mvl%exedo.nl
85a524e5d5
make adding a duration be done in parts, instead of converting to seconds.
...
bug 303826, r=dmose
2005-09-01 19:21:16 +00:00
joshmoz%gmail.com
127b2f38f1
Fix crash in nsFilePicker.cpp when too many file filters are used. Patch by Shane Caraveo from ActiveState. b=306351 r=josh sr=smfr
2005-09-01 19:16:33 +00:00
bzbarsky%mit.edu
f436b70226
Make sure random parts of external DTDs don't sneak into the DOM. Bug 306353,
...
r+sr=peterv
2005-09-01 18:59:46 +00:00
bzbarsky%mit.edu
a3127c2331
Restore disabled state for all form controls. Bug 306616, r+sr=peterv
2005-09-01 18:58:31 +00:00
darin%meer.net
4df9bc7700
fixes bug 306375 "Make it possible to restart to a different profile" r=bsmedberg
2005-09-01 18:55:27 +00:00
mgalli%geckonnection.com
020e3a9599
Temp fix to the View options checked in sync.
2005-09-01 18:51:07 +00:00
darin%meer.net
42b144f79e
fixes bug 306077 "do not package channel-prefs.js in MAR complete and partial patches" r=chase
2005-09-01 18:41:11 +00:00
dougt%meer.net
ead9a8939e
Adding a minimal Bad Cert handler. minimo-only.
2005-09-01 18:22:19 +00:00
aaronleventhal%moonset.net
912a94a7dc
Bug 305833. Context menu on bookmark right click is dead. r=mats, sr=bryner
2005-09-01 18:18:08 +00:00
doronr%us.ibm.com
593a54edcc
Bug 306608 - Schema Loader has issues with xsd:group. r/sr=peterv
2005-09-01 17:17:35 +00:00
allan%beaufour.dk
bd4e008345
Ooops, part of bug 306620 sneaked in together with the checkin for bug 306614
2005-09-01 17:07:12 +00:00
allan%beaufour.dk
e6f47c8c67
fieldset should not match :enabled/:disabled. Bug 306614, r+sr=bzbarsky
2005-09-01 16:49:36 +00:00
cltbld
eec165c1c7
Automated update from host egg
2005-09-01 15:11:31 +00:00
cbiesinger%web.de
6f689bab62
bug 306701 put quotes around sunbird's default extension list
...
r=bsmedberg
2005-09-01 15:09:41 +00:00
dougt%meer.net
e890b300d8
Backing out Bug 268798 which caused a Tp regression. See bug 305356 for details. r+sr=bz, a=asa
2005-09-01 14:33:07 +00:00
bsmedberg%covad.net
675caf9c8e
Bug 304505 - bootstrap section of client.mk should only list individual files, not directories, for pull-by-date to work correctly r=chase
2005-09-01 14:30:53 +00:00
bienvenu%nventure.com
6b9028d0ea
one fix for imap urls spinning, when all cached connections have timed out, 163951, sr=mscott
2005-09-01 14:30:33 +00:00
myk%mozilla.org
5f6bb9b0cd
Partial fix for bug 302669: rewrites Attachment.pm to provide a real Attachment class; r=lpsolit
2005-09-01 14:02:30 +00:00
bsmedberg%covad.net
4a5c0c8bd8
Bug 302099 - XRE_InitEmbedding (xulrunner-only) - r=darin
2005-09-01 13:21:55 +00:00
bsmedberg%covad.net
61ab58b925
Fixing dlldeps for windows, bug 299992
2005-09-01 12:50:53 +00:00
bsmedberg%covad.net
a63c75a8a1
Bug 306615 - Fold PSM into libxul r=darin
2005-09-01 12:43:58 +00:00
bsmedberg%covad.net
26d6dc029c
Bug 299992 (final patch!) - Allow glue-finding code to specify additional features such as toolkit=gtk r=darin
2005-09-01 12:33:47 +00:00
cbiesinger%web.de
0e228a617d
bug 300800 make CreateAboutBlankContentViewer store the current viewer in
...
shistory
r=bryner sr=bz
2005-09-01 12:12:04 +00:00
jst%mozilla.jstenback.com
82f4e9911c
Backing out my fix for bug 304423 since it broke the Txul tests.
2005-09-01 05:39:58 +00:00
mozilla.mano%sent.com
c263ab4dc5
Bug 300590 - Expose bidi.browser.ui, seamonkey part. r+sr=neil.
2005-09-01 05:34:31 +00:00
bryner%brianryner.com
1194334ac1
Fix for crashes in document.addBinding():
...
- Don't allow the old binding to go away as we insert the new binding into the chain.
- When swapping the nsXBLInsertionPoint array for a content node, remove any entries from the old list that are also in the new list, so that we don't delete them.
Bug 296375, r+sr=bzbarsky.
2005-09-01 04:38:29 +00:00
masayuki%d-toybox.com
7e709162b7
Bug 295223 Bookmark menu collapses when hovering folder in level 1, quickly marking another folder in level 1, and then hovering folder in level 2 (subfolder of first folder). r+sr=bryner
2005-09-01 04:08:33 +00:00
bzbarsky%mit.edu
f82d146879
Fix crash bug 306580. r+sr=bryner
2005-09-01 04:04:10 +00:00
jst%mozilla.jstenback.com
d7b16affa4
Fixing bug 304423. Make window instanceof Object and Window etc be true again. This regressed with the split window landing. The fix here is to make the inner and outer windows share the outer's XPConnect prototype (but only that, everything below that on the proto chain comes from the inner window). To make this work with fastback we also needed a way to tell XPConnect to restore an old prototype for the window object when going back/forward. r=mrbkap@gmail.com, sr=brendan@mozilla.org
2005-09-01 03:56:35 +00:00
jst%mozilla.jstenback.com
03b0092894
Fixing bug 304423. Make window instanceof Object and Window etc be true again. This regressed with the split window landing. The fix here is to make the inner and outer windows share the outer's XPConnect prototype (but only that, everything below that on the proto chain comes from the inner window). To make this work with fastback we also needed a way to tell XPConnect to restore an old prototype for the window object when going back/forward. r=mrbkap@gmail.com, sr=brendan@mozilla.org
2005-09-01 03:51:12 +00:00
bzbarsky%mit.edu
ff7e54e813
Make sure to null out the weak parent ptr in session history entries as
...
needed. Bug 305181, r=bryner, sr=jst
2005-09-01 02:40:12 +00:00
jst%mozilla.jstenback.com
b56f380d84
Followup comment change for bug 306630.
2005-09-01 00:24:09 +00:00