andreww%netscape.com
6ae91ba6fc
bugzilla 98415 sr=mscott r=andreww colorpicker problems. Patch from Brad Tiffany <btiffany@usermail.com>
2001-12-07 05:10:07 +00:00
leaf%mozilla.org
06c0794672
Automated update
2001-12-07 04:42:48 +00:00
cmanske%netscape.com
3e284363cf
Coversion of Composer dialogs to XUL 1.0 compliance: use '<dialog>' and related common button attributes instead of global overlays. b=104113, r=akkana, sr=ben
2001-12-07 04:38:52 +00:00
dp%netscape.com
c50495422b
bug 112470 Enabling timeline and tracemalloc by default
2001-12-07 04:37:35 +00:00
rayw%netscape.com
31de90e964
More fixes to SOAP. Not part of default build. New test file.
2001-12-07 04:08:01 +00:00
cltbld%netscape.com
32a01ebf7f
Don't use bloat label for browser bloat test. -mcafee
2001-12-07 04:00:41 +00:00
sonja.mirtitsch%sun.com
c47ac52401
fixed the comment
2001-12-07 03:18:23 +00:00
cmanske%netscape.com
665fa6846c
Simplify 'Remove' button label in Advanced Edit dialog, b=92554, r=syd, sr=ben
2001-12-07 03:16:12 +00:00
blakeross%telocity.com
ae29e4208a
More post-bookmarksliner cleanup. r=hewitt sr=ben
2001-12-07 02:44:11 +00:00
relyea%netscape.com
fe2e2268dc
1) NT need the err= defines, use macros to set it appropriately (or not).
...
2) restore missing sec = function
2001-12-07 02:30:53 +00:00
rangansen%netscape.com
af5d446d62
bug# 107840 - Enables automatic update of crls - missed it last time
...
r=kaie; sr=darin ; sr=hewitt
2001-12-07 02:18:40 +00:00
rayw%netscape.com
337fb6f519
Fixed argument check in SOAP.
...
Not part of default build.
2001-12-07 02:13:34 +00:00
wtc%netscape.com
484044538a
Bugzilla bug 113740: do not use the 32-bit SPARC assembly implementation of
...
PRStack because it may cause starvation of the lock owner, leaving the
other threads spinning trying to acquire the lock.
Modified files: configure configure.in pr/include/md/_solaris.h
2001-12-07 02:10:10 +00:00
jpierre%netscape.com
5481301797
Code formatting patch to support legacy text editors
2001-12-07 02:09:45 +00:00
blythe%netscape.com
0b6347d8c1
fix linux build bustage that I caused with recent checkin
2001-12-07 02:08:57 +00:00
blakeross%telocity.com
59b800075c
Fixing obscure click condition that rkaa discovered. r/sr=hewitt
2001-12-07 02:07:40 +00:00
relyea%netscape.com
256cddee89
emulate does not include PORT_ functions, use PR_ASSERT
2001-12-07 02:04:24 +00:00
jst%netscape.com
b67c735146
Adding missing NS_INIT_ISUPPORTS to a constructor, cleaning up some out parameter setting code...
2001-12-07 02:02:15 +00:00
bryner%netscape.com
ff84d405a3
Fixing compile warnings. r=akkana, sr=ben.
2001-12-07 01:57:56 +00:00
dveditz%netscape.com
61bd3cbbee
bug 102690 patch for float formatting cleanup from Daniele Nicolodi <daniele@grinta.net>, r=me, sr=jband
2001-12-07 01:50:31 +00:00
jst%netscape.com
55f6f9f6b8
Fixing refcounting problem in the soap code, not part of the default build.
2001-12-07 01:48:23 +00:00
seawood%netscape.com
5c26b736c2
Fixing typo & tindebrox bustage
2001-12-07 01:45:19 +00:00
law%netscape.com
4d42b4be1b
Bug 92508; remove this obsolete version of the file from the jar; r=ccarlen, sr=mscott
2001-12-07 01:41:29 +00:00
darin%netscape.com
74d47a6f68
fixes bug 97833 "http should periodically prune it's idle connection list of
...
dead connections"
patch=badami@netscape.com
r=dougt@netscape.com
sr=darin@netscape.com
2001-12-07 01:40:18 +00:00
wtc%netscape.com
86a29f6562
Bugzilla bug 113906: Made _PR_MD_OPEN more efficient. The patch is
...
contributed by Michael Kaply <mkaply@us.ibm.com>. r=wtc,pedemont.
2001-12-07 01:39:58 +00:00
relyea%netscape.com
75f3b7599d
Clean up compilier warnings on Solaris and Linux, most particularly:
...
1) Implicit declaration of function.
2) Possibly unitialized variables.
These warnings have indicated some real problems in the code, so many changes
are not just to silence the warnings, but to fix the problems. Others were
inocuous, but the warnings were silenced to reduce the noise.
2001-12-07 01:36:25 +00:00
hewitt%netscape.com
3c3a9bd1fe
113639 - random crashes in mail, r=mscott, sr=hyatt
2001-12-07 01:34:54 +00:00
blakeross%telocity.com
60d8339d78
More post-bookmarksliner cleanup. r=hewitt sr=ben
2001-12-07 01:32:41 +00:00
law%netscape.com
7c42f1fa75
Bug 92508; switch over to moved/renamed progress dialog; r=ccarlen, sr=mscott
2001-12-07 01:29:14 +00:00
leaf%mozilla.org
5ccb7a324b
Automated update
2001-12-07 01:27:45 +00:00
law%netscape.com
ed33c51246
Bug 92508; change this renamed .xul to use the renamed .js; r=ccarlen, sr=mscott
2001-12-07 01:20:22 +00:00
law%netscape.com
d6b1bad3fc
Bug 92508; adding entries for moved/renamed progress dlg files; r=ccarlen, sr=mscott
2001-12-07 01:17:37 +00:00
blythe%netscape.com
db9576d004
Fix bug 109157, nsZipArchive::BuildFileList footprint reduction
...
R=dp, SR=dveditz,alecf
2001-12-07 01:16:20 +00:00
seawood%netscape.com
9c02b84922
Explicitly set AC_LANG_C before doing anyfeature tests.
...
Set -DSTDC_HEADERS for QNX since 6.0 fails the stdc headers tests.
Bug #107618
2001-12-07 01:14:53 +00:00
dougt%netscape.com
480bd7781e
fixing a bad #ifdef r=me. sr=darin
2001-12-07 01:08:35 +00:00
evaughan%netscape.com
25c9c2166b
Adding grid examples. Not in build.
2001-12-07 00:56:24 +00:00
jaggernaut%netscape.com
704f5f5fc1
Bug 102184: js strict warnings in tabbrowser.xml. Patch by bugzilla@gemal.dk (Henrik Gemal), r=jag, sr=hewitt
2001-12-07 00:51:35 +00:00
av%netscape.com
876990e3c0
Fixing bug 111383 -- crash on start up when there is a plugin with missing mime description string, r=peterl, sr=attinasi
2001-12-07 00:42:33 +00:00
darin%netscape.com
b639381424
fixes bug 15320 "Forms/Necko: Temp file (formpost) left after file upload"
...
r=dougt, sr=mscott
2001-12-07 00:40:55 +00:00
attinasi%netscape.com
bfbe71bf7e
Adding parent to StyleContext listing for help in debugging. b= 113518 r=dbaron sr=kin
2001-12-07 00:38:27 +00:00
timeless%mac.com
b5de2db97f
Bugzilla Bug 113827 nsDSWebProgressListener.cpp This file is now longer used...
...
r=adamlock sr=darin
2001-12-07 00:37:26 +00:00
law%netscape.com
5fb76db09d
Bug 92508; moving these files (and renaming) from obsolete mozilla/xpfe/components/ucth project; r=ccarlen, sr=mscott
2001-12-07 00:36:33 +00:00
seawood%netscape.com
018795c3fa
Add FINAL_LINK_* lists to GARBAGE
2001-12-07 00:30:25 +00:00
law%netscape.com
cfaf73334b
Bug 101182; add onclose handler that does onCancel; r=bryner, sr=hyatt
2001-12-07 00:28:53 +00:00
law%netscape.com
87e765c949
Bug 105151; check for ERROR_INVALID_PARAMATER and retry with empty file name (because we get that when the file name is too long); r=bryner, sr=hyatt
2001-12-07 00:26:59 +00:00
attinasi%netscape.com
0e2e20f34f
Null checks for non-reproducable crash: b=108105 ...
2001-12-07 00:03:48 +00:00
attinasi%netscape.com
64bad9ccb3
Prevent crash when IFRAME is reframed during layout. bug=108105 r=dbaron sr=jst
2001-12-07 00:02:03 +00:00
ian.mcgreer%sun.com
94d06f42e8
get modification of trust on builtins certs to work by storing the modified trust on the softoken. implement merging of multiple trust instances.
2001-12-06 23:43:14 +00:00
alecf%netscape.com
2c81421fa3
fix for bug 100676, r=bienvenu, sr=sspitzer, also ok'ed by nhotta
2001-12-06 23:41:46 +00:00
karnaze%netscape.com
5043c9c30a
new header file, not affecting the build yet. sr=attinasi.
2001-12-06 23:19:53 +00:00