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

296 Коммитов

Автор SHA1 Сообщение Дата
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
bienvenu%netscape.com 9fed58cbda fix mork factory r=mscott 12326 1999-10-07 14:28:54 +00:00
hangas%netscape.com da68b9046a 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 b9a962ed36 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 af94d3daf3 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 b547c2ffb0 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 9e75934ef0 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 0e80b6bd9a Fix bug 5393 Controls should be enclosed with <LABEL></LABEL>, r=putterman 1999-10-01 04:11:36 +00:00
chuang%netscape.com d8cc6c52d4 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 1912085efc 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 852da0f143 Fix for bug 14779. a=chofmann 1999-09-28 18:56:15 +00:00
hangas%netscape.com 707a7c995a 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 972baa2dbd fix mismatched deletes 1999-09-26 19:53:50 +00:00
hangas%netscape.com 2916c01b98 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 d24b56da9b Need to populate personal addressbook
Fix for bug 14568, R=mscott, A=chofmann
1999-09-24 17:38:49 +00:00
ducarroz%netscape.com e84b115b8b Fix problem with autocomplete, bug 14281 1999-09-22 01:37:43 +00:00
ducarroz%netscape.com 5fd9ec3a97 Remove extra blank row 1999-09-22 00:49:52 +00:00
chuang%netscape.com d83b927a72 remove unused variable 1999-09-21 21:41:06 +00:00
chuang%netscape.com f95abb64af Remove unused variable 1999-09-21 21:20:07 +00:00
hangas%netscape.com 3db876b7a6 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 a636442fcd Fix missing the last row when importing ldif file 1999-09-20 22:13:54 +00:00
bienvenu%netscape.com c2bd55a897 fix memory leak 1999-09-20 14:56:08 +00:00
ducarroz%netscape.com be2fd0658f Autocomplete add default domain if needed 1999-09-20 00:49:53 +00:00
mccabe%netscape.com 39e5fe6519 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 2de925940f fix mismatched free 1999-09-18 17:41:37 +00:00
tao%netscape.com a4b058cd88 Hook up da-DK 1999-09-18 01:44:31 +00:00
tao%netscape.com 5abcad12d8 Hook up da-DK 1999-09-18 01:36:04 +00:00
tao%netscape.com 01d9396f83 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 0d0c20aaa5 Modifying commandUpdater JS code to be more efficient. 1999-09-17 23:24:04 +00:00
chjung%netscape.com 176f7f2ebb [chjung 09/17/99] add Localization notes 1999-09-17 21:07:43 +00:00
alecf%netscape.com 70f342ee82 link addressbook against nspr 1999-09-17 20:32:43 +00:00
waterson%netscape.com be9dc7b0d1 Bug 13970. Use XUL syntax to hook up command updaters. 1999-09-17 04:03:30 +00:00
hangas%netscape.com bcde71c435 Address Book Edit menu now supports seven states of Delete menu item. 1999-09-16 22:21:08 +00:00
hangas%netscape.com a39b6cc540 Added commandUpdater code to mail 3pane. 1999-09-16 20:24:07 +00:00
cls%seawood.org 71540cf2cd 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 e658984778 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 0f5bcfc04a 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
hangas%netscape.com 07401f7ae2 More work on commandUpdating with address book 1999-09-16 05:46:03 +00:00
chuang%netscape.com 93214579f1 Fix Bug 12882 International sort doesn't work for Address Book 1999-09-16 03:49:47 +00:00
hangas%netscape.com 48dfa1f639 Added real commandUpdater code to globalOverlay and addressbook. So far the Select All menu item enables/disables with this code. Stay tuned for more... 1999-09-16 01:46:30 +00:00