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

399 Коммитов

Автор SHA1 Сообщение Дата
bienvenu%netscape.com 94234d0729 add nsIAbUpgrader.idl 2000-03-11 19:42:37 +00:00
bienvenu%netscape.com 3a9cda9f72 add PROGID and CID for ab upgraders, 10837 2000-03-11 19:41:18 +00:00
tbogard%aol.net 0766d0b302 Get the contentViewer from the docShell APIs instead of the webShell ones. 2000-03-11 00:26:20 +00:00
bienvenu%netscape.com 03a52b6290 more work on ab import, NOT PART OF BUILD 2000-03-08 04:30:45 +00:00
bienvenu%netscape.com 137833a7ba add ab upgrader interface, NOT PART OF BUILD 2000-03-07 20:57:03 +00:00
hangas%netscape.com d1f6b630a1 Fix 29861 (Make throbber do the right thing for every window - mozilla and Netscape trees) r=scottip a=phil 2000-03-07 00:22:55 +00:00
hangas%netscape.com d310c8fbcf Fix 29383 (Calling address picker twice causes hang) r=mscott, a=phil 2000-02-29 21:53:02 +00:00
blizzard%redhat.com a6d97b2321 fix spelling of hander to handler. bug #29407. r=sspitzer 2000-02-27 20:51:11 +00:00
sspitzer%netscape.com 7cb570ad1b fix for #28911, r=alecf, a=jar. avoid loading in unnecessary dlls at startup. 2000-02-26 03:52:06 +00:00
hangas%netscape.com 854cdcac87 Fix 28144 Make XP Toolkit widgets look more professional. r=german/scottip a=phil 2000-02-26 01:21:51 +00:00
ducarroz%netscape.com 8e9f767934 Fix for PDT+ 28314. Change default value for AB card property "Send Plain Text" to true. R=hangas, A=phil. 2000-02-22 22:37:03 +00:00
hangas%netscape.com 49fde4e061 First phase of fix for 28144. This checkin is to make our chrome widgets look more professional. They now look much more like the spec. This changed the look for titledbutton, tab, input, checkbox, radio button, and select widgets. Some other widgets had minor changes to colors, paddings, and margins. r=german, a=phil. 2000-02-19 02:44:24 +00:00
amusil%netscape.com 9a15df736b Added ability to register OnOK handlers. r=hangas 2000-02-15 23:11:21 +00:00
hangas%netscape.com 2751ae6e6a Fix 27451, removal of "HTML Domains..." menu item from address book. r=scottip. 2000-02-15 22:08:40 +00:00
andreww%netscape.com 7a1887eed3 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 5b2f19acd0 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 7ef2c916b2 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 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
chuang%netscape.com c3e67f21a0 Bug 22986 Address book sort is extremely slow, r=nhotta+bienvenu 2000-02-11 22:17:23 +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
hangas%netscape.com fd7b7df4f5 Fix 27163, comment out some xul not functioning for beta1. r=mscott 2000-02-10 09:05:48 +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
sspitzer%netscape.com 72e8a9e317 make it so -chrome <chrome url> does the right thing.
r=mscott
2000-02-08 03:12:39 +00:00
sspitzer%netscape.com 9431eb3736 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 73802d6f2e Pro5 update 2000-02-07 23:06:04 +00:00
sspitzer%netscape.com 312a76d081 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 c00837ec56 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 a0ddb3cbb8 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 34cf1e6bdd More address book fixes. Bugs 26501, 10841, 16455. r=mscott 2000-02-05 21:21:56 +00:00
alecf%netscape.com f161287e46 move from nsAutoCString to nsCAutoString r=sspitzer 2000-02-05 06:11:46 +00:00
chuang%netscape.com 1fa9f41a0e Bug 17564 Prefs: Addressing prefs do not stick. r=hangas 2000-02-04 22:48:42 +00:00
chuang%netscape.com 5cf13b9136 Bug 24877 Can't remove Additional email Address in Abook card, r=hangas 2000-02-04 22:47:27 +00:00
pp%ludusdesign.com d8d073bd7c Conversion of ::GetIID() to NS_GET_IID(). Bug #20232, r=scc@netscape.com 2000-02-04 00:39:15 +00:00
hangas%netscape.com 3a0d03e79f Cleanup Select Addressing dialog, bug 10865. r=mscott 2000-02-02 07:04:37 +00:00
hangas%netscape.com a5981f2db2 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 49dee0901a 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 7570cde6f9 Address book; partial fix to 15108, performance improvements. r=slogan 2000-02-02 01:18:46 +00:00
hangas%netscape.com df9fa92389 New gif files for address book, bug 26112. r=jglick 2000-02-02 01:16:01 +00:00
hangas%netscape.com fc132c67ed Front in fix for 25439 to match recent checkin by chuang. r=chuang. 2000-02-01 03:31:11 +00:00
hangas%netscape.com 640f9f40b9 Fixed 24361 and 24368, remember address book window size and position. r=scottip 2000-02-01 03:02:16 +00:00
chuang%netscape.com 2b52343377 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 4f851be879 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 e56791badd Fix for 25499 and 20522, address book UI bugs. r=scottip 2000-01-31 23:25:11 +00:00
ducarroz%netscape.com 1f6903102f 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 4b984991c2 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 d4fa824108 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 e31204f271 support for regression testing. r=rods 2000-01-26 15:14:41 +00:00
chuang%netscape.com 69cc1d4e10 fix bug5476 Preference radio buttons are not initialized, r=ducarroz 2000-01-13 04:31:02 +00:00
sspitzer%netscape.com 0089326454 don't hardcode this alert, move it to a string bundle. 2000-01-12 08:04:07 +00:00
pp%ludusdesign.com 698852a4f4 Converting usage of ::GetIID() to NS_GET_IID().
Bug #20232, r=scc@netscape.com
2000-01-11 20:49:15 +00:00