bugzilla%standard8.demon.co.uk
59bf5ba96a
Bug 189821 Expose pref to enable address book startup by default. r/sr=neil.parkwaycc.co.uk
...
git-svn-id: svn://10.0.0.236/trunk@179537 18797224-902f-48f8-a5cc-f745e15eee43
2005-09-02 14:33:31 +00:00
igor%mir2.org
41d85eb65f
Fixing bug #306825 : now shell.Global can be used as scope objects in servlets
...
git-svn-id: svn://10.0.0.236/trunk@179536 18797224-902f-48f8-a5cc-f745e15eee43
2005-09-02 14:18:40 +00:00
timeless%mozdev.org
561750bb44
Bug 304646 nsPrintOptions::InitPrintSettingsFromPrefs shouldn't do NS_WARNING when prtName.IsEmpty()
...
patch by b.jacques@planet.nl r=timeless sr=dmose
git-svn-id: svn://10.0.0.236/trunk@179534 18797224-902f-48f8-a5cc-f745e15eee43
2005-09-02 09:28:49 +00:00
timeless%mozdev.org
452fa7e778
Bug 306259 Nits in nsPrintOptionsImpl
...
patch by b.jacques@planet.nl r=timeless sr=dmose
git-svn-id: svn://10.0.0.236/trunk@179533 18797224-902f-48f8-a5cc-f745e15eee43
2005-09-02 09:04:21 +00:00
timeless%mozdev.org
2c8cc3e0cd
Bug 305679 please look before leaping for mimeInfo.primaryExtension
...
also enforcing catch...{/}
r=neil sr=neil
git-svn-id: svn://10.0.0.236/trunk@179531 18797224-902f-48f8-a5cc-f745e15eee43
2005-09-02 04:48:28 +00:00
cltbld
951e5546d7
Automated update from host egg
...
git-svn-id: svn://10.0.0.236/trunk@179530 18797224-902f-48f8-a5cc-f745e15eee43
2005-09-02 03:01:34 +00:00
cls%seawood.org
66c78972bd
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
git-svn-id: svn://10.0.0.236/trunk@179529 18797224-902f-48f8-a5cc-f745e15eee43
2005-09-02 02:59:01 +00:00
cls%seawood.org
b997d3bcd0
Skip libpthread check in Darwin builds
...
Bug #212708 r=wtc
git-svn-id: svn://10.0.0.236/trunk@179528 18797224-902f-48f8-a5cc-f745e15eee43
2005-09-02 02:44:37 +00:00
aaronleventhal%moonset.net
394a9444ce
Bug 306750. Fix crashes in accessibility core based on talkback reports. r=parente, sr=bryner
...
git-svn-id: svn://10.0.0.236/trunk@179527 18797224-902f-48f8-a5cc-f745e15eee43
2005-09-02 01:33:23 +00:00
wtchang%redhat.com
5d757d49f0
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
git-svn-id: svn://10.0.0.236/trunk@179526 18797224-902f-48f8-a5cc-f745e15eee43
2005-09-02 01:24:57 +00:00
dveditz%cruzio.com
c18c6634a8
Don't block onload xpinstall, site whitelisting does the job (bug 271567).
...
Required to fix bugs 295058 and 300114. r=dougt, sr=mscott
git-svn-id: svn://10.0.0.236/trunk@179525 18797224-902f-48f8-a5cc-f745e15eee43
2005-09-02 01:02:28 +00:00
wtchang%redhat.com
2f4bf9842e
Bugzilla Bug 303507: changed GCC's default OPTIMIZER back to -O2.
...
r=saul.edwards.
git-svn-id: svn://10.0.0.236/trunk@179524 18797224-902f-48f8-a5cc-f745e15eee43
2005-09-02 00:59:00 +00:00
timeless%mozdev.org
575cb40c48
Bug 306086 LOAD_RETARGETED_DOCUMENT_URI confused it's for its
...
patch by stephend r=darin
git-svn-id: svn://10.0.0.236/trunk@179523 18797224-902f-48f8-a5cc-f745e15eee43
2005-09-02 00:48:01 +00:00
mrbkap%gmail.com
a9df2d1bd8
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
...
git-svn-id: svn://10.0.0.236/trunk@179520 18797224-902f-48f8-a5cc-f745e15eee43
2005-09-01 23:17:27 +00:00
jst%mozilla.jstenback.com
e705ef15dc
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
...
git-svn-id: svn://10.0.0.236/trunk@179518 18797224-902f-48f8-a5cc-f745e15eee43
2005-09-01 23:08:57 +00:00
jst%mozilla.jstenback.com
1b53f11a72
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
...
git-svn-id: svn://10.0.0.236/trunk@179517 18797224-902f-48f8-a5cc-f745e15eee43
2005-09-01 23:02:57 +00:00
lpsolit%gmail.com
7c79f09b57
Bug 306556: Some status in pages/fields.html.tmpl are broken - Original patch by victory <bmo@rsz.jp> r=LpSolit a=myk
...
git-svn-id: svn://10.0.0.236/trunk@179511 18797224-902f-48f8-a5cc-f745e15eee43
2005-09-01 22:07:48 +00:00
lpsolit%gmail.com
5243ff363d
Bug 306632: editvalues.cgi title seems wrong when actually editting a value - Patch by GavinS <bugzilla@chimpychompy.org> r=LpSolit a=myk
...
git-svn-id: svn://10.0.0.236/trunk@179510 18797224-902f-48f8-a5cc-f745e15eee43
2005-09-01 22:00:54 +00:00
lpsolit%gmail.com
ec2341ffdf
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
...
git-svn-id: svn://10.0.0.236/trunk@179509 18797224-902f-48f8-a5cc-f745e15eee43
2005-09-01 21:52:20 +00:00
mrbkap%gmail.com
ac444c3ef5
bug 306617: The generic function dispatcher should imitate Function.call and Function.apply. r=brendan sr=shaver
...
git-svn-id: svn://10.0.0.236/trunk@179508 18797224-902f-48f8-a5cc-f745e15eee43
2005-09-01 21:46:15 +00:00
lpsolit%gmail.com
0818f9fd5f
Bug 304582: Move GenerateRandomPassword() out of globals.pl - Patch by Frédéric Buclin <LpSolit@gmail.com> r=joel a=myk
...
git-svn-id: svn://10.0.0.236/trunk@179507 18797224-902f-48f8-a5cc-f745e15eee43
2005-09-01 21:39:21 +00:00
scott%scott-macgregor.org
028b52766f
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
git-svn-id: svn://10.0.0.236/trunk@179506 18797224-902f-48f8-a5cc-f745e15eee43
2005-09-01 21:38:55 +00:00
lpsolit%gmail.com
214b8ddb06
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
...
git-svn-id: svn://10.0.0.236/trunk@179505 18797224-902f-48f8-a5cc-f745e15eee43
2005-09-01 21:33:07 +00:00
brendan%mozilla.org
3acfaea5f5
Fix to bug reported by daumling@adobe.com (306633, r/sr=daumling/shaver) where eval swallows strict warnings.
...
git-svn-id: svn://10.0.0.236/trunk@179503 18797224-902f-48f8-a5cc-f745e15eee43
2005-09-01 21:26:27 +00:00
dveditz%cruzio.com
25d6cada92
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
...
git-svn-id: svn://10.0.0.236/trunk@179501 18797224-902f-48f8-a5cc-f745e15eee43
2005-09-01 21:14:47 +00:00
darin%meer.net
f1ecd7b213
landing follow-up patch for bug 306375 "Make it possible to restart to a different profile" r=bsmedberg
...
git-svn-id: svn://10.0.0.236/trunk@179498 18797224-902f-48f8-a5cc-f745e15eee43
2005-09-01 20:59:50 +00:00
rob_strong%exchangecode.com
68c67e29ab
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
...
git-svn-id: svn://10.0.0.236/trunk@179497 18797224-902f-48f8-a5cc-f745e15eee43
2005-09-01 20:48:14 +00:00
aaronleventhal%moonset.net
0e8ddbcb8a
Bug 306726. Should not have accesskey on a menulist option label. r=mano
...
git-svn-id: svn://10.0.0.236/trunk@179496 18797224-902f-48f8-a5cc-f745e15eee43
2005-09-01 19:58:51 +00:00
dougt%meer.net
d9402fdb08
adding a minimo properties file
...
git-svn-id: svn://10.0.0.236/trunk@179494 18797224-902f-48f8-a5cc-f745e15eee43
2005-09-01 19:52:58 +00:00
dougt%meer.net
2c68c03052
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
...
git-svn-id: svn://10.0.0.236/trunk@179493 18797224-902f-48f8-a5cc-f745e15eee43
2005-09-01 19:51:58 +00:00
mvl%exedo.nl
d965b91845
make adding a duration be done in parts, instead of converting to seconds.
...
bug 303826, r=dmose
git-svn-id: svn://10.0.0.236/trunk@179488 18797224-902f-48f8-a5cc-f745e15eee43
2005-09-01 19:21:16 +00:00
joshmoz%gmail.com
059ea31f27
Fix crash in nsFilePicker.cpp when too many file filters are used. Patch by Shane Caraveo from ActiveState. b=306351 r=josh sr=smfr
...
git-svn-id: svn://10.0.0.236/trunk@179486 18797224-902f-48f8-a5cc-f745e15eee43
2005-09-01 19:16:33 +00:00
bzbarsky%mit.edu
dd92584140
Make sure random parts of external DTDs don't sneak into the DOM. Bug 306353,
...
r+sr=peterv
git-svn-id: svn://10.0.0.236/trunk@179485 18797224-902f-48f8-a5cc-f745e15eee43
2005-09-01 18:59:46 +00:00
bzbarsky%mit.edu
fd42ca7d92
Restore disabled state for all form controls. Bug 306616, r+sr=peterv
...
git-svn-id: svn://10.0.0.236/trunk@179484 18797224-902f-48f8-a5cc-f745e15eee43
2005-09-01 18:58:31 +00:00
darin%meer.net
24e7c640b3
fixes bug 306375 "Make it possible to restart to a different profile" r=bsmedberg
...
git-svn-id: svn://10.0.0.236/trunk@179483 18797224-902f-48f8-a5cc-f745e15eee43
2005-09-01 18:55:27 +00:00
mgalli%geckonnection.com
b039be4bfa
Temp fix to the View options checked in sync.
...
git-svn-id: svn://10.0.0.236/trunk@179482 18797224-902f-48f8-a5cc-f745e15eee43
2005-09-01 18:51:07 +00:00
darin%meer.net
ec44d896d4
fixes bug 306077 "do not package channel-prefs.js in MAR complete and partial patches" r=chase
...
git-svn-id: svn://10.0.0.236/trunk@179480 18797224-902f-48f8-a5cc-f745e15eee43
2005-09-01 18:41:11 +00:00
dougt%meer.net
8aaebfe76c
Adding a minimal Bad Cert handler. minimo-only.
...
git-svn-id: svn://10.0.0.236/trunk@179479 18797224-902f-48f8-a5cc-f745e15eee43
2005-09-01 18:22:19 +00:00
aaronleventhal%moonset.net
de3ac57bf0
Bug 305833. Context menu on bookmark right click is dead. r=mats, sr=bryner
...
git-svn-id: svn://10.0.0.236/trunk@179478 18797224-902f-48f8-a5cc-f745e15eee43
2005-09-01 18:18:08 +00:00
doronr%us.ibm.com
5dc1491da6
Bug 306608 - Schema Loader has issues with xsd:group. r/sr=peterv
...
git-svn-id: svn://10.0.0.236/trunk@179476 18797224-902f-48f8-a5cc-f745e15eee43
2005-09-01 17:17:35 +00:00
allan%beaufour.dk
c03c593368
Ooops, part of bug 306620 sneaked in together with the checkin for bug 306614
...
git-svn-id: svn://10.0.0.236/trunk@179475 18797224-902f-48f8-a5cc-f745e15eee43
2005-09-01 17:07:12 +00:00
allan%beaufour.dk
af331a6879
fieldset should not match :enabled/:disabled. Bug 306614, r+sr=bzbarsky
...
git-svn-id: svn://10.0.0.236/trunk@179474 18797224-902f-48f8-a5cc-f745e15eee43
2005-09-01 16:49:36 +00:00
cltbld
315eb4bb95
Automated update from host egg
...
git-svn-id: svn://10.0.0.236/trunk@179473 18797224-902f-48f8-a5cc-f745e15eee43
2005-09-01 15:11:31 +00:00
cbiesinger%web.de
2f7e5230ca
bug 306701 put quotes around sunbird's default extension list
...
r=bsmedberg
git-svn-id: svn://10.0.0.236/trunk@179472 18797224-902f-48f8-a5cc-f745e15eee43
2005-09-01 15:09:41 +00:00
dougt%meer.net
25e626563c
Backing out Bug 268798 which caused a Tp regression. See bug 305356 for details. r+sr=bz, a=asa
...
git-svn-id: svn://10.0.0.236/trunk@179471 18797224-902f-48f8-a5cc-f745e15eee43
2005-09-01 14:33:07 +00:00
bsmedberg%covad.net
a2c6323e89
Bug 304505 - bootstrap section of client.mk should only list individual files, not directories, for pull-by-date to work correctly r=chase
...
git-svn-id: svn://10.0.0.236/trunk@179470 18797224-902f-48f8-a5cc-f745e15eee43
2005-09-01 14:30:53 +00:00
bienvenu%nventure.com
fb4d51364d
one fix for imap urls spinning, when all cached connections have timed out, 163951, sr=mscott
...
git-svn-id: svn://10.0.0.236/trunk@179469 18797224-902f-48f8-a5cc-f745e15eee43
2005-09-01 14:30:33 +00:00
myk%mozilla.org
ff7b44d6d9
Partial fix for bug 302669: rewrites Attachment.pm to provide a real Attachment class; r=lpsolit
...
git-svn-id: svn://10.0.0.236/trunk@179468 18797224-902f-48f8-a5cc-f745e15eee43
2005-09-01 14:02:30 +00:00
bsmedberg%covad.net
cb3b224515
Bug 302099 - XRE_InitEmbedding (xulrunner-only) - r=darin
...
git-svn-id: svn://10.0.0.236/trunk@179467 18797224-902f-48f8-a5cc-f745e15eee43
2005-09-01 13:21:55 +00:00
bsmedberg%covad.net
1c68b64533
Fixing dlldeps for windows, bug 299992
...
git-svn-id: svn://10.0.0.236/trunk@179465 18797224-902f-48f8-a5cc-f745e15eee43
2005-09-01 12:50:53 +00:00