70848 Commits

Author SHA1 Message Date
kestes%staff.mail.com
3847fd9f3c add sanity check for record
fix gunzip URL (it had appeared twice in the string)
2000-09-18 19:20:44 +00:00
kestes%staff.mail.com
e344ec6b70 update file with current status 2000-09-18 19:18:34 +00:00
kestes%staff.mail.com
d8b4feba25 add users section
add 'security' as a goal
2000-09-18 19:18:03 +00:00
hyatt%netscape.com
afc64d2cc4 Fix for 52810. r=danm 2000-09-18 18:49:58 +00:00
nboyd%atg.com
26a444c83d Expand javadoc. 2000-09-18 18:38:02 +00:00
mkaply%us.ibm.com
f6b22f5afb #45185
r=law, a=brendan
Code from jblanco for splashscreen on OS/2
2000-09-18 18:31:10 +00:00
mkaply%us.ibm.com
86ca2d8c4a #45185
r=cls, a=brendan
Code from jblanco for splashscreen on OS/2
2000-09-18 18:30:32 +00:00
nboyd%atg.com
358852ab05 Remove old-style debug codegen. 2000-09-18 17:57:02 +00:00
mcafee%netscape.com
1b66567fa9 Ignore generated files. 2000-09-18 17:48:38 +00:00
mcafee%netscape.com
a8dd507165 Ignore generated files 2000-09-18 17:43:15 +00:00
nboyd%atg.com
7f1be5b439 Better error message for common error. 2000-09-18 17:28:59 +00:00
mkaply%us.ibm.com
03fa4b5a98 #45185
r=mkaply, a=brendan
Code from jblanco for splashscreen on OS/2
2000-09-18 14:25:59 +00:00
radha%netscape.com
6ec4383c3c More changes to fix 49498. r=ben 2000-09-18 14:25:32 +00:00
idk%eng.sun.com
6fc908c5a2 * NOT PART OF TBOX BUILDS *
InterfaceRegistry.registerInterface became public.
2000-09-18 11:01:28 +00:00
idk%eng.sun.com
ddc6257b56 * NOT PART OF TBOX BUILDS *
Changed ProgID usage to ContractID usage
2000-09-18 10:07:00 +00:00
cls%seawood.org
fc1229dbd4 A strict javascript warning says that initializers should not have trailing , so it was removed 2000-09-18 07:22:58 +00:00
cls%seawood.org
4b1901d0b5 A strict warning says that this variable needs to be declared before being used. It let's View->Page Source work again 2000-09-18 07:19:13 +00:00
warren%netscape.com
c07ca298ed Setting release timeout inside lock -- avoiding race condition. 2000-09-18 07:08:22 +00:00
Peter.VanderBeken%pandora.be
ead285ac6f Adding MozillaObjectWrapper.cpp. Not part of default build. a=leaf. 2000-09-18 06:18:55 +00:00
alecf%netscape.com
a17c25becb fix for #35803 r=sspitzer
load the smtp server list before loading the default server
2000-09-18 06:13:53 +00:00
Peter.VanderBeken%pandora.be
8ed3b0164a Fix bug #51494. Not part of default build. a=leaf. 2000-09-18 06:06:10 +00:00
putterman%netscape.com
28b102cd6e Fix for 52811. r=alecf. Delete message works on the Mac again. 2000-09-18 03:46:10 +00:00
sspitzer%netscape.com
04d2c4098a whoops, the default is supposed to be false, not true. 2000-09-18 03:35:40 +00:00
sspitzer%netscape.com
1fc3481074 fix for #22163 from Decklin Foster.
set a default pref to prevent the JS exception.
r=sspitzer
2000-09-18 03:27:09 +00:00
brendan%mozilla.org
0352ff10a7 Define QI now that XPConnect wraps JS objects; fix comments (NOT PART OF BUILD). 2000-09-18 02:31:11 +00:00
warren%netscape.com
a53ac69e4e Backing mstoltz out to get things back up and running with jar packaging. Also, I don't approve of the changes made to nsJARURI.cpp 2000-09-18 02:18:00 +00:00
warren%netscape.com
ca56050d0c Improving debug messages for contents.rdf. 2000-09-18 02:07:06 +00:00
warren%netscape.com
97ef33943d Fixed comment 2000-09-18 00:28:41 +00:00
mozilla.BenB%bucksch.org
7c381585fa 40024: Point to local copy of the contributors page. a=endico,brendan 2000-09-18 00:12:15 +00:00
warren%netscape.com
fff6a0fc41 Implementing bufferSegmentSize/bufferMaxSize -- don't know why they weren't implemented before. 2000-09-17 22:22:08 +00:00
cls%seawood.org
37740f151b Sigh. Need a case for components & non-components. 2000-09-17 18:40:42 +00:00
beard%netscape.com
d91a2944d5 Make XPC shell compile on XP_MAC. r=jband, a=brendan 2000-09-17 15:34:39 +00:00
cls%seawood.org
ce6ef8d267 Add support for BeOS addon limitation workaround. Set BEOS_ADDON_WORKAROUND to use it. bug #51655 2000-09-17 05:32:36 +00:00
idk%eng.sun.com
d780c1dc2a Improved interface registration mechanism.
Author = sdv@sparc.spb.su
r = idk@eng.sun.com
2000-09-17 00:49:42 +00:00
jband%netscape.com
6cca586d48 NOT PART OF BUILD. Fix xpconenct test uses of progids missed in the big progid to contractid renaming 2000-09-16 22:17:23 +00:00
brendan%mozilla.org
3fae06f653 - Back out part of patch from tlundeen@webcrossing.com, my fault for taking it
in part (the entire patch made JSContexts ref-counted, but that is not an API
  compatible change, and it doesn't help clean up at JS_Finish time if the API
  user leaks JSContext refs anyway).  52835, r=jband.
- First part of 64-bit portability fix for 52792, r=jnance.  More work needed.
- Fix bogus assert and minimization in js_AllocStack, too.
2000-09-16 22:17:22 +00:00
jband%netscape.com
8b640618cc NOT PART OF BUILD. Fix xpconenct test uses of progids missed in the big progid to contractid renaming 2000-09-16 21:47:32 +00:00
Peter.VanderBeken%pandora.be
42e80d8d81 Enabling XSLT hooks in layout in default build. Bug #42228. r=axel@pike.org, a=waterson@mozilla.org. 2000-09-16 20:53:08 +00:00
m_kato%ga2.so-net.ne.jp
bfb9a9c2b6 fix bug 44705 r=chuang - It uses utf-8 for the url of addressbook, fixes bad cast issue, and cleans up some codes. 2000-09-16 16:13:34 +00:00
mcgreer%netscape.com
c620564ee8 just some general cleanup 2000-09-16 15:56:06 +00:00
dave%intrec.com
a8b9e30b12 Fix for bug 51270: param for bodyhtml to allow sites to customize
background colors/image and link colors.
2000-09-16 14:08:37 +00:00
pinkerton%netscape.com
8b3fdc813d jag's checkin makes mac submenus freak out. not sure why. backing out until we know why. 2000-09-16 08:06:15 +00:00
wtc%netscape.com
3f3393bb01 Bugzilla bug #52900: added Linux2.4.mk to allow us to build NSS on Linux
2.4.x kernels.  This bug was reported by Michael H. Warfield
<mhw@wittsend.com>.
2000-09-16 06:11:32 +00:00
beard%netscape.com
6747183e92 Fixing strict JS warning (duplicate declaration of var leakDetector). Using XPConnect wrapper as the prototype of the JS LeakDetector constructor function. 2000-09-16 05:18:51 +00:00
radha%netscape.com
7250623e9a Fix for dogfood+ bug 46845 r=pollmann 2000-09-16 04:36:18 +00:00
beard%netscape.com
11d6570dc7 [Not part of build] Project to build XPConnect shell testbed. 2000-09-16 02:43:29 +00:00
dprice%netscape.com
e316d4a19b backing out changes for jar packaging 2000-09-16 02:26:20 +00:00
thayes%netscape.com
b52822dfb4 Initialize random number generator from system information. The new
RNG implementation fails if insufficient seed is not provided, which
would cause SDR key generation to fail.
2000-09-16 00:53:08 +00:00
alecf%netscape.com
78a0dad559 string fix for #45512 r=mscott 2000-09-15 23:47:17 +00:00
hyatt%netscape.com
cb410c0ff9 Fix for bug #45989, theft of clipboard using XBL. r=ben 2000-09-15 23:28:29 +00:00