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

6278 Коммитов

Автор SHA1 Сообщение Дата
rhp%netscape.com a4e7e92ef9 Landing new txt - HTML scanning functionality - Bug 19251 - r: rhp (contributed by Ben Bucksch) 1999-12-06 04:55:54 +00:00
rhp%netscape.com 1ad0e2f856 Landing new txt to HTML scanning functionality - Bug #: 19251 - r: rhp (contributed by Ben Bucksch) 1999-12-06 04:53:29 +00:00
hyatt%netscape.com b3adb806c3 Making messengercompose compliant. 1999-12-05 09:10:47 +00:00
hyatt%netscape.com 1a37a7c1e4 Bringing address book into compliance with master skin file rules. 1999-12-05 09:00:10 +00:00
hyatt%netscape.com 59179cbc17 Package compliance for messenger. 1999-12-05 08:28:56 +00:00
hyatt%netscape.com 8c3fe1cfeb Bringing messenger into compliance with master skin file rules. 1999-12-05 08:27:37 +00:00
drapeau%eng.sun.com de7f48e5a5 Fix for minor bug that prevents the module "geturl.cpp" from compiling
with Sun's Workshop compiler.  The error reported by Workshop:
  "nsURLFetcher.h", line 92: Error: Declaration terminated incorrectly.

This is due to a line with only a semicolon on it, looks to be a typo
(extra semicolon).
1999-12-04 23:36:01 +00:00
sspitzer%netscape.com 40a565e1d0 remove CanBeRenamed and CanCreateChildren. In most cases, these weren't
implemented or they were just stubs.  I added CanRename and CanCreateSubfolder
(which follow the naming convention, so we'll keep them) without knowing these were there.  I move over the additional logic for special folders (like INBOX, TRASH, etc) in CanBeRenamed to CanRename, and put the logic in one place, in nsMsgFolder::CanRename(), instead of in multiple places.  thanks to alecf for pointing out that CanBeRenamed and CanCreateChildren were already there.
1999-12-04 19:56:06 +00:00
sspitzer%netscape.com e6608ff203 fix copy and paste errors: CanRename -> CanFileMessages.
It worked, because for nntp servers, both of those are always false.
fix the rename rules so that folders with no children that can't be
renamed are show, but disabled.  remove the oncommand="" for menu items
that are generated as disabled.
1999-12-04 19:52:03 +00:00
sspitzer%netscape.com 72bbcdbbba prevent news servers with no newsgroups from showing up in the "new folder" dialog folder picker 1999-12-04 18:40:24 +00:00
sspitzer%netscape.com c0293e6f40 since we only do news subscribe (and not imap subscribe)
and we aren't supporting news categories yet,
we can comment out this rule, since only news servers
should appear in the subscribe dialog.
1999-12-04 18:33:14 +00:00
sspitzer%netscape.com e27a6ecd40 fix for #20798. on preflight the folder picker with valid folders.
also, rename SetTitleButton -> SetFolderPicker.  remove dump statements.
1999-12-04 18:29:05 +00:00
warren%netscape.com bf4ef9672f Added buffer size parameters to NewChannel. Allows for optimization of amount of image data consumed. Bug #20408 1999-12-04 10:01:32 +00:00
alecf%netscape.com 73c4cba27d clean up the addressbook IDL
- use interCaps
- don't use out parameters when they're not needed
- fix JS to match (C++ signatures have not changed)
patch contributed by the always generous Sammy Ford <fuzed@swbell.net>
Thanks!
r=alecf
1999-12-04 03:11:36 +00:00
alecf%netscape.com 8432d84d0f move SetParent call to earlier in the subfolder creation process so that the folder has a parent much earlier. This allows us to benefit from the lazy URI parsing I just checked in.
r=sspitzer
just some cleanup work after the previous checkins to fix #20706
1999-12-04 03:08:03 +00:00
alecf%netscape.com fcc3f838c0 don't acknowledge that we've loaded accounts until after we've garaunteed that the mail.accountmanager.accounts pref exists. This allows us to call LoadAccounts() before the prefs get loaded, without getting stuck in a state where we have no accounts.
r=putterman
helps fix #20607 for bienvenu
1999-12-04 03:02:47 +00:00
alecf%netscape.com f956ed5cef lazily parse the URI so that we never loose the server information before the account manager can load the prefs.
helps to fix #20607 for bienvenu
r=sspitzer, design discussed w/sspitzer and putterman
1999-12-04 03:00:22 +00:00
sspitzer%netscape.com 54986cb7df use the new folder picker cascading menus in the "copies and folders" panel of the
account setup dialog.  remove cruft in am-copies.*.
fixes #19400.  r=alecf
1999-12-04 01:43:12 +00:00
cmanske%netscape.com 7a493ed3db XUL changes for messengercompose to keep in line with UI changes made to editor. r=brade 1999-12-04 01:35:30 +00:00
rhp%netscape.com 15eb33e40d Fix for vCard crasher display on Mac - bug #: 20564 - r: sspitzer 1999-12-04 00:59:43 +00:00
hangas%netscape.com ec38e9ae58 Fixes to bustage of the select addresses dialog. Regression 20730 (select addresses dialog broken because of change to treecell), also fixed select addresses dialog bugs 20717, 20720, 19604. r=ducarroz 1999-12-04 00:53:53 +00:00
sspitzer%netscape.com ae7b1266a2 fix warning. 1999-12-03 09:53:26 +00:00
sspitzer%netscape.com eca3788d93 fix for #17402, stationary -> stationery.
r=alecf

major fixes for the new folder / rename folder / subscribe dialogs.
we no longer use an html select for the folder picker.
now we use cascading menu popups, like the copy and move menus.
this fixes a lot of bugs, and allows pre-flighting to finally work.

our folder data source has some new properies:
CanFileMessages, CanSubscribe, CanRename, and CanCreateSubfolders
we use these to determine what cascading menu to build, what to disable, etc.

also, nsMessenger::NewFolder() and nsMessenger::RenameFolder() were changes to
take a nsIRDFResource instead of a nsIDOMXULElement.  Before we were
passing through to the back end the selected xul element, now we pass
the resource in.

other cool side effects:
in the copy & move menus, you don't get the choice to file or copy to a server, on folders
in the rename dialog, you can't pick a server, on a folder
in the new folder dialog, you can't pick the imap inbox. (* more needs to be done here.)

bugs fixed: #14773, #14254, #20599, #20646
r=alecf

a couple bullet proofing fixes to prevent some crashes reported on fullcircle
r=bienvenu
1999-12-03 08:10:09 +00:00
bienvenu%netscape.com 33ac52e69e fix crash creating top level imap folder r=rhp, 20349 1999-12-03 06:31:08 +00:00
jefft%netscape.com 97072a9b83 fixed bug 12929 & bug 20415 - imap rename/delete/move folder should reset the connection to authenticated state; imap empty trash didn't delete subfolders; r=bienvenu 1999-12-03 05:59:57 +00:00
alecf%netscape.com c75e133d6b add a bunch of IDLDoc comments for component testing
no reviewer because these are just comments
1999-12-03 04:46:49 +00:00
rhp%netscape.com 042832adb4 Fix for emoticon bug - Bug #20644 - r: alecf 1999-12-03 04:07:53 +00:00
alecf%netscape.com 9117caea19 remove an unused header (no reviewer) - speeds up dependancy builds 1999-12-03 03:46:47 +00:00
alecf%netscape.com 5b68d2b9a2 more cleanup from stuff sitting in my tree: remove xp_core.h dependancy from mime by switching to new nsString routines
r=rhp
1999-12-03 00:12:49 +00:00
ducarroz%netscape.com cc9f91e6d8 Fix for bug 20554. As tree cells are now boxes, We need to set/get the value attribute instead of creating a text node under it. R=putterman 1999-12-03 00:12:23 +00:00
alecf%netscape.com 4340f0dc28 fix unicode support for prettyName, #20405
retrieve name from prefs using CopyUnicharPref()
r=sspitzer
1999-12-03 00:10:00 +00:00
tonyr%fbdesigns.com 76b619c9ac Updated to use new nsIMsgAccountManager interfaces 1999-12-02 23:53:30 +00:00
alecf%netscape.com 2900b68958 don't load about:blank unless we have to
(no bug, but it makes ctrl-selecting messages faster)
r=scottip
1999-12-02 23:49:12 +00:00
putterman%netscape.com 31ffb1441c Fix 20556 and change printf to dump in js. 1999-12-02 23:14:42 +00:00
sspitzer%netscape.com 2dc58e715b fix pref xul and window size to look nicer. now the pref window is bigger and now the size is set in pref.xul. fixes #20244 among other bugs 1999-12-02 22:34:19 +00:00
ducarroz%netscape.com c569db0d39 Fixbuild bustage. It was generating a lib instead of a share lib and several others setting was wrong. 1999-12-02 21:17:03 +00:00
alecf%netscape.com c4816e82aa missed another test 1999-12-02 07:37:23 +00:00
alecf%netscape.com 4fcb5fd7ca oops, missed this one too
stupid tests.
1999-12-02 07:36:52 +00:00
alecf%netscape.com aa31be56e7 oops, forgot to check this file in with my last checkin 1999-12-02 07:25:39 +00:00
mscott%netscape.com 7931193175 api synch with uri loader to use nsIURILoaderCommand.
fill out the canHandleContent method to include
all the primary and secondary content types we want the
mail window to handle
r=travis
1999-12-02 07:00:34 +00:00
alecf%netscape.com 8dfb58e0e1 mail architecture cleanup (no bug - emptying my tree before next week's closure)
- get rid of GetAccountManager call (it's now a service)
- move hacks GetCurrentIdentity and GetCurrentServer into the account manager for now
- eliminate these calls from nsMsgMailSession
- update all call sites (C++ and JS)
r=mscott
1999-12-02 06:59:28 +00:00
alecf%netscape.com 4f85b2ae18 add sendlater to unix build (test only, no review) 1999-12-02 06:32:36 +00:00
alecf%netscape.com 3941a57406 update to use accountmanager as a service (test only, no review) 1999-12-02 06:31:47 +00:00
alecf%netscape.com 15fc5e6a05 add geturl and sendpage tests to unix build (test only, no review) 1999-12-02 06:29:27 +00:00
alecf%netscape.com 684d6e15e4 update this test (test only, no review)
use accountmanager as a service now
1999-12-02 06:28:42 +00:00
alecf%netscape.com 5239736e7f fix makefile so this test builds on unix 1999-12-02 06:27:00 +00:00
alecf%netscape.com cc00aaa5d3 add compose2 to the unix build (test only, no review) 1999-12-02 06:25:06 +00:00
alecf%netscape.com 1e2bc36b9b port this to unix so I stop breaking the tree
test only, no review necessary
1999-12-02 06:24:07 +00:00
alecf%netscape.com cbe91f065b fix for #20405 - change Organization, Identity Name and FullName to be unicode, using new unicode prefs
r=rhp
1999-12-02 03:11:52 +00:00
rhp%netscape.com 424d48e6d3 Fix for mac display problem - Bug #: 18866 - r: alecf 1999-12-02 02:58:06 +00:00