Commit Graph

124159 Commits

Author SHA1 Message Date
wtc%netscape.com
c5ab769ff9 Removed all obsolete <OS>.mk files, which have been replaced by the
configure script.


git-svn-id: svn://10.0.0.236/trunk@147015 18797224-902f-48f8-a5cc-f745e15eee43
2003-09-18 02:16:20 +00:00
wtc%netscape.com
af60eacd93 Bugzilla bug 208973: removed obsolete Mac classic CFM build files.
git-svn-id: svn://10.0.0.236/trunk@147014 18797224-902f-48f8-a5cc-f745e15eee43
2003-09-18 02:03:57 +00:00
jpierre%netscape.com
0561999feb Fix for 215214 - make certutil show all instances of certs . r=wtc
git-svn-id: svn://10.0.0.236/trunk@147013 18797224-902f-48f8-a5cc-f745e15eee43
2003-09-18 02:00:32 +00:00
wtc%netscape.com
cc116b679f The isOnList function is now unused.
git-svn-id: svn://10.0.0.236/trunk@147010 18797224-902f-48f8-a5cc-f745e15eee43
2003-09-18 01:28:52 +00:00
wtc%netscape.com
5a63ead344 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.


git-svn-id: svn://10.0.0.236/trunk@147009 18797224-902f-48f8-a5cc-f745e15eee43
2003-09-18 00:48:43 +00:00
jpierre%netscape.com
b3364b5298 Fix for bug 215186 - add missing options to PK11_ListCerts . r=wtc
git-svn-id: svn://10.0.0.236/trunk@147007 18797224-902f-48f8-a5cc-f745e15eee43
2003-09-18 00:22:18 +00:00
dbaron%dbaron.org
9f1fc98a39 Shut down X Remote service before event loop stops running, so that the windows can be destroyed. b=216512 r=blizzard sr=bryner
git-svn-id: svn://10.0.0.236/trunk@147006 18797224-902f-48f8-a5cc-f745e15eee43
2003-09-17 23:46:45 +00:00
justdave%syndicomm.com
1e6ee2acfa 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


git-svn-id: svn://10.0.0.236/trunk@147005 18797224-902f-48f8-a5cc-f745e15eee43
2003-09-17 22:13:06 +00:00
bienvenu%nventure.com
af215f7adb change wording in pop3 password prompts to avoid confusing prompts when user name contains @, patch by ch.ey@gmx.net, r/sr=bienvenu 212937
git-svn-id: svn://10.0.0.236/trunk@147004 18797224-902f-48f8-a5cc-f745e15eee43
2003-09-17 21:16:44 +00:00
bienvenu%nventure.com
484de384d5 add support for POP3 CAPA command, patch by ch.ey@gmx.net, r/sr=bienvenu 219282
git-svn-id: svn://10.0.0.236/trunk@147003 18797224-902f-48f8-a5cc-f745e15eee43
2003-09-17 21:12:34 +00:00
wtc%netscape.com
ca8a6d2045 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.


git-svn-id: svn://10.0.0.236/trunk@147002 18797224-902f-48f8-a5cc-f745e15eee43
2003-09-17 20:26:20 +00:00
wtc%netscape.com
aba8c23c27 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.


git-svn-id: svn://10.0.0.236/trunk@147000 18797224-902f-48f8-a5cc-f745e15eee43
2003-09-17 20:14:25 +00:00
ere%atp.fi
653c9929c8 Bug 36492: Implementation of separate recipient and sender columns in thread pane
r=Neil
sr=Bienvenu


git-svn-id: svn://10.0.0.236/trunk@146999 18797224-902f-48f8-a5cc-f745e15eee43
2003-09-17 19:52:23 +00:00
peter%propagandism.org
3ac68f6e91 Add blank line at end of file.
git-svn-id: svn://10.0.0.236/trunk@146998 18797224-902f-48f8-a5cc-f745e15eee43
2003-09-17 19:19:53 +00:00
despotdaemon%netscape.com
7769a5924a Pseudo-automatic update of changes made by myk@mozilla.org.
git-svn-id: svn://10.0.0.236/trunk@146996 18797224-902f-48f8-a5cc-f745e15eee43
2003-09-17 18:47:17 +00:00
scott%scott-macgregor.org
63df000d08 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.


git-svn-id: svn://10.0.0.236/trunk@146995 18797224-902f-48f8-a5cc-f745e15eee43
2003-09-17 18:09:48 +00:00
bsmedberg%covad.net
fb2823febf bug 219355 (regression from bug 179834) - XML parsing errors (entity not found) - r=heikki sr=darin
git-svn-id: svn://10.0.0.236/trunk@146994 18797224-902f-48f8-a5cc-f745e15eee43
2003-09-17 18:09:25 +00:00
scott%scott-macgregor.org
928382a5cb 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


git-svn-id: svn://10.0.0.236/trunk@146993 18797224-902f-48f8-a5cc-f745e15eee43
2003-09-17 18:01:50 +00:00
locka%iol.ie
d07bc3aee5 Set check value in ConfirmCheck even if cancel is pressed. b=218021 r=adamlock sr=bzbarsky
git-svn-id: svn://10.0.0.236/trunk@146992 18797224-902f-48f8-a5cc-f745e15eee43
2003-09-17 17:51:33 +00:00
bsmedberg%covad.net
c6aa8a9739 Bug 219389 - ViewSource highlighting broken (from bug 179834) r=pike sr=darin
git-svn-id: svn://10.0.0.236/trunk@146991 18797224-902f-48f8-a5cc-f745e15eee43
2003-09-17 17:28:47 +00:00
scott%scott-macgregor.org
3d1545ad16 Bug #219465 --> Need id= for View|Message Body As Menu to allow for customization
Patch by Kevin Teuscher


git-svn-id: svn://10.0.0.236/trunk@146990 18797224-902f-48f8-a5cc-f745e15eee43
2003-09-17 16:04:01 +00:00
mkaply%us.ibm.com
7a5b6ed98e #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


git-svn-id: svn://10.0.0.236/trunk@146989 18797224-902f-48f8-a5cc-f745e15eee43
2003-09-17 16:00:48 +00:00
timeless%mozdev.org
15b21913fd fixing typo in LOG statement
rs=darin


git-svn-id: svn://10.0.0.236/trunk@146988 18797224-902f-48f8-a5cc-f745e15eee43
2003-09-17 15:11:47 +00:00
igor%mir2.org
f560586f15 Mark parse subtree for finally statement with Token.FINALLY instead of using special property to mark USETEMP node.
git-svn-id: svn://10.0.0.236/trunk@146987 18797224-902f-48f8-a5cc-f745e15eee43
2003-09-17 13:43:12 +00:00
cbiesinger%web.de
fdc85e5866 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


git-svn-id: svn://10.0.0.236/trunk@146986 18797224-902f-48f8-a5cc-f745e15eee43
2003-09-17 12:47:56 +00:00
cbiesinger%web.de
9076f9517e Bug 218820
remove useless nsIExternalHelperAppService::canHandleContent
mozilla never calls this function; and it always returns PR_FALSE
r=bz sr=darin


git-svn-id: svn://10.0.0.236/trunk@146985 18797224-902f-48f8-a5cc-f745e15eee43
2003-09-17 12:31:39 +00:00
noririty%jcom.home.ne.jp
9e9c2616a2 temporary MAC-theme patch before landing Pinstripe. includes b=206462
git-svn-id: svn://10.0.0.236/trunk@146984 18797224-902f-48f8-a5cc-f745e15eee43
2003-09-17 08:42:57 +00:00
neil%parkwaycc.co.uk
ef7f981710 Bug 21432 Composer needs Page Setup menuitem r=brade sr=rbs
git-svn-id: svn://10.0.0.236/trunk@146983 18797224-902f-48f8-a5cc-f745e15eee43
2003-09-17 08:41:15 +00:00
ben%bengoodger.com
79e9dc998e Seamonkey downloading UI changes necessitated by b214985. r=bz, sr=brendan.
git-svn-id: svn://10.0.0.236/trunk@146982 18797224-902f-48f8-a5cc-f745e15eee43
2003-09-17 07:56:38 +00:00
scott%scott-macgregor.org
634161b355 Bug #126071 --> "Subject" moves when collapsing header in classic
Patch by mbr


git-svn-id: svn://10.0.0.236/trunk@146981 18797224-902f-48f8-a5cc-f745e15eee43
2003-09-17 06:54:09 +00:00
dbaron%dbaron.org
77d7617a86 Correct spelling mistakes (mainly by correcting class name to refer to JIS X 4051). b=215963 r=jshin sr=bzbarsky
git-svn-id: svn://10.0.0.236/trunk@146979 18797224-902f-48f8-a5cc-f745e15eee43
2003-09-17 03:08:18 +00:00
timeless%mozdev.org
ce22739295 Bug 219328 search.gif's dimensions in nav_help.html are specified wrong.
patch by bugzilla@accessibleinter.net r=rlk@trfenv.com


git-svn-id: svn://10.0.0.236/trunk@146978 18797224-902f-48f8-a5cc-f745e15eee43
2003-09-17 00:05:10 +00:00
despotdaemon%netscape.com
313d728c99 Pseudo-automatic update of changes made by dbaron@dbaron.org.
git-svn-id: svn://10.0.0.236/trunk@146977 18797224-902f-48f8-a5cc-f745e15eee43
2003-09-16 22:54:42 +00:00
cltbld%netscape.com
3b69beb900 Automated update
git-svn-id: svn://10.0.0.236/trunk@146976 18797224-902f-48f8-a5cc-f745e15eee43
2003-09-16 22:44:27 +00:00
dbaron%dbaron.org
e4c720c5a8 Use incremental linking again on Windows, for DLLs. b=216335 rs=cls
git-svn-id: svn://10.0.0.236/trunk@146974 18797224-902f-48f8-a5cc-f745e15eee43
2003-09-16 22:36:02 +00:00
dbaron%dbaron.org
c997dd0ad0 Change our implementation of 'overflow: hidden' to be more compatible with other browsers, as CSS 2.1 now allows. b=69355 r+sr=bzbarsky
git-svn-id: svn://10.0.0.236/trunk@146973 18797224-902f-48f8-a5cc-f745e15eee43
2003-09-16 22:09:18 +00:00
dbaron%dbaron.org
2fddba807f Fix additional regression from bug 86947. b=216736 r+sr=roc
git-svn-id: svn://10.0.0.236/trunk@146972 18797224-902f-48f8-a5cc-f745e15eee43
2003-09-16 22:05:47 +00:00
dbaron%dbaron.org
10de1fb0dc Remove unneeded nsTextFrame::QueryInterface. b=188618 r+sr=bzbarsky
git-svn-id: svn://10.0.0.236/trunk@146971 18797224-902f-48f8-a5cc-f745e15eee43
2003-09-16 22:04:48 +00:00
bienvenu%nventure.com
02f50ec25d 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
git-svn-id: svn://10.0.0.236/trunk@146970 18797224-902f-48f8-a5cc-f745e15eee43
2003-09-16 21:55:48 +00:00
wtc%netscape.com
533e52797f Bugzilla bug 124958: added support for pthreads on OpenBSD. The patch is
contributed by Mats Palmgren <mats.palmgren@bredband.net>. r=wtc.


git-svn-id: svn://10.0.0.236/trunk@146966 18797224-902f-48f8-a5cc-f745e15eee43
2003-09-16 20:50:50 +00:00
wtc%netscape.com
f6be4bc50f Bugzilla bug 124958: the pthread priority range is 0-31 on OpenBSD. The
patch is contributed by Mats Palmgren <mats.palmgren@bredband.net>.  r=wtc.


git-svn-id: svn://10.0.0.236/trunk@146964 18797224-902f-48f8-a5cc-f745e15eee43
2003-09-16 20:46:14 +00:00
wtc%netscape.com
571b3c6755 Bugzilla bug 215581: checked in the rest of the GCC 3.2.2 for OS/2 patch
from Javier Pedemonte <pedemont@us.ibm.com>.
Modified Files: prio.h prtypes.h os2misc.c


git-svn-id: svn://10.0.0.236/trunk@146962 18797224-902f-48f8-a5cc-f745e15eee43
2003-09-16 20:35:10 +00:00
mkaply%us.ibm.com
1769b37da5 #215581
r/sr=brendan
Changes to get GCC 3.2.2 working on OS/2 - this set is OS/2 only changes


git-svn-id: svn://10.0.0.236/trunk@146960 18797224-902f-48f8-a5cc-f745e15eee43
2003-09-16 19:07:19 +00:00
darin%meer.net
663efd26d5 minor revisions based on review comments from brendan that should have been included in last checkin for bug 98533.
git-svn-id: svn://10.0.0.236/trunk@146959 18797224-902f-48f8-a5cc-f745e15eee43
2003-09-16 16:28:48 +00:00
darin%meer.net
090f20313a fixes bug 98533 "use lightweight parser to read pref files" r=dougt sr=brendan
git-svn-id: svn://10.0.0.236/trunk@146958 18797224-902f-48f8-a5cc-f745e15eee43
2003-09-16 16:19:00 +00:00
darin%meer.net
35b18657e8 fixes bug 216854 "necko should not have a compile-time dependency on exthandler" r=dougt sr=bryner
git-svn-id: svn://10.0.0.236/trunk@146957 18797224-902f-48f8-a5cc-f745e15eee43
2003-09-16 16:12:59 +00:00
igor%mir2.org
5bf84471f0 Addressing http://bugzilla.mozilla.org/show_bug.cgi?id=219055 :
Delay creation of NativeError wrapper for EcmaError until the exception is caught in the script.


git-svn-id: svn://10.0.0.236/trunk@146956 18797224-902f-48f8-a5cc-f745e15eee43
2003-09-16 16:08:55 +00:00
neil%parkwaycc.co.uk
68e57d81c8 Bug 216897 Address Book's Search Bar menuitem does not stay unchecked p=mbr@6thfloor.de r=me r/sr=mscott
git-svn-id: svn://10.0.0.236/trunk@146952 18797224-902f-48f8-a5cc-f745e15eee43
2003-09-16 10:22:33 +00:00
neil%parkwaycc.co.uk
272f9ac5f1 Bug 192318 clean up after bug 191817 r=mscott sr=bienvenu
git-svn-id: svn://10.0.0.236/trunk@146951 18797224-902f-48f8-a5cc-f745e15eee43
2003-09-16 10:17:37 +00:00
neil%parkwaycc.co.uk
463704db2d Bug 36816 news should default to using the server username and password for all groups p=johannesteichmann@web.de r=bienvenu sr=mscott
git-svn-id: svn://10.0.0.236/trunk@146950 18797224-902f-48f8-a5cc-f745e15eee43
2003-09-16 09:45:49 +00:00