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

9503 Коммитов

Автор SHA1 Сообщение Дата
chuang%netscape.com 02ee848b36 Bug50584 Lists in Personal Address Book not migrating as lists, r=putterman,a=mscott 2000-09-22 03:59:13 +00:00
jefft%netscape.com dad1247811 fixed bug53238.txt -- Data loss: attachment option {Save All} fails to prompt user if destination dir has an existing file w/ same file name. r=mscott; a=msanz 2000-09-22 03:46:31 +00:00
putterman%netscape.com 137ef27382 More work on 46888. Checking in for naving. Make sure delete doesn't prevent messages from being displayed later on. r=scottip,a=alecf. 2000-09-22 03:10:21 +00:00
taka%netscape.com 3471c82333 fix for #45222. r=alecf, a=alecf 2000-09-22 02:52:11 +00:00
varada%netscape.com 3afc59687c fix for bug#31263;make splitters persist position in mail;r=putterman;a=alecf 2000-09-22 02:51:33 +00:00
varada%netscape.com 7e5341a8a9 fix for bug#28520; keyboard navigation for mail;r=putterman;a=alecf 2000-09-22 02:51:23 +00:00
alecf%netscape.com 28d129eb73 fix for #53200 r=putterman,mscott
make the priority and status strings localizable, and add a priority string for "Normal"
localization change a=msanz
2000-09-22 02:48:11 +00:00
sspitzer%netscape.com 2f6f849df8 fix for #53487. get open attachment to work from news messages.
code stolen from mscott's code for imap & local messages.
r/a=mscott.
2000-09-22 00:44:08 +00:00
sspitzer%netscape.com c3b1d31a36 fix for #53421. make it so we can save attachments from news messages.
the problem was to save attachments, we were calling DisplayMessage()
with news://host/article-id urls, instead of news_message://host/group#article-number
DisplayMessage() can handle news://host/article-id urls, so we just let it.
r/a=mscott
2000-09-21 03:54:17 +00:00
naving%netscape.com 31e9e1c724 r=sspitzer a=mscott 2000-09-21 00:19:23 +00:00
naving%netscape.com 751e2ae5af r=sspitzer a=mscott. Added CancelFailed() 2000-09-21 00:18:31 +00:00
naving%netscape.com edd63dd46a r=sspitzer a=mscott. Notifies failures for Cancel 2000-09-21 00:17:20 +00:00
naving%netscape.com 6cfc48dd1e r=sspitzer a=mscott. 2000-09-21 00:16:23 +00:00
naving%netscape.com ad4750ced2 r=sspitzer a=mscott. Added mDeleteOrMoveMsgFailed atom for notification in failed cases. 2000-09-21 00:15:47 +00:00
naving%netscape.com 391bc9c4ab r=sspitzer a=mscott. Added notification for delete/cancel failures 2000-09-21 00:14:24 +00:00
naving%netscape.com 0155e2b2d9 r= sspitzer a=mscott Added notification for cancel/delete failures. 2000-09-21 00:13:08 +00:00
bienvenu%netscape.com efa7507896 part of fix for inability to select messages r=mscott 46888 2000-09-20 23:21:17 +00:00
warren%netscape.com 181bb2dcb2 Landing jar packaging from jar_restructuring_branch. r=hyatt,dprice,sfraser,dveditz,vishy,sgehani 2000-09-20 19:35:24 +00:00
jefft%netscape.com 767a56492a fixed bug34051 - use nsIFilePicker instead of nsIFileSpecWithUI; r=alecf 2000-09-20 14:50:55 +00:00
locka%iol.ie b78abdf560 Changes to loadURI & reload methods on nsIDocShell, nsIWebNavigation. b=50949, r=radha, a=radha 2000-09-20 12:23:53 +00:00
bienvenu%netscape.com 9b64d1b576 fix problem printing news messages r=mscott 52194 2000-09-20 03:43:08 +00:00
bienvenu%netscape.com 6c09e09665 fix corruption of msg threads r=scott 53184 2000-09-20 03:41:34 +00:00
timeless%mac.com e1d0fc4b64 fix bug 38866 r=ducarroz a=brendan using the revised string Auto-Detect per brendan and rudman 2000-09-19 23:02:06 +00:00
hewitt%netscape.com 898126100e #46519 - put menubar on messageWindow within toolbox, r=hangas, a=ben 2000-09-19 22:58:28 +00:00
hewitt%netscape.com 968d0d5f24 #53084 - put twisties back on address book, r=hangas, a=ben 2000-09-19 22:55:42 +00:00
sspitzer%netscape.com ece84d85ec part of the fix for #46888. after cancelling a news message, you can't
select another message.  fix by naving@netscape.com.  r=sspitzer,a=mscott
also a couple bullet proofing fixes to prevent crashes.
2000-09-19 22:40:52 +00:00
mscott%netscape.com 2f517e5cb1 Bug #52712 --> use collapsed attribute instead of hide consistantly...fixes problem
where attachment button would stop working after you switched folders
r=alecf
2000-09-19 22:26:54 +00:00
sspitzer%netscape.com a00b42b2d7 fix for bug #47521. if the user cancels the account wizard on an invalid account,
force the account to get created anyway.  r/a=alecf
2000-09-19 03:44:33 +00:00
nhotta%netscape.com bb1cb9030d bug: 45678 wrong font in mail composer
fix: set the 'document' charset (we figure out the target charset
     but did not set it in the 'document'
r=nhotta, sr=mscott
2000-09-19 01:07:28 +00:00
ducarroz%netscape.com 42dcdfe62c Fix for bug 52323. Use event.originalTarget instead of event.target in order to get the right target. a,r=alecf 2000-09-18 23:08:09 +00:00
ducarroz%netscape.com 0fc6f94237 Fix for bug 52190. Avoid crash by using NS_IF_ADDREF. sr=alecf 2000-09-18 22:35:46 +00:00
ducarroz%netscape.com 98ab9642f9 Fix for bug 52819. Use nsEditor::GetRootElement for retreiving the body node. sr=mscott 2000-09-18 22:16:10 +00:00
jefft%netscape.com b54616856a fixed bug 45727 -- Problems with download (POP) truncated msg from folder other than Inbox; disable fileters while downloading truncated message; bullet prove to prevent accessing empty string buffer; r=mscott 2000-09-18 21:49:47 +00:00
sspitzer%netscape.com d2b9d3d09d part of the fix for #51571. r/a=mscott 2000-09-18 21:49:17 +00:00
sspitzer%netscape.com 5dff1d6e3b part of the fix for #51571. r/a=mscott 2000-09-18 21:44:54 +00:00
alecf%netscape.com a17c25becb fix for #35803 r=sspitzer
load the smtp server list before loading the default server
2000-09-18 06:13:53 +00:00
putterman%netscape.com 28b102cd6e Fix for 52811. r=alecf. Delete message works on the Mac again. 2000-09-18 03:46:10 +00:00
m_kato%ga2.so-net.ne.jp bfb9a9c2b6 fix bug 44705 r=chuang - It uses utf-8 for the url of addressbook, fixes bad cast issue, and cleans up some codes. 2000-09-16 16:13:34 +00:00
alecf%netscape.com 78a0dad559 string fix for #45512 r=mscott 2000-09-15 23:47:17 +00:00
mozilla.BenB%bucksch.org b0fecd35e8 39372: Changing default to "blockquoting" plaintext (using vertical bars (instead of ">"s) for nested quotes during reply to plaintext msgs). r=a=alecf 2000-09-15 22:07:28 +00:00
hewitt%netscape.com 0054984be1 #46613 - address book polish, r=ben, 2nd half of checkin started before close. a=mscott 2000-09-15 09:19:24 +00:00
warren%netscape.com 6be2561bee Bug 52701 - bringing MOZ_DISABLE_JAR_PACKAGING back to life. 2000-09-15 08:08:11 +00:00
chuang%netscape.com 0147f5c683 Bug52368 Deleted entries in PAB shows up in mailing list. r=ducarroz 2000-09-15 06:50:06 +00:00
alecf%netscape.com b2d11050d7 mail part of fix for #52644 r=putterman - registery smtp and filter delegate factories with the correct contractIDs 2000-09-15 06:42:36 +00:00
jglick%netscape.com cb966bc59e fixes for bugs: 44581, 52491, 52524, 52490, 52560, 52571, 52353, 52357, 52349, 43358. Spelling, wording and capitalization fixes. New Folder Dialog fixes. r=hangas 2000-09-15 06:41:01 +00:00
timeless%mac.com 08ce49edf3 fix bug 44889, r=putterman a=brendan. Fixes Search menu to match spec from jglick. 2000-09-15 06:36:15 +00:00
timeless%mac.com 1ec8e6eb17 Fix bug 44917, r=putterman a=brendan. Moving Thread menuitems into Messages submenu. 2000-09-15 06:31:29 +00:00
timeless%mac.com 1832285ebc fixes bug 44932 r=putterman a=brendan. Fixes Messenger Edit and View menus to match spec. 2000-09-15 06:28:33 +00:00
timeless%mac.com b28aee4dad Fix bug 44915, r=putterman a=brendan, adds Attachments to Messenger's File menu. 2000-09-15 06:17:48 +00:00
akkana%netscape.com 60ee091329 43388: allow format=flowed for UTF-8 messages. r=nhotta 2000-09-15 06:06:28 +00:00
bienvenu%netscape.com d9330671cc fix 51177 1M+ memory leak with compose window r=ducarroz 2000-09-15 00:31:32 +00:00
dimator%netscape.com 15282f8e01 fix for 40357. r=alecf 2000-09-14 23:46:51 +00:00
rayw%netscape.com 3cd14f5878 Bug fix for 52648 -- remaining stash of progids which I missed on
the mega-change yesterday.  This will fix a few more issues.

r=warren
2000-09-14 23:20:49 +00:00
varada%netscape.com 165bfb6297 fix for bug #51870;enter key in threadpane should launch new message window;r=putterman 2000-09-14 22:58:41 +00:00
dougt%netscape.com c2923c8476 + Added OnSecurityChange() to nsIWebProgressListener interface.
+ Added dummy function to all users of nsIWebProgressListener
+ Added new security event sink.
+ Hooked up new event sink to docloader and friends.
+ Fixed memory leaks and crashes in nsSecureBrowserImpl.
+ Added AlertPrompt to nsIPrompt Interface.
+ Enabling xpcom test on unix.

Fixes bug 46872.  r=valeski/rpotts
2000-09-14 22:56:56 +00:00
mscott%netscape.com b8c14822af Bug #51631 --> set correct password dialog text
r=sspitzer
2000-09-14 22:50:07 +00:00
kin%netscape.com 8993ad98a0 Fix for bug #33938: Pref/reply below quoted text does not move to bottom
mozilla/mailnews/compose/nsMsgCompose.cpp

      - Scroll the selection into view after all the reply text
        is inserted and the caret is positioned.

    mozilla/editor/base/nsHTMLEditor.cpp

      - Added nsAutoEditBatch variable to InsertBreak() to make
        sure that we reflow before returning. Without this fix,
        apps like MsgCompose will not be able to scroll the
        selection properly.

r=jfrancis@netscape.com
2000-09-14 22:39:04 +00:00
nhotta%netscape.com deac8d7850 Fixing solaris bustage. 2000-09-14 22:28:32 +00:00
hyatt%netscape.com 1b88d03f0f New chrome files. Not part of build. 2000-09-14 21:10:57 +00:00
hyatt%netscape.com f3b6ba4243 New chrome files. Not part of build. 2000-09-14 20:50:12 +00:00
sspitzer%netscape.com a2782f5baf fix for bug #51546. work around for the bug that the onselect handler
gets called twice.  this was causing the frame src to be set twice
which was interrupting the file loading from the JAR.  r=alecf,putterman
2000-09-14 20:19:17 +00:00
nhotta%netscape.com 36bfe5b679 Changed to convert to unicode to avoid confuse ScanTXT when saving a message as a html file, bug 50413, r=rhp. 2000-09-14 19:54:18 +00:00
nhotta%netscape.com 3e1ac87145 Changed not to free the memory which is returned to the caller, bug 50413 , r=rhp. 2000-09-14 19:50:30 +00:00
nhotta%netscape.com 7cb77d3fad Fix for a incorrect string length, changed to use converted string length intead of unicode length, bug 23418, r=mscott. 2000-09-14 19:49:28 +00:00
bryner%uiuc.edu 14b39559f7 This is the rest of the checkin to remove mozilla's dependency on building psm-glue. All security glue
interfaces and resources that aren't specific to PSM have moved to security/base.  The remaining psm-glue
interfaces which are used elsewhere in the code have been abstracted to be non-PSM-specific, and the call
sites changed to use the abstracted interface.  Bug 18352.  r=brendan,pavlov,shaver.  a=brendan.
2000-09-14 19:27:23 +00:00
andreww%netscape.com eb4561f07e still bug 28519 - mail 3 pane - finally getting it right. r=hyatt. 2000-09-14 19:02:25 +00:00
bienvenu%netscape.com a188b9d078 fix for 50350 fix copying multiple news messages r=putterman 2000-09-14 13:45:26 +00:00
bienvenu%netscape.com 1bef032fe5 always load new headers for folders before telling rdf, improves folder load time in some cases, r=putterman 2000-09-14 13:44:02 +00:00
mjudge%netscape.com e2be918716 small but pervasive change to make nsIDOMSelection an xpidl interface. also broke it into 2 interfaces, nsISelection and nsISelectionPrivate. moved nsIDOMSelectionListener also to xpidl. these new idl files live in layout/base/public. r=sfraser, r=anthonyd bug 48575 2000-09-14 11:45:01 +00:00
ben%netscape.com 00ef4af458 fix Account Wizard bustage for alec. Unclosed brace was causing wizard to show up blank and have non-functional buttons. r=hyatt,nbhatla. 2000-09-14 10:28:17 +00:00
gayatrib%netscape.com 1122ab4c59 Fix for bug 32055. If there are many emails in a header, display the toggle button at the beginning of the list. r=putterman 2000-09-14 07:51:09 +00:00
alecf%netscape.com 65a15d7a85 fix for #52337 and #52535 and #45512 r=putterman
fix up the first page of the account wizard to persist all the radio buttons, and
use that information later to know that we're creating a news account
2000-09-14 06:54:01 +00:00
jst%netscape.com aa961f07d3 Fixing nsbeta3+ bug 48161. Fixing getAttribute() on a XUL element to conform to the DOM Level 2 spec. This requires some changes in XUL files where various attributes incorrectly have a 'rdf:' prefix. r=waterson@netscape.com & scottip@netscape.com 2000-09-14 05:36:52 +00:00
mscott%netscape.com 6af3fb9d3a Fix a JS strict warning.
r=sspitzer
2000-09-14 05:35:06 +00:00
ben%netscape.com d76e16c055 Account Manager/Wizard polish fixes + text change from vera. r=alecf. 2000-09-14 05:17:56 +00:00
jglick%netscape.com d0a1bb7c49 Bug 45535, mail news pref panel updates. r=hangas 2000-09-14 05:17:18 +00:00
ducarroz%netscape.com c963e76578 Fix several Javascript strict warnings. R=alecf 2000-09-14 04:55:12 +00:00
ducarroz%netscape.com b44bc158d7 Fix for bug 51547. Add several prefs to customize the behavior of the askSendFormatDialog. R=benb, alecf 2000-09-14 04:55:07 +00:00
vishy%netscape.com 6fbb9dbc07 Jar packaging fixup - changes by warren. Looked at by dveditz and ssu.
r=vishy. verified this solution works for mozilla, commercial and shrimp.
dont have bug number handy but this should be world++. basically from
now on, jar.mn rules will both create the jar and publish the flat files
to dist. the flat files are needed so that installers can compose the
files into a new naming system or delete some or whatever.
2000-09-14 04:45:15 +00:00
rayw%netscape.com f00b08f5d0 fix to mal-formed contract id introduced in mega-check-in:x 2000-09-14 04:18:07 +00:00
rayw%netscape.com 0257791053 Bug 37275, Changing value of all progids, and changing everywhere a progid
is mentioned to mention a contractid, including in identifiers.

r=warren
2000-09-13 23:57:52 +00:00
jefft%netscape.com 51fed80933 fixed bug 28254 -- restrictions on new folder dialog for UW Imap server plus provide choice for creating either folders-only or messages-only mail folder; r=putterman 2000-09-13 14:24:41 +00:00
jdunn%netscape.com fbf1607c62 Fix warning which requires a return value from functions
r= brendan@mozilla.org scc@mozilla.org
#= 52254
2000-09-13 11:29:18 +00:00
scc%mozilla.org 4d9d6238ee if you want a pointer to characters, you're going to have to |.get()| it 2000-09-13 09:06:37 +00:00
scc%mozilla.org 611710ba3b if you want a pointer to characters, you're going to have to |.get()| it 2000-09-13 08:59:22 +00:00
scc%mozilla.org b3aaba449f if you want a pointer to characters, you're going to have to |.get()| it 2000-09-13 08:49:05 +00:00
alecf%netscape.com dea3ea2d4e not part of build, just keeping up to date 2000-09-13 08:01:10 +00:00
scc%mozilla.org 101b82c298 if you want a pointer to the characters, you're going to have to |.get()| it 2000-09-13 07:18:45 +00:00
scc%mozilla.org 5acad16fdf if you want a pointer to the characters, you're going to have to |.get()| it 2000-09-13 07:11:08 +00:00
scc%mozilla.org 8d8479273b if you want a pointer to the characters, you're going to have to |.get()| it 2000-09-13 06:42:24 +00:00
scc%mozilla.org d869a44c70 if you want a pointer to the characters, you're going to have to |.get()| it 2000-09-13 06:22:27 +00:00
mozilla.BenB%bucksch.org 26c2aa1f9c 44552: Finetune "Intelligent Send":
- Ignore <div>s and <span>s without |style| attribute
- Honor pref for outputting structs
- Recognize elements inserted by our own recognizer (might be in a quote)
- Compress |if|s
- Increase perf by reordering (check #text, br etc. first)
52042: "Escape" classes inserted by us by prepending "moz-"
r=ducarroz, a=alecf
2000-09-13 03:47:17 +00:00
andreww%netscape.com e10808ecbc bug 28519 - mail 3pane focus ring. Ack! didnt account for the other layout view.xul for mailnews. This bug will die. r=putterman 2000-09-13 02:42:25 +00:00
saari%netscape.com bec759c387 parital fix for 52150. r=pinkerton 2000-09-13 02:30:47 +00:00
mozilla.BenB%bucksch.org 180bef7f8a 52042: "Escape" classes inserted by our TXT recognizer(s) by prepending "moz-"
39771: * -> <b> (not <strong>), / -> <i> (not <em>)
18427, Step 1: Add |class=moz-text-html | to wrapping <div>, so users can add rules specific to HTML msgs to their user stylesheets (e.g. to ignore certain formatting). r=rhp
Updating msg body UA stylesheets
r=a=alecf
2000-09-13 02:11:00 +00:00
dimator%netscape.com 9cca7dd265 Fix for 42534, misc. js warnings removed. r=putterman 2000-09-13 01:52:41 +00:00
dimator%netscape.com aabe3865d3 Swithing rules order to mysteriously fix 50970. r=alecf 2000-09-13 01:47:52 +00:00
alecf%netscape.com aa01acfceb enough with the message pane having focus dump()s
removing this dump because it's ALWAYS true (no reviewer, just a dump statement)
2000-09-12 23:38:30 +00:00
andreww%netscape.com 26ce33c32e bugzilla bug 28519, r=varada, visual cue for focus on mail 3 pane. Fixing case where focus might be in the sidebar frame. 2000-09-12 23:28:25 +00:00
ducarroz%netscape.com d8d311f2e2 Fix for bug 51360. Replace function EnsureElementIsVisible by more acurate functions to manipulate the addressing widget tree position. Also fix several Javascript strict warnings. R=bienvenu 2000-09-12 20:38:19 +00:00
bienvenu%netscape.com f90424234d fix 51889 make sure we have an imap inbox when we startup after profile migration r=sspitzer 2000-09-12 14:14:30 +00:00
putterman%netscape.com f80e9ac0a1 Fix for 48985. r=alecf. Make accelerators work correctly on Mac. 2000-09-12 05:55:08 +00:00
mcafee%netscape.com c1911b795f Value for mail menu item now described in keyset id (51418). r=pavlov 2000-09-12 02:45:43 +00:00
mcafee%netscape.com d53cbf44de Adding accelerator for mail in Tasks menu (51418). r=pavlov 2000-09-12 02:33:16 +00:00
nhotta%netscape.com 1a3925bde4 Changed to remove tabs from subject strings before adding to thread pane, bug 38192, r=putterman. 2000-09-12 02:26:36 +00:00
mozilla.BenB%bucksch.org 235aa84fba 50615: Use generic icons :-( until we have nicer specific ones. r=ducarroz, a=alecf 2000-09-12 02:22:31 +00:00
alecf%netscape.com 21d722acb6 TRUE->PR_TRUE for platform compatibility (no reviewer, just a bustage fix) 2000-09-12 01:58:50 +00:00
alecf%netscape.com c988aed446 FALSE->PR_FALSE for platform compatibility (no reviewer, simple fix) 2000-09-12 01:58:10 +00:00
dimator%netscape.com 42480de5f0 Changing default collect address book maximum from 200 to 700 cards. r=putterman 2000-09-12 01:53:20 +00:00
alecf%netscape.com 35a6dedc34 fix some JS strict warnings r=putterman 2000-09-12 01:51:46 +00:00
alecf%netscape.com 66fbd29171 fix some JS strict warnings r=putterman (no bug, just quiets down debug output) 2000-09-12 01:51:22 +00:00
alecf%netscape.com 85cbadc95b fix for #45512 r=putterman
rewrite the first page of the account wizard to show a single level of radio
buttons instead of the old multi-level appearance
2000-09-12 01:50:23 +00:00
putterman%netscape.com fb72856f7b Fix for 52043. r=bienvenu. Don't load messages when thread pane splitter is closed. 2000-09-11 23:47:50 +00:00
nhotta%netscape.com df12b41dab Added a callback to listen the pref change by UI, added a function to nsIDBFolderInfo to check if default charset is used, bug 50054, r=bienvenu. 2000-09-11 23:29:50 +00:00
andreww%netscape.com 7788b0c25f bugzilla bug 28519, r=varada, visual cue for focus on mail 3 pane. 2000-09-11 22:28:27 +00:00
varada%netscape.com e5f1e13cca fix for bug#49720; deleting recipient causes error message; r=ducarroz 2000-09-11 21:55:12 +00:00
sspitzer%netscape.com 21066d7dbd fix for #34996. make sure pop works with usernames like
foo%bar, foo@bar, foo:bar, and foo/bar
r=alecf
2000-09-11 21:32:08 +00:00
nhotta%netscape.com cf1d1f0051 Initialize the output string before appending the conversion result, bug 50413, r=cata. 2000-09-11 21:25:26 +00:00
putterman%netscape.com 2db1b458e6 Fix for 48246. r=mscott. Enabling now works correctly in alternate 3 pane window. 2000-09-11 20:52:57 +00:00
putterman%netscape.com b571c4c94e Fix for 48438. r=alecf. Fixes ability to complete account when clicking on newsgroup url for a new
newsgroup account.
2000-09-11 20:06:27 +00:00
nhotta%netscape.com e159afee6e Added error handling for setting tooltip text, bug 51608, patch from ducarroz, r=nhotta. 2000-09-11 19:02:49 +00:00
bienvenu%netscape.com 27928b4d5a fix hash table memory leak r=sspitzer 2000-09-09 19:30:50 +00:00
dimator%netscape.com 37f8304683 Oops, commenting out some debug stuff from my last checkin. 2000-09-08 23:41:53 +00:00
jglick%netscape.com 805a577baf 45535, 37931, 40740. Clean up to Mail/News Pref dialogs. a=hangas, r=hangas 2000-09-08 23:41:02 +00:00
dimator%netscape.com 29df80422c Adding aging to collected address book. bug 46343. r=mscott 2000-09-08 22:56:08 +00:00
putterman%netscape.com 6ab909ce77 More fixes for js warnings and fix for Netscape bug 1793. r=mscott 2000-09-08 21:57:43 +00:00
mozilla.BenB%bucksch.org 48d3be3813 49502: Add flags for View Source window to get scrollbars and be resizable 2000-09-08 08:32:43 +00:00
hyatt%netscape.com 3dc70f30cc Making sure threadpane persists width. Just added explicit initial 0 widths and added fixed=true to image cols. r=putterman 2000-09-08 06:54:48 +00:00
putterman%netscape.com 1179ca4df8 some js warning fixes. r=bienvenu. 2000-09-08 05:46:35 +00:00
putterman%netscape.com b77c3c2afa Fix for 50350. Can now copy and file news messages. r=mscott. 2000-09-08 04:55:43 +00:00
putterman%netscape.com aa26ea7210 Fix for 19618. Add icons to thread column. r=bienvenu. 2000-09-08 04:22:01 +00:00
bienvenu%netscape.com 25d4115457 fix 51545 ref-counting problem with headers in header cache r=sspitzer 2000-09-08 04:08:05 +00:00
sspitzer%netscape.com 7d82d84022 fix for #51540. the key we pass to the folder cache is the persistent file
descriptor string for the .msf file for the folder.  in some cases, we
don't have a .msf file yet.  on win32 and linux, this string was null.
on the mac, bless its little heart, this was "".  so we were writing
and reading to the same cache element for all the folders, since we
were using "" as the key.  r=bienvenu
2000-09-08 03:47:08 +00:00
bienvenu%netscape.com e527aaca93 fix crash get new mail with no inbox r=sspitzer 51366 2000-09-08 01:25:59 +00:00
bienvenu%netscape.com 334b3a897f turn on aol pseudo mailboxes, forgot to turn the switch code was reviewed by mscott, 33217 2000-09-08 00:51:14 +00:00
mscott%netscape.com 81b816da2e Bug #43556 --> remove obsolete reference to old class id for the mime service. use the new one.
r=valeski
2000-09-08 00:24:13 +00:00
bienvenu%netscape.com b55fa4c954 fix problem selecting local folder after compacting it r=putterman 51651 2000-09-07 23:57:40 +00:00
bienvenu%netscape.com 96ec39f22f part of fix for 19618 problem with thread counts r=putterman 2000-09-07 18:42:07 +00:00
sspitzer%netscape.com 2ac8b0a468 fix from gemal@gemal.dk for #51155. r=sspitzer. thanks gemal. 2000-09-07 18:28:59 +00:00
sspitzer%netscape.com 9ffa6cf105 new alert text from robinf. r=sspitzer #20401 2000-09-07 18:28:07 +00:00
bienvenu%netscape.com 06d2b5ae55 bullet proofing for 51651 crash moving local messages r=sspitzer 2000-09-07 14:14:35 +00:00
bienvenu%netscape.com f0370e6b85 some fixes for news memory leaks r=mscott 51359 2000-09-07 14:13:23 +00:00
alecf%netscape.com d43cdd286e actually, back out all of ben@netscape.com's changes to the wizard and prefs so that I don't get
a million bugs from QA tomorrow.
2000-09-07 11:38:54 +00:00
alecf%netscape.com c86ed00000 backing out all of ben's JS changes as they were completely unreviewed and unapproved 2000-09-07 11:33:09 +00:00
hyatt%netscape.com a3ccbff982 XUL fixes for 51263. r=ben 2000-09-07 08:17:32 +00:00
ben%netscape.com 5ac574f6f5 46613, more classic skin fixes. Mail import dialog polish 2000-09-07 05:33:42 +00:00
ben%netscape.com f80eb91f12 46613, mail appearance fixes for classic skin. Includes tweaks to account wizard and mgr. 2000-09-07 05:02:17 +00:00
ben%netscape.com ab289e9a2c 46613, mail window appearance fixes for classic 2000-09-07 05:01:22 +00:00
chuang%netscape.com df2cec0967 Bug49211 Filter&Search UI: Fewer button doesn't work, r=alecf 2000-09-07 04:04:15 +00:00
varada%netscape.com 91fd177d03 fix for bug #28520;tabbing between mail panels;r=putterman 2000-09-06 20:50:36 +00:00
dbaron%fas.harvard.edu 5b9e2cd756 Change uses of CSS properties not part of the CSS2 spec to use -moz- prefix. b=3935 2000-09-06 14:39:54 +00:00
sspitzer%netscape.com 2d856f10d6 rest of the fix for #20401. make my fix work for all server types, not just
nntp.  r=mscott
2000-09-06 07:17:46 +00:00
sspitzer%netscape.com 0814ea9a14 fix for bug #20401. prevent user from creating two identical
mailnews accounts.
(identical means they have the same {username,hostname,type}.)
r=mscott
2000-09-06 03:42:36 +00:00
ben%netscape.com 41a82e22b2 also, changes made accidentally on the weekend 2000-09-06 02:27:44 +00:00
ben%netscape.com cbd5834daf revert my accidental changes to this file over the weekend. 2000-09-06 02:21:59 +00:00
dbaron%fas.harvard.edu cfceba7dca Change uses of CSS properties not part of the CSS2 spec to use -moz- prefix. b=3935
Fix some CSS errors found with CSS parser error reporting, with Ben's approval.
2000-09-06 02:17:26 +00:00
mscott%netscape.com 7fc9f58ce0 Bug #51422 --> incorrectly setting the wrong principal on the channel loading the message body.
r=mstoltz,rhp
2000-09-06 00:34:07 +00:00
bienvenu%netscape.com 4efea20869 fix for 51313 and lots of dup's, work around double selects from tree control r=mscott 2000-09-05 23:52:44 +00:00
rhp%netscape.com 9cb4e39d6a Fix for Bug: 51104 - compiler warnings - r: rhp - mozilla contribution 2000-09-05 23:32:59 +00:00
rhp%netscape.com ce69daf5e2 Fix for showing binary data inline if incorrect file name present - Bug #: 33579 - r: xxxxx 2000-09-05 23:32:19 +00:00
hyatt%netscape.com 18e758c3ca fix for 51410 - xbl syntax change, r=danm 2000-09-05 22:52:57 +00:00
mozilla.BenB%bucksch.org e19b1c7d3f 45268, step 1: Forgot the closing </div>. r=a=alecf 2000-09-05 21:56:44 +00:00
mozilla.BenB%bucksch.org 2b3b3b35e7 16925, Regression: The addressing panel chanmges, but the "mail.compose.other.header"-pref code was not updated (causing failures, if the repf was sat). Updating that. r=ducarroz, a=waterson 2000-09-05 21:46:57 +00:00
sspitzer%netscape.com 931da6e5f6 fix for #37673, old code being executed when doing a "LIST XACTIVE".
also making the subscribe dialog contact the server in cases where the hostinfo.dat
exists, but has no groups.  r=mscott.
2000-09-05 21:02:53 +00:00
ducarroz%netscape.com f7e0e35410 Fix for bug 45159. Remove debug Menu and menu item Quote Original Message. R=jefft 2000-09-05 20:54:53 +00:00
ducarroz%netscape.com 89d766de52 Fix for bug 50829. Don't need anymore to create a new row when the user click on an existing address field as the tree now always has an empty area at the bottom. R=jefft 2000-09-05 20:53:46 +00:00
bienvenu%netscape.com f3e5e6ab8e fix for crash in account manager r=sspitzer 51362 2000-09-05 20:16:29 +00:00
nhotta%netscape.com 0580bf2226 Changed (unix only) to extract a family name from a pref font name, bug 45762, r=erik. 2000-09-05 20:08:00 +00:00
bienvenu%netscape.com 962bf36a05 fix assert on mail startup r=sspitzer 2000-09-05 18:51:31 +00:00
taka%netscape.com 79fb5e0d32 escape quoted-specials after converting from UCS-2, fix for #45222, r=alecf 2000-09-05 09:07:24 +00:00
bienvenu%netscape.com 044ce44ccb part of fix for 51306 crash compacting local folder r=sspitzer 2000-09-05 00:24:52 +00:00
bienvenu%netscape.com 1a24981fd8 work on improving startup time, 26455 r=mscott 2000-09-04 23:35:40 +00:00
bienvenu%netscape.com a3477f2a06 work on improving startup time, fix memory leaks 26455 r=mscott 2000-09-04 23:34:31 +00:00
bienvenu%netscape.com ad183efa1f fix for 50454, error adding smtp servers r=alecf 2000-09-04 15:18:24 +00:00
ben%netscape.com 27f526d5ab 46613, classic skin polish and other fixes for message compose window 2000-09-03 05:39:33 +00:00
scc%mozilla.org 961c75aeeb fixed typo 2000-09-03 00:08:25 +00:00
scc%mozilla.org 8ebc9641fd fixing code that relied on implicit string construction 2000-09-02 23:43:20 +00:00
scc%mozilla.org babe4ad896 and the include file it will need 2000-09-02 22:46:16 +00:00
scc%mozilla.org 424a53f3a8 fixing anticipated bustage from previously mentioned bad pattern 2000-09-02 22:44:59 +00:00
scc%mozilla.org 798d32a8dc fixing code that relied on implicit string construction 2000-09-02 21:55:23 +00:00
bienvenu%netscape.com c91d88b4b0 fix 50722 problems renaming open imap folder r=mscott 2000-09-02 14:42:14 +00:00
ducarroz%netscape.com 9199048222 Fix for bug 50311. Cleanup Message Compose Menu. R=mscott 2000-09-02 01:55:35 +00:00
hyatt%netscape.com 1d8f696a54 rename arg to parameter, r=brendan 2000-09-02 01:20:36 +00:00
dianesun%netscape.com 51669574ed Fix for bugs 38092 & 37931. R/A: ducarroz, QA: laurel. 2000-09-02 01:11:49 +00:00
mkaply%us.ibm.com ba6fc347ab OS/2 VACPP Tinderbox break
CRT_CALL goes after the return type, before the function name
2000-09-01 22:01:58 +00:00
nhotta%netscape.com dbe1fbf9e7 Removing a debug printf which was checked in by mistake in my last check in. 2000-09-01 20:58:41 +00:00
sspitzer%netscape.com 910ec9b98d fix for crasher bug #51076. the old category code is not ready for prime time, commenting it out.
mozilla 6.0 doesn't support new categories.  r=mscott
2000-09-01 18:56:36 +00:00
ducarroz%netscape.com 48555aed0d Fix for bug 50968. Replace out-dated status bar by a new one up to date. R=bienvenu 2000-09-01 18:26:10 +00:00
sspitzer%netscape.com 24538d74a9 checking in alecf's masterful fix for dogfood bug #50685.
r=putterman,sspitzer a=granrose
2000-09-01 17:25:01 +00:00
bienvenu%netscape.com e4622d02ab add batching support for msg count notifications r=putterman 49212 and 17470 2000-09-01 14:25:09 +00:00
pavlov%netscape.com e74258e943 ugh, fix for the windows bustage. this fix sucks. windows.h sucks. 2000-09-01 10:34:05 +00:00
pavlov%netscape.com b956215375 fix for secure smtp bug 30321 r=mscott for the smtp part and r=bryner for the rest 2000-09-01 09:00:37 +00:00
ducarroz%netscape.com f6925c3614 Fix for bug 1856 (yes, 1856) Extract recipients from the message header instead of from the db. R=bienvenu 2000-09-01 04:04:39 +00:00
srilatha%netscape.com cad313bf51 Fix for bug# 49402. r=mscott. a=mscott
centering dialogs generated by window.open
2000-09-01 03:49:02 +00:00
putterman%netscape.com 1437feb641 fix for 50803. Enabling disabling problems in threadpane. r=bienvenu. 2000-09-01 03:28:13 +00:00
putterman%netscape.com 6fb8187a66 Fix for 47945. Better wording for new folder dialog. r=bienvenu. 2000-09-01 03:27:41 +00:00
putterman%netscape.com 8463f73305 Work on 49212 and 17470. Add start/stop notifications for perf improvement for
Mark All Read and Delete large number of messages. r=bienvenu.
2000-09-01 03:26:52 +00:00
putterman%netscape.com 0332b39574 Fix for 50314. Clean up address book menus. r=bienvenu. 2000-09-01 03:25:36 +00:00
vidur%netscape.com e153192875 Fix for bug 46861. nsIDOMWindow is now split into two interfaces: a public interface (still called nsIDOMWindow) for embedders and an internal interface (nsIDOMWindowInternal) for internal use. The union of the two interfaces is still visible from JavaScript. r=jst@netscape.com 2000-09-01 01:54:35 +00:00
hyatt%netscape.com 90a907435e XBL syntax changes. r,a=brendan 2000-09-01 01:38:04 +00:00
bienvenu%netscape.com 01a91f10d0 fix search to search sub-sub folders r=alecf 50936 2000-09-01 01:27:48 +00:00
bienvenu%netscape.com 1cf9fc4e8b use PLDHash instead of nsHashTable r=brendan 46116 2000-09-01 01:23:25 +00:00
tonyr%fbdesigns.com 12d1b4b403 Switch to nsIFilePicker, b=34051,39036 r=alecf 2000-09-01 01:15:40 +00:00
naving%netscape.com 3214bb75fd Setting the flag to NS_ERROR_FAILURE to signal that there are no more folders left 2000-09-01 01:10:15 +00:00
naving%netscape.com 778c55619f Clearing the NNTP_NEWSRC_PERFORMED flag when all the subscribed newsgroup for
a particular server have been iterated.
2000-09-01 01:08:56 +00:00
mozilla.BenB%bucksch.org cdb1fec4e2 45268, step 1: Remove the <div> for quoting case until we have a better solution. r=a=alecf 2000-09-01 00:56:03 +00:00
sspitzer%netscape.com 847e6c3bc6 fix for #47830. thanks to gemal@gemal.dk for starting the fix.
rest of fix to #16336, hide "Get Next [x] News Message" menu item when not reading news.
change [x] based on the server prefs.

r=mscott
2000-09-01 00:55:11 +00:00
sspitzer%netscape.com a274b4baa7 fix for #47830. thanks to gemal@gemal.dk for starting the fix.
r=mscott
2000-09-01 00:52:51 +00:00
rhp%netscape.com 554c067f7a Fix for bug 49943 - readable messages in tmp - r: putterman 2000-09-01 00:48:55 +00:00
sfraser%netscape.com 36612d6514 Make dialogs have titlebars (fallout from bug 41741, fixes bugs 50388, 50389, 50738, 50739, 50747). Simple addition of "titlebar" to chrome flags. 2000-09-01 00:48:04 +00:00
naving%netscape.com 7dda97ba83 Changed the BuildPop3Url to pass the port also 2000-08-31 01:53:45 +00:00
naving%netscape.com 48af0b080a #define POP3_PORT was removed to get the port set for POP acct. Useful if the port is not
the default port.
2000-08-31 01:52:51 +00:00
alecf%netscape.com 01face1445 fix for 40357 - in filter editor, only display folder which can accept new messages
r=bienvenu
2000-08-31 01:50:48 +00:00
naving%netscape.com 4998ac5ab0 Read the profile from the directory with the hostname appended rather than hostandport
when migration is done
2000-08-31 01:49:44 +00:00
sspitzer%netscape.com 4341729de1 most of the fix for #16336. implement "Get Next N (older) newsgroup messages".
a few tweaks coming soon.  r=mscott.
2000-08-30 23:22:22 +00:00
nhotta%netscape.com b285f7c2e7 Added a destructor for stream converter to release a cached instance, bug 49411, r=rhp. 2000-08-30 22:09:42 +00:00
nhotta%netscape.com 6c4ab35ae2 Changed to cache charset detection instance, bug 49411, r=ftang. 2000-08-30 22:09:23 +00:00
chuang%netscape.com c60fe1b59b bug 45870 Migrating profile 4.7 to 6.0, not all entries were imported, r=putterman 2000-08-30 21:41:16 +00:00
chuang%netscape.com 3f691d005c Bug 50351 [MLK] Leaking UNICODE string in nsAddrDatabase::GetRowForEmailAddress(), r=putterman 2000-08-30 21:39:43 +00:00
chuang%netscape.com cd60b915e5 Bug 50274 [MLK] Leaking nsFileSpec objects, r= putterman 2000-08-30 21:37:43 +00:00
BlakeR1234%aol.com 58423a22f8 Fix 47829, minor wording change. r=gemal 2000-08-30 21:09:31 +00:00
dianesun%netscape.com 6b74a9aa7a Fix for bug 27880. R/A: mscott, QA: laurel. 2000-08-30 19:42:58 +00:00
rhp%netscape.com 6d16d989ee Fix for sync crash bug #: 2132 r: putterman 2000-08-30 18:51:56 +00:00
bienvenu%netscape.com b872733fb4 work for 25455 don't open sent mail db at startup r=putterman 2000-08-30 14:57:28 +00:00
bienvenu%netscape.com 4e28b71dc0 work for 25455 don't open sent mail db at startup r=putterman 2000-08-30 14:51:10 +00:00
rhp%netscape.com 462e5b388a Fix for client ID for sync - Bug #: 1586 - r: bienvenu 2000-08-30 02:41:22 +00:00
rhp%netscape.com 10bc766c77 Fix for crash when cancelling mail print operations - Bug #: 49280 - r: bienvenu 2000-08-30 01:51:41 +00:00
bienvenu%netscape.com 3677ca21e9 fix 31787 can't send with non-aol server after sending with aol server (meaning default smtp server didn't work r=alecf 2000-08-30 01:33:40 +00:00
alecf%netscape.com ef67324e61 fix for bugscape bug #6120 - only update the pretty name if it's actually in the UI somewhere
r=bienvenu
2000-08-30 00:29:30 +00:00
dianesun%netscape.com 60217d7b5b Fix for bug 39394(subscribe: STOP button needs to stop url that is running). R: putterman, A: putterman/lchiang, QA:huang. 2000-08-29 23:52:07 +00:00
dianesun%netscape.com f53a2c2c7f Fix for bug 45964 (Clicking [x] close in "Open/Save attachment" dialog displays the "save attachment" file dialog). R: putterman, A: putterman/lchiang, QA:pmock. 2000-08-29 23:49:53 +00:00
ducarroz%netscape.com dd4371b9c3 Fix for bug 50610. Nested return value where overwritten by the fall out return value. R=benb 2000-08-29 23:14:04 +00:00
alecf%netscape.com 2fbe9222d6 fix for #50435 - Yet Another Exception thrown by an XBL widget in a dump statement
as usual, no reviewer because I'm just removing a dump()
2000-08-29 04:34:41 +00:00
alecf%netscape.com f6ac66137c fix for #49211 - remove dump() statement that was throwing an exception
(no reviewer, just removing debugging output)
2000-08-29 04:23:00 +00:00
alecf%netscape.com d4a18f0c35 re-fix #39016 - just a wording change, no reviewer 2000-08-29 04:08:54 +00:00
dianesun%netscape.com 2c62335810 *** empty log message *** 2000-08-29 01:39:31 +00:00
nhotta%netscape.com 1f12d3c15c Changed to pad one more null byte after a collation key, bug 15142, r=putterman. 2000-08-28 22:32:01 +00:00
alecf%netscape.com 34786d53ee remove some excess dump() statements that was throwing an exception and causing #50383
(no reviewer - just removal of debugging code)
2000-08-27 21:21:48 +00:00
putterman%netscape.com 894fbaa839 add communicatorOverlay.xul. This enables a Netscape commercial nsbeta3+ bug to be fixed. r=bienvenu. 2000-08-26 23:18:54 +00:00
putterman%netscape.com d63000ffb0 Fixes for 48246, 48985, and 20129. Fixed up enabling and disabling of 3pane menu items.
Added accelerators.  Added busy cursor around sorting, threading and folder loading. r=bienvenu
2000-08-26 20:54:51 +00:00
bienvenu%netscape.com fcfdcb37ec fix memory leak of msghdrs r=mscott 2000-08-26 20:48:27 +00:00
putterman%netscape.com 3f98e61f56 Fix for 44834. Unsubscribe works when hitting delete button or delete menu item when a
newsgroup is selected. r=bienvenu.
2000-08-26 20:45:49 +00:00
alecf%netscape.com a3f25d00b7 last part of fix for #40357 - in the filter list dialog, only display servers which support filters
r=putterman
2000-08-26 06:10:49 +00:00
alecf%netscape.com a7960ff192 next part of fix for #40357 - make news and local mail not support mail filters
r=putterman
2000-08-26 06:09:48 +00:00
alecf%netscape.com bf0a11c88c first part of fix for #40357 and fix for #44626:
- switch static nsCOMPtr to a raw pointer, and stop leaking it
- support the #SupportsFilters arc so that a server type can say whether or not
it supports filters.
r=putterman
2000-08-26 06:08:01 +00:00
mscott%netscape.com e83f11310d Bug #50126 --> fix a typo for a comment that goes in the log file. Thanks to gemal@gemal.dk for contributing the patch.
r=a=mscott
2000-08-26 03:06:08 +00:00
mscott%netscape.com 35680d08c4 Bug #44832 --> view all header mode polish fixes. Add indentation, fix problem
where there were no commas after email recipients. allow header values in the
all header view to wrap. eat any \r or \n characters before showing a header.
r=alecf
2000-08-26 02:50:40 +00:00
beard%netscape.com 1196739ccc Added MOZ_COUNT_CTOR/DTOR to track leaks. 2000-08-26 02:28:51 +00:00
putterman%netscape.com 541820915a Fix for 49480. And/or works in search and filters r=alecf,mscott 2000-08-26 02:06:25 +00:00
locka%iol.ie ecebe2ac21 API changes for embedding. b=46847, r=dougt, a=valeski 2000-08-25 18:39:46 +00:00