Commit Graph

115350 Commits

Author SHA1 Message Date
locka%iol.ie
d29c498403 Fix order of event parameters. r=dbradley@netscape.com sr=brendan@mozilla.org a=asa@mozilla.org 2003-02-20 22:56:40 +00:00
brendan%mozilla.org
ed7dbec5c1 Fix from pthomas@suse.de (Philipp Thomas) for 64-bit conflict between ptrdiff_t and JS_BIT/JSUint32 (r=shaver, a=dbaron). 2003-02-20 22:23:03 +00:00
rogerl%netscape.com
e63fdde706 GC bug fixing. 2003-02-20 21:48:07 +00:00
cltbld%netscape.com
b7e2717012 fixing another warning - mcafee 2003-02-20 21:25:22 +00:00
cltbld%netscape.com
e3a3e57afd Cleaning up warnings from non-existant ENV vars. -mcafee 2003-02-20 21:20:21 +00:00
rogerl%netscape.com
14c2a957f5 Fixed missing destructor. 2003-02-20 19:44:41 +00:00
rogerl%netscape.com
61018a618f More gc fiddling. 2003-02-20 19:41:14 +00:00
rogerl%netscape.com
2faa1faa84 Experimental new gc scheme. 2003-02-20 19:16:39 +00:00
mkaply%us.ibm.com
6298759e60 OS/2 bustage - PR_CALLBACK 2003-02-20 19:09:43 +00:00
wtc%netscape.com
0cf4cab50e Bug 194222: Removed SECMOD_CallOnce. It is replaced by the new NSPR 4.3
function PR_CallOnceWithArg.
Modified files: nss/nssinit.c pk11wrap/pk11cert.c pk11wrap/secmodi.h
2003-02-20 16:58:57 +00:00
rogerl%netscape.com
1f84533442 Fixed Array.length & proto functions. 2003-02-20 16:17:49 +00:00
mikep%oeone.com
441cd617c5 Fixing problem with sorting events not working if they happen at the same time, bug 189710 2003-02-20 16:10:15 +00:00
wtc%netscape.com
240de54477 Bug 118832: do not include NSS private header files. "genname.h" is simply
not needed.  "crmfi.h" can be avoided by using the public function
CRMF_EncodeCertReqMessages.  r=kaie. sr=bryner. a=asa for mozilla 1.3.
Modified Files: Makefile.in nsCrypto.cpp nsNSSIOLayer.cpp
2003-02-20 14:56:10 +00:00
locka%iol.ie
33e1be5824 Fix IPropertyBag::Read implementation to treat pVar as [in,out] and honour callers requested VARTYPE. b=193782 r=dbradley@netscape.com sr=blizzard@mozilla.org a=asa@mozilla.org 2003-02-20 14:35:48 +00:00
igor%mir2.org
a8e6f7c025 Parsing changes: for regular expression literals construct a tree node with regular expression number during parsing instead of generating a special subtree that is converted to such node during tree transformation. 2003-02-20 13:11:21 +00:00
igor%mir2.org
406437f686 Praising changes: remove direct access to VariableTable in ScriptOrFnNode and instead provide methods to access its functionality. In this way VariableTable can be changed without affecting the rest of code. 2003-02-20 09:18:12 +00:00
justdave%syndicomm.com
8abddf8b17 Bug 194172: move.pl was sending empty bugs because of failure to initialize the field list for the new "XML Summary" mode.
r= gerv, a= justdave
2003-02-20 08:14:57 +00:00
jkeiser%netscape.com
178bbf710d Fix crasher (bug 186132), r=saari@netscape.com, sr=bryner@netscape.com, a=asa@mozilla.org 2003-02-20 07:59:14 +00:00
bbaetz%acm.org
ca82bace5d Bug 193985 - errors from SendSQL aren't being reported
r,a=justdave
2003-02-20 07:07:42 +00:00
bryner%netscape.com
2221f6ed02 move XP_MACOSX block before XP_UNIX so we use that instead on os x. 2003-02-20 06:21:59 +00:00
mkaply%us.ibm.com
9f69e2fd9d OS/2 bustage 2003-02-20 05:36:54 +00:00
ssu%netscape.com
e04594fbed fixing bug 190484 - After GRE install, user is asked to restart computer, ending rest of install. r=sgehani, sr=dveditz, a=asa 2003-02-20 05:15:26 +00:00
dougt%netscape.com
572f20a150 fixing bustage on osx 2003-02-20 04:39:31 +00:00
ssu%netscape.com
11143f64c3 fixing bug 191996 - XPathEvaluator gone in nightly builts? r=jst, sr=dveditz, a=dveditz. 2003-02-20 02:38:00 +00:00
dougt%netscape.com
975ff0c178 Fixes a problem where clicking an URL outside Mozilla does nothing. r=ssu, sr=dveditz, a=chofmann, b=193189 2003-02-20 02:26:04 +00:00
bryner%netscape.com
972212c665 tell the BrowserView to activate, so focusing items works (bug 175029) 2003-02-20 02:14:40 +00:00
chanial%noos.fr
cf728cada2 Bug 191637 Customize Toolbar Bustage. patch by Boris Zbarsky. 2003-02-20 02:09:27 +00:00
kaie%netscape.com
f2bc384b60 b=185690 Preference "Client Certificate Selection" has no effect
This in general makes the radio button code more failsafe when dealing with unexpected preference strings.
r=javi sr=jaggernaut a=asa
2003-02-20 01:05:51 +00:00
sonja.mirtitsch%sun.com
8f8e7357ec writing actual return of modutil to output.log, bug 193394 r=wtc 2003-02-20 00:52:40 +00:00
ssu%netscape.com
ef69bc64eb fixing bug 190362 - MFCEmbed installer crashing during setup. r=sgehani, sr=dveditz, a=dbaron 2003-02-20 00:31:54 +00:00
ssu%netscape.com
a8a4d1797a fixing bug 192819 - Setting Mozilla browser and Mail as default programs using Set Program Access and defaults applet zaps Mozilla installation. r=sgehani, sr=dveditz, a=dbaron 2003-02-20 00:24:51 +00:00
kaie%netscape.com
d3a44165b9 b=173369 Migrating NSS databases from the "CFM" build to the "mach-o" build
r=javi sr=peterv a=asa
2003-02-20 00:19:45 +00:00
ssu%netscape.com
ed9dc093b7 fixing bug 193241 - Files should be deleted when going from 1.3a to 1.3b. r=sgehani, sr=dveditz, a=dbaron 2003-02-20 00:11:39 +00:00
bryner%netscape.com
91d97e803a Copy libmozz.dylib for now. 2003-02-20 00:10:30 +00:00
bryner%netscape.com
5022e50f92 Sync with the trunk. Not part of the build, a=dbaron. 2003-02-20 00:07:46 +00:00
bryner%netscape.com
fca863b92d Sync NSBrowserView with changes made on CHIMERA_M1_0_1_BRANCH. Not part of the build, a=dbaron. 2003-02-20 00:06:09 +00:00
bryner%netscape.com
06102c3ac5 more #ifdef's to get this to build until simon's dnd changes land. not part of the build, a=dbaron. 2003-02-20 00:02:25 +00:00
varga%netscape.com
d5ad3b1663 Fix for bug 192124. Filing more than one bookmark in a newly created folder cause bookmarks not to be saved.
r=sdagley, sr=peterv, a=asa, patch by ccarlen
2003-02-19 23:55:52 +00:00
igor%mir2.org
3f34720cd5 More parser internal changes: move all logic to initialize variable table to ScriptOrFnNode.finishParsing and its overrides in FunctionNode/OptFunctionNode so it will be constructed during parsing to avoid checks for function types in NodeTransformer. 2003-02-19 23:50:42 +00:00
cltbld%netscape.com
64da256e04 more time for QA test, again 2003-02-19 23:48:24 +00:00
sonja.mirtitsch%sun.com
cbe33c407b echoing modutil commandline to output.log, bug 193394 r=wtc 2003-02-19 23:26:52 +00:00
sonja.mirtitsch%sun.com
61cc07a65d switching the NSPR version to v4.3-beta1 2003-02-19 23:21:23 +00:00
danm%netscape.com
5fa8726542 notify container of position upon return to user state and softwire window border widths. bug 193295 r=pinkerton,sfraser a=asa 2003-02-19 23:20:34 +00:00
rogerl%netscape.com
e659a2527e Fixed lexicalInit for hoisted vars. 2003-02-19 22:00:13 +00:00
jake%bugzilla.org
2674b51d64 Move instructions specific to Linux-Mandrake to the OS Specific section. 2003-02-19 21:53:32 +00:00
jake%bugzilla.org
0361ab9963 Explain 'zarro boogs found' better provide links to key parts of the MySQL documentation. 2003-02-19 21:52:22 +00:00
jpierre%netscape.com
507f9b47a8 Patch for 193961 - incorporate Wan-Teh's feedback 2003-02-19 21:50:49 +00:00
cltbld%netscape.com
c3a3f21188 more time for qatest 2003-02-19 21:44:22 +00:00
mkaply%us.ibm.com
a77ccce713 #193611
r=rginda, sr=brendan, a=dbaron
Set the MAX_INTERP_LEVEL for OS/2 to something lower than 1000 (250)
2003-02-19 21:19:54 +00:00
timeless%mozdev.org
b9f8d3e4d5 Bug 189369 make tinderbox friendly to text browsers
r=mcafee sr=leaf
2003-02-19 19:33:52 +00:00