Commit Graph

9255 Commits

Author SHA1 Message Date
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