Commit Graph

122694 Commits

Author SHA1 Message Date
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
locka%iol.ie
bf70be26b1 Set check value in ConfirmCheck even if cancel is pressed. b=218021 r=adamlock sr=bzbarsky 2003-09-17 17:51:33 +00:00
bsmedberg%covad.net
e74c2167e3 Bug 219389 - ViewSource highlighting broken (from bug 179834) r=pike sr=darin 2003-09-17 17:28:47 +00:00
scott%scott-macgregor.org
f68636c612 Bug #219465 --> Need id= for View|Message Body As Menu to allow for customization
Patch by Kevin Teuscher
2003-09-17 16:03:10 +00:00
mkaply%us.ibm.com
e315269a4c #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-17 16:00:48 +00:00
timeless%mozdev.org
c18624ca1b fixing typo in LOG statement
rs=darin
2003-09-17 15:11:47 +00:00
igor%mir2.org
7848633a4a Mark parse subtree for finally statement with Token.FINALLY instead of using special property to mark USETEMP node. 2003-09-17 13:43:12 +00:00
cbiesinger%web.de
25a717addf Bug 33282
enable external scheme handlers (like aim: and telnet:) in Linux

This allows setting external protocol handlers via a preference setting:
network.protocol-handler.app.<scheme>
This is supposed to be a string value.
Mozilla will first try to interpret this as an absolute path, then as a filename
relative to $MOZILLA_FIVE_HOME, then as a file in $PATH.
If an application is found in one of these places, it will be called and passed
the complete url as first (and only) argument.

r=jesup/bz sr=bz/darin
2003-09-17 12:47:56 +00:00
cbiesinger%web.de
1f6b877479 Bug 218820
remove useless nsIExternalHelperAppService::canHandleContent
mozilla never calls this function; and it always returns PR_FALSE
r=bz sr=darin
2003-09-17 12:31:39 +00:00
noririty%jcom.home.ne.jp
d358984a09 temporary MAC-theme patch before landing Pinstripe. includes b=206462 2003-09-17 08:42:57 +00:00
neil%parkwaycc.co.uk
3922d7e119 Bug 21432 Composer needs Page Setup menuitem r=brade sr=rbs 2003-09-17 08:41:15 +00:00
ben%bengoodger.com
464dcde0ef Seamonkey downloading UI changes necessitated by b214985. r=bz, sr=brendan. 2003-09-17 07:56:38 +00:00
scott%scott-macgregor.org
5003044cd4 Bug #126071 --> "Subject" moves when collapsing header in classic
Patch by mbr
2003-09-17 06:54:09 +00:00
dbaron%dbaron.org
2faecb498d Correct spelling mistakes (mainly by correcting class name to refer to JIS X 4051). b=215963 r=jshin sr=bzbarsky 2003-09-17 03:08:18 +00:00
timeless%mozdev.org
fb3c155a05 Bug 219328 search.gif's dimensions in nav_help.html are specified wrong.
patch by bugzilla@accessibleinter.net r=rlk@trfenv.com
2003-09-17 00:05:10 +00:00
cltbld%netscape.com
cff2f210e4 Automated update 2003-09-16 22:44:27 +00:00
dbaron%dbaron.org
905a62182a Use incremental linking again on Windows, for DLLs. b=216335 rs=cls 2003-09-16 22:36:02 +00:00
dbaron%dbaron.org
c49da48965 Change our implementation of 'overflow: hidden' to be more compatible with other browsers, as CSS 2.1 now allows. b=69355 r+sr=bzbarsky 2003-09-16 22:09:18 +00:00
dbaron%dbaron.org
6fde3bd4ad Fix additional regression from bug 86947. b=216736 r+sr=roc 2003-09-16 22:05:47 +00:00
dbaron%dbaron.org
b3e8758760 Remove unneeded nsTextFrame::QueryInterface. b=188618 r+sr=bzbarsky 2003-09-16 22:04:48 +00:00
bienvenu%nventure.com
6ed28eaf50 handle propagating user defined keywords to .msf file when imap server doesn't support user defined keywords, esp useful for junk mail status r/sr=mscott 216612 2003-09-16 21:55:48 +00:00
wtc%netscape.com
faed1206fb Bugzilla bug 124958: added support for pthreads on OpenBSD. The patch is
contributed by Mats Palmgren <mats.palmgren@bredband.net>. r=wtc.
2003-09-16 20:50:50 +00:00