kestes%staff.mail.com
b1d83e521a
security fixes
...
rename of file is not nessary
use new generalization: $FileStructure::DEFAULT_HTML_PAGE
2000-09-18 19:27:42 +00:00
kestes%staff.mail.com
9b352073db
use extract_filename_chars()
...
document passwd can be global or pertree
use new generalization: $FileStructure::DEFAULT_HTML_PAGE
2000-09-18 19:26:22 +00:00
kestes%staff.mail.com
18f6a8a881
dont hard code <a href> use link()
...
use new generalization: $FileStructure::DEFAULT_HTML_PAGE
2000-09-18 19:25:17 +00:00
kestes%staff.mail.com
af7a629a54
modules must end in 1;
2000-09-18 19:23:53 +00:00
kestes%staff.mail.com
c8c7709000
add support for taint checking
...
add support for time checking
centrallize all 'atomic move' operations
2000-09-18 19:23:17 +00:00
kestes%staff.mail.com
080409cb18
this must use atomic_rename_file()
2000-09-18 19:21:56 +00:00
kestes%staff.mail.com
25fe136641
use extract_user() for untainting
2000-09-18 19:21:18 +00:00
kestes%staff.mail.com
dd4a8164ce
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
eb39d03881
update file with current status
2000-09-18 19:18:34 +00:00
kestes%staff.mail.com
19ace39cd5
add users section
...
add 'security' as a goal
2000-09-18 19:18:03 +00:00
hyatt%netscape.com
48572de0e3
Fix for 52810. r=danm
2000-09-18 18:49:58 +00:00
nboyd%atg.com
b8f186828a
Expand javadoc.
2000-09-18 18:38:02 +00:00
mkaply%us.ibm.com
4b123b7d62
#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
7deb600821
#45185
...
r=cls, a=brendan
Code from jblanco for splashscreen on OS/2
2000-09-18 18:30:32 +00:00
nboyd%atg.com
7457687f89
Remove old-style debug codegen.
2000-09-18 17:57:02 +00:00
mcafee%netscape.com
65116981cc
Ignore generated files.
2000-09-18 17:48:38 +00:00
mcafee%netscape.com
a5f7f8a4e5
Ignore generated files
2000-09-18 17:43:15 +00:00
nboyd%atg.com
a6150b9fff
Better error message for common error.
2000-09-18 17:28:59 +00:00
mkaply%us.ibm.com
e4daea380a
#45185
...
r=mkaply, a=brendan
Code from jblanco for splashscreen on OS/2
2000-09-18 14:25:59 +00:00
radha%netscape.com
2998e79d59
More changes to fix 49498. r=ben
2000-09-18 14:25:32 +00:00
idk%eng.sun.com
a85b4c3925
* NOT PART OF TBOX BUILDS *
...
InterfaceRegistry.registerInterface became public.
2000-09-18 11:01:28 +00:00
idk%eng.sun.com
0d1205f6bb
* NOT PART OF TBOX BUILDS *
...
Changed ProgID usage to ContractID usage
2000-09-18 10:07:00 +00:00
cls%seawood.org
1e57913fcd
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
6ccb35cd9a
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
a867fdff6f
Setting release timeout inside lock -- avoiding race condition.
2000-09-18 07:08:22 +00:00
Peter.VanderBeken%pandora.be
18bb6a33dd
Adding MozillaObjectWrapper.cpp. Not part of default build. a=leaf.
2000-09-18 06:18:55 +00:00
alecf%netscape.com
68b4837c49
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
b4e0ba6d1f
Fix bug #51494 . Not part of default build. a=leaf.
2000-09-18 06:06:10 +00:00
putterman%netscape.com
2e0578aec6
Fix for 52811. r=alecf. Delete message works on the Mac again.
2000-09-18 03:46:10 +00:00
sspitzer%netscape.com
006ca13b13
whoops, the default is supposed to be false, not true.
2000-09-18 03:35:40 +00:00
sspitzer%netscape.com
7adb18e21c
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
5df390a44e
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
d822c7feb1
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
7f7b39fc95
Improving debug messages for contents.rdf.
2000-09-18 02:07:06 +00:00
warren%netscape.com
5fa0c45160
Fixed comment
2000-09-18 00:28:41 +00:00
mozilla.BenB%bucksch.org
38220300c1
40024: Point to local copy of the contributors page. a=endico,brendan
2000-09-18 00:12:15 +00:00
warren%netscape.com
dad65322af
Implementing bufferSegmentSize/bufferMaxSize -- don't know why they weren't implemented before.
2000-09-17 22:22:08 +00:00
cls%seawood.org
4f275fa235
Sigh. Need a case for components & non-components.
2000-09-17 18:40:42 +00:00
beard%netscape.com
dee42157a2
Make XPC shell compile on XP_MAC. r=jband, a=brendan
2000-09-17 15:34:39 +00:00
cls%seawood.org
28d261a6bf
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
dd86322096
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
51e5128d17
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
3d0b204150
- 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
d50e6f9d65
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
f019ffd8cf
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
f98a9a46af
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
22ed53defc
just some general cleanup
2000-09-16 15:56:06 +00:00
dave%intrec.com
bd49c741bd
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
7c91c5cc93
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
173f1f86a3
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