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

1063 Коммитов

Автор SHA1 Сообщение Дата
dbaron%fas.harvard.edu f56bfe4127 Fix member initializer re-ordered warnings by re-ordering member initializers. r=jag rs=waterson b=105974 2001-10-25 03:21:53 +00:00
alecf%netscape.com 8f4c5f1454 bug 100214 - add libunicharutil_s to all unix projects that require it, r=cls 2001-10-22 20:44:02 +00:00
hewitt%netscape.com 3f08911279 70751 - [XUL Syntax] XUL docs loaded in iframes should use <page>, r=blake, sr=hyatt 2001-10-21 04:16:03 +00:00
pinkerton%netscape.com 2f72d451ca remove prefs and quit from edit/file menus on osx (they're in the app menu now). r=sdagley/sr=blake,smfr. bug#68098 2001-10-19 14:13:20 +00:00
blakeross%telocity.com 884b022fd2 Menulist in ab panel has no label. sr=ben 2001-10-14 19:40:12 +00:00
sfraser%netscape.com 12fd7d9e86 Fix bug 42817 -- overlay a Page Setup menu item for Mac, which displays the page setup dialog. r=jag/hwaara, sr=sspitzer/blake 2001-10-13 02:28:44 +00:00
alecf%netscape.com 511a787492 convert nsCRT::strn?cmp to Convert() for bug 100214, to depend on string rather than xpcom for case-insensitive unicode support. r=sspitzer for mail stuff, r=jag for everything else, sr=sfraser 2001-10-13 00:16:32 +00:00
bienvenu%netscape.com ece3a1e133 fix memory leak of uri rs=sspitzer 99135 2001-10-11 14:54:36 +00:00
bryner%netscape.com 6f87c64d27 Removing references to xp_file.h, for bug 38061. Patch from cls, r=bryner, sr=alecf. 2001-10-08 07:22:27 +00:00
jaggernaut%netscape.com f7ae567b08 Bug 81444: eliminate |null_nsCOMPtr|. Eliminating all callers, r=syd, rs=mozbot. 2001-10-07 10:58:39 +00:00
bienvenu%netscape.com 1ed8b5d419 more addressbook leaks r=naving sr=sspitzer 99135 103014 and others 2001-10-06 03:13:54 +00:00
bienvenu%netscape.com 07a85ec465 fix UMR r=naving, sr=sspitzer 103134 2001-10-06 00:53:01 +00:00
bienvenu%netscape.com a15dde34d7 fix many many address book leaks r=naving, sr=sspitzer 103077 and others 2001-10-06 00:50:17 +00:00
bienvenu%netscape.com 0c477329b1 fix memory leak of dir servers, use contract id's, and fix UMR r=naving, sr=sspitzer 103134 66435 2001-10-06 00:46:49 +00:00
bienvenu%netscape.com 208dabaf6d blow away corrupt history dbs r=naving sr=sspitzer 102319 2001-10-03 03:47:54 +00:00
mscott%netscape.com 6da2f9447d Bug #96053 --> executing a query may not return an end of query.
Checking in for john.marmion@ireland.sun.com
r/sr=sspitzer,mscott
2001-10-02 22:12:14 +00:00
dbaron%fas.harvard.edu 0cc7ea34da Bug 45797: replace remaining uses of deprecated macros NS_IMPL_QUERY_INTERFACE and friends with NS_IMPL_QUERY_INTERFACE1 and friends and remove the deprecated macros. r=jag sr=alecf 2001-10-02 03:18:08 +00:00
stephend%netscape.com 3b91c06f5f Bug 80120. Implementing tooltips on the toolbar's expand/collapse widgets. r=jglick/german/sspitzer/robinf/cmanske sr=sspitzer 2001-10-01 05:03:06 +00:00
hwaara%chello.se f7564e606f #91646, work around a bug in XUL so labels display.
r=srilatha, sr=sspitzer
2001-09-30 13:57:55 +00:00
jaggernaut%netscape.com fdc4078bc4 Bug 100476: Convert uses of member functions ToNewUnicode, ToNewCString and ToNewUTF8String to their global versions and remove support from nsCString and nsString. r=dbaron, rs=scc 2001-09-29 08:28:41 +00:00
mscott%netscape.com 589f5572bc Bug #101498 --> auto complete preselects the default domain OVER the first ldap match
r=sspitzer,ducarroz
sr=hewitt
2001-09-29 04:31:59 +00:00
bienvenu%netscape.com b60216872c fix leak of file spec rs=sspitzer 98849 2001-09-28 23:27:52 +00:00
gerv%gerv.net f385eb981a Relicensing Round 1, Take 2. Most C-like NPL files -> NPL/GPL/LGPL. Bug 98089. 2001-09-28 20:14:13 +00:00
mscott%netscape.com cc363aa120 Bug #99391 --> landing fix for John Marmion. display name no longer being auto generated.
r=sspitzer
sr=mscott
2001-09-27 22:18:45 +00:00
jaggernaut%netscape.com 8d20ea55be Bug 100764: remove NS_ConvertABCtoXYZ(CharT). r=dbaron, rs=scc 2001-09-25 09:37:13 +00:00
stephend%netscape.com 1a27e250df Bug 94180. Splitter appears to the left instead of center (fixed address book) r=kerz@netscape.com, sr=hyatt@netscape.com 2001-09-25 06:04:50 +00:00
srilatha%netscape.com 986e58d4de Fix for bug # 97502. setting gUpdate=false in oncancel()
r=mitesh, sr=sspitzer
2001-09-25 02:27:52 +00:00
blakeross%telocity.com ee922f0363 removing attr's that are now unnecessary due to default orientation. r=hewitt sr=hyatt 2001-09-23 07:16:02 +00:00
cls%seawood.org d6d3e3d863 Removing extraneous ldap.h include.
Bug #98924 r=dmose
2001-09-20 12:03:40 +00:00
cls%seawood.org de76ec4361 Update REQUIRES. Fixing archangel bustage. 2001-09-20 11:05:19 +00:00
dmose%netscape.com 79c7448cad Have the LDAP autocomplete session return an error item on failure; the user can select this item and an alert box with more details will be popped up. r=ducarroz@netscape.com, sr=bienvenu@netscape.com 2001-09-20 07:59:15 +00:00
hewitt%netscape.com 7281a4d7cd 97574 - Implement toolbarbutton and kill menubutton (except outliner.css), r=blake, sr=hyatt 2001-09-20 07:08:29 +00:00
jaggernaut%netscape.com e25262c61f One module per line for REQUIRES. r=/sr=alecf 2001-09-18 22:01:13 +00:00
jaggernaut%netscape.com 3098b78e27 Bug 99876: [XUL Syntax] <spring/> --> <spacer/>, r=alecf, sr=hyatt. 2001-09-18 21:47:32 +00:00
jaggernaut%netscape.com 3826eb9902 Bug 73353: splitting the modules on the REQUIRES lines in Makefile.in across multiple lines to more clearly show the changes made. sr=alecf 2001-09-18 13:41:47 +00:00
stephend%netscape.com 950999845c Bug 10020. JS function verifyAccounts() should be verifyAccount(null) to reflect parameter passing. r=bhuvan@netscape.com, sr=sspitzer@netscape.com 2001-09-18 06:56:08 +00:00
leif%netscape.com c2e9958440 Fix for bug 82412: Preresolve DNS before calling into LDAP C-SDk. SR=bienvenu@netscape.com, r=dmose@netscape.com, patch=leif@netscape.com. 2001-09-17 23:35:03 +00:00
jaggernaut%netscape.com efc8c209fb Bug 73353: move gfx from module layout to module gfx and fix up REQUIRES lines. r=cls 2001-09-14 05:37:29 +00:00
bienvenu%netscape.com 434c27d44d fix crash exiting browser with turbo enabled if you've opened an address book r=naving sr=sspitzer 99510 2001-09-14 04:44:10 +00:00
darin%netscape.com c95cf54bdc checking bbaetz's patch for bug 89500 "SOCKS: only http|https re-directted in (post Mozilla 0.9.2)"
patch=bbaetz, r=dougt, sr=darin
2001-09-13 02:21:05 +00:00
alecf%netscape.com cd3da58a2e Update mailnews REQUIRES and MODULEs for bug 98371, r=cls 2001-09-12 20:30:32 +00:00
jaggernaut%netscape.com e055a4a2a4 Clean up REQUIRES lines, put content in its own module instead of in layout's, r=cls. 2001-09-12 12:48:23 +00:00
blakeross%telocity.com 663e1368d9 Committing a file I forgot yesterday in an r/sr/a'd checkin (caused an xml error when opening the addressbook sidebar panel). 2001-09-12 00:59:54 +00:00
mscott%netscape.com 2a1c74e5ee Bug #88315 --> fix the default selection for the auto complete widget
to make it match 4.x
r=ducarroz
sr=hewitt
2001-09-11 00:39:15 +00:00
blakeross%telocity.com b441b59c43 Updating the license that I intended for this file. r/sr=ben 2001-09-10 22:05:17 +00:00
blakeross%telocity.com 73e935c4ed App hangs sometimes when scrolling addressbook panel (99121). r=varada,hwaara sr=sspitzer 2001-09-10 20:47:24 +00:00
alecf%netscape.com b117322489 add REQUIRES support to mailnews b=98371 r=cls 2001-09-10 20:42:53 +00:00
jaggernaut%netscape.com a0b891b40a Bug 73353: clean up REQUIRES. r=cls 2001-09-09 13:36:07 +00:00
jaggernaut%netscape.com 83798daa05 Bug 97571: Any <label> in <groupbox> becomes <caption> per XUL 1.0. r=ben, sr=hyatt 2001-09-07 14:23:21 +00:00
rjesup%wgate.com ee2b7e971b Bug 96710: (try 2). Right() takes number-of-chars-to-return, not position.
r=jag, sr=jst
2001-09-07 03:44:33 +00:00
rjesup%wgate.com 083d490fea Bug 96710: Misuse of string.Mid() - uses should be string.Right().
r=kin, sr=jst
2001-09-06 19:38:20 +00:00
bienvenu%netscape.com 18359108a6 fix alignment of text following text boxes rs=sspitzer 97697 2001-09-05 18:31:36 +00:00
dmose%netscape.com df7ab3a7c0 Bug 92135: shows source of autocomplete items in the mail compose window using icons in the dropdown (default match, local addressbook, remote addressbook). Allows (via hidden pref; off by default) for more sophisticated info about each address -- specific addrbook name, or random ldap attribute, like department). Also fixes minor LDAP autocomplete i18n regression introduced post 0.9.3 and found while testing. r=sspitzer; sr=hewitt; a=asa 2001-09-04 05:25:08 +00:00
hewitt%netscape.com a8bf92f2b8 97487 - breaking up the mail css files, r=mscott, sr=sspitzer, a=asa 2001-08-31 23:31:29 +00:00
hewitt%netscape.com ed03239baa 97487 - splitting up mail css files, r=mscott, sr=sspitzer, a=asa 2001-08-31 22:20:37 +00:00
hewitt%netscape.com 5f9faa9024 83222 - offline:Mac - GUI - offline indicator hidden in message window, r=ben, sr=hyatt, a=dbaron 2001-08-31 00:12:56 +00:00
chuang%netscape.com 50949a6c53 Bug96053 Executing a Query may not return an end-of-query,
fixed by john.marmion@ireland.sun.com., r=chuang, sr=mscott, a=asa
2001-08-24 19:34:50 +00:00
srilatha%netscape.com 8ff08b351c Fix for bug #95047. Removing dependency on csid.h
r=dbaron, sr=sspitzer
2001-08-22 00:50:30 +00:00
srilatha%netscape.com f3488d9344 Fix for bug #87896. Hitting backspace creates bogus enty in the autompletion dropdown box. r=ducarroz, sr=mscott 2001-08-22 00:41:20 +00:00
dmose%netscape.com 9dcab2f14d LDAP addressbook code cleanup changes from John Marmion <john.marmion@ireland.sun.com> for bug 17879 review. r=dmose@netscape.com; sr=mscott@netscape.com 2001-08-21 02:35:19 +00:00
dmose%netscape.com e1e99d0973 Build ordering issues busted the clobber builds; forward declaring an interface and moving a #include around to fix. 2001-08-18 00:04:54 +00:00
dmose%netscape.com c3606bb2ef Fix RFC 822 quoting for LDAP autocompleted display names (bug 89198). Fix works by creating a new "formatter" interface and implementing an addressbook-specific version of it which uses the mailnews quoting code to fix it up. Also provides infrastructure for setting the LDAP autocomplete dropdown comment field, and fixes some error-handling issues in the compose window code for setting up LDAP autocompletion. r=leif@netscape.com (backend changes), srilatha@netscape.com (compose window changes); sr=bienvenu@netscape.com' 2001-08-17 22:32:35 +00:00
dmose%netscape.com 8bb1453922 Fix RFC 822 quoting for LDAP autocompleted display names (bug 89198). Fix works by creating a new "formatter" interface and implementing an addressbook-specific version of it which uses the mailnews quoting code to fix it up. Also provides infrastructure for setting the LDAP autocomplete dropdown comment field, and fixes some error-handling issues in the compose window code for setting up LDAP autocompletion. r=leif@netscape.com (backend changes), srilatha@netscape.com (compose window changes); sr=bienvenu@netscape.com 2001-08-17 22:32:28 +00:00
sfraser%netscape.com 3e6475c529 Project cleanup, rs=scc. Fix one or more of access paths, linking with the correct startup library, and unnecessary linkage. 2001-08-17 01:16:19 +00:00
cls%seawood.org 8405a1984e Use NS_PTR_TO_INT32 macros to do 64-bit safe pointer conversions.
Bug #20860 r=Roland.Mainz@informatik.med.uni-giessen.de sr=brendan@mozilla.org
2001-08-14 07:59:59 +00:00
blakeross%telocity.com 632b0e8e60 Implement an addressbook sidebar panel (30454). r=ben sr=sspitzer 2001-08-12 01:49:08 +00:00
dmose%netscape.com e63f999cd7 Allow Outlook (MAPI) and Outlook Express (WAB) addressbooks to be accessed from Mozilla (bug 83103). Patch from Cyrille.Moureaux@ireland.sun.com and John.Marmion@ireland.sun.com. r=chuang@netscape.com; sr=mscott@netscape.com 2001-08-10 20:31:41 +00:00
blakeross%telocity.com 96c56b1e54 backing out two changes that weren't supposed to happen. 2001-08-10 04:22:52 +00:00
blakeross%telocity.com ace7022c2c Addressbook window: Print Plus is last item in file menu (94658, bugscape bug 5880). r=kerz sr=ben 2001-08-10 04:18:38 +00:00
andreas.otte%primus-online.de c6853783af bug 40670 [URL: resolution of protocol:/path] checking in the groundwork to have an easy fix if we ever decide to support these kind of deprecated relative urls. For that a new attribute URIType is added to nsIProtocolHandler and its implementations to store some protocol/scheme dependend information to have enough information to allow correct parsing. r=darin@netscape.com sr=rpotts@netscape.com 2001-08-07 20:42:57 +00:00
hyatt%netscape.com 079c95cba2 Fix for 71106. r=jag, sr=jst 2001-08-06 21:49:35 +00:00
mkaply%us.ibm.com 7ee64524d3 OS/2 bustage - PR_CALLBACK 2001-08-05 13:46:27 +00:00
mkaply%us.ibm.com 089a55b325 OS/2 build bustage - PR_CALLBACK 2001-08-05 01:22:20 +00:00
dmose%netscape.com d22f5bf6ad 2nd try at appeasing GCC 2.7.2 and thus fix Solaris build bustage, this time using .get() 2001-08-04 21:13:03 +00:00
dmose%netscape.com e03effc7aa Atempt to appease GCC 2.7.2 and thus fix Solaris build bustage with some static casts. 2001-08-04 20:23:19 +00:00
dmose%netscape.com 2b5e831236 Land LDAP/MAPI addrbook changes (bug 78933). Patch by paul.sandoz@ireland.sun.com, martin.maher@ireland.sun.com, john.marmion@ireland.sun.com et al. r=chuang@netscape.com,dmose@netscape.com; sr=mscott@netscape.com 2001-08-04 19:31:13 +00:00
chuang%netscape.com 511a13bbdf Bug 91594 Consistent crash for me when trying to add address card, r=ducarroz, sr=mscott 2001-08-02 21:42:59 +00:00
srilatha%netscape.com bd468c0dde Fix for bug 86442. Made some changes such that the right directory will be selected when
a directory is edited/deleted.
r=mohanb, sr=sspitzer
2001-08-02 00:58:48 +00:00
jaggernaut%netscape.com c14d9c09a1 Bug 86734: Remove NS_WITH_SERVICE. r=dbaron, rs=scc, a=asa 2001-07-25 07:54:28 +00:00
timeless%mac.com a4014435ae fix Bugzilla Bug 90741 Whack the rest of the <box> tags in the trunk [mailnews]
by andersma@luther.edu r=hwaara sr=sspitzer
2001-07-24 20:31:03 +00:00
jaggernaut%netscape.com 4d73a251ab Bug 73353: clean up the REQUIRES lines in Makefiles. 2001-07-23 22:36:12 +00:00
mitesh%netscape.com e3b864fe9d Bug 83585 - Modified for use by new feature to import comm 4.x ab
r=chuang and sr=sspitzer
checking in for rdayal@netscape.com
2001-07-19 00:53:40 +00:00
dbaron%fas.harvard.edu bf82abfd11 Header include dependency cleanup. b=64023 r=jag rs=brendan 2001-07-16 02:40:48 +00:00
sspitzer%netscape.com 083c2e61b3 fix the mailing list dialog UI regression. #90068
rs=bienvenu
2001-07-10 02:06:01 +00:00
sspitzer%netscape.com 1feff72674 fix for #90068. regressions caused by the untested fix for #70857
r=hwaara
2001-07-10 01:56:17 +00:00
timeless%mac.com d85f0a7154 Bugzilla Bug 70857 [XUL Syntax] Replace <boxDerivedTag align="horizontal|vertical"> with
<boxDerivedTag orient="horizontal|vertical">
patch by andersma@luther.edu r=timeless sr=blake
2001-07-09 18:41:07 +00:00
sspitzer%netscape.com 92fdbfb5ca fix for #74799. right clicking twice should not act like double clicking.
according to joki, the correct fix is to drop the right click events in our onclick handler.
r=cavin,racham. sr=mscott
2001-07-03 05:20:57 +00:00
jaggernaut%netscape.com 03ab87e4a1 Bug 88413: Remove |GetUnicode()| from nsString (and replace it with |get()|). r=dbaron, rs=scc.
This removes all call-sites I can currently fix. Tomorrow I'll try to get someone to checkin my changes to security/ and I'll get some help with the Netscape side of things.

nsString::GetUnicode()'s final death-blow will be dealt soon. Please keep this in mind as you add new code :-)
2001-06-30 11:02:25 +00:00
srilatha%netscape.com 7e17c00bd5 Fix fro bug # 86966. Changed savePrefFile adn added try catch for ldpa stuff.
r=ducarroz, sr=alecf.
2001-06-25 23:22:12 +00:00
srilatha%netscape.com d7254719a6 Fix for bug 71247. Changed SetUnicharPref to SetCharPref for ldap url preference.
r=dmose, sr=sspitzer, a=blizzard
2001-06-22 06:20:05 +00:00
waterson%netscape.com 0877b1a573 Land STATIC_BUILD_20010612_BRANCH, which supports building mozilla with components statically linked into the executable, as well as 'meta modules' that combine components into uber-DLLs. 2001-06-20 20:21:49 +00:00
cls%seawood.org ccd51296fa Fixing objdir bustage (most of the tinderboxes mind you) 2001-06-20 09:03:16 +00:00
cls%seawood.org 46fd16f707 Remove extraneous backslash 2001-06-20 07:28:17 +00:00
srilatha%netscape.com 478aa85dca Fix for bug 79252. This fixes the migration from 4.x format to mozilla format. r=dmose, sr=sspitzer, a=dbaron 2001-06-20 06:51:37 +00:00
srilatha%netscape.com 590b8249e5 Fix for bug# 79869. Change pref calls to unichar so that the multibyte directory
server properties are saved preoperly.
r=mitesh, sr=sspitzer, a=asa
2001-06-20 04:03:16 +00:00
srilatha%netscape.com de3db96da9 Fix for bug # 80060. Fixed removedirectory() such that the selected directory gets
deleted and also it gets deleted when user clicks on ok
r=bhuvan, sr=sspitzer, a=asa
2001-06-19 06:06:21 +00:00
srilatha%netscape.com 07694ef07a Fix for bug 79933. Added some error messages when user enters invalid data into the
directory server properties dialog
r=mohanb, sr=sspitzer, a=blizzard
2001-06-19 02:34:56 +00:00
cls%seawood.org 80f526179f Replaced NO_SHARED_LIB & NO_STATIC_LIB with BUILD_SHARED_LIBS, BUILD_STATIC_LIBS, FORCE_STATIC_LIB & FORCE_SHARED_LIB. Added FORCE_USE_PIC.
Changes allow us to have a finer control over which parts of the tree are built with PIC.  Part of the static build branch landing.
Bug #46775 r=mcafee a=leaf
2001-06-18 22:10:38 +00:00
srilatha%netscape.com 07e0140deb Fix for bug# 79780. Removed autocompleteskipdirectory from _elementIDs
sr=sspitzer, a=blizzard
2001-06-18 20:42:47 +00:00
scc%mozilla.org 2e8b3e9481 bug #85271: sr=waterson, r={beard, jag, dbaron}, a=asa. Eliminate features of |nsXPIDLC?String| that keep it out of the string hierarchy (i.e., using assigment to rebind ownership, static |Copy| members, and |getter_Shares|), fixing some leaks in the process. 2001-06-17 05:23:38 +00:00
sspitzer%netscape.com cfa11c3242 fix for #83638, addressbook throbber looks bad.
r=hwaara, rs=bienvenu, a=asa
2001-06-15 04:10:15 +00:00
chuang%netscape.com cb393d8516 Bug 79852 Lots of JS warnings doing address book operations,
r/sr=sfrase, sr=mscott, a= asa@mozilla.org
2001-06-13 06:47:08 +00:00
srilatha%netscape.com 3e788efb44 Fix for bug # 79249. Move the ldap preferences stuff to addressing panel in
Mail/news account settings. r=mohanb, sr=sspitzer, a=asa
2001-06-13 00:59:01 +00:00
alecf%netscape.com 3fb26b9f6c fix for bug 71903 (search history broken), bug 82277 (fix string allocation in mIgnorePrefixes), bug 83490 (non-allocating accessor for autocomplete), bug 85364 (switching to nsAutoString)
sr=hewitt
r=ben
a=asa
2001-06-12 23:59:01 +00:00
chuang%netscape.com 36c92bfa44 Bug82991 Copying a large number of addresses between address books causes crash,
r=ducarroz, sr=mscott, a= asa@mozilla.org
2001-06-12 18:55:53 +00:00
srilatha%netscape.com e8d8adb474 Fix for bug # 79780. Removed Checkbox "Use addressbook and do not search in
the directory". r=mohanb,sr=sspitzer,a=asa
2001-06-09 00:34:32 +00:00
srilatha%netscape.com 38ac598122 Fix for bug# 79922. Propagates the name modification from properties dialog to the
LDAP Directory Server dialogs.
r=mohanb, sr=sspitzer, a=dbaron.
2001-06-08 01:32:38 +00:00
srilatha%netscape.com ab253d3aaa Fix for bug# 79934. Removed Login, Password UI from LDAP Server properties dialog.
r=mohanb, sr=spitzer, a=dbaron
2001-06-08 01:16:30 +00:00
dougt%netscape.com 9174af6517 Fixes bug 83401. r=gagan, darin, sr=vidur, a=blizzard. Add port blacklisting to necko 2001-06-06 00:10:09 +00:00
srilatha%netscape.com 4d6fdf1df6 Fix for bug# 79756. Removed Base scope from the Advanced tab in Directory Server Properties dialog.
Also made subtree as default scope. r=mohanb, sr=sspitzer
2001-05-19 05:09:48 +00:00
hewitt%netscape.com 9323de1168 80179 - rename a few <window/> ids to prepare for window icons, r=law, sr=ben 2001-05-18 22:50:35 +00:00
srilatha%netscape.com ba67c23637 Fix for bug# 80781. Removed the offline tab for the Directory server properties dialog
r=mohanb, sr=sspitzer
2001-05-18 22:29:08 +00:00
srilatha%netscape.com 6cb5e6eaa1 Fix for bug 79941. Changed the title from "New Directory" to "Directory Server Properties".
r=mohanb, sr=sspitzer
2001-05-18 22:26:16 +00:00
andreww%netscape.com 66954a93b8 bugzilla 73982 r=pinkerton sr=hewitt. Adding xbl-based image pre-caching of toolbar buttons. 2001-05-18 01:21:47 +00:00
eddyk%netscape.com b8e380d020 bug 70623: Mail/news Account settings need to honor locked prefs
r=racham, sr=alecf
2001-05-17 05:06:01 +00:00
chuang%netscape.com e763e2b59c bug80876 Drag and Drop doesn't work in the address book,r=naving,sr=sspitzer 2001-05-17 03:28:44 +00:00
srilatha%netscape.com f2e9708389 Modified the Addressing pref panel to fit in the pref window. bug# 80304.
r=mohanb, sr=sspitzer
2001-05-17 00:43:32 +00:00
stephend%netscape.com 482cb841b5 Bug 80444, putting tooltips on the throbber across the app. r=cmanske/blakeross/suresh sr=sspitzer 2001-05-17 00:42:27 +00:00
blakeross%telocity.com da8aaed063 Component bar in statusbar is flat and messed up in win classic (80434). r=kerz sr=ben 2001-05-14 03:58:24 +00:00
srilatha%netscape.com 59ec84b268 Subtree radiobutton doesn't hold bug# 79575
r/sr = spitzer
2001-05-11 00:21:05 +00:00
andreww%netscape.com b7168aaa68 bugzilla 43797 abolish the taskbar. sr=hewitt [s]r=hyatt 2001-05-09 04:38:34 +00:00
srilatha%netscape.com 228e3f6801 crash on saving directory server preferences. bug# 79488
r=chuang, sr=spitzer
2001-05-09 03:42:47 +00:00
dbaron%fas.harvard.edu 1326c82680 Fix MOZ_TRACK_MODULE_DEPS (senna tinderbox) bustage by adding new header file dependencies from XPCDOM landing to REQUIRES. 2001-05-08 19:19:03 +00:00
jst%netscape.com 621060c4fd Landing the XPCDOM_20010329_BRANCH branch, changes mostly done by jband@netscape.com and jst@netscape.com, also some changes done by shaver@mozilla.org, peterv@netscape.com and markh@activestate.com. r= and sr= by vidur@netscape.com, jband@netscape.com, jst@netscpae.com, danm@netscape.com, hyatt@netscape.com, shaver@mozilla.org, dbradley@netscape.com, rpotts@netscape.com. 2001-05-08 17:42:36 +00:00
kandrot%netscape.com d5bd552195 Check in for Ron Guilmette. r=shaver, sr=waterson. For intl r=nhotta. Changes for NS_IMPL_NSGETMODULE. bug #46775. 2001-05-05 05:33:37 +00:00
chuang%netscape.com 2810a7911a Bug78410 Unable to send to mailing lists. r=suresh+ducarroz, sr=sspitzer 2001-05-04 04:14:34 +00:00
srilatha%netscape.com 120f2ca856 LDAP UI implementation.
Bug# 31881. r=chuang, bhuvan.
sr=sspitzer
2001-05-03 21:24:48 +00:00
scc%mozilla.org e40df0d961 bug #75504; sr=jband. simple fixes correcting where people inappropriately applied |getter_AddRefs| 2001-05-03 10:09:59 +00:00
bienvenu%netscape.com 74b2652202 remove unneeded assert introduced yesterday - it's ok not to have listeners sr=sspitzer 2001-05-01 14:54:45 +00:00
chuang%netscape.com dd359fad09 Bug64937 Display number of entries in an address book, R=ducarroz, sr=sspitzer 2001-05-01 03:22:12 +00:00
hewitt%netscape.com 29b4473e34 43189 - autocomplete, r=matt, sr=alecf 2001-04-30 18:37:04 +00:00
blakeross%telocity.com aaa8c83887 Adding context menu to sidebar panel headers to silence whiny c|net reporter, only change panels on left-click, optimizing nsMenuFrame::OnCreate by reducing number of necessary nsAutoString ctor's (60071). r=kerz sr=ben 2001-04-29 02:52:16 +00:00
cls%seawood.org 25c6dc1c7e Set EXPORT_LIBRARY=1 in all pertinent Makefile.ins. Allows us to build the final link list as we traverse the tree. Bug #46775 2001-04-28 19:48:12 +00:00
bnesse%netscape.com 19dccef1bc Prefs API refactoring. Bug #46863. r=valeski, sr=alecf. 2001-04-26 18:41:11 +00:00
bryner%uiuc.edu cbc8cea88c Backing out bnesse's fix for bug 46863 due to numerous types of runtime bustage on linux and windows. a=brendan. 2001-04-20 06:45:56 +00:00
bnesse%netscape.com 6a048b1a8f Landing PrefAPI refactoring bug 46863. r=valeski, sr=alecf, a=blizzard. 2001-04-19 22:21:39 +00:00
maolson%earthlink.net 7915e17171 bug 70810 [XUL Syntax] Change tab syntax - another of the XUL 1.0 changes
r=ben, sr=hyatt
2001-04-18 06:59:04 +00:00
chuang%netscape.com 6748c58c47 Bug4640 Login fails to AB Sync without asking me for a password, r=racham, sr=sspitzer 2001-04-17 03:28:49 +00:00
dbaron%fas.harvard.edu 01fc2abd17 Fix form controls and Windows/Unix classic skin to use new system colors -moz-FieldText, -moz-Dialog, and -moz-DialogText where appropriate to allow accurate representation of system colors on GTK.
Fix various CSS errors in themes.
b=67448  r=hewitt@netscape.com  sr=blizzard@mozilla.org
2001-04-17 02:54:21 +00:00
hwaara%chello.se d08c78b365 Implement date&time support in reply-headers, like:
"On <date & time>, <author> wrote:"
For now, this is optional (set mailnews.reply_header_type to '2' in prefs.js), we will default to only show "<author> wrote:", as usual.  This is due to some l10n issues which are part of bug 75377. The date&time format is hard-coded to be en-US if set, again, bug 75377.
bug 23615. r=disttsc@bart.nl, sr=sspitzer@netscape.com

Fix a bunch of leaks (15 of them) in addressbook, addressbook-sync and import-mail code. None of the callers to GetUserProfileDirectory() deallocated their nsFileSpec.
bug 75332. r=chuang@netscape.com, sr=bienvenu@netscape.com
2001-04-16 20:40:07 +00:00
chuang%netscape.com 48fd2778c0 Bug 69480 Address Book re-factoring landing 2001-04-12 17:35:30 +00:00
chuang%netscape.com 1245aeccbf Bug 69480 Abbress Book re-factoring landing 2001-04-12 17:31:51 +00:00
eddyk%netscape.com e00bb3c12b Bug 70625: complex locked pref FE disabling
r=blake, sr=ben
2001-04-12 02:42:08 +00:00
shaver%mozilla.org e2dc3d6d88 75152: Remove GetVersionNumber stub in favour of upcoming, less-invasive
preloader strategy. r=jag, sr=attinasi.
2001-04-11 14:23:13 +00:00
darin%netscape.com 41efbc6217 Necko API changes, bug 74221. r=valeski, sr=rpotts. 2001-04-10 06:01:08 +00:00
danm%netscape.com 195816bd8f fix goofed recent change from use of commondialogs to promptservice. bug 75244 r=hyatt,ianh 2001-04-09 20:38:20 +00:00
danm%netscape.com 9751b284ab commondialog service is being replaced by promptservice. bug 72112 continues 2001-04-09 02:08:05 +00:00
disttsc%bart.nl 748e1ece2f Clean up MODULE/REQUIRES, bug=73353, r=cls 2001-04-08 08:33:11 +00:00
blakeross%telocity.com 6573419a09 Use more efficient command structure, refactor commands, broadcasters and keys, remove unused attributes, do some other optimization (72923). Landing navigator part only; this should help new window opening and some other areas. r=ben sr=hyatt 2001-04-05 19:53:13 +00:00
dprice%netscape.com 3e31ab9946 65845 - new order files 2001-04-05 06:02:32 +00:00
rickg%netscape.com c1ce80ae83 preloader update. r=peterl, sr=attinasi 2001-04-03 22:58:59 +00:00
disttsc%bart.nl 96f5f6cf31 Add "gfx2" and "imglib2" to REQUIRES lines in Makefile.in for MOZ_TRACK_MODULE_DEPS builds (e.g. senna) 2001-03-30 10:39:06 +00:00
chuang%netscape.com 57173536e4 Not part of build, new files for re-factoring addrbook 2001-03-28 07:54:42 +00:00
chuang%netscape.com 2f5b81de3e Not part of build, new files for re-factoring addrbook 2001-03-28 07:40:07 +00:00
disttsc%bart.nl 6e48266508 Clean up REQUIRES lines. r=cls 2001-03-25 22:59:27 +00:00
timeless%mac.com c112b6521e fix Bugzilla Bug 65428 language="javascript" should be type="application/x-javascript" mailnews
r=fabian, a=ben
2001-03-23 23:44:31 +00:00
blakeross%telocity.com 799cf493b7 More of the same -- Fix 73033, crash on opening addressbook. 2001-03-23 01:45:52 +00:00
sspitzer%netscape.com 8ebef7aa8b fix for #72932. we used to rely on the msg view navigation service to
flush the pending notifications on the document.  the msg view navigation
service is gone.  so I've added the functionality to the nsIAddrBookSession
(which is a service) so that everything works like it used to.

sr=mscott
2001-03-22 04:02:18 +00:00
sspitzer%netscape.com 217c62c4bd the interface changed, but the js never did. this caused and error
which prevented us from closing the window.  sr=mscott
2001-03-22 01:55:30 +00:00
sspitzer%netscape.com 750622b038 the message navigation service has gone away. we need a new way of doing
this.  for now, comment out the old code to prevent the js error.
sr=mscott
2001-03-22 01:31:42 +00:00
blakeross%telocity.com eaa6754a0a Fixing 70746: major xul syntax changes. If you use xul, this WILL affect you! Read n.p.m.xpfe for details on the changes and how you can fix your code. r=hewitt sr=hyatt, ben 2001-03-22 00:59:29 +00:00
maolson%earthlink.net cf7a9d0f56 fix bug 70747 [XUL Syntax] Replace <textfield> with <textbox>
r=blake, a=ben
2001-03-22 00:15:47 +00:00
timeless%mac.com d44332bdf7 fix Bug 70989 Clean up lots of "shadows" and other common warnings
r=peterv, jst, ducarroz, edburns. sr=jst, shaver
2001-03-21 05:32:22 +00:00
disttsc%bart.nl 0b98c23d64 Move nsCString from |operator char*()| to |get()| and |NS_CONST_CAST| where needed. bug=53057, r=dmose, sr=shaver 2001-03-20 05:37:56 +00:00
mscott%netscape.com 5f8e59593c Land the Mailnews Performance Branch.
Includes front end re-write to use the outliner widget for the thread pane.

Improvements in scrolling, folder loading, message display, replyto time, sorting, selecting, deleting, the list goes
on and on.

enjoy =).
2001-03-17 01:59:34 +00:00
hewitt%netscape.com 7b08396164 65745 - themes cleanup, r=dveditz/cmanske/chuang/blake/andreww, sr=hyatt, a=leaf 2001-03-16 02:56:38 +00:00
dprice%netscape.com 1b42d68e45 71057 sr=waterson new order files. NOT PART OF THE REGULAR BUILD 2001-03-13 10:47:37 +00:00
valeski%netscape.com 57006ba345 sr=rpotts, r=gagan. 70743. switching over to new extensible URI::SchemeIs() api. and changing existing implementations over to new api 2001-03-13 01:59:19 +00:00
stephend%netscape.com 95e082c3f6 Checking in fix for bug 70496. Patch by Keyser Sosez (ksosez@softhome.net r=boris, sr=seth 2001-03-07 02:40:24 +00:00
chuang%netscape.com 6a23cc992c Bug65870 "Notes" data field does not display after migrating, r=ducarroz, sr=mscott 2001-03-06 21:04:55 +00:00
timeless%mac.com 85fd527214 fix bug 63114 Text box too small in address book preference
fix by walk84@usa.net r=timeless, a=ben
2001-03-05 00:51:49 +00:00
disttsc%bart.nl 043186b34e Preparation of removing nsCString::GetBuffer. Landing everything but the actual commenting out of nsCString::GetBuffer. bug=64016, r=timeless, sr=scc 2001-03-02 09:26:57 +00:00
dprice%netscape.com 5184a7104b # 65845 sr=waterson, new order files will greatly reduce the number of link warnings. 2001-02-27 04:38:19 +00:00
blakeross%telocity.com a8fa2dbb3e Using xul <stringbundle/> in mailnews instead of including strres.js everywhere. Patch by Mark Olson (maolson@earthlink.net). r=jag sr=bienvenu 2001-02-22 23:32:13 +00:00
disttsc%bart.nl 744785129a Mass REQUIRES update to synch up with string lib and xul changes in an attempt to fix senna bustage. r=jst, sr=cls 2001-02-22 09:35:51 +00:00
timeless%mac.com af83fe0e73 fix bug 69394 address book field names should be less U.S.-centric, even in U.S. version
fix by stephend@netscape.com r=chuang sr=sspitzer
2001-02-22 06:39:29 +00:00
waterson%netscape.com 2cd62f503b Bug 43121. Move XUL content model code from RDF DLL to content DLL. r=jst,hyatt; sr=brendan. 2001-02-22 03:01:34 +00:00
chuang%netscape.com 86f32ea8b4 bug57021 Mailing list msg displays multiple copies of addressees. r=ducarroz, sr=bienvenu 2001-02-14 21:08:41 +00:00
dprice%netscape.com fc5a7ddbf1 65845 first cut of the order files 2001-02-13 02:48:02 +00:00
ducarroz%netscape.com f7c1140d84 Fix for bug 37697. Add support of preferFormat and html and plaintext domains list. R=chuang, SR=mscott,bienvenu 2001-02-02 23:39:43 +00:00
blakeross%telocity.com eee666df98 Disabling autostretch where necessary (42406). r=gemal a=ben 2001-02-01 22:11:05 +00:00
gagan%netscape.com cded3e2f30 Optimization for scheme comparison of URIs. See bug 66577 for details. r=darin, sr=brendan@mozilla.org 2001-01-31 01:33:03 +00:00
disttsc%bart.nl fa3d4c9ca0 Fix warnings 'n stuff. bug=60627, patch=mao, r=jag, sr=sspitzer 2001-01-30 05:20:08 +00:00
timeless%mac.com 7f2f53c1b6 fix for bug 61805 javascript strict warnings in abAddressBookNameDialog.js
patch by maolson@earthlink.net r=timeless, a=alecf
2001-01-26 03:39:38 +00:00
jgmyers%netscape.com 764d34785d clean out refs to FALSE: bug 63834 r=bryner sr=brendan 2001-01-26 01:59:16 +00:00
chuang%netscape.com fc911fac0b Bug42038 UI: AB - "Card for" dialog wording. "Prefers to receive rich text (HTML) mail", r=sspitzer, sr=mscott 2001-01-25 20:19:38 +00:00
timeless%mac.com 54b56ac899 fix for bug 60629 javascript strict warnings in abCardOverlay.js
patch by maolson@earthlink.net r=timeless a=alecf
2001-01-25 06:51:19 +00:00
chuang%netscape.com 602570a187 Bug60107 Preference for limiting number of Collected Addresses not working, r=ducarroz, sr=bienvenu 2001-01-23 04:11:41 +00:00
chuang%netscape.com 6cac2a24fc Bug33543 Addresses from reading a newsgroup posting shouldn't be added to collected addresses, r=sspitzer, sr=bienvenu 2001-01-18 05:47:38 +00:00
blakeross%telocity.com c7bf37cd1d took spelling lessons, fixing. 2001-01-11 22:44:54 +00:00
blakeross%telocity.com 35bd54234a fix problem in last checkin. 2001-01-11 21:29:15 +00:00
blakeross%telocity.com 0bae2ed72e Fix 60627: JS strict warnings in abCommon.js. patch by Mark Olson (maolson@earthlink.net). r=jag sr=mscott 2001-01-11 21:05:53 +00:00
jgmyers%netscape.com 401ef38033 back out cleanup fix 2001-01-10 07:42:59 +00:00
jgmyers%netscape.com 8ff15f0e3a attempt to fix mac build 2001-01-10 06:54:40 +00:00
jgmyers%netscape.com 93254a9c97 cleanup, fix TRUE/FALSE refs: bug 63834 r=bryner sr=brendan@mozilla.org 2001-01-10 06:12:15 +00:00
chuang%netscape.com 52c68811f6 bug 50241 Uncaught exception in abcommon.js, r=sspitzer,sr=mscott & bienvenu 2001-01-10 04:30:45 +00:00
chuang%netscape.com f113dc7b01 Bug52084 Leaking all address book databases., sr=mscott 2001-01-09 19:27:32 +00:00
ducarroz%netscape.com 963e853be4 Fix windows bustage and one warning. 2001-01-08 21:40:53 +00:00
ducarroz%netscape.com b4063c23db Fix for bug 42458. email autocomplete lookup algorithm now check first name and last name too. R=varada, SR=mscott 2001-01-08 20:01:14 +00:00
bryner%uiuc.edu 433f20e3da Removing unused Makefile.in's (files in these directories are now exported via jar.mn). Bug 55778. r=ben, cls. Not part of build. 2001-01-05 23:51:45 +00:00
jgmyers%netscape.com 6867dc5e6a Remove dead code. Bug 63834 r=bryner sr=scc 2000-12-29 15:40:49 +00:00
danm%netscape.com e6c4322445 adding persistence of min/max state. arguably bug 32148 r=bienvenu,sspitzer. yes, i actually got this patch reviewed by two real people. 2000-12-27 22:41:46 +00:00
blakeross%telocity.com b768aa40c2 Fix 30878: right clicking on buttons should not trigger button action, and pressing spacebar needs to trigger all buttons. more to come. r=sspitzer sr=alecf 2000-12-19 08:25:23 +00:00
racham%netscape.com 404e4ee5a3 Fixing bugs 60634, 60635. Fixing javascript warnings for undeclared and badly scoped variables. r=racham, sr=bienvenu,mscott 2000-12-19 00:08:30 +00:00
bryner%uiuc.edu db51fc636e Bug 55778 -- Don't descend into resources directories that don't have a jar.mn file. This is the Unix portion of the cleanup. r=dprice, sr=cls. 2000-12-15 07:32:25 +00:00
chuang%netscape.com a633851a0b bug34051 use nsIFilePicker instead of nsIFileSpecWithUI in mailnews, r=sspitzer,sr=mscott 2000-12-11 21:35:13 +00:00
chuang%netscape.com 205e50ecf7 Bug34051 use nsIFilePicker instead of nsIFileSpecWithUI in mailnews, r=sspitzer, sr=mscott 2000-12-11 21:25:26 +00:00
alecf%netscape.com 3fb16d0836 fix for #45797 - remove deprecated NS_IMPL_ISUPPORTS from mail
r=sspitzer
sr=mscott
iho=warren
2000-12-06 22:24:41 +00:00
chuang%netscape.com 57308ba09c Bug57975 Mailing list doesn't show up after created, r=ducarroz, sr=bienvenu 2000-12-06 00:30:26 +00:00
sspitzer%netscape.com 335e924024 fix for #61845. remove all NS_DEFINE_IID and replaces the consts with NS_GET_IID macros.
thanks to rods@netscape.com for the patch.  also, some other NS_DEFINE_IID/CID cleanup.
sr=bienvenu.
2000-12-05 04:30:55 +00:00
cls%seawood.org 8bd122b3d5 Resurrect REQUIRES so that we have some sort of means to track intermodule dependencies. Bug #59454 r=blizzard@mozilla.org 2000-11-20 07:16:06 +00:00
chuang%netscape.com 64f8aa85d5 Bug 50641 [MLK] Leaking PRUnichar in DIR_GetLocalizedStringPref(), sr=bienvenu 2000-11-16 04:39:37 +00:00
bienvenu%netscape.com 587ed9f545 fix for 50663, memory leak in ab directory handling, sr=me, checking in for jarrod.k.gray 2000-11-15 21:46:16 +00:00
dbaron%fas.harvard.edu 0faff5bb11 Remove the last remnants of the misspelled nsTextFormater and remove the misspelled files. r=erik@netscape.com sr=brendan@mozilla.org b=16951 2000-11-08 03:02:17 +00:00
warren%netscape.com 4189314fdb Bug 47207. Backing out logging/PRINTF changes until we can fix stopwatch.h, introduce double parens, etc. 2000-10-28 22:17:53 +00:00
alecf%netscape.com 41958645f3 fix for #13806 r=sfraser, sr=mscott
stop exporting excess symbols from addressbook
2000-10-28 07:01:37 +00:00
warren%netscape.com 6e35f97e31 Bug 47207. Changing printf to PRINTF to use new logging facility. r=valeski,sr=waterson 2000-10-27 22:43:51 +00:00
sspitzer%netscape.com 7baad46d95 fix for #57151. r=bienvenu, sr=mscott. properly migrate the users addressbook
when they are non-ascii.
2000-10-26 03:39:24 +00:00
chuang%netscape.com dfa2a3cb7a Bug 54530 Edit | List. Clicking OK crashes. r=putterman,sr=mscott 2000-10-20 01:55:50 +00:00
naving%netscape.com a172a759bf r =scottip, a = mscott Fix for bug #50886. Fix memory leaks in two places when
GetPrimaryEmail() is called.
2000-10-13 23:13:42 +00:00
naving%netscape.com a1105d3f61 r = scottip a = mscott. Fix for bug# 53348. Meunbar collapses but does not
restore.
2000-10-13 23:12:17 +00:00
naving%netscape.com 597787a84b r =scottip a =mscott Fix bug #38600. Persist the sort column, key and
direction for the treeitems.
2000-10-13 23:11:02 +00:00
naving%netscape.com 22bdc7569d r = scottip a=mscott Fix bug #38600. Call the xulSortService when none of the
cards in the address book is selected. This is needed whenever AB is launched.
2000-10-13 23:09:42 +00:00
disttsc%bart.nl 2a4ca49233 Change addressbook Edit > Edit Card... to Edit > Card Properties... and give it the ctrl+i accelerator.
bug=49782, r=putterman, a=waterson
2000-10-12 01:39:46 +00:00
chuang%netscape.com 3270b1787a bug50584 Lists in Personal Address Book not migrating as lists, r=bienvenu+putterman, sr=alecf 2000-10-10 21:38:26 +00:00
hewitt%netscape.com 788f3bbfb9 on behalf of jglick, #54522 - mnemonics stuff, r=mcarlson, sr=mscott 2000-10-07 08:35:03 +00:00
putterman%netscape.com 98e1d77158 Fix for 54545. r=chuang, sr=mscott. Collected address book can now be turned off through prefs. 2000-10-05 03:52:38 +00:00
chuang%netscape.com ddc7a6d3b5 bug52368 Deleted entries in PAB shows up in mailing list. r=putterman,sr=alecf 2000-10-04 20:36:46 +00:00
hewitt%netscape.com f1091fff73 #46519 - s/align/orient on tabcontrol, corrects classic look, r=hangas, a=ben 2000-09-22 05:14:11 +00:00
hyatt%netscape.com 957c151659 48758. r=ben,saari, a=waterson 2000-09-22 05:02:20 +00:00
chuang%netscape.com ba229d817b Bug50584 Lists in Personal Address Book not migrating as lists, r=putterman,a=mscott 2000-09-22 03:59:13 +00:00
warren%netscape.com 075350b1c8 Landing jar packaging from jar_restructuring_branch. r=hyatt,dprice,sfraser,dveditz,vishy,sgehani 2000-09-20 19:35:24 +00:00
hewitt%netscape.com 4f54e7a396 #53084 - put twisties back on address book, r=hangas, a=ben 2000-09-19 22:55:42 +00:00
m_kato%ga2.so-net.ne.jp f98a9a46af fix bug 44705 r=chuang - It uses utf-8 for the url of addressbook, fixes bad cast issue, and cleans up some codes. 2000-09-16 16:13:34 +00:00
hewitt%netscape.com 0d85ee5eb8 #46613 - address book polish, r=ben, 2nd half of checkin started before close. a=mscott 2000-09-15 09:19:24 +00:00
warren%netscape.com 13c152846a Bug 52701 - bringing MOZ_DISABLE_JAR_PACKAGING back to life. 2000-09-15 08:08:11 +00:00
chuang%netscape.com 4c09da75f8 Bug52368 Deleted entries in PAB shows up in mailing list. r=ducarroz 2000-09-15 06:50:06 +00:00
jst%netscape.com 87fb181ba8 Fixing nsbeta3+ bug 48161. Fixing getAttribute() on a XUL element to conform to the DOM Level 2 spec. This requires some changes in XUL files where various attributes incorrectly have a 'rdf:' prefix. r=waterson@netscape.com & scottip@netscape.com 2000-09-14 05:36:52 +00:00
vishy%netscape.com 59637c069b Jar packaging fixup - changes by warren. Looked at by dveditz and ssu.
r=vishy. verified this solution works for mozilla, commercial and shrimp.
dont have bug number handy but this should be world++. basically from
now on, jar.mn rules will both create the jar and publish the flat files
to dist. the flat files are needed so that installers can compose the
files into a new naming system or delete some or whatever.
2000-09-14 04:45:15 +00:00
rayw%netscape.com 6cc70ebd6c Bug 37275, Changing value of all progids, and changing everywhere a progid
is mentioned to mention a contractid, including in identifiers.

r=warren
2000-09-13 23:57:52 +00:00
jdunn%netscape.com 3ebb4117a1 Fix warning which requires a return value from functions
r= brendan@mozilla.org scc@mozilla.org
#= 52254
2000-09-13 11:29:18 +00:00
scc%mozilla.org 7ae7ffd319 if you want a pointer to the characters, you're going to have to |.get()| it 2000-09-13 07:11:08 +00:00
dimator%netscape.com 768a93fd39 Changing default collect address book maximum from 200 to 700 cards. r=putterman 2000-09-12 01:53:20 +00:00
dimator%netscape.com 8c32d42fd9 Oops, commenting out some debug stuff from my last checkin. 2000-09-08 23:41:53 +00:00
dimator%netscape.com b4f2e0fccf Adding aging to collected address book. bug 46343. r=mscott 2000-09-08 22:56:08 +00:00
ben%netscape.com 793535398b 46613, classic skin polish and other fixes for message compose window 2000-09-03 05:39:33 +00:00
dianesun%netscape.com 06e81f34a0 Fix for bugs 38092 & 37931. R/A: ducarroz, QA: laurel. 2000-09-02 01:11:49 +00:00
srilatha%netscape.com bb74bd43c8 Fix for bug# 49402. r=mscott. a=mscott
centering dialogs generated by window.open
2000-09-01 03:49:02 +00:00
putterman%netscape.com afdf22f38d Fix for 50314. Clean up address book menus. r=bienvenu. 2000-09-01 03:25:36 +00:00
vidur%netscape.com 4a41eee18d Fix for bug 46861. nsIDOMWindow is now split into two interfaces: a public interface (still called nsIDOMWindow) for embedders and an internal interface (nsIDOMWindowInternal) for internal use. The union of the two interfaces is still visible from JavaScript. r=jst@netscape.com 2000-09-01 01:54:35 +00:00
sfraser%netscape.com 140ddade7e Make dialogs have titlebars (fallout from bug 41741, fixes bugs 50388, 50389, 50738, 50739, 50747). Simple addition of "titlebar" to chrome flags. 2000-09-01 00:48:04 +00:00
chuang%netscape.com ec534e0dd9 bug 45870 Migrating profile 4.7 to 6.0, not all entries were imported, r=putterman 2000-08-30 21:41:16 +00:00
chuang%netscape.com 22dd98d3f7 Bug 50351 [MLK] Leaking UNICODE string in nsAddrDatabase::GetRowForEmailAddress(), r=putterman 2000-08-30 21:39:43 +00:00
chuang%netscape.com 338d1547ee Bug 50274 [MLK] Leaking nsFileSpec objects, r= putterman 2000-08-30 21:37:43 +00:00
nhotta%netscape.com 966f9567c0 Changed to pad one more null byte after a collation key, bug 15142, r=putterman. 2000-08-28 22:32:01 +00:00
putterman%netscape.com 0938bbb700 Fixes for 48246, 48985, and 20129. Fixed up enabling and disabling of 3pane menu items.
Added accelerators.  Added busy cursor around sorting, threading and folder loading. r=bienvenu
2000-08-26 20:54:51 +00:00
gayatrib%netscape.com 1bde4cf844 fix for bug 46561, 45177. Prevention of deletion of Personal/Collected Address Books. review = chuang 2000-08-24 00:36:32 +00:00
chuang%netscape.com 13ef2fed04 Bug 44794-A mailing list name must be unique to its Address Book. 47932-Deleted cards in Collected AB doesn't get re-created. r=putterman 2000-08-23 05:16:51 +00:00
ccarlen%netscape.com 466ce01ab9 Converted nsIFileLocator to nsIDirectoryService. r=alecf 2000-08-21 23:43:48 +00:00
dbaron%fas.harvard.edu f14adb1b58 Don't NS_LOG_RELEASE twice. r=chuang (No-op in release builds.) 2000-08-21 23:09:01 +00:00
varada%netscape.com 34361ed20f fix for bugs #47935 and #21831;unable to close addresspicker after selecting cards;r=putterman 2000-08-21 21:35:08 +00:00
scc%mozilla.org 26ac38b3c8 fixing code that relied on implicit string construction 2000-08-20 06:17:15 +00:00
putterman%netscape.com 93b66fcba4 Fix for 15142. Secondary sort by date for thread pane columns. patch by nhotta. r=scottip. 2000-08-19 21:36:05 +00:00
ccarlen%netscape.com 8f81f8e74b Removed some unneeded includes of nsIFileLocator. r=warren 2000-08-19 16:56:58 +00:00
nbhatla%netscape.com f26fc581ad #25561 -> Select Addresses Dialog cleanup, for modern and classic skins. r=hangas 2000-08-19 01:56:35 +00:00
mcafee%netscape.com 86af79d0b4 Moving autocomplete pref from message composition pane to addressing pane to save screen space (40888). r=slamm, a=glick 2000-08-17 01:06:27 +00:00
chuang%netscape.com b6adadb4d1 Bug 44831 Drop down list in New Mailing List window doesn't display the Address Book names. r=putterman 2000-08-16 22:48:56 +00:00
chuang%netscape.com 7ab9cd89e9 Bug 45331, 45332 Remove 3 buttons in mailing list dialog, r=putterman 2000-08-16 22:48:02 +00:00
ducarroz%netscape.com 64654e5fce Fix for bug 41928. Fix wrong menu id. R=putterman 2000-08-14 23:28:18 +00:00
putterman%netscape.com 29f2075ca3 r=bienvenu. Fixes for 16998, 40401, 47946, 47948, 48098, 45272, 45403. Sort by Flag and Unread columns,
Clean up View | Messages menu. Remove folder property menu items.  Remove Newsgroup menu items and branded mail menu item.
Fixed Account tooltip. Make new button work in Select Addresses dialog.
2000-08-13 17:04:46 +00:00
bienvenu%netscape.com 81d38a4ff8 work for 22960 speed up msg display performance by speeding up history ab i18n function use r=putterman 2000-08-11 13:58:17 +00:00
putterman%netscape.com 140aeecb1a Fix for 45072. Make address book columns resizeable. r=mscott. 2000-08-11 06:00:51 +00:00
jelwell%netscape.com 6460890aac Fixing bugscape bug 830, Address Book was calling CallSaveListeners before the abURI was created. r=alecf 2000-08-11 00:29:14 +00:00
ducarroz%netscape.com 7b9d17d491 Fix for bug 43441 & bug 32598. Fix various problems with message compose prefs panel. R=varada 2000-08-10 20:03:54 +00:00
nbhatla%netscape.com d0a92803a1 #46519 -> Mac Classic Skin Fixes. Pulls out in-line style from XUL for #47680. r=andreww 2000-08-09 23:14:02 +00:00
saari%netscape.com 00ad136b80 massive landing of joki changes.
Relevant nsbeta3+ bugs 43309, 44503, 2634, 2504,5981, 24698, 25758, 33577,
36062, 36217, 41191, 41491, 42356, 42829, 43016
r=saari (joki code). also been tested by heikki and bryner
2000-08-08 21:31:05 +00:00
waterson%netscape.com 08bd36fb57 Bug 46053. Add [begin|end]UpdateBatch() to nsIRDFObserver; case-normalize the resot of the nsIRDFObserver methods; update implemetors, users. r=bienvenu,rjc,dmose,slamm 2000-08-08 00:22:36 +00:00
slamm%netscape.com 24a72a77e9 Take 'Mail Folders' or 'Addressbooks' title out of a splitter. It is not needed and messes up the pointer (turns into an arrow for dragging). Allow add a high flex number to the tree. This fixes the persistence for the sidebar height. Bug 26259. r=mcafee 2000-08-03 23:29:25 +00:00
BlakeR1234%aol.com c87463138c Fix bug 47020, add menu checkmarks. r=jag a=putterman 2000-07-31 23:25:41 +00:00
BlakeR1234%aol.com c891f7ebde Fix bug 41809 2000-07-30 19:16:29 +00:00
ben%netscape.com c42a7fa8b4 classic skin work for 46613, a=johng 2000-07-27 07:11:14 +00:00
rhp%netscape.com 3f718b0325 Fix for data loss in AB Sync operation - Bug #: 1495 - r: bienvenu 2000-07-25 20:57:40 +00:00
nbhatla%netscape.com abf50564e5 Bug #43658: AddressBook Skin. r=hangas 2000-07-22 00:45:32 +00:00
andreww%netscape.com 28bf6d8507 Needed for classic/modern skin polish bug #43658 r=prass 2000-07-20 22:01:28 +00:00
warren%netscape.com 42870bddb5 Added nsIRDFDataSource::HasArcIn/HasArcOut. Changed nsXULTemplateBuilder.cpp to use it (ifdef'd for now). Speed up folder loading by about 24%. r=waterson,alecf 2000-07-19 03:58:25 +00:00
chuang%netscape.com 01c26f89ce Fix absync bug 1425 - add record key for migrated address book. r=rhp 2000-07-18 22:31:10 +00:00
varada%netscape.com d0f90195b3 fix for bug#41678 -need printplus in addressbook.xul;r=scottip 2000-07-13 21:46:52 +00:00
alecf%netscape.com 6dfadc82ed fix for #39576 r=chuang
localize the "Card for" string for the address card view
2000-07-11 23:03:48 +00:00
chuang%netscape.com de41e1f912 Bug 33980 'Collected Addresses' being corrupted when saved to prefs.js, r=alecf 2000-07-11 20:18:38 +00:00
cls%seawood.org 062c8bd937 Start tedious process of removing obsolete mozilla/include files from build. This patch should take us down to 19 of 101. Bug #38061 2000-07-10 07:13:31 +00:00
chuang%netscape.com c6c9aee6f6 Bug GetCardForEmailAddress() is case sensitive, r=ducarroz 2000-06-28 20:57:48 +00:00
sspitzer%netscape.com 441063e522 fix addressbook splitter for classic skin. r=german 2000-06-28 19:25:05 +00:00
mkaply%us.ibm.com 5495e9d16d #42637
r=mscott, a=brendan
OS/2 bringup - need casts for VisualAge
2000-06-26 20:39:19 +00:00
dougt%netscape.com e1274cde0a I IDL-ifying the nsProxyObjectManager.
I have updated all users that I found
grepping the source tree.

r=valeski@netscape.com
a=waterson@netscape.com
b=43131

Also checking in changes to the window's embed test which is NOT
hooked up to the build system.
2000-06-24 00:03:10 +00:00
ducarroz%netscape.com cfe6707e08 Fix for bug 41137. Add support for mailing list. R=alecf 2000-06-22 23:47:16 +00:00
chuang%netscape.com cde9246e96 Bug 43134 Dragging scrollbar thumb in the threadPane initiates a drag, fix the address book part. r=putterman 2000-06-22 23:15:08 +00:00
varada%netscape.com 9c2bd0d758 fix for bug #20183;warn before deleting addressbook r=mscott 2000-06-21 23:15:54 +00:00
chuang%netscape.com 5b57dccdb2 Bug 32286 Exception Feature - Edit mailing list in address book, r=putterman 2000-06-21 19:25:45 +00:00
hyatt%netscape.com f05d177250 30511. r=evaughan 2000-06-19 23:20:24 +00:00
hyatt%netscape.com de2fca02b6 30511. r=evaughan 2000-06-19 23:15:37 +00:00