Commit Graph

98671 Commits

Author SHA1 Message Date
danm%netscape.com
03cfbb215d patch some leaks of the widget object and stop the forever flashing titlebar problem. bugs 99140,116074 code=ere@atp.fi r=hyatt,me a=asa 2002-02-27 01:30:40 +00:00
sspitzer%netscape.com
ede14b2526 checking in neil's patch code simplificaiton patch for #77687 before it bit rots again.
r=hwaara,sr=blake,sr=sspitzer
2002-02-27 01:11:30 +00:00
racham%netscape.com
3bc6d9518e Fixing bug 125060. Using setTimeout(), set the focus on the first element that can be focussed on a given wizardpage. Fixes mailnews account wizard problem. r=law, sr=jag, a=asa 2002-02-27 00:44:35 +00:00
bzbarsky%mit.edu
95c6440fc5 Decode by default when saving, except for types on a "ban list". Bugs
69306, 120033, 121001, r=law, sr=darin, a=roc+moz
2002-02-27 00:43:46 +00:00
blakeross%telocity.com
98d168e9a6 125181 - add pref to filter chrome:// errors in javascript console. r=ben sr=hewitt a=asa 2002-02-27 00:42:51 +00:00
mhammond%skippinet.com.au
4dc3d4d658 Fix bug 98183: Threaded view auto-changes to unthreaded view.
When no messages exist on the server, still set our internal "threaded"
flag.

r=hwarra, sr=sspitzer, a=blizzard on behalf of drivers for 0.9.9
2002-02-27 00:40:23 +00:00
blakeross%telocity.com
06d9a7a120 53496 - no urlbar when using window.open and only 'location=yes'. r=hewitt sr=ben a=asa 2002-02-27 00:40:11 +00:00
blakeross%telocity.com
86ca9787ed 68109 - Use Default button in Add Bookmark dialog doesn't work. r=hewitt sr=ben a=asa 2002-02-27 00:38:37 +00:00
dougt%netscape.com
0e918a76c3 127093. adds nsID.h nsISupportsBase.h nscore.h to sdk. r=seawood, sr=alecf,rpotts, a=shaver 2002-02-27 00:35:06 +00:00
blakeross%telocity.com
9f77e680ce 113602 - readonly fields no longer updated once a character is typed. r=bz sr=hewitt a=asa 2002-02-27 00:34:59 +00:00
blakeross%telocity.com
232e228626 124316 - page proxy icon needs a tooltip. r=hewitt sr=ben a=asa 2002-02-27 00:34:01 +00:00
pavlov%netscape.com
a33ed3d36b fixing multipartmixed image stuff. bug 42224. r=sfraser sr=darin a=shaver 2002-02-27 00:32:19 +00:00
ian%hixie.ch
1ffce5d6e3 The 'foo bugs' command should not be handled as a command, since it clashes with the 'help' command. Change it to a Baffled handler. b=115638, r=imajes 2002-02-26 22:54:02 +00:00
ian%hixie.ch
e0fae9eb78 Empty lists are not saved. b=124661, r=imajes 2002-02-26 22:48:35 +00:00
blizzard%redhat.com
f8c33148a8 Oops, missed this file. Part of bug #126919. 2002-02-26 19:57:34 +00:00
leaf%mozilla.org
142c25680d Automated update 2002-02-26 18:41:49 +00:00
blizzard%redhat.com
63e3da7465 Part of bug #126919. Add configure glue to get Xft support building. r=cls, a=brendan 2002-02-26 17:28:48 +00:00
jake%acutex.net
749533fb2c Bug 127841 - Adding processmail and syncshadowdb to the list of files that need the bonsaitools perl path changed in order to run from another perl location. 2002-02-26 16:23:59 +00:00
ian.mcgreer%sun.com
0d658ba4f8 bug 125796, make sure all CERTCertificates are destroyed as such, and that cache collisions when traversing are handled correctly (by destroying extra reference) 2002-02-26 16:21:48 +00:00
rods%netscape.com
f53bdb3606 Don't call these methods when the PO is not printable.
Bug 127639 r=dcone sr=attinas a=asa
2002-02-26 13:29:48 +00:00
seawood%netscape.com
3edb8225ec Add -lrt/-lposix4 to OS_LIBS on Solaris so that Purify doesn't complain about the missing library when instrumenting libnspr.
Bug #124493 r=bryner a=asa
2002-02-26 10:17:10 +00:00
seawood%netscape.com
9d7c7caad7 This patch:
* Changes MOZ_TRACE_MALLOC ifdefs to NS_TRACE_MALLOC ifdefs
* Links against the trace-malloc utils against libxpcom instead of just xpcomds
* Builds NSPR in debug mode on win32 if trace-malloc is enabled
* Adds a few "defined()" checks to diffbloatdump.pl so that it will work for
perl 5.6.1
* Adds a couple of checks for \r so that diffbloatdump.pl works on win32.

Bug #126915 r=bryner/dbaron a=asa
2002-02-26 09:58:45 +00:00
seawood%netscape.com
3b1963a97e Use -pthread as a linker flag instead of a compile flag for FreeBSD.
Thanks to Jeremy Lea <mailto:reg@shale.csir.co.za> for the patch.
Bug #112987 r=cls a=asa
2002-02-26 09:57:01 +00:00
seawood%netscape.com
543a721959 Create shared libraries using $(CC) for FreeBSD.
Use -pthread as a linker flag instead of a compile flag on FreeBSD.
Thanks to Jeremy Lea <reg@shale.csir.co.za> for the patch.
bug #125857 r=wtc/cls a=asa
2002-02-26 09:44:34 +00:00
seawood%netscape.com
234f0380a3 Force the use of unix path separators by using File::Spec::Unix->canonpath instead of File::Spec->canonpath.
Thanks to Gervase Markham <gerv@mozilla.org> for the patch.
Bug #127072 r=cls a=asa
2002-02-26 09:29:58 +00:00
seawood%netscape.com
0df019b037 This patch:
* Changes MOZ_TRACE_MALLOC ifdefs to NS_TRACE_MALLOC ifdefs
* Links against the trace-malloc utils against libxpcom instead of just xpcomds
* Builds NSPR in debug mode on win32 if trace-malloc is enabled
* Adds a few "defined()" checks to diffbloatdump.pl so that it will work for
perl 5.6.1
* Adds a couple of checks for \r so that diffbloatdump.pl works on win32.

Bug #126915 r=bryner/dbaron a=asa
2002-02-26 09:26:10 +00:00
leaf%mozilla.org
12dbac237e Automated update 2002-02-26 08:41:54 +00:00
seawood%netscape.com
a3d69c241c So much for the auto-update 2002-02-26 08:41:24 +00:00
seawood%netscape.com
93a6b4579a Fix eternal fast-update failure if security fails once.
Thanks to Randell Jesup <rjesup@wgate.com> for the patch.
Bug #127358 r=cls a=asa
2002-02-26 08:35:38 +00:00
seawood%netscape.com
6b19ff6399 Apply patches from FreeBSD's Ports system.
Thanks to Jeremy Lea <reg@shale.csir.co.za> for the patch.
Bug #112987 r=cls a=asa
2002-02-26 07:59:00 +00:00
bzbarsky%mit.edu
43a0ec8bd5 Don't create multiple XPrint or PostScript device contexts -- the
contexts share globals and are careless... Bug 127627, patch by Roland
Mainz <Roland.Mainz@informatik.med.uni-giessen.de>, r=bryner,rods,
sr=jag, a=asa.
2002-02-26 07:02:31 +00:00
bbaetz%student.usyd.edu.au
31ae83ceb3 Bug 97729 - uploaders need to be able to obsolete their own attachments
r=jake, justdave
2002-02-26 06:13:35 +00:00
mstoltz%netscape.com
75f6bd3583 partially backing out my last change - weird dependency problem 2002-02-26 05:28:26 +00:00
mstoltz%netscape.com
82659b14ca 32571, present confirmation dialog before allowing scripts to close windows.
105050, pass null window.opener when opener is a mail window.
both r=heikki, sr=jst, a=asa.
Backed out previously because of tinderbox problem, which should be fixed now.
2002-02-26 04:50:21 +00:00
nicolson%netscape.com
72347524cb Initial checkin of the keystore code. It's not complete yet, but
I want others to be able to see it and comment on it.
2002-02-26 04:19:33 +00:00
bzbarsky%mit.edu
b8b9b96753 Um... backing this out, will reland when tree is actually green. 2002-02-26 04:07:53 +00:00
bzbarsky%mit.edu
64367531bf Don't create multiple XPrint or PostScript device contexts -- the
contexts share globals and are careless... Bug 127627, patch by Roland
Mainz <Roland.Mainz@informatik.med.uni-giessen.de>, r=bryner,rods,
sr=jag, a=asa
2002-02-26 04:05:05 +00:00
badami%netscape.com
be7e92f3cd Memory leak of 3 bytes from 1 block allocated in nsHttpResponseHead::ParseStatusLine
bug 126104 r=gagan sr=darin a=asa
2002-02-26 03:55:59 +00:00
rods%netscape.com
298c0ce514 Moves toolbar showing code into try block instead of after catch.
Bug 127335 r=sgehani sr=alexf a=asa
2002-02-26 03:33:27 +00:00
rods%netscape.com
3b65bff5fb disable user-input for Print Preview
Bug 120745 r=dcone sr=attinasi a=asa
2002-02-26 03:30:51 +00:00
sfraser%netscape.com
50740cfe49 Fix build warnings. r=nisheeth 2002-02-26 03:01:27 +00:00
sfraser%netscape.com
2f1de24dbc Fixing Mac bustage; add a bunch of casts between PRUnichar* and jschar* (why isn't jschar a wchar_t?). r=nisheeth 2002-02-26 03:01:03 +00:00
relyea%netscape.com
bd56c1e043 When using global params, noCertDB implies noKeyDB as well bug 127312 2002-02-26 02:28:21 +00:00
seawood%netscape.com
13d2df732d Use SDK_XPIDLSRCS to generate .xpt too.
Should fix tinderbox orange & crash on startup.
Bug #127093 r=dougt
2002-02-26 02:10:10 +00:00
relyea%netscape.com
226cb8ac42 CRL issues: 1) return url when finding and importing CRL's.
2) fix CERT_ImportCRL so it actually works.

NOTE: Calls of SEC_NewCrl() should verify the signature on the CRL before
importing!.
2002-02-26 02:02:53 +00:00
nisheeth%netscape.com
46db685f9a Fix for bug 84186. r=dbradley, jag. sr=jband. Added support for CStrings, UTF8String, and AStrings to XPIDL. Also added the -t cmd line flag to XPIDL and XPTLINK that allows us to generate output for a specific XPT version. The XPT version number is being upped from 1.1 to 1.2 with this checkin. 2002-02-26 01:41:42 +00:00
oeschger%netscape.com
86c5368302 restore context-sensitive help to ui: new help file to include and updated syntax, bug=124902, a=asa/drivers, sr=alecf, r=andreww, r=ssaux for security ui 2002-02-26 01:14:09 +00:00
oeschger%netscape.com
2c095a7a0e restore context-sensitive help to ui: new help file to include and updated syntax, bug=124902, a=asa/drivers, sr=alecf, r=andreww 2002-02-26 01:13:17 +00:00
morse%netscape.com
2f740525d8 bug 118699, cookies being returned out of order, c=verdun, r=morse, sr=alecf 2002-02-26 01:01:40 +00:00
karnaze%netscape.com
eab00e2d64 bug 126742 - correct typo, setting the correct offset. sr=attinasi, r=alexsavulov, a=shaver 2002-02-26 00:43:12 +00:00