Commit Graph

122715 Commits

Author SHA1 Message Date
neil%parkwaycc.co.uk
86e68a1553 Bug 219239 Junk Mail Controls is not modal and does not remember placement p=borggraefe@despammed.com r=me sr=bienvenu 2003-09-19 19:49:17 +00:00
tor%cs.brown.edu
d66f25a79b Bug 218344 - grayscale postscript printing only uses red channel.
r=pavlov, sr=blizzard.
2003-09-19 19:07:17 +00:00
bienvenu%nventure.com
438ed1651a make bayesian filter plugin not rely on the profile manager, r/sr=mscott 219722 2003-09-19 19:02:00 +00:00
brendan%mozilla.org
fa18fa1e14 Don't finish temp and code arena-pools in JS_GC, in case it's nesting in the compiler via the debugger (131712, r=rginda, sr=shaver). 2003-09-19 18:36:50 +00:00
ere%atp.fi
166e424d97 Fix for bug 219621 (sender column now at the end with a new profile)
r=neil
sr=bienvenu
2003-09-19 18:26:42 +00:00
darin%meer.net
f3b812645b removing dead code 2003-09-19 18:21:14 +00:00
wtc%netscape.com
95dc921cc9 Bugzilla bug 219713: fixed build bustage on all Unix platforms. We need
to export CERT_TimeChoiceTemplate as data for Unix.
2003-09-19 18:00:48 +00:00
cbiesinger%web.de
f920039be0 Bug 197666
Simplify abNew[Edit]CardDialog
patch by Sebastian@SSpaeth.de
neil.parkwaycc.co.uk: review+
bienvenu: superreview+
2003-09-19 17:20:26 +00:00
uid502
d0615f9350 Bug 217201. Make nsTextControlFrame::InitEditor() happen outside of reflow, to prevent content notification flushes and reentrancy. r+rs=dbaron 2003-09-19 15:20:00 +00:00
timeless%mozdev.org
cf19954e71 Bug 176096 Mozilla (Phoenix) should not register as an/default HTML editor, when Composer is not installed.
patch by dean r=timeless sr=sfraser
2003-09-19 15:04:30 +00:00
neil%parkwaycc.co.uk
8647ac01b5 Bug 201392 Go Next Unread ignores folders with exactly one unread message r/sr=bienvenu 2003-09-19 14:41:06 +00:00
cbiesinger%web.de
6ac98845f2 bug 197209 patch by borggraefe@despammed.com Stefan Borggraefe
r=neil@parkwaycc.co.uk sr=bienvenu

folder properties should be a <dialog>
2003-09-19 14:40:59 +00:00
neil%parkwaycc.co.uk
eb23361546 Bug 206353 DOM Lists should be enumerable p=jst r=caillon sr=peterv 2003-09-19 08:43:14 +00:00
jpierre%netscape.com
1b89629c4e Fix for 219082 - support GeneralizedTime in PKCS#7 signatures. r=nelsonb, sr=wtc 2003-09-19 04:16:19 +00:00
jpierre%netscape.com
a1dfac9b48 Fix for 219524 - support GeneralizedTime in S/MIME v3 signatures. r=wtc, sr=nelsonb 2003-09-19 04:14:50 +00:00
jpierre%netscape.com
7d744437c3 Fix for bug 143334 : add support for GeneralizedTime in certificates and CRLs. r=wtc,nelsonb 2003-09-19 04:08:51 +00:00
ben%bengoodger.com
c74d14bad9 Update trunk Firebird version numbers 2003-09-19 00:46:28 +00:00
mkaply%us.ibm.com
8edbf92e6c #73642
r=pavlov, sr=tor
Cleanup of calling conventions in JPEG
2003-09-18 20:38:36 +00:00
cls%seawood.org
4ed4bcc52c Bump build requirements for gcc on win32 to w32api 2.4 & windres 2.14.90 and add version checks.
Remove hacks used for previous versions
Bug #203292 a=bryner
Bug #219327 a=bryner
2003-09-18 19:27:39 +00:00
cltbld%netscape.com
0c2d1422ff Automated update 2003-09-18 19:23:23 +00:00
bienvenu%nventure.com
e334fef83c fix regression where View -> Messges -> Unread setting is broken on restart if default account is pop3, r/sr=mscott also whitespace and code cleanup 215694 2003-09-18 19:16:48 +00:00
mkaply%us.ibm.com
a276239a2d #215581
r=mkaply, sr=blizzard (platform specific)
Changes to get GCC 3.2.2 working on OS/2 - this set is OS/2 only changes
2003-09-18 19:13:23 +00:00
mkaply%us.ibm.com
01782c41bc #219573
r=peterv, sr=bzbarsky
Fix from Josh Aas - remove unused variables in nsSelection.cpp
2003-09-18 18:58:14 +00:00
scott%scott-macgregor.org
474417aebf Bug #219591 --> Don't bring in button.css from classic\themes. This brings in a bunch of old style rules for toolbar buttons which don't apply anymore including a style that forces a 47 pixel width on toolbar buttons.
Add style rules to add 2pixels of padding to small toolbar icons.
2003-09-18 18:30:50 +00:00
mkaply%us.ibm.com
1e1be8415c #215581
r=mkaply, sr=blizzard (platform specific)
Changes to get GCC 3.2.2 working on OS/2 - this set is OS/2 only changes
2003-09-18 17:24:54 +00:00
cls%seawood.org
19d1d413c2 Fix misc build issues for mingw gcc 3.3.1:
* Link non-component libs using -Wl,-enable-runtime-psuedo-relocs to workaround auto-import issues
* the last element of an enum cannot end with a comma
* PRUint16 is not interchangable with PRUnichar nor WCHAR
* cannot take the address of or call ::main() from another c++ function
* Functions declared within |class foo {};| block do not need extra |foo::| qualification
* GCC no longer implements <varargs.h>. Use <stdarg.h> instead
Bug #217009 sr=dbaron
2003-09-18 17:22:33 +00:00
igor%mir2.org
7546dbbac4 Use special subclasses of Node to represent various jumps and control structures to avoid allocating of property objects for frequently occurring parse tree nodes. 2003-09-18 16:20:32 +00:00
bienvenu%nventure.com
5fb73f7f77 create local mail directory for pop3 server if it doesn't exist, r/sr=mscott 219580 2003-09-18 16:19:34 +00:00
timeless%mozdev.org
63d7e0ed40 Bug 191408 Change security policy check in nsWindowWatcher::OpenWindowJS so that xpcshell can use the prompt service
patch by danm r=timeless sr=jst
2003-09-18 14:32:06 +00:00
kiko%async.com.br
28da4ea3b1 Patch for bug 129315: incorrect column definition for bugs.delta_ts;
adds 'not null' constraint. p=jocuri@softhome.net (Vlad Dascalu) r=kiko
a=justdave
2003-09-18 12:17:15 +00:00
imajes%php.net
f7ff8318e2 updating 2003-09-18 04:31:38 +00:00
imajes%php.net
08dda310d1 touching this file to test my CVSROOT tweaks, will backout shortly. 2003-09-18 04:13:09 +00:00
timeless%mozdev.org
0a7d3abd6f Bug 218754 Don't double init nsPrefLocalizedString::mUnicodeString
r=bsmedberg sr=alecf
2003-09-18 02:57:13 +00:00
wtc%netscape.com
8fae92aff2 Removed all obsolete <OS>.mk files, which have been replaced by the
configure script.
2003-09-18 02:16:20 +00:00
wtc%netscape.com
b3b2a62489 Bugzilla bug 208973: removed obsolete Mac classic CFM build files. 2003-09-18 02:03:01 +00:00
jpierre%netscape.com
ac38bd8aeb Fix for 215214 - make certutil show all instances of certs . r=wtc 2003-09-18 02:00:32 +00:00
wtc%netscape.com
b58d136a9c The isOnList function is now unused. 2003-09-18 01:28:52 +00:00
wtc%netscape.com
6e70dce57d Bugzilla bug 219487: fixed build failure on OpenVMS. struct addrinfo is
defined in <netdb.h>.  We use AI_CANONNAME, a macro to be used with struct
addrinfo, to detect that.
2003-09-18 00:48:43 +00:00
jpierre%netscape.com
81db50ddf4 Fix for bug 215186 - add missing options to PK11_ListCerts . r=wtc 2003-09-18 00:22:18 +00:00
dbaron%dbaron.org
3394ac9186 Shut down X Remote service before event loop stops running, so that the windows can be destroyed. b=216512 r=blizzard sr=bryner 2003-09-17 23:46:45 +00:00
justdave%syndicomm.com
e64e40090c Bug 219216: Javascript improperly using FILTER html instead of FILTER js causing data with @ produced by javascript to show up as &#64;
r=timeless, a=justdave
2003-09-17 22:13:06 +00:00
bienvenu%nventure.com
7803aea48d change wording in pop3 password prompts to avoid confusing prompts when user name contains @, patch by ch.ey@gmx.net, r/sr=bienvenu 212937 2003-09-17 21:16:44 +00:00
bienvenu%nventure.com
c3fcf08800 add support for POP3 CAPA command, patch by ch.ey@gmx.net, r/sr=bienvenu 219282 2003-09-17 21:12:34 +00:00
wtc%netscape.com
dafe9aa4a9 Bugzilla bug 219061: fixed build failure on OSF1. struct addrinfo is
defined in <netdb.h> on recent Tru64 Unix releases.  We use AI_CANONNAME,
a macro to be used with struct addrinfo, to detect that.
2003-09-17 20:26:20 +00:00
wtc%netscape.com
a5aeec9409 Bugzilla bug 218967: do not initialize unsigned chars with character
constants '\ddd' where ddd is an octal number larger than 127 (decimal).
Such character constants have negative integer values if 'char' is signed.
Thanks to timeless@bemail.org for the bug report and a suggested fix.
2003-09-17 20:14:25 +00:00
ere%atp.fi
0fc4b54f4e Bug 36492: Implementation of separate recipient and sender columns in thread pane
r=Neil
sr=Bienvenu
2003-09-17 19:52:23 +00:00
peter%propagandism.org
3f116defdd Add blank line at end of file. 2003-09-17 19:19:53 +00:00
scott%scott-macgregor.org
55ea949dc2 Bug #219488 --> revert back to the original behavior for POP which is to NOT leave mail on server by default.
We only did this originally back when thunderbird was an experiment and folks just wanted to try it out.
Now that we are a more mature application, it is time to go back to the expected behavior.
2003-09-17 18:09:48 +00:00
bsmedberg%covad.net
781187a4f0 bug 219355 (regression from bug 179834) - XML parsing errors (entity not found) - r=heikki sr=darin 2003-09-17 18:09:25 +00:00
scott%scott-macgregor.org
6c6106530b Bug #193317 --> 100% CPU viewing news w/ a background image. Fix this by not implementing SetOriginalURI. This was
confusing image lib which reloads the image if the current url on the channel does not match the original URI on the channel. 

IMAP does not implement this method either.

r/sr=bienvenu
2003-09-17 18:01:50 +00:00