nelsonb%netscape.com
ea240a20f0
Fix two more incorrect cert names that caused erroneous test results.
...
Bug 231221.
2004-01-17 05:55:20 +00:00
nelsonb%netscape.com
ded78bdcc6
Correct this script to more accurately report errors. Bug 231221.
2004-01-17 05:04:42 +00:00
rlk%trfenv.com
b0d73e6666
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
4e5eadf5db
Rebuilt guide for kiko's install changes.
2004-01-17 00:23:07 +00:00
bsmedberg%covad.net
982894f7ce
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
5a48592644
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
2f29f283d4
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
e77f17ab5c
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
f195702b69
Bug 229652 - invalid gif could crash browser. r=darin, sr=bryner
2004-01-16 23:32:25 +00:00
tor%cs.brown.edu
40912d05d5
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
b2e905bbcd
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
048c504b30
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
6196411b0b
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
d7a03e2748
Forgot a file for bug 224578.
2004-01-16 21:54:44 +00:00
nelsonb%netscape.com
dde3b2789c
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
945cb7aa1d
add pr logging to MCD, sr=mscott 231148
2004-01-16 21:24:09 +00:00
pkw%us.ibm.com
08b8effbe7
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
ab60860694
Fix for bug 230633 (Constify Transformiix code a bit). r=sicking, sr=jst.
2004-01-16 21:01:44 +00:00
bsmedberg%covad.net
117174c274
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
e9634f0db4
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
81dc9636d1
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
253f2d384e
Removed entries that should've been removed
2004-01-16 19:09:01 +00:00
mostafah%oeone.com
d376bdc55a
Updated makefile for proper distribution files ( should be used with --enablestatic )
2004-01-16 19:07:25 +00:00
cbiesinger%web.de
f4f01b8b90
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
3077885e6a
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
b278d8b714
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
4d30793e0b
Accidental printf left in
2004-01-16 17:21:14 +00:00
igor%mir2.org
81a158c7f7
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
944dbeea99
Bug 230649 nsIPref removal in Mail Window Front End r=caillon sr=bienvenu
2004-01-16 16:04:06 +00:00
igor%mir2.org
621907e4db
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
4449f64a14
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
4eb2647448
Fixing mis-spelled success
2004-01-16 15:09:56 +00:00
peterv%propagandism.org
e1391ea341
Backout to fix bustage.
2004-01-16 15:08:30 +00:00
peterv%propagandism.org
71ae4139b4
Fix for bug 230633 (Constify Transformiix code a bit). r=sicking, sr=jst.
2004-01-16 14:44:38 +00:00
peterv%propagandism.org
5b7aee3b03
Fix for bug 230633 (Constify Transformiix code a bit). r=sicking, sr=jst.
2004-01-16 14:30:54 +00:00
peterv%propagandism.org
c4730f4aa3
Fix for bug 230633 (Constify Transformiix code a bit). r=Pike, sr=jst.
2004-01-16 13:46:07 +00:00
gerv%gerv.net
9795faecd0
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
187f146641
Fix template for Cert policy extensions. Bug 230951, r=jpierre
2004-01-16 05:36:08 +00:00
jst%mozilla.jstenback.com
f04030ad95
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
302784ff96
Make <noscript> inline when displayed. Bug 230616, r+sr=dbaron
2004-01-16 03:05:00 +00:00
nelsonb%netscape.com
f0ce21ebbf
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
baa193b610
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
3180f3e51c
fix comment per review: bug 53133
2004-01-16 01:04:57 +00:00
wchang0222%aol.com
37d598af3d
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
5bf5f4d3d8
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
529c97754e
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
65d46177a0
Another pre-2.17.7 rev.
2004-01-15 23:54:39 +00:00
sicking%bigfoot.com
aac9995dfb
Fix to landing of bug 195350. Shuffle the right memory.
...
r/sr=tor
2004-01-15 23:10:45 +00:00
gerv%gerv.net
d190572d7f
Updated PDF from large changes pre-2.17.6.
2004-01-15 22:45:05 +00:00
gerv%gerv.net
96939c32e6
Phase 1 of a big documentation update before 2.17.6.
2004-01-15 22:34:35 +00:00