Commit Graph

146797 Commits

Author SHA1 Message Date
igor%mir2.org
f33158e1f3 Fixing bug #306825: now shell.Global can be used as scope objects in servlets 2005-09-02 14:18:40 +00:00
timeless%mozdev.org
dc98183dbd Bug 304646 nsPrintOptions::InitPrintSettingsFromPrefs shouldn't do NS_WARNING when prtName.IsEmpty()
patch by b.jacques@planet.nl r=timeless sr=dmose
2005-09-02 09:28:49 +00:00
timeless%mozdev.org
df5dac8906 Bug 306259 Nits in nsPrintOptionsImpl
patch by b.jacques@planet.nl r=timeless sr=dmose
2005-09-02 09:04:21 +00:00
timeless%mozdev.org
7c8cbd1c11 Bug 305679 please look before leaping for mimeInfo.primaryExtension
also enforcing catch...{/}
r=neil sr=neil
2005-09-02 04:48:28 +00:00
cltbld
308b0ebb16 Automated update from host egg 2005-09-02 03:01:34 +00:00
cls%seawood.org
be6cbc25e1 For Darwin/OSX builds, do not explicitly link against libm or libpthread as they are symlinks to libSystem which is pulled in by default.
Bug #299661 r=wtc
2005-09-02 02:59:01 +00:00
cls%seawood.org
c73b242284 Skip libpthread check in Darwin builds
Bug #212708 r=wtc
2005-09-02 02:44:37 +00:00
aaronleventhal%moonset.net
4c7f6142b5 Bug 306750. Fix crashes in accessibility core based on talkback reports. r=parente, sr=bryner 2005-09-02 01:33:23 +00:00
wtchang%redhat.com
184d7ab678 Bugzilla Bug 305835: removed NSS_ENABLE_ECC ifdefs under nss/lib except
nss/lib/{freebl,softoken,ssl}. r=nelsonb.
Modified Files:
	cryptohi/keyhi.h cryptohi/manifest.mn cryptohi/seckey.c
	cryptohi/secsign.c freebl/ec.c pk11wrap/manifest.mn
	pk11wrap/pk11akey.c pk11wrap/pk11cert.c pk11wrap/pk11mech.c
	pk11wrap/pk11obj.c pk11wrap/pk11skey.c pkcs12/manifest.mn
	pkcs12/p12d.c pkcs7/config.mk pkcs7/p7decode.c
	pkcs7/p7encode.c smime/cmssiginfo.c smime/cmsutil.c
	smime/config.mk
2005-09-02 01:24:57 +00:00
dveditz%cruzio.com
16635b2e9e Don't block onload xpinstall, site whitelisting does the job (bug 271567).
Required to fix bugs 295058 and 300114. r=dougt, sr=mscott
2005-09-02 01:02:28 +00:00
wtchang%redhat.com
4113e9229d Bugzilla Bug 303507: changed GCC's default OPTIMIZER back to -O2.
r=saul.edwards.
2005-09-02 00:59:00 +00:00
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