Commit Graph

76063 Commits

Author SHA1 Message Date
ducarroz%netscape.com
ddda8ab87c Fix for bug 67469. Don't try to encode a bogus attachment. The HTML converted body should be marked as a bogus attachment. Also fix function nsMsgIsMacFile. R=blake, SR=bienvenu 2001-02-04 01:42:33 +00:00
bryner%uiuc.edu
1ce5786aaa Bug 67530 - failure sending mail if PSM not installed. r/sr=mscott. 2001-02-04 01:16:13 +00:00
danm%netscape.com
ac3d61825f partial nsWindowMediator embedding analogue (not yet hooked up to build) r=sfraser,valeski 2001-02-04 00:32:43 +00:00
valeski%netscape.com
e240f6ab6e removing unused static method 2001-02-03 23:43:59 +00:00
hyatt%netscape.com
d31b874343 Not part of build. 2001-02-03 23:13:53 +00:00
danm%netscape.com
cc986d2ba6 fix wonky string usage in rev 1.59. still bug 67079 r=brendan 2001-02-03 23:08:19 +00:00
blakeross%telocity.com
8a3b8dba8e Removing an unused string (for khiggins, 67562). r=blake sr=bienvenu 2001-02-03 20:37:25 +00:00
bienvenu%netscape.com
73feaa9de2 fix for solaris bustage 2001-02-03 18:34:32 +00:00
bienvenu%netscape.com
f21adc57c6 more work on playback of offline imap ops 15865 r=naving,sr=mscott 2001-02-03 17:48:24 +00:00
bienvenu%netscape.com
93ea65926b listen for going offline notification and shutdown open connections when we receive it 15865 r=naving, sr=mscott 2001-02-03 17:45:31 +00:00
bienvenu%netscape.com
28ee16bcc9 add support for limiting offline download size to base server class 15865 r=naving, sr=mscott (also make sure replied flag is set appropriately during reparse) 2001-02-03 17:44:20 +00:00
bienvenu%netscape.com
1434f87889 add support for limiting offline download size to base server class 15865 r=naving, sr=mscott 2001-02-03 17:43:24 +00:00
chak%netscape.com
1f46e9b40e NOT PART OF THE BUILD
Fix for Bug#67490 - MfcEmbed needs to implement nsIWebBrowserSiteWindow
r=adamlock@netscape.com
2001-02-03 17:26:49 +00:00
disttsc%bart.nl
6012bb24db Lazily load the properties file. bug=67538, r=mao, a=ben 2001-02-03 12:10:53 +00:00
disttsc%bart.nl
8d5cb84a07 Replace iostream.h cerr << dependancy with NS_WARNING. bug=67536, r=jst, sr=blizzard 2001-02-03 09:09:24 +00:00
disttsc%bart.nl
8aee906aa2 Remove dead |#include "iostream.h"|. 2001-02-03 07:15:47 +00:00
anthonyd%netscape.com
9ac401dd8b fix for bug #55921 - Clicking to the right of a link doesn't clear selection
sr/r=joki, sfraser
2001-02-03 07:07:15 +00:00
kvisco%ziplink.net
f32e0cfb52 Not part of regular build. Updated to allow standalone linux version to build. 2001-02-03 06:35:05 +00:00
ben%netscape.com
b31bcba15b Fix bug 67073, remove form toolbar. r=jag, blake, jst, a=brendan
8:51 PM 2/2/2001
2001-02-03 04:45:56 +00:00
jst%netscape.com
5565218676 Moving methods around to make this file make more sense. no code changes. 2001-02-03 03:50:04 +00:00
bryner%uiuc.edu
aacc14c109 No longer build unused sun-java stubs. r=edburns@acm.org, jeff.dyer@compilercompany.com. 2001-02-03 03:23:55 +00:00
bryner%uiuc.edu
eb9e45c0bd Bug 67412 - set the NotificationCallbacks object on the imap channel so that PSM can get its nsIPrompt. r=jag, sr=mscott. 2001-02-03 02:59:01 +00:00
edburns%acm.org
983f562237 bug 49336
r=av
sr=waterson

This code makes sure that if the prefs say to USE DIRECT instead of using
a proxy, the plugin sees it that way.
2001-02-03 02:56:28 +00:00
naving%netscape.com
332bf8d8c8 23089. sr=bienvenu. Do not updateMailboxinfo when imapAction is LiteSelectFolder (undo/redo) 2001-02-03 02:18:27 +00:00
jst%netscape.com
7d47356614 Removing obsolete file. 2001-02-03 02:17:37 +00:00
anthonyd%netscape.com
46fe8b86d6 fix for bug # 67007 user defined tags being consumed
sr= harishd
r= kin
2001-02-03 01:24:53 +00:00
jst%netscape.com
251da7aa44 Fixing bug 58753. Making document.referrer work for documents in [i]frames and window.open()'ed windows. r=mstoltz@netscape.com and pollmann@netscape.com, sr=vidur@netscape.com 2001-02-03 01:17:00 +00:00
heikki%netscape.com
87c0c7accd Bugs 53615 and 51815. XHTML title element did not change window title, and textarea did not have default text. r=harishd, sr=vidur. 2001-02-03 01:16:20 +00:00
heikki%netscape.com
73b1eaa48b Bug 44564. Problems with internal subset, especially with view source XML. Also fixed CDATA section problems. Some cleanups. r=harishd, sr=vidur. 2001-02-03 01:13:55 +00:00
mscott%netscape.com
9babc6bd72 Bug #67489 --> xul clean up of the helper app dnd dialog.
add a separator before the checkbox so it's more balanced.
Make sure the checkbox outliner works correctly.
change onclick to oncommand handlers
place the cancel/close button on the far left and the reveal/launch on the right side of the dialog instead of
centering them.

sr=sspitzer
2001-02-03 01:08:10 +00:00
peterlubczynski%netscape.com
6f70103ae3 Fix relative URLs in 'pluginspage' attribute honor BASE tag bug 46405 a=av, sr=buster 2001-02-03 00:43:09 +00:00
nhotta%netscape.com
38b6358a5a Changed to initialize a charset in msgWindow to the folder charset in nsStreamConverter, bug 61285, sr=mscott,bienvenu. 2001-02-03 00:39:40 +00:00
sfraser%netscape.com
c6f225fb39 Adding Mac projects for embedding components, and idl for command manager interface. NOT PART OF THE BUILD 2001-02-03 00:24:53 +00:00
jgmyers%netscape.com
f5bd875e08 Fix SMTP/SSL: bug 32018 sr=mscott 2001-02-03 00:17:52 +00:00
jgmyers%netscape.com
b8a425d276 utf-8 decoder no longer accepts overlong sequences: bug 50702 r,sr=ftang 2001-02-03 00:08:40 +00:00
ssu%netscape.com
9957dd1672 fixing bug 67331 - Installer appends to installed-chrome.txt file rather than overwriting. r=dvetiz, sr=mscott not part of tinderbox builds. 2001-02-03 00:02:20 +00:00
mkaply%us.ibm.com
a44bef3c59 #66450
r=timeless, sr=hyatt
Don't open installed-chrome.txt read/write unnecessarily - just open it read
2001-02-03 00:01:52 +00:00
ssu%netscape.com
16d98d15b9 fixing bug 67220 - Win95 cannot download files. r=dveditz, sr=mscott 2001-02-02 23:59:44 +00:00
av%netscape.com
854646027d Bug 61388 -- implementing refresh plugins mechanism without restarting, rs=waterson, r=peterl, a=r=av 2001-02-02 23:48:17 +00:00
ducarroz%netscape.com
f50ca26bd5 Fix for bug 37697. Add support of preferFormat and html and plaintext domains list. R=chuang, SR=mscott,bienvenu 2001-02-02 23:39:43 +00:00
blakeross%telocity.com
02b9f094e8 Adding file for 64831. Not part of build. 2001-02-02 22:51:11 +00:00
mscott%netscape.com
522ae2bd37 remove reference to an obsolete gif 2001-02-02 22:47:59 +00:00
rbs%maths.uq.edu.au
d2a9ad2e9b Fix UMR, and failures of GetGlyphOutline() - bug 46438 - sr:erik@netscape.com 2001-02-02 22:46:48 +00:00
blakeross%telocity.com
bf5184fe66 Adding file for 64831. Not part of build. 2001-02-02 22:45:14 +00:00
mscott%netscape.com
35e77e8395 Remove obsolete directory from mime. 2001-02-02 22:44:58 +00:00
hyatt%netscape.com
90ca06ed8d Files aren't part of Mozilla build. 2001-02-02 22:44:39 +00:00
hyatt%netscape.com
cd4edc3846 Files aren't part of Mozilla build. 2001-02-02 22:43:15 +00:00
hyatt%netscape.com
67cc4074e9 Files aren't part of Mozilla build. 2001-02-02 22:34:52 +00:00
harishd%netscape.com
2863e449d8 67426 - Fixing up a regression caused when fixing bug 54453.
r=heikki
2001-02-02 22:07:38 +00:00
rbs%maths.uq.edu.au
e515c1db7c Keep things uniform by letting these frames fill the bounding metrics for the caller 2001-02-02 21:31:23 +00:00