Граф коммитов

75907 Коммитов

Автор SHA1 Сообщение Дата
cls%seawood.org 0f34838acb Add -d to STRIP for bsdi 4.x 2001-02-04 04:59:26 +00:00
mkaply%us.ibm.com ce0ac8316f Fix Mac bustage 2001-02-04 04:56:58 +00:00
mkaply%us.ibm.com 46f5cbdd3b Guess at IRIX breakage 2001-02-04 04:12:37 +00:00
mkaply%us.ibm.com e629c6bab1 Diff merged bad, but it worked on Windows 2001-02-04 04:00:36 +00:00
mkaply%us.ibm.com 55de599186 #58668
r=dveditz, sr=brendan
Change registry buffered I/O APIs to use NSPR rather than C runtime for file I/O
These APIs are used most commonly to read and write to component.reg
2001-02-04 03:17:10 +00:00
ducarroz%netscape.com 3af5ab81bc 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 c45808a124 Bug 67530 - failure sending mail if PSM not installed. r/sr=mscott. 2001-02-04 01:16:13 +00:00
danm%netscape.com f39a8087af partial nsWindowMediator embedding analogue (not yet hooked up to build) r=sfraser,valeski 2001-02-04 00:32:43 +00:00
valeski%netscape.com 27669e234d removing unused static method 2001-02-03 23:43:59 +00:00
hyatt%netscape.com 2dd75261f9 Not part of build. 2001-02-03 23:13:53 +00:00
danm%netscape.com 127a9543b4 fix wonky string usage in rev 1.59. still bug 67079 r=brendan 2001-02-03 23:08:19 +00:00
blakeross%telocity.com 2202768bc9 Removing an unused string (for khiggins, 67562). r=blake sr=bienvenu 2001-02-03 20:37:25 +00:00
bienvenu%netscape.com 57844b19c9 fix for solaris bustage 2001-02-03 18:34:32 +00:00
bienvenu%netscape.com dbc829acd0 more work on playback of offline imap ops 15865 r=naving,sr=mscott 2001-02-03 17:48:24 +00:00
bienvenu%netscape.com 8a816ae4ae 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 65d900937e 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 eb55362c5a 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 984356c692 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 ca63f14791 Lazily load the properties file. bug=67538, r=mao, a=ben 2001-02-03 12:10:53 +00:00
disttsc%bart.nl c353ccb7bf 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 7c88e76400 Remove dead |#include "iostream.h"|. 2001-02-03 07:15:47 +00:00
anthonyd%netscape.com 04e5df3d19 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 ee96228a54 Not part of regular build. Updated to allow standalone linux version to build. 2001-02-03 06:35:05 +00:00
ben%netscape.com 9ecaca54cc 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 a21f5982e1 Moving methods around to make this file make more sense. no code changes. 2001-02-03 03:50:04 +00:00
bryner%uiuc.edu 56fb9505ff 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 6ba8def1fb 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 96b8e47ed3 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 d31958d62e 23089. sr=bienvenu. Do not updateMailboxinfo when imapAction is LiteSelectFolder (undo/redo) 2001-02-03 02:18:27 +00:00
jst%netscape.com c5e9375f28 Removing obsolete file. 2001-02-03 02:17:37 +00:00
anthonyd%netscape.com 0097af2035 fix for bug # 67007 user defined tags being consumed
sr= harishd
r= kin
2001-02-03 01:24:53 +00:00
jst%netscape.com 2b5c3d79a5 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 0d215946ad 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 89cc46a2cf 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 9b2dbf4352 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 22b10a1ba9 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 d632456af0 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 d51c05fea2 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 7754a29d29 Fix SMTP/SSL: bug 32018 sr=mscott 2001-02-03 00:17:52 +00:00
jgmyers%netscape.com 5834e83b3b utf-8 decoder no longer accepts overlong sequences: bug 50702 r,sr=ftang 2001-02-03 00:08:40 +00:00
ssu%netscape.com 38614854b3 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 7065b5e742 #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 e5f7a05686 fixing bug 67220 - Win95 cannot download files. r=dveditz, sr=mscott 2001-02-02 23:59:44 +00:00
av%netscape.com e0d11f3c24 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 f7c1140d84 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 67c85a0713 Adding file for 64831. Not part of build. 2001-02-02 22:51:11 +00:00
mscott%netscape.com b8b2bbc599 remove reference to an obsolete gif 2001-02-02 22:47:59 +00:00
rbs%maths.uq.edu.au 303ce52caa Fix UMR, and failures of GetGlyphOutline() - bug 46438 - sr:erik@netscape.com 2001-02-02 22:46:48 +00:00
blakeross%telocity.com b9f3081ec0 Adding file for 64831. Not part of build. 2001-02-02 22:45:14 +00:00
mscott%netscape.com 2103684098 Remove obsolete directory from mime. 2001-02-02 22:44:58 +00:00