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

435 Коммитов

Автор SHA1 Сообщение Дата
andreww%netscape.com c3a582657f adding id to menupop under file>new for commercial overlay to target. bugsplat bug#369022 r=amusil 2000-02-15 21:24:39 +00:00
mscott%netscape.com 6afc36153c Bug #18591 --> turn on the address book collector for email addresses in the message pane. I needed
a collector method that would take a unicode string.
r=bienvenu
2000-02-15 06:49:24 +00:00
evaughan%netscape.com aee324fc26 Fix for bug 24351 as well as other jumping buttons and glitches in UI. 2000-02-14 05:30:05 +00:00
hangas%netscape.com 445cd82e25 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
chuang%netscape.com b61fc50c68 Bug 22986 Address book sort is extremely slow, r=nhotta+bienvenu 2000-02-11 22:17:23 +00:00
hangas%netscape.com 7cd73e4c87 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
hangas%netscape.com 202555ec95 Fix 27163, comment out some xul not functioning for beta1. r=mscott 2000-02-10 09:05:48 +00:00
tbogard%aol.net f5d81c3e9c 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
sspitzer%netscape.com ad5fa4d555 make it so -chrome <chrome url> does the right thing.
r=mscott
2000-02-08 03:12:39 +00:00
sspitzer%netscape.com 17eebe8a61 more changes to get everyone using my arbitrary command line handling.
removing "calendar" from the appearance pref panel, there is no calendar in
5.0.
r=mscott
2000-02-08 01:11:13 +00:00
scc%netscape.com 5e041e830f Pro5 update 2000-02-07 23:06:04 +00:00
sspitzer%netscape.com 66799cc899 I think the less unixes will fail to build if I don't do this. 2000-02-06 12:54:10 +00:00
sspitzer%netscape.com 3f0fb0c0d8 I hate copy and pasted code. write two macros to do all the work for me.
r=alecf
2000-02-06 12:21:22 +00:00
sspitzer%netscape.com f96cfa11e8 you can launch addressbook with -addressbook
now using the nsICmdLineHander interface and categories to do this the right way
r=alecf
2000-02-06 11:04:10 +00:00
hangas%netscape.com 8cbc053985 More address book fixes. Bugs 26501, 10841, 16455. r=mscott 2000-02-05 21:21:56 +00:00
alecf%netscape.com 2185a7333a move from nsAutoCString to nsCAutoString r=sspitzer 2000-02-05 06:11:46 +00:00
chuang%netscape.com 5b39030604 Bug 17564 Prefs: Addressing prefs do not stick. r=hangas 2000-02-04 22:48:42 +00:00
chuang%netscape.com 0d534019fb Bug 24877 Can't remove Additional email Address in Abook card, r=hangas 2000-02-04 22:47:27 +00:00
pp%ludusdesign.com 26646663e1 Conversion of ::GetIID() to NS_GET_IID(). Bug #20232, r=scc@netscape.com 2000-02-04 00:39:15 +00:00
hangas%netscape.com 1e21298794 Cleanup Select Addressing dialog, bug 10865. r=mscott 2000-02-02 07:04:37 +00:00
hangas%netscape.com 0086706e18 Partial fix for 15109. Removed radio buttons from Addressing panel of prefs. r=mscott 2000-02-02 07:03:28 +00:00
alecf%netscape.com ad7405dfbd fix autocomplete so that it completes against the currently selected identity, rather than the 'current' identity (which was bogus anyway)
r=ducarroz
2000-02-02 01:54:32 +00:00
hangas%netscape.com 4b27cbbd0c Address book; partial fix to 15108, performance improvements. r=slogan 2000-02-02 01:18:46 +00:00
hangas%netscape.com c6bd8f2f3d New gif files for address book, bug 26112. r=jglick 2000-02-02 01:16:01 +00:00
hangas%netscape.com 4adc01416b Front in fix for 25439 to match recent checkin by chuang. r=chuang. 2000-02-01 03:31:11 +00:00
hangas%netscape.com 83d268d472 Fixed 24361 and 24368, remember address book window size and position. r=scottip 2000-02-01 03:02:16 +00:00
chuang%netscape.com deb80569ca Bug 25354 Address Book back end needs to support some extra columns, r=hangas 2000-02-01 02:46:50 +00:00
ducarroz%netscape.com af89452e49 fix part of bug 25949, update project path for compatibilty with CW Pro 5. R=n/a 2000-02-01 01:53:01 +00:00
hangas%netscape.com 728977951d Fix for 25499 and 20522, address book UI bugs. r=scottip 2000-01-31 23:25:11 +00:00
ducarroz%netscape.com 3987471b63 Fix bug 25926 and bug 23056. We are now looking first for a nickname match then for a username or email address. if no match found, we break a piece the user input and then reformat correctly all eventual addresses and add if needed default domain. R=mscott 2000-01-31 22:00:53 +00:00
hangas%netscape.com 153bbc5f08 Address Book UI fixes: beta1 bug 25135 disable unused AB menu items, and 23200, 23893, 24063, 24073, 24076, 24300, 24379, 25426, removed <div> tags from <tree>s, and added multiple="true" to results pane tree. r=scottip 2000-01-28 23:12:02 +00:00
ducarroz%netscape.com e8a111652c Fix bug 15682. We need to carry an idendity when opening a draft (used when forwarding a message inline) or a template. That let us to open a compose window with the right sender, signature (only forward inline) and format (only forward online). R=jefft 2000-01-28 06:20:44 +00:00
dcone%netscape.com b0fee5d1bd support for regression testing. r=rods 2000-01-26 15:14:41 +00:00
chuang%netscape.com 5d0c0c96c8 fix bug5476 Preference radio buttons are not initialized, r=ducarroz 2000-01-13 04:31:02 +00:00
sspitzer%netscape.com efca0bc1e6 don't hardcode this alert, move it to a string bundle. 2000-01-12 08:04:07 +00:00
pp%ludusdesign.com 13efd9e8c6 Converting usage of ::GetIID() to NS_GET_IID().
Bug #20232, r=scc@netscape.com
2000-01-11 20:49:15 +00:00
chuang%netscape.com ee023755df Fix bug20235 AB Formatting checkbox not remembered, r=habgas 2000-01-11 20:06:39 +00:00
chuang%netscape.com c6523943f9 Fix Bug10868 import tab delimited text file with .tab extension, r=hangas 2000-01-10 20:52:57 +00:00
mscott%netscape.com 815841f538 performance tweak --> header parser is supposed to be a service not a component.
r=ducarroz
2000-01-09 21:59:36 +00:00
alecf%netscape.com 05574b4c49 update mail pref panes to match the new prefwindow landing 2000-01-07 07:09:12 +00:00
hangas%netscape.com 3dd5a2cfe5 Fixing bugs (21868 Enter/Esc keys for password dialogs), (21391 new address book), (22213 Enter/Esc keys for prefs dialog), (22218 new address book card menu item). r=sspitzer 1999-12-23 21:38:25 +00:00
sspitzer%netscape.com 08f2c6cd42 fix the pref ui a little, fix a js exception, add a label to the spell
checking field set, add ui for emoticon to glyph conversion.  part 1 of fix
for #21649
1999-12-22 08:37:30 +00:00
sspitzer%netscape.com 5afbc93e4c initialize some variables, fix a comment, fix a FMM 1999-12-22 00:41:38 +00:00
ducarroz%netscape.com 6b9d683598 Fix for bug 22001. We must close the DB only when we realse the object. R=bienvenue, A=chofmann 1999-12-20 23:23:53 +00:00
shaver%netscape.com 566b8945c7 remove excess 'Netscape' references from the chrome (r=dmose,a=leaf) 1999-12-15 23:00:34 +00:00
ducarroz%netscape.com 12733af5c2 Fix for bug 21606. Don't autocomplete an empty string. R=putterman 1999-12-13 22:59:01 +00:00
ducarroz%netscape.com 1af2919f8a Fix for bug 21411 (PDT+). Cell doesn't have anymore a child node (by default) are they are now box. Don't check for it. R=hangas 1999-12-11 02:08:03 +00:00
hangas%netscape.com 523b5949f1 Fix headers over results pane in address book. Bug 21340. r=ducarroz, a=chofmann 1999-12-10 21:15:10 +00:00
chuang%netscape.com 205833b585 PDT+Bug 21230 Change in Edit AB Card not saved to address book database. r=bienvenu, a=chofmann. 1999-12-10 04:40:59 +00:00
hangas%netscape.com aab89c3da9 Fixing regression 21285 (broken select addresses dialog because of api change in backend). r=alecf 1999-12-09 21:12:43 +00:00
amusil%netscape.com 7110898487 Adding id's to the tab widgets so that they can be overlayed. 1999-12-08 04:16:50 +00:00
alecf%netscape.com c45fff7957 fix case sensitivity issues - check in abCardViewOverlay.js which didn't get checked in the first time, and fix other JS that was changed since Sammy Ford made his original patch
r=sspizter
1999-12-07 06:17:43 +00:00
waterson%netscape.com bbf6c3bb87 Bug 20853. addCardToDatabase, don't AddCardToDatabase. 1999-12-06 08:33:58 +00:00
hyatt%netscape.com 1a37a7c1e4 Bringing address book into compliance with master skin file rules. 1999-12-05 09:00:10 +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
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
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
hangas%netscape.com 1f11af9677 Fix for 18018, mail prefs messed up. r=davidm 1999-11-29 21:38:32 +00:00
warren%netscape.com 4ab4ee4d4e Eliminated the libs build pass. 1999-11-28 03:05:01 +00:00
akkana%netscape.com 63a098fcc6 11818: Rename the special XUL key from "command" to "xulkey" so it won't
confuse people into thinking it has something to do with the Mac command key.
This means changing all the XUL keybinding files from command= to xulkey=.
r=brade.
1999-11-23 23:24:57 +00:00
buster%netscape.com 4cbe3e3538 bug 12022, r=rickg 1999-11-19 08:26:56 +00:00
hangas%netscape.com 4acdf71acb Fixes for selection bug 19011 and sidebar resize bug 18742. r=ducarroz 1999-11-18 02:45:38 +00:00
hangas%netscape.com 0acdbe4641 Added some user-focus styles following saari's focus checkins, r=saari. Fixed 17947, 17780, 16483, 16601 which were related to focus issues. Some New Skin adjustments (menu color and 15219), r=german 1999-11-16 01:21:22 +00:00
warren%netscape.com 4471ddf809 Added NS_NewGenericModule. Made NS_IMPL_NSGETFACTORY use it to save space. r=dp,alecf 1999-11-12 09:07:26 +00:00
hangas%netscape.com a5d1a0713b New Skin update (changed mail and AB windows to have visible representation of focus on trees). Fixed bug 16459 (clear card view pane on change of selection in AB). r=scottip 1999-11-12 02:41:50 +00:00
nhotta%netscape.com 772644b9ca Changed to resolve charset alias before unicode conversion, made charset name to case sensitive, consolidated conversion wrapper functions, bug 18264,
r=ftang.
1999-11-11 22:05:10 +00:00
putterman%netscape.com 434d309acc some speed improvments. reviewed by hangas. 1999-11-11 20:27:52 +00:00
dmose%mozilla.org 8535dda53e updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org 1999-11-06 03:43:54 +00:00
hangas%netscape.com b03d49dc03 Command updating and dispatching changes for menu items. Fixes 17848. r=hyatt, a=chofmann 1999-11-05 02:21:47 +00:00
waterson%netscape.com 24d414017c Bug 17946. Trees must be contained within a fixed div. r=hyatt, a=jack 1999-11-04 08:33:08 +00:00
hangas%netscape.com af0cf70bfc Progress on Command Updating and Dispatching (15127). r=scottip 1999-11-02 03:55:59 +00:00
alecf%netscape.com 10b35b0a5c fix bustage, forgot this file in my last checkin 1999-11-02 01:53:28 +00:00
hangas%netscape.com 7f3621bc62 Image transparency problem fixed by Andrew Niese. 1999-10-30 00:07:21 +00:00
evaughan%netscape.com 86fd1321dd Made tabs us visibility instead of shrinking their children to 0,0.
Made it possible to change the look for the selected tab.
1999-10-29 22:13:57 +00:00
rchen%netscape.com 7e00eb0f7d Add localization notes 1999-10-29 20:24:48 +00:00
ducarroz%netscape.com bbb6231cd8 Fix for bug 17405. We need to skip entry that aren't valid during the search. R=mscott (he has also approved the fact I checking despite a red tree) 1999-10-28 05:34:07 +00:00
hangas%netscape.com 4c0d31db99 Cleaned up bad style rules in global.css - should result in noticable performance improvement. Converted <titledbutton> rules to all use a class, this way we can be specific about how each type of button should look. Added line between columns in tree headers. Indented treecell contents. Cleaned up mail and AB toolbars. Fixed reflow and other drawing issues with toolbar buttons on new skins. Fixed problems in results tree on AB window. Other misc visual changes. Fixed bug 16530, changing the word Messenger to Mail. r=german/hyatt 1999-10-27 23:01:09 +00:00
bienvenu%netscape.com ea0a080bbf fix off by one error computing display name from naked email address 1999-10-27 22:18:12 +00:00
hangas%netscape.com 2819886968 new ui. r=pavlov,german,hyatt 1999-10-26 00:39:19 +00:00
ducarroz%netscape.com 5db19c6ffc Bug 14258, implement Send Page. R=alecf 1999-10-23 04:50:20 +00:00
ramiro%fateware.com 0da50ce31b Dont put the static rdfutil thing inside the FORCE_ALL block. r=alecf. 1999-10-22 23:28:30 +00:00
sspitzer%netscape.com 7b7ecba471 make the xul look pretty by using html fieldsets and legends. 1999-10-22 23:22:52 +00:00
bienvenu%netscape.com 9bfeb7591f one more addrbook memory leak fix r=mscott 1999-10-22 21:04:45 +00:00
ducarroz%netscape.com 912e2060cf Fix for bug 15201. We need to convert back the result from UTF-8 to Unicode. R=mscott, bienvenu 1999-10-22 20:37:42 +00:00
amusil%netscape.com d13d49f121 Changed FALSE to XP PR_FALSE 1999-10-22 01:54:36 +00:00
amusil%netscape.com d8c8d21e9a Address book fix. DB file now gets closed in the destructor. Reviewed by bienvenu. 1999-10-22 01:18:42 +00:00
bienvenu%netscape.com aabeccb811 fix addrbook mem leaks and mismatched delete r=mscott\ 1999-10-21 20:36:02 +00:00
bienvenu%netscape.com da5683540d fix memory leaks in address book r=mscott 1999-10-20 20:41:27 +00:00
amusil%netscape.com 77e05ac57e Fixed bug in editing anonymous attributes in database. Now all attributes get modified instead
of only the first.
1999-10-19 22:46:29 +00:00
bienvenu%netscape.com a01d0a55ad fix leak of profile dir in addr book session 1999-10-17 22:16:32 +00:00
bienvenu%netscape.com 1671bf43b7 fix memory leaks r=mscott 1999-10-16 15:43:26 +00:00
bienvenu%netscape.com 1a1ad4902e fix crash reading messages with new profiles 1999-10-15 16:09:49 +00:00
bienvenu%netscape.com 941c09f2f1 more of addrbook memory leak fixes r=mscott 1999-10-15 03:50:21 +00:00
bienvenu%netscape.com e381578d43 fix memory leaks opening and closing dbs r=mscott 1999-10-15 00:11:58 +00:00
hyatt%netscape.com b2564031fe Landing re-architected command dispatcher. r=hangas(XUL/JS), saari(C++) 1999-10-14 10:58:25 +00:00
alecf%netscape.com c6eef943a5 nsIModule-ize addressbook
r=sspizer
no bug
1999-10-13 05:55:06 +00:00
alecf%netscape.com 7f974309d9 DTDs contain image names too 1999-10-13 05:53:10 +00:00
waterson%netscape.com c7347c6be0 Bug 16105. (Bugsplat 366256.) Ensure that nsISupports::Release() calls dtor only once by 'stabilizing' refcnt to a non-zero value before invoking the dtor. See also news://news.mozilla.org/37FD0F3C.3078AE5C%40netscape.com. r=scc,fur 1999-10-12 03:05:10 +00:00
tao%netscape.com 3fedc0502b Move da-DK files to l10n/lang; r=leaf 1999-10-08 01:06:56 +00:00
tao%netscape.com 567a311790 Move localized resource files to mozilla/l10n/lang. 1999-10-07 23:59:32 +00:00