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

399 Коммитов

Автор SHA1 Сообщение Дата
chuang%netscape.com 1a89572c34 Fix bug20235 AB Formatting checkbox not remembered, r=habgas 2000-01-11 20:06:39 +00:00
chuang%netscape.com 7597dca176 Fix Bug10868 import tab delimited text file with .tab extension, r=hangas 2000-01-10 20:52:57 +00:00
mscott%netscape.com 87f8d0fad3 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 bf21864da7 update mail pref panes to match the new prefwindow landing 2000-01-07 07:09:12 +00:00
hangas%netscape.com 41f9be581c 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 98305b9226 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 bfc18b87ab initialize some variables, fix a comment, fix a FMM 1999-12-22 00:41:38 +00:00
ducarroz%netscape.com 0a99606045 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 5818d49be7 remove excess 'Netscape' references from the chrome (r=dmose,a=leaf) 1999-12-15 23:00:34 +00:00
ducarroz%netscape.com 939788219e Fix for bug 21606. Don't autocomplete an empty string. R=putterman 1999-12-13 22:59:01 +00:00
ducarroz%netscape.com a5d50b2a1c 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 de17407756 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 d7c6eb04c9 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 a66a0ab963 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 f3c723985e Adding id's to the tab widgets so that they can be overlayed. 1999-12-08 04:16:50 +00:00
alecf%netscape.com 0f17235749 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 73198c7db7 Bug 20853. addCardToDatabase, don't AddCardToDatabase. 1999-12-06 08:33:58 +00:00
hyatt%netscape.com a5970f5505 Bringing address book into compliance with master skin file rules. 1999-12-05 09:00:10 +00:00
alecf%netscape.com fc9ef4e75e 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 39e338de75 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 df62407466 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 be1b60400d Fix for 18018, mail prefs messed up. r=davidm 1999-11-29 21:38:32 +00:00
warren%netscape.com 96ec037ac6 Eliminated the libs build pass. 1999-11-28 03:05:01 +00:00
akkana%netscape.com 3d03085c9e 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 fdbc16704a bug 12022, r=rickg 1999-11-19 08:26:56 +00:00
hangas%netscape.com 28e7445770 Fixes for selection bug 19011 and sidebar resize bug 18742. r=ducarroz 1999-11-18 02:45:38 +00:00
hangas%netscape.com 344df71cb3 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 7f04320416 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 078a98078c 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 a079345422 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 e00d672d83 some speed improvments. reviewed by hangas. 1999-11-11 20:27:52 +00:00
dmose%mozilla.org 142ac52eaf 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 9c3cc4d4d2 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 a33a2e44e3 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 26fbbb140d Progress on Command Updating and Dispatching (15127). r=scottip 1999-11-02 03:55:59 +00:00
alecf%netscape.com 4d3fb3d5a9 fix bustage, forgot this file in my last checkin 1999-11-02 01:53:28 +00:00
hangas%netscape.com c52e931902 Image transparency problem fixed by Andrew Niese. 1999-10-30 00:07:21 +00:00
evaughan%netscape.com 039be939e6 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 d1e318d76d Add localization notes 1999-10-29 20:24:48 +00:00
ducarroz%netscape.com b4199b6642 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 84df0919cf 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 6e5764756f fix off by one error computing display name from naked email address 1999-10-27 22:18:12 +00:00
hangas%netscape.com e6c96e93d4 new ui. r=pavlov,german,hyatt 1999-10-26 00:39:19 +00:00
ducarroz%netscape.com 61963bad56 Bug 14258, implement Send Page. R=alecf 1999-10-23 04:50:20 +00:00
ramiro%fateware.com 2a2494a33b Dont put the static rdfutil thing inside the FORCE_ALL block. r=alecf. 1999-10-22 23:28:30 +00:00
sspitzer%netscape.com 7822eba681 make the xul look pretty by using html fieldsets and legends. 1999-10-22 23:22:52 +00:00
bienvenu%netscape.com 922d9bc212 one more addrbook memory leak fix r=mscott 1999-10-22 21:04:45 +00:00
ducarroz%netscape.com 7957d17185 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 87306fa309 Changed FALSE to XP PR_FALSE 1999-10-22 01:54:36 +00:00
amusil%netscape.com 1c91f30b2a 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 1c13baeb02 fix addrbook mem leaks and mismatched delete r=mscott\ 1999-10-21 20:36:02 +00:00
bienvenu%netscape.com 2d872682fd fix memory leaks in address book r=mscott 1999-10-20 20:41:27 +00:00
amusil%netscape.com a6fbc10df6 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 1c93201a4c fix leak of profile dir in addr book session 1999-10-17 22:16:32 +00:00
bienvenu%netscape.com 5e4fbc4f1e fix memory leaks r=mscott 1999-10-16 15:43:26 +00:00
bienvenu%netscape.com 401e5f22a4 fix crash reading messages with new profiles 1999-10-15 16:09:49 +00:00
bienvenu%netscape.com 21386eed92 more of addrbook memory leak fixes r=mscott 1999-10-15 03:50:21 +00:00
bienvenu%netscape.com 22e548da9d fix memory leaks opening and closing dbs r=mscott 1999-10-15 00:11:58 +00:00
hyatt%netscape.com b2a4325241 Landing re-architected command dispatcher. r=hangas(XUL/JS), saari(C++) 1999-10-14 10:58:25 +00:00
alecf%netscape.com c1aec3a140 nsIModule-ize addressbook
r=sspizer
no bug
1999-10-13 05:55:06 +00:00
alecf%netscape.com 799d1e2871 DTDs contain image names too 1999-10-13 05:53:10 +00:00
waterson%netscape.com bdfcaec321 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 dfc5dc1b02 Move da-DK files to l10n/lang; r=leaf 1999-10-08 01:06:56 +00:00
tao%netscape.com 452378ee8a Move localized resource files to mozilla/l10n/lang. 1999-10-07 23:59:32 +00:00
bienvenu%netscape.com ddfaee3673 fix mork factory r=mscott 12326 1999-10-07 14:28:54 +00:00
hangas%netscape.com 0cd13bcaa0 Porkjocky: .xul file troubleshooting. Removed duplicate references to css files within the same windows for performance. Wrapped another tree in a <div> to avoid scrolling issues. r=davidm 1999-10-06 01:35:36 +00:00
hangas%netscape.com 6223a5e113 Fixing bug 13443 (crash scrolling results pane of address book), added <html:div> around the trees as per Hyatt's suggestion which Scottip reminded me of today. r=scottip 1999-10-05 20:49:08 +00:00
mscott%netscape.com 6284835ee3 Bug #15192 --> build the pab before the history ab for name completion.
r=bienvenu.
1999-10-04 00:26:10 +00:00
beard%netscape.com 9eae33066d changed from directly using "MSL DropInRuntime.Lib" to using "NSComponentStartup.o" to enable GC leak detector. r=smfr 1999-10-03 20:46:23 +00:00
hyatt%netscape.com 0c1aef9920 Splitting xul.css into two files and making them load automatically at startup. R=danm@netscape.com 1999-10-01 20:49:07 +00:00
chuang%netscape.com 945748e712 Fix bug 5393 Controls should be enclosed with <LABEL></LABEL>, r=putterman 1999-10-01 04:11:36 +00:00
chuang%netscape.com 9726ec4bcc Fix bug 14756 [PP]Importing an .ldif file in Address Book doesn't work, r=jefft 1999-10-01 04:07:15 +00:00
hangas%netscape.com 940bc92a57 Added ability to hide and show toolbars and taskbar to all mail windows. Added accesskeys to a number of menu items and fixed menus across product. Moved broadcaster elements to top of xul files to give command keys a chance to work. a=chofmann 1999-09-29 04:29:20 +00:00
hangas%netscape.com fc23906c28 Fix for bug 14779. a=chofmann 1999-09-28 18:56:15 +00:00
hangas%netscape.com 9f3eef8646 New menu items now match the spec for navigator, mail, address book, and mail compose. Fixed navigator quit menu item to use global overlay. a=chofmann 1999-09-27 20:56:35 +00:00
bienvenu%netscape.com ad2c7b2789 fix mismatched deletes 1999-09-26 19:53:50 +00:00
hangas%netscape.com 20d1e45d46 a=chofmann r=hyatt,jefft Cleaned up File and Edit menus for navigator and mail, fixed 14837, fixed 14255. Moved menu from navagator.xul and hiddenwindow.xul into navigatorOverlay.xul. Created global 'New" menu. 1999-09-24 23:03:40 +00:00
ducarroz%netscape.com e2c8b14e4e Need to populate personal addressbook
Fix for bug 14568, R=mscott, A=chofmann
1999-09-24 17:38:49 +00:00
ducarroz%netscape.com fa82fdf0e7 Fix problem with autocomplete, bug 14281 1999-09-22 01:37:43 +00:00
ducarroz%netscape.com fec0e9f707 Remove extra blank row 1999-09-22 00:49:52 +00:00
chuang%netscape.com 6cd312c071 remove unused variable 1999-09-21 21:41:06 +00:00
chuang%netscape.com 390f6a305f Remove unused variable 1999-09-21 21:20:07 +00:00
hangas%netscape.com 669e7fa437 Added key binding to dialogOverlay.xul for OK and Cancel buttons. Updated xul windows to include these keys. 1999-09-21 05:20:56 +00:00
chuang%netscape.com f1ef4d55c4 Fix missing the last row when importing ldif file 1999-09-20 22:13:54 +00:00
bienvenu%netscape.com d37921d284 fix memory leak 1999-09-20 14:56:08 +00:00
ducarroz%netscape.com 0680374fe6 Autocomplete add default domain if needed 1999-09-20 00:49:53 +00:00
mccabe%netscape.com 4f7990cd94 Fix to 7610. Modify xpidl compiler to add 'const' to the method signature for generated attribute setter methods for string, wstring and nsid attributes.
As this changed the generated interface signatures, I had to change all of the uses to avoid bustage.  Any corners of the browser that aren't built by default, or that I haven't discovered how to build, may be at risk of bustage if they use string or wstring attributes.  (This could mean blackwood; sorry, guys!)

Many thanks to Alec Flett (alecf@netscape.com) for preparing diffs for the mailnews portion of the signature changes; thanks also to Ariel Backenroth (arielb@rice.edu) and Mike Shaver (shaver@mozilla.org) for help with updating the tree with NS_DECL_NSIFOO macros; everwhere where one of these macros was used was one less place I had to manually add 'const'.

Also removed extraneous space from generated method signatures, leftover from Brendan's capitalization spam, and made 'const decl must be of type short or long' an error rather than just a warning.
1999-09-19 23:46:35 +00:00
bienvenu%netscape.com 65e377b2b3 fix mismatched free 1999-09-18 17:41:37 +00:00
tao%netscape.com 2b825910ee Hook up da-DK 1999-09-18 01:44:31 +00:00
tao%netscape.com e74a744c2e Hook up da-DK 1999-09-18 01:36:04 +00:00
tao%netscape.com 4661727893 First checkin of da-DK resource files contributed by
Henrik Lynggaard<Lynggaard@netscape.net>
1999-09-17 23:35:55 +00:00
hangas%netscape.com 78e3b84abe Modifying commandUpdater JS code to be more efficient. 1999-09-17 23:24:04 +00:00
chjung%netscape.com f747214d33 [chjung 09/17/99] add Localization notes 1999-09-17 21:07:43 +00:00
alecf%netscape.com 62d23d1a22 link addressbook against nspr 1999-09-17 20:32:43 +00:00
waterson%netscape.com dde8dcfc2a Bug 13970. Use XUL syntax to hook up command updaters. 1999-09-17 04:03:30 +00:00
hangas%netscape.com d0bf4886b3 Address Book Edit menu now supports seven states of Delete menu item. 1999-09-16 22:21:08 +00:00
hangas%netscape.com 97a0bdb5a3 Added commandUpdater code to mail 3pane. 1999-09-16 20:24:07 +00:00
cls%seawood.org cb3abff6ef Remove unnecessary -D_BSD_SOURCE now that __STRICT_ANSI__ is set in <prinet.h> 1999-09-16 14:50:19 +00:00
hangas%netscape.com 701134dee8 More advances in commanUpdater development. Making this work from globalOverlay.xul so that less xul and js is required for each window. 1999-09-16 07:37:45 +00:00
mscott%netscape.com 3f1f124e73 Bug #13994 --> Let's auto complete against your personal address book and the history addressbook!
This makes the history ab much more useable.
1999-09-16 07:12:50 +00:00