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

9503 Коммитов

Автор SHA1 Сообщение Дата
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
bienvenu%netscape.com a9561ac909 fix build warning 2000-08-25 02:50:22 +00:00
bienvenu%netscape.com 27e286afc7 fix problems deleting imap folders, and aol imap trash view, r=mscott 50232 11689 33217 2000-08-25 02:45:36 +00:00
mozilla.BenB%bucksch.org f196fa716f 47005: Remove buffersize guessing and use nsString instead.
46653: Position the real <space> /after/ %nbsp;. Factor out and encapsulate the whitespace conversion logic into an (exported) function.
r=rhp, a=waterson
2000-08-25 02:40:57 +00:00
bienvenu%netscape.com b4ac32e65e fix 50059 subscribing to newsgroups in new profile not working r=mscott 2000-08-25 01:52:12 +00:00
bienvenu%netscape.com 7aac02860d fix 48512 subscribed newsgroups lost after restart r=alecf 2000-08-25 01:44:53 +00:00
mozilla.BenB%bucksch.org c7e80bb30c 38433: Slightly adjusting the wording. 2000-08-24 14:39:55 +00:00
mozilla.BenB%bucksch.org 2016929679 38433: askSendFormat dialog: Make check of formatting more fine-grained, and set recommondation following the result (in particular, to plaintext in some cases). Add icons to visualize the modes. r=ducarroz, a=brendan 2000-08-24 04:14:28 +00:00
bienvenu%netscape.com 692465c9b3 fix search by status r=alecf 45440 2000-08-24 01:00:05 +00:00
bienvenu%netscape.com 9cfbfa3c18 fix 49903 crash posting empty news message r=mscott 2000-08-24 00:58:54 +00:00
bienvenu%netscape.com 3d62f2d5a7 fix 49903 crash posting empty news message r=ducarroz 2000-08-24 00:58:04 +00:00
gayatrib%netscape.com bb7a3a0622 fix for bug 46561, 45177. Prevention of deletion of Personal/Collected Address Books. review = chuang 2000-08-24 00:36:32 +00:00
cmanske%netscape.com ba90cdc651 Removed need to unregister Composer's pref command, b=49953, r=ducarroz 2000-08-24 00:31:02 +00:00
mscott%netscape.com fb830fab78 Bug #36441, 40036 --> add support for reply-to and follow up headers. Add space between newsgroup names
contributed by Ben Bucksch (mozilla@bucksch.org)
a=r=mscott

bug #49012 --> First xbl widget not created correctly...force loading of bindings file. r=alecf
2000-08-24 00:18:15 +00:00
mscott%netscape.com ff7e8bc1ba Bug #36441 --> add support for reply-to and follow up headers
contributed by Ben Bucksch (mozilla@bucksch.org)
a=r=mscott
2000-08-24 00:14:27 +00:00
ducarroz%netscape.com def21fe9ca Fix for bug 49953. The editor's global variable gComposerCommandManager has been replaced by gHTMLEditorCommandManager. R=bienvenu, A=leaf 2000-08-23 18:20:40 +00:00
jst%netscape.com 9abec73fbe DOM string changes. All nsString& in DOM interfaces (and interfaces needed by DOM implementations) have been changed to nsAReadableString& and nsAWritableString&. String implementation additions (sanctioned by scc) to support DOM needs. Bug 49091. r=vidur,jst,scc 2000-08-23 17:27:06 +00:00
chuang%netscape.com 25a3a891ee Bug 44794-A mailing list name must be unique to its Address Book. 47932-Deleted cards in Collected AB doesn't get re-created. r=putterman 2000-08-23 05:16:51 +00:00
putterman%netscape.com 675343a217 Finished up 48244 and started 48246 which are 3pane UI cleanup. r=bienvenu. 2000-08-23 03:25:08 +00:00
cmanske%netscape.com 9b56f2556d Changed to using 'editorType' as param, part of composer bug 41810, r=sfraser 2000-08-23 00:33:03 +00:00
alecf%netscape.com be29150ea1 fix for #49251 - select the first account after an account has been deleted
r=putterman
2000-08-23 00:00:34 +00:00
ducarroz%netscape.com 54158fa72c Fix for bug 49016. Create an HTML text node to hold the alert message. Also fix the alert position. R=putterman 2000-08-22 23:40:59 +00:00
ducarroz%netscape.com ff2e29978e Checkin patch proposed by jce2@po.cwru.edu for bug 32443. Added code to check disk space before downloading messages. R=bienvenu,ducarroz A=brendan@mozilla.org 2000-08-22 23:37:13 +00:00
bienvenu%netscape.com d4a4775c20 fix account wide seaqrch, r=alecf 44383 2000-08-22 23:25:45 +00:00
warren%netscape.com e05eef45e9 Bug 46777. Redesigned stream interfaces to allows stream observers to be decoupled from pipe implementation. Needed for embedding to fix 'spin' problem. r=rpotts,valeski,ruslan 2000-08-22 07:03:33 +00:00
ccarlen%netscape.com 19a9843607 Converted from using nsIFileLocator to using nsIDirectoryService r=alecf 2000-08-21 23:59:25 +00:00
ccarlen%netscape.com 1dc6fc3dd3 Converted nsIFileLocator to nsIDirectoryService. r=alecf 2000-08-21 23:43:48 +00:00
dbaron%fas.harvard.edu 9dc31d1fcf Don't NS_LOG_RELEASE twice. r=chuang (No-op in release builds.) 2000-08-21 23:09:01 +00:00
varada%netscape.com 1f69f6ec42 fix for bugs #47935 and #21831;unable to close addresspicker after selecting cards;r=putterman 2000-08-21 21:35:08 +00:00
bienvenu%netscape.com 4fcdd3225a fix searching of sub-folders r=putterman 44383 2000-08-21 21:25:54 +00:00
putterman%netscape.com 18196c4b73 More fixes for 48244 which makes the 3pane menus look better. Also fixed 44223 which brings Open Link in New Window to the top of the message pane context menu
r=bienvenu.
2000-08-21 20:00:48 +00:00
warren%netscape.com e12f238589 Bug 46864 - Embedding needs a name attribute on nsIRequest. 2000-08-21 08:23:54 +00:00
scc%mozilla.org 7571e61b25 fixing code that relied on implicit string construction 2000-08-20 07:04:19 +00:00
scc%mozilla.org ad963283c3 fixing code that relied on implicit string construction 2000-08-20 06:59:07 +00:00
scc%mozilla.org 34e33dc05a fixing code that relied on implicit string construction 2000-08-20 06:29:14 +00:00
scc%mozilla.org 1f9ffa7dc9 fixing code that relied on implicit string construction 2000-08-20 06:17:15 +00:00
scc%mozilla.org bfdd57a088 fixing code that relied on implicit string construction 2000-08-20 06:08:14 +00:00
scc%mozilla.org 44752f126c fixing code that relied on implicit string construction 2000-08-20 01:55:20 +00:00
scc%mozilla.org 2482c470f5 fixing code that relied on implicit string construction 2000-08-20 01:46:16 +00:00
scc%mozilla.org 4cac07a743 fixing code that relied on implicit string construction 2000-08-20 01:16:54 +00:00
scc%mozilla.org 66e8b61d85 fixing code that relied on implicit string construction 2000-08-20 01:08:32 +00:00
scc%mozilla.org c7208d9721 fixing code that relied on implicit string construction 2000-08-20 01:01:10 +00:00
putterman%netscape.com 872af31fae Fix for 48424. Double clicking on column doesn't open the selected message in a standalone
window anymore. r=bienvenu.
2000-08-19 22:03:35 +00:00
putterman%netscape.com 101e88d8e4 Fix for 15142. Secondary sort by date for thread pane columns. patch by nhotta. r=scottip. 2000-08-19 21:36:05 +00:00
bienvenu%netscape.com 0d5f7acf4f fix default account names r=alecf 29579 2000-08-19 20:52:31 +00:00
ccarlen%netscape.com 25797921fb Removed some unneeded includes of nsIFileLocator. r=warren 2000-08-19 16:56:58 +00:00
srilatha%netscape.com 3dd4988566 Fix for bug# 44174. r=alecf. Removed Ignore Thread/ watch thread menuitems 2000-08-19 02:17:49 +00:00
srilatha%netscape.com 2a9e853a4d Fix for bug# 46873. r=alecf. Disabled the otherheader from filter rules and search 2000-08-19 02:11:12 +00:00
nbhatla%netscape.com 8923af194f #25561 -> Select Addresses Dialog cleanup, for modern and classic skins. r=hangas 2000-08-19 01:56:35 +00:00
ducarroz%netscape.com 4756b80af9 Fix for bug49215. Replace a spring by a splitter and set some minimum width. R=alecf 2000-08-19 01:52:01 +00:00
putterman%netscape.com 7bf8ad0546 Fix for 48812. submitted by Gemal. r=scottip. Some null ptr checks. 2000-08-18 22:49:31 +00:00
putterman%netscape.com 2783deb7ad Begin work on 48244 to clean up 3pane menus. r=alecf. Fix 43480, folder pane background
is now white.  r=mscott.
2000-08-18 14:35:32 +00:00
bienvenu%netscape.com 2eb392f657 improve corrupt db detection and handling part of fix for 48466 r=mscott 2000-08-18 13:14:27 +00:00
alecf%netscape.com 6807364e12 fix for #48397 - make search work again by avoiding a double-initialization of the search root URI
r=scottip
2000-08-18 06:39:12 +00:00
mscott%netscape.com 7e998654cf Bug #47285 --> supress logging of base 64 encoded authentication information.
r=bienvenu
2000-08-18 02:43:44 +00:00
mscott%netscape.com d2bc0152e6 Bug #46522 --> use weak references for message pane docshell and
root docshell to avoid a crash when you switch themes and we pull out
these docshells....
r=alecf
2000-08-18 01:47:44 +00:00
ftang%netscape.com 87f5cb86aa *** empty log message *** 2000-08-18 00:47:03 +00:00
alecf%netscape.com 5e3e36d142 fix for #48994 - correctly clear the default account pref when the default account is deleted
r=ducarroz
2000-08-18 00:10:15 +00:00
ducarroz%netscape.com a4a395aaa6 Fix for bug 48994. Take the first identity if we don't have a default one. R=alecf 2000-08-18 00:08:59 +00:00
alecf%netscape.com 869d7aeb19 search & filter revamp
- fixes #41711, #48698, #48238 among other things
- moves some XBL into straight JS where it belongs
- fixes bad XBL setters to return the value that comes in
- fire more notification when filter attributes/operators change
2000-08-17 23:54:52 +00:00
bienvenu%netscape.com df9c2e82b4 disable filters with invalid move targets 46876 r=alecf 2000-08-17 20:10:51 +00:00
mscott%netscape.com 788511e3da Bug #47681 --> more polish on the message header pane, reformat the date header so it matches the format we use in the thread pane.
r=alecf
2000-08-17 07:35:25 +00:00
mscott%netscape.com c35ce287f7 Bug #46348, 22960 --> fix expensive style rules to make the message header pane faster,
fix vertical alignment problem between header values by forcing our html tags to
have 0 margins (they were inheriting a default margin size)
Bug #47681 Force proper alignment of the header names in the message pane.
r=alecf
2000-08-17 07:23:26 +00:00
mscott%netscape.com 7816d921fe Bug #22960 --> rewrite the email address widget so it extends from xul:box instead of
base text. Remove needless box from the widget. This gets rid of the awful assertion
saying the widget had bad xul whenever we created one.
r=alecf
2000-08-17 07:21:51 +00:00
pinkerton%netscape.com 20a9441306 more build bustage fixes. 2000-08-17 03:11:33 +00:00
pinkerton%netscape.com 956e679f88 fix bustage a better way, include nsRDFResource.cpp directly instead of the shlb, which was just plain wrong. r=beard. 2000-08-17 02:32:40 +00:00
pinkerton%netscape.com 5f3e7ae81d add rdf lib to fix bustage 2000-08-17 01:49:49 +00:00
mcafee%netscape.com 01f84ae1eb Moving autocomplete pref from message composition pane to addressing pane to save screen space (40888). r=slamm, a=glick 2000-08-17 01:06:27 +00:00
alecf%netscape.com e7857cebb9 oops, forgot these in my last checkin 2000-08-17 00:05:31 +00:00
bienvenu%netscape.com a53930cd64 don't link in js, that was just for testing 2000-08-16 23:52:32 +00:00
alecf%netscape.com ebc5b3c4b7 rework nsMessages so they are generic across all server/folder types, so that we can recycle them later
r=putterman
for bug #26456
2000-08-16 23:45:58 +00:00
bienvenu%netscape.com 60afed7b1d fix linux bustage 2000-08-16 23:42:00 +00:00
bienvenu%netscape.com af3c2b73d2 fix undo of imap delete r=mscott 29039 2000-08-16 23:35:48 +00:00
bienvenu%netscape.com eebba15c70 part of fix for writing out newsrc files on a timer r=mscott 29743 2000-08-16 23:33:19 +00:00
bienvenu%netscape.com 2b2ea3b78c cache charset converters used in msg dispaly r=nhotta 47542 2000-08-16 23:22:26 +00:00
bienvenu%netscape.com 6eb603df29 fix begins with search, r=alecf 49049 2000-08-16 23:19:51 +00:00
putterman%netscape.com f8f0cb1c52 Fix for 37314. Delete works in standalone message window. r=alecf,mscott 2000-08-16 22:57:20 +00:00
putterman%netscape.com 78491798e4 Fix for 40818. Clean up search menus. r=alecf. 2000-08-16 22:56:32 +00:00
putterman%netscape.com c3bbca4902 Fix for bugs 43879 and 40818. Fix up search menus and remove folder picker from rename dialog. r=alecf 2000-08-16 22:56:09 +00:00
putterman%netscape.com 7c6ba66007 Fix for 45402. In threaded mode clicking on twisty now opens entire thread. r=alecf 2000-08-16 22:54:43 +00:00
chuang%netscape.com 6610b74192 Bug 44831 Drop down list in New Mailing List window doesn't display the Address Book names. r=putterman 2000-08-16 22:48:56 +00:00
chuang%netscape.com 77e38b446c Bug 45331, 45332 Remove 3 buttons in mailing list dialog, r=putterman 2000-08-16 22:48:02 +00:00
nhotta%netscape.com fc9f455715 Changed to generate HTML 3.2 CER instead of HTML 4 for both file and mail, bug 48041, r=akkana. 2000-08-16 22:47:35 +00:00
alecf%netscape.com e38c3b84b6 remove commented-out functions (not used anyway) 2000-08-16 08:01:34 +00:00
hyatt%netscape.com 80fd76f2b3 Fix for 47303. r=mscott 2000-08-16 07:26:45 +00:00
putterman%netscape.com 17c5177635 Fix for 48929. Put Order Received back in. r=alecf. 2000-08-16 03:24:35 +00:00
putterman%netscape.com 21413d6f9f Fixes 45149. Can now Print from the standalone window. r=alecf. 2000-08-16 03:23:21 +00:00
pinkerton%netscape.com f573748eff mark thread tree as one that doesn't allow drops between rows. bug# 47105 2000-08-15 18:25:07 +00:00
pinkerton%netscape.com 9f4dc4d704 remove the ondragOver handler as it wasn't doing anythning but drawing useless drag feedback. bug 43421. 2000-08-15 18:24:00 +00:00
ducarroz%netscape.com 5e86f82bf7 Fix for bug 41928. Fix wrong menu id. R=putterman 2000-08-14 23:28:18 +00:00
gayatrib%netscape.com ba03922cfa fix for bug 41987. r=alecf 2000-08-14 22:03:23 +00:00
naving%netscape.com 0ff37d2869 Fixed bugs #42998 and #44883.
Removed "this space for rent" from subscribe dlg and add progressmeter to the
subscribe dlg. r = scottip, alecf
2000-08-14 21:43:19 +00:00
gayatrib%netscape.com 0b2041ba03 Fix for bug 45806. r=putterman 2000-08-14 21:41:04 +00:00
mscott%netscape.com 50daf083f9 not part of the regular build. For those of us that have the show user agent string turned on for mail, the toolbar
wasn't being hidden properly when viewing a message that didn't have a user agent.
r=alecf
2000-08-14 21:29:41 +00:00
ducarroz%netscape.com da73e40c94 Fix for bug 47506. Migrate some of the modification made to the editor formating toolbar to the message compose one. R=sfraser 2000-08-14 21:29:33 +00:00
putterman%netscape.com 3c7a12077d Fix for 41824, 40743, and 47440. r=mscott. Selecting an account clears the thread pane,
deleting the last message clears the message pane, and all columns are resizeable.
2000-08-14 14:40:33 +00:00
putterman%netscape.com 064fbcc37f Fix for 40728. Remove struct phrases from pref ui. r=mscott. 2000-08-14 14:39:33 +00:00
ben%netscape.com 31e00a9a42 classic skin polish, 46613 2000-08-14 04:23:06 +00:00
rhp%netscape.com 2f0f731831 Fix for crash when printing emails - Bug #: 48437 - r: xxxxx 2000-08-14 00:46:45 +00:00
rhp%netscape.com d12fd633d0 Fix for adding display name automatically on ABSync operation - Bug #: 1942 - r: xxxxx 2000-08-14 00:45:51 +00:00
bienvenu%netscape.com 64adf38269 fix build warnings 2000-08-13 23:00:42 +00:00