Commit Graph

125935 Commits

Author SHA1 Message Date
bryner%brianryner.com
2c5ae83046 If encrypting the password fails (such as the user cancelling the master password prompt), then don't store the password entry. 2004-01-17 07:10:07 +00:00
nelsonb%netscape.com
0ec6f827c6 Fix two more incorrect cert names that caused erroneous test results.
Bug 231221.
2004-01-17 05:55:20 +00:00
nelsonb%netscape.com
d9ccd2ab6f Correct this script to more accurately report errors. Bug 231221. 2004-01-17 05:04:42 +00:00
rlk%trfenv.com
8f0b39d2f9 Fixing dead link in Help TOC. Patch by Christian Eyrich (ch.ey@gmx.net). r=rlk@trfenv.com 2004-01-17 02:10:14 +00:00
gerv%gerv.net
590acbc8c3 Rebuilt guide for kiko's install changes. 2004-01-17 00:23:07 +00:00
bsmedberg%covad.net
c09d845f81 From bug 229285, Don't build the fat chrome registry when --disable-xul is specified, build minimo/chromelite registry instead. Suggested by dbaron, r=bryner 2004-01-17 00:20:00 +00:00
gerv%gerv.net
da0910f617 Rebuild docs for kiko's changes to install; cvs add an HTML file I missed last time. 2004-01-17 00:19:00 +00:00
bryner%brianryner.com
de23a8f06d Copy the default plugin PkgInfo file to the bundle Contents directory to ensure that the plugin can load successfully on Mac OS 10.1. Bug 230915, r=pinkerton 2004-01-17 00:07:54 +00:00
bsmedberg%covad.net
c7b97d1f33 Bug 224578 - unix.js prefs were left out of first patch! I'm mortified. 2004-01-16 23:59:09 +00:00
tor%cs.brown.edu
285c42cad8 Bug 229652 - invalid gif could crash browser. r=darin, sr=bryner 2004-01-16 23:32:25 +00:00
tor%cs.brown.edu
6e0bbb9e6a Bug 113561 - handle tiling of images where the frame is smaller
than the container.  r=pavlov, sr=bryner
2004-01-16 23:28:51 +00:00
kiko%async.com.br
758ec01164 Fix for bug 90468: Bugzilla does not log out automatically when closing
the session. Patch by toms@myrealbox.com (Toms Baugis), with minor
cleanups by me. r=kiko, a=myk.
2004-01-16 22:46:31 +00:00
sicking%bigfoot.com
8b2a7340b2 Bug 195350: Fix regression from earlier patch in same bug: make html-attributes be case-insensitive again.
r=caillon sr=peterv
2004-01-16 22:44:33 +00:00
kiko%async.com.br
afeb66c1e6 Fix for bug 229998: bugzilla-submit 'Operating-System' and 'URL' fields
are rejected. Minor fixes to bugzilla-submit's argument parsing. Patch
by me, inspired by work done by joseph@picsel.com (Joseph Heenan).
contrib-only. a=myk
2004-01-16 22:26:49 +00:00
bsmedberg%covad.net
f7929f3e3e Forgot a file for bug 224578. 2004-01-16 21:54:44 +00:00
nelsonb%netscape.com
d8dc4c1455 Detect absent isCA flags in basic constraints. Detect and reject negative
or too large positive path length constraints in basic constraints.
Bug 221644. r=jpierre.
2004-01-16 21:33:16 +00:00
bienvenu%nventure.com
3e7aea6c7b add pr logging to MCD, sr=mscott 231148 2004-01-16 21:24:09 +00:00
pkw%us.ibm.com
7b60572a0e Bug 231104 - Checkin for Bug 195350 causes AIX build to segfault on startup.
r=bugmail@sicking.cc, sr=tor@acm.org
2004-01-16 21:04:12 +00:00
peterv%propagandism.org
b948cd4200 Fix for bug 230633 (Constify Transformiix code a bit). r=sicking, sr=jst. 2004-01-16 21:01:44 +00:00
bsmedberg%covad.net
00b21c89e4 Firebird bustage-fix for bug 224578. Since all pref files are now preprocessed
we can remove the custom rules from this Makefile.
2004-01-16 20:51:57 +00:00
bsmedberg%covad.net
047415ef80 Bug 224578 - separate embedding/GRE default prefs from application prefs. r=timeless+glazou r/sr=alecf
There were a couple CVS-moves during this process:
modules/libpref/src/init/editor.js -> editor/ui/composer.js
modules/libpref/src/init/mailnews.js -> mailnews/mailnews.js
2004-01-16 19:22:43 +00:00
bsmedberg%covad.net
f4c960a66c Bug 224578 - separate embedding/GRE default prefs from application prefs. r=timeless+glazou r/sr=alecf
There were a couple CVS-moves during this process:
modules/libpref/src/init/editor.js -> editor/ui/composer.js
modules/libpref/src/init/mailnews.js -> mailnews/mailnews.js
2004-01-16 19:15:30 +00:00
mostafah%oeone.com
c13fc579e0 Removed entries that should've been removed 2004-01-16 19:09:01 +00:00
mostafah%oeone.com
ca3b9349ec Updated makefile for proper distribution files ( should be used with --enablestatic ) 2004-01-16 19:07:25 +00:00
cbiesinger%web.de
330498be5a 230970
nsExternalAppHandler needs no virtual functions
also, w/o bug: nsExternalHelperAppService doesn't require threadsafe addref/release
r=bzbarsky sr=darin
2004-01-16 18:22:55 +00:00
igor%mir2.org
134428fef2 1. optimizer/Codegen now just generates byte code classes, the instantiation of classes is done in a separated class optimizer/ClassCompiler. This is done to provide in future a simple interface to generate class files instead of complicated ClassNameHelper and friends implementation.
2. Parser now stores TokenStream instance in its field instead of having it present in each and every method signature. It allowed to simplify interaction between Parser and IRFactory where the later now uses Parser.reportError so parser van recover from syntax errors and provide better error reporting.
2004-01-16 18:20:22 +00:00
bienvenu%nventure.com
f9ed38e114 replace gPrefs with gPrefBranch, patch by neil@parkwaycc, tbird changes to stay in sync with seamonkey changes, sr=me 230649 2004-01-16 17:27:07 +00:00
mkaply%us.ibm.com
d8c874c91e Accidental printf left in 2004-01-16 17:21:14 +00:00
igor%mir2.org
0fc143dd7c Added setters for properties of CompilerEnvirons.java so it can be initialized
without having Context object.
2004-01-16 16:09:07 +00:00
neil%parkwaycc.co.uk
7cb00076c5 Bug 230649 nsIPref removal in Mail Window Front End r=caillon sr=bienvenu 2004-01-16 16:04:06 +00:00
igor%mir2.org
34ebe5f4c1 Renaming Context.hrowAsUncheckedException to Context.throwAsScriptRuntimeEx to better reflect its purpose, providing better documentation and making sure it throws only instances of EcmaError and EvaluatorException. 2004-01-16 15:14:25 +00:00
igor%mir2.org
497a0f766c Fixing bug 228336 :
This is a Rhino version of Brandan's patch from attachment 138844, bug 228087
plus code to fix overflow problem reported in bug 230216.
2004-01-16 15:11:31 +00:00
mostafah%oeone.com
443e7674fc Fixing mis-spelled success 2004-01-16 15:09:56 +00:00
peterv%propagandism.org
2fe03e7dcc Backout to fix bustage. 2004-01-16 15:08:30 +00:00
peterv%propagandism.org
de5957c0db Fix for bug 230633 (Constify Transformiix code a bit). r=sicking, sr=jst. 2004-01-16 14:44:38 +00:00
peterv%propagandism.org
de9b68f76c Fix for bug 230633 (Constify Transformiix code a bit). r=sicking, sr=jst. 2004-01-16 14:30:54 +00:00
peterv%propagandism.org
ee78c7ff4a Fix for bug 230633 (Constify Transformiix code a bit). r=Pike, sr=jst. 2004-01-16 13:46:07 +00:00
gerv%gerv.net
b386592f36 Bug 231037 - remove JS popup from bug entry page. Patch by gerv; r,a=myk. 2004-01-16 08:40:32 +00:00
nelsonb%netscape.com
5e140a71db Fix template for Cert policy extensions. Bug 230951, r=jpierre 2004-01-16 05:36:08 +00:00
jst%mozilla.jstenback.com
acc421312b Fixing bug 231049. Removing unused member nsXPInstallManager::mStringBundle. r=dougt@meer.net, sr=alecf@flett.org. 2004-01-16 04:09:39 +00:00
bzbarsky%mit.edu
6a1e5b77ff Make <noscript> inline when displayed. Bug 230616, r+sr=dbaron 2004-01-16 03:05:00 +00:00
nelsonb%netscape.com
ad4476ab50 Fix NSS parsing of Issuer Unique ID and Subject Unique ID fields in
certificate.  Bug 216116. r=jpierre
2004-01-16 02:11:44 +00:00
nelsonb%netscape.com
5dea4e12cf Add vfychain to list of NSS cmds being built nightly. r=wtc. Bug 231025 2004-01-16 02:03:08 +00:00
jgmyers%speakeasy.net
fb8076054e fix comment per review: bug 53133 2004-01-16 01:04:57 +00:00
wchang0222%aol.com
30ada30854 Set JSS version to 3.5.
Modified Files:
	org/mozilla/jss/CryptoManager.java
	org/mozilla/jss/util/jssver.h pkg/solaris/Makefile.com
2004-01-16 00:50:21 +00:00
wchang0222%aol.com
c159a3cec3 Another file, pkg/solaris/Makefile.com, also needs to be updated when we
change the JSS version.
2004-01-16 00:48:49 +00:00
kiko%async.com.br
f0497c1e3a Minor adjustment to documentation to account for changes made in bug
229800: whineatnews.pl doesn't whine about REOPENED bugs. Patch written
by me and ignored by Gerv :-P
2004-01-16 00:32:57 +00:00
gerv%gerv.net
98d0f84b24 Another pre-2.17.7 rev. 2004-01-15 23:54:39 +00:00
sicking%bigfoot.com
586ea7aa13 Fix to landing of bug 195350. Shuffle the right memory.
r/sr=tor
2004-01-15 23:10:45 +00:00
gerv%gerv.net
a1a208983a Updated PDF from large changes pre-2.17.6. 2004-01-15 22:45:05 +00:00