rhp%netscape.com
c6a144449a
Just updating files that are NOT PART OF THE BUILD!!!
2000-02-15 15:38:40 +00:00
sspitzer%netscape.com
03dd9e5a6e
fix for #8075 . use the newsrc files (~/.mozilla/<profile>/News/newsrc-<hostname>) for the unread/read status instead of the msgdb. r=alecf
2000-02-15 08:35:40 +00:00
alecf%netscape.com
37f4821f7a
add new strings for previous checkin, #25958
2000-02-15 07:15:41 +00:00
alecf%netscape.com
9408082abd
fix window titles to include brand name and reflect new spec
...
#25958 r=putterman
2000-02-15 07:11:11 +00:00
bienvenu%netscape.com
474b1f6aec
add redirector type pref,r=alecf
2000-02-15 06:57:45 +00:00
bienvenu%netscape.com
3855be9448
add prog id and class id for logon redirector service, r=alecf
2000-02-15 06:56:12 +00:00
mscott%netscape.com
1531827ca8
Bug #18591 --> turn on the address book collector for email addresses in the message pane. For every
...
From field we encounter, we'll add the address to the collection address book.
r=bienvenu
2000-02-15 06:50:53 +00:00
alecf%netscape.com
91e5f452d7
oops, missed this file for #23391 , actually include accountUtils.js
...
r=sspitzer
2000-02-15 06:42:33 +00:00
alecf%netscape.com
125f0758ab
followup fix for #23391 - use shared accountUtils.js
...
r=sspitzer
2000-02-15 06:41:53 +00:00
alecf%netscape.com
eb3091c1a3
fix for #23391 - auto-launch the account wizard for "invalid" accounts
...
r=sspitzer
2000-02-15 06:41:28 +00:00
alecf%netscape.com
c77afb4518
fix #27485 - remember SMTP server information
...
r=sspitzer
2000-02-15 06:39:11 +00:00
rhp%netscape.com
b51bbc8f16
Adding new printing files to the tree - NOT PART OF THE BUILD!
2000-02-15 02:26:14 +00:00
alecf%netscape.com
83e0473aee
remove debugging dump()
2000-02-15 01:57:42 +00:00
alecf%netscape.com
345e01f94c
pretty up smtp and serverwithnoidentities panel for #27634
...
r=sspitzer
2000-02-15 01:49:55 +00:00
alecf%netscape.com
b603af808b
add ispUtils.js and accountUtils.js to the build (not part of the product yet)
2000-02-15 01:17:45 +00:00
alecf%netscape.com
644b47bdf5
fix signature chooser and mail homepage chooser to use the file picker just exposed from prefutilities.js, for #27630 , r=sspitzer
2000-02-15 01:16:15 +00:00
alecf%netscape.com
187409cc07
do smart enabling/disabling of set as default button, and clean up the general enabling/disabling stuff for #27756
...
r=sspitzer
2000-02-15 01:12:02 +00:00
alecf%netscape.com
1b171202a0
fix #27625 - fix title of wizard to match spec (and put it in an entity so it can be localized!)
2000-02-14 08:41:15 +00:00
alecf%netscape.com
9794cff2ae
fix grammer to match spec #17274
...
no reviewer, just a string change
2000-02-14 08:40:33 +00:00
alecf%netscape.com
3f10a0a4f6
finish fixing #25575 by updating some strings to match spec
...
no reviewer, just string changes
2000-02-14 06:45:36 +00:00
alecf%netscape.com
b4ac6ea8e9
remove quotes from a string to finish bug #23123
...
no reviewer, just a string change
2000-02-14 06:41:59 +00:00
evaughan%netscape.com
7ef2c916b2
Fix for bug 24351 as well as other jumping buttons and glitches in UI.
2000-02-14 05:30:05 +00:00
sspitzer%netscape.com
6f66de0137
fix for #24569 . handle uri migration if the username had an @ character
...
in it.
2000-02-13 02:42:41 +00:00
sspitzer%netscape.com
129d114d6a
fix for bug #27542 , set the "mail.server.server<n>.directory" prefs correctly
...
when migrate news servers on linux
2000-02-13 00:56:25 +00:00
hangas%netscape.com
e8c88290bf
Fix 25139, disable unused menu items for b1. r=scottip
2000-02-12 03:37:35 +00:00
hangas%netscape.com
e0aa87a046
Fix for 27283 rewrote command updating and dispatching for Mail/News window so that Edit menu items would be enabled at the proper times and actually work. Partial fix for 22558 wired up platform specific Delete key to the Delete menu item. Fix for 20120 Delete button and menu now disabled on folder pane of mail window. Temp fix for 27299 overlapping Ctrl-E shortcut with Editor window, Preferences menu item now has no shortcut. r=scottip
2000-02-12 01:37:43 +00:00
ducarroz%netscape.com
11364bc982
Fix for bug 24182. For some reason, we cannot set the thread column icon during the load of the window. This is a temporary fix. R=putterman
2000-02-12 00:55:14 +00:00
alecf%netscape.com
2724242718
fix for #27160
...
r=sspitzer
use wallet to determine the status of rememberPassword
2000-02-12 00:52:53 +00:00
alecf%netscape.com
426d1ecc67
remove old cruft that was adding to startup bloat
...
r=sspitzer
2000-02-11 22:25:24 +00:00
alecf%netscape.com
c8e407588b
unloading stuff from my tree (no bug, but I said I would do this)
...
speed up Account Manager for beta1 by removing excess IFRAMEs and decks.
now load each page on demand, as well show individual server prefs instead of grouping them all together.
r=putterman
2000-02-11 22:23:49 +00:00
alecf%netscape.com
f60064f784
fix for #27397 , remove duplicate ENTITY line
...
(no reviewer, too simple)
2000-02-11 22:22:31 +00:00
hangas%netscape.com
37836f02ae
Partial fix for 22558, key bindings for mail window, this included adding Delete and Backspace bindings for the Delete menu item in globalOverlay.xul. Added these bindings to navigator, mail, address book and mail compose. Unable to find Editor's usage of standard Edit menu overlays, so Editor not changed. r=saari. Also a fix for 27000 fixing event handler for address book card dialog. r=saari/hyatt.
2000-02-11 06:05:04 +00:00
alecf%netscape.com
b0d0534556
change a string to match spec (just changing string, no reviewer)
2000-02-11 01:24:24 +00:00
alecf%netscape.com
0611ca4bef
fix for #26413 - new accounts were picking up old accounts's values, so clear them all out of the prefs r=putterman
2000-02-11 00:55:54 +00:00
tbogard%aol.net
8e5c7e1c47
Removed unused header file.
2000-02-11 00:54:29 +00:00
rhp%netscape.com
66fcba297a
Saving mail message fix for I18N - Beta1 Bug: 23418 - r: scottip
2000-02-10 06:48:22 +00:00
mscott%netscape.com
e29d93df57
Bug #24314 --> clicking on send mailto was picking the last node
...
or email address instead of the email address you selected.
r=hangas
2000-02-10 04:22:46 +00:00
evaughan%netscape.com
b361107ebe
1) implememted box reflow coelescing.
...
2) implemented gfx scrollbars for list boxes
3) fixed progess meter to be an animated gif
4) fixed bugs 23521, 24721, 19114, 20546, 24385, 24457, 23156, 20226, 22543
-r hyatt, troy, rod
2000-02-09 22:02:40 +00:00
mscott%netscape.com
11d228827a
Bug #26586 --> a work around for this bug. set the value for each titledbutton before we add it to the document
...
and again after we add it to the document. This forces the to/from/cc email address to show up. Sometimes it wasn't
showing up. The cause is related to bug #26741 .
r=sspitzer
2000-02-09 03:16:34 +00:00
mscott%netscape.com
ece755bfc3
Bug #26741 --> set the oncommand handler for the attachment menu AFTER the element has been inserted
...
into the document. Do the same thing for the value and popup attributes on the titled buttons that correspond
to the email addresses.
r=sspitzer
2000-02-09 03:07:59 +00:00
alecf%netscape.com
6bef1d1444
remove an assertion
...
a=granrose
2000-02-08 19:24:42 +00:00
tbogard%aol.net
840c8350e1
GlobalWindow now calls up nsIDocShellTreeOwner rather than nsIBrowserWindow. GlobalWindow has mostly been re-organized as well as cleaned up to provide this new functionality. DocShellTreeOwners got implementations filled in and many bugs fixed. nsIScriptGlobalObject now talks in terms of docShells instead of webShells. Fixed a number of cases where people were walking through content viewers etc to get to a presShell and changed them to simply ask for the presShell from the docShell. GlobalWindow now deals completely in terms of docShells. r=vidur
2000-02-08 13:40:10 +00:00
alecf%netscape.com
e21a07a269
switch to safer example text
...
r=sspitzer
for bug #23407
2000-02-08 09:39:45 +00:00
alecf%netscape.com
ca329c0899
add html:labels for most checkboxes
...
r=sspitzer
2000-02-08 09:26:44 +00:00
alecf%netscape.com
ddaab73405
fix account manager to behave well for large fonts, by specifying iframe sizes in ems
2000-02-08 09:14:59 +00:00
alecf%netscape.com
819d316809
use real weak references when messages hold onto their parent folders
...
r=putterman
2000-02-08 05:59:20 +00:00
alecf%netscape.com
93b738dd00
add a bunch of assertions and error handling, no change for user under normal circumstances
...
r=sspitzer
2000-02-08 05:58:14 +00:00
alecf%netscape.com
8d8568a67d
update account wizard to run and fill in the first "invalid" account and start adding framework for pre-filled account data (such as from ISPs)
...
r=sspitzer
2000-02-08 05:56:33 +00:00
alecf%netscape.com
ae42b74f23
add support for arbitrary ISPs to add themselves to the UI
...
r=sspitzer
2000-02-08 05:55:42 +00:00
alecf%netscape.com
097d95581b
add windows and mac makefiles (not part of build yet)
2000-02-08 04:48:20 +00:00