Commit Graph

1196 Commits

Author SHA1 Message Date
timeless%mozdev.org
b599c1507d Bug 205996 Control reaches end of non-void function nsAddrBookSession::GeneratePhoneticNameFromCard
r=dmose sr=dmose
2003-05-23 22:21:32 +00:00
dwitte%stanford.edu
270d3909ca bug 100649: Length() being used where IsEmpty() is meant
treewide changes to convert incorrect usages of string.Length() to string.IsEmpty().

thanks to afatecha@idea.com.py (Ariel Fatecha) for the patch. r=dwitte, sr=jst.

got the ok from Asa to land into a closed tree.
2003-05-23 21:34:47 +00:00
varga%netscape.com
717feaab4a Landing bookmarks changes.
Bug 205378 - Meta bug for changes in bookmarks sorting code
r=jag, sr=sspitzer, a=sspitzer,asa

The CloneResource() has been back ported from Firebird, originally
implemented by Pierre Chanial.
2003-05-23 12:03:40 +00:00
dwitte%stanford.edu
f8477d46d2 Bug 203593: Memory leak of 672 bytes from 4 blocks allocated in PR_Malloc.
fixes some addrbook leak suckage and tidies up memory footprint a tad.

r=caillon, sr=dmose, a=asa.
2003-05-20 02:49:10 +00:00
scott%scott-macgregor.org
eb5faba111 Part of Bug #179533 --> remove obsolete CID file (has no effect on the current build) since this file has
been moved to ..\src.
2003-05-18 19:25:59 +00:00
stephend%netscape.com
b627674def Bug 204958. zip in Address tab should be ZIP (uppercase acronym). r=robinf@netscape.com, sr=sspitzer@netscape.com, a=sspitzer@netscape.com, localization=bobj@netscape.com 2003-05-12 21:52:36 +00:00
shliang%netscape.com
2b09d219aa bug 204251 - mail list dialog jumps when opened. r/sr=sspitzer,a=asa 2003-05-09 02:54:49 +00:00
sspitzer%netscape.com
6e7bd4b175 fix for regression bug #200348
Properties button does not work in the Advanced Address Book Search dialog
r/sr=bienvenu, a=sspitzer
2003-05-06 00:36:03 +00:00
sspitzer%netscape.com
18d4c61f87 fix for build bustage. 2003-05-01 23:50:49 +00:00
caillon%returnzero.com
187fd35830 Bug 203859 - Deleted address book reappear after an exit/restart
Bug 203945 - Type down in compose window very slow resulting in very slow auto complete
r/sr/a=sspitzer
2003-05-01 22:22:01 +00:00
caillon%returnzero.com
8fef74d33c Bug 173430 - flawfinder warnings in libpref
r=alecf,dwitte
sr=dmose
a=asa
2003-04-29 04:17:38 +00:00
caillon%returnzero.com
731073c19a Backing out previous patch since it was causing addressbook problems. 2003-04-27 10:36:58 +00:00
caillon%returnzero.com
6221b1ca6c Bug 173430 - flawfinder warnings in libpref
r=alecf, sr=dmose, a=sspitzer
2003-04-27 04:47:46 +00:00
sspitzer%netscape.com
a6b855d799 fix for build bustage caused by my fix for bug #198303
can't build if you disable ldap.
2003-04-25 18:17:23 +00:00
sspitzer%netscape.com
cdd3ac018c fix for bug #198303
"Deleted cards still show up for junk mail whitelisting, people I know views."
ah, thanks to the good old deleted card array, the addressbook code gets uglier.

fix for bug #106461
header pane won't show if the PAB is corrupt.
lots of other bad things will happen if your PAB is corrupt, so
if we can detect it, move it to the side, rename it, create a new one,
and tell the user what we did.

r/sr=bienvenu, a=sspitzer
2003-04-25 03:05:12 +00:00
sspitzer%netscape.com
90f3d8ea61 whitespace change, no bug. 2003-04-23 05:49:35 +00:00
scott%scott-macgregor.org
8b5be13a9d Bug #179533 --> add the option to make a static build of mailnews which is disabled by default.
r/sr=sspiter
2003-04-20 20:56:21 +00:00
scott%scott-macgregor.org
7bf4126720 Part of Bug #179533 --> need to move mail CID files from the build directory to the src directory.
This will make aggregating mail dlls easier.
r/sr=sspitzer
2003-04-19 05:29:35 +00:00
stephend%netscape.com
f6d89dd410 Bug 202492. Removing tabs and fixing whitespace alignment in several addressbook DTD files. r=cavin@netscape.com. Whitescape only changes 2003-04-19 04:06:36 +00:00
cavin%netscape.com
a1a02be878 Fix for 124217. Use user selected file types as the saved file types. Also if a string contains at least one comma, tab or double quote then we need to quote the entire string, plus need to quote double quotes. r/sr=sspitzer. 2003-04-17 20:14:01 +00:00
bzbarsky%mit.edu
9484b33cb8 More const string love. Bug 200389, patch by ataylor@its.to (Andrew Taylor),
r=jst, sr=alecf
2003-04-12 03:23:33 +00:00
cavin%netscape.com
b4c1c81ff5 Fix for 201588. Set dirType in CreateDirectoryByURI() and prefName in DIR_AddNewAddressBook(). r=shliang, sr=sspitzer. 2003-04-12 01:26:36 +00:00
cavin%netscape.com
0975e3734b Removing unused code, no bug, no reviewer. 2003-04-09 22:16:13 +00:00
seawood%netscape.com
80e1b303cc Purge XP_PC.
Bug #56767 r=mkaply sr=alecf
2003-04-02 22:45:08 +00:00
seawood%netscape.com
4957953e70 Obsoleting xp_str.h:
* Move XP_IS_ macros into nsCRT.h & rename them to NS_IS_
* Make local XP_IS_ macros use the nsCRT ones
* Remove NOT_NULL defines
Bug #199920 r=alecf sr=bryner
2003-04-01 19:38:12 +00:00
cavin%netscape.com
df1255d833 Fix for 96877. Decrement list total by one after a member card is deleted. r/sr=sspitzer, a=dbaron. 2003-03-27 21:25:41 +00:00
varga%netscape.com
a8670013de Landing bookmarks branch. Everything except mozilla/xpfe
Bug 196756 - Meta bug for major architectural changes in bookmarks code
r=jag, sr=bryner
2003-03-25 04:44:31 +00:00
timeless%mozdev.org
697618b07d Bug 106386 rid source of misspellings
patch by nb@ipnode.info r=biesi sr=dmose
2003-03-24 04:15:34 +00:00
cbiesinger%web.de
11751a9678 194773 patch by piersc@cogs.susx.ac.uk r=dean_tessman@hotmail.com sr=sspitzer Correctly match spec (address book card dialog) 2003-03-23 21:09:42 +00:00
sspitzer%netscape.com
1a75eef0fd landing neil's fix for bug #193416
mailnews start page gets cleared when I open the pref window
regression caused by bandaid for bug #90337
r=jan, sr=jag.
2003-03-23 17:31:42 +00:00
sspitzer%netscape.com
2b271d30fc fix for bug #187230
"People I know filters" don't work with "Additional Email" address in address book.

fix for bug #198303
Deleted cards still show up for junk mail whitelisting, people I know views.

lost of code cleanup.

r=cavin, sr=bienvenu
2003-03-22 15:43:30 +00:00
cbiesinger%web.de
6e538049ff 194773 patch by piersc@cogs.susx.ac.uk r=dean_tessman sr=dmose Add accesskeys to address book card dialog 2003-03-22 13:17:11 +00:00
cbiesinger%web.de
ea7612b718 194780 patch by piersc@cogs.susx.ac.uk r=dean_tessman sr=dmoseAdd accesskeys to Print Preview Card/Address Book 2003-03-21 19:47:14 +00:00
cavin%netscape.com
1fd1b38e99 Fix for 197773. Prompt users for deleting mailing lists from the results pane. r/sr=sspitzer. 2003-03-19 21:32:48 +00:00
cavin%netscape.com
d24c63b500 Fix for 124007. Create NS-rdf#DirTreeNameSort data source to sort addrbooks. r/sr=sspitzer. 2003-03-18 20:03:11 +00:00
sspitzer%netscape.com
3bfe78b5fd fix for bug #196777
[mailviews] case insensitivity in the "People I Know" view.
[junk] case insensitivity in the junk mail white listing
r=cavin, sr=bienvenu
2003-03-18 18:39:34 +00:00
sspitzer%netscape.com
1b797f7233 fix for bug #197972.
fix assertions when trying to generate collation keys for cards without display names
in addition, we'd bail out before creating the secondary sort key.
r=cavin, sr=bienvenu.
2003-03-18 18:33:33 +00:00
timeless%mozdev.org
a2b62b16f2 Bug 132209 Many XUL documents are invalid XML (<!DOCTYPE window ...>) patch by riceman+bmo@mail.rit.edu r=timeless sr=jag moa=sspitzer 2003-03-17 04:59:12 +00:00
cavin%netscape.com
f9c8130ef3 Fix for 70396. Use the directory description in prefs if it exists for the addrbook names. Copy 4.x .na2 files to 7.x directory during migration. r=ccarlen, sr=sspitzer. 2003-03-16 02:22:09 +00:00
dougt%netscape.com
0d2808c511 Create a new xpcom obsolete library (and component library).
Moved nsFileSpec and related classes into this obsolete library.
  Moved nsRegistry and related libreg functionality into the obsolete library.

Updated many callers using the obsolete nsFile spec to use nsIFile and Necko to do file IO.

Combined the following DLLs (source -> dest)
  uriloader -> docshell
  shistory -> docshell
  jsurl -> jsdom
  gkview -> gklayout

Moved nsAdapterEnumerator out of xpcom/ds and into mailnews, since they're the only consumer

Modifed the xpt_link tool so that you can specify a �only include� cid list that can mask CID�s that you are not interested in.

Added build options:
Prevent the building of xpinstall (--disable-xpinstall)
Prevent the building js component loader (--disable-jsloader)
A build option to only build a single profile (--enable-single-profile)
A build flag to only built the required xpfe components (--disable-xpfe-components).

Removal or hiding of unused functions and classes including nsEscape*, nsDequeIterator, nsRecyclingAllocatorImpl, nsDiscriminatedUnion, nsOpaqueKey, nsCRT::strlen, NS_NewCommandLineService

Bug 194240, r/sr = darin, alec.
2003-03-15 01:04:32 +00:00
cls%seawood.org
e66b271753 Disable outlook addrbook support for mingw builds since w32api lacks those routines.
Bug #134113 r=bzbarsky sr=sspitzer
2003-03-12 20:06:59 +00:00
cavin%netscape.com
140cbad84e Fix for 196222. Set directory pref name in CreateDirectoryByURI() and enable Properties cmd for all addrbooks. r/sr=sspitzer. 2003-03-10 23:43:11 +00:00
cls%seawood.org
d1479589a2 Adding mingw makefile changes.
Bug #134113 r=bryner
2003-03-08 05:57:15 +00:00
cavin%netscape.com
e6bd6d0b4b Fix for bug 183087. Disallow certain types of cards to be members of a list and/or be editable. r=ducarroz, sr=sspitzer. 2003-03-06 23:58:13 +00:00
cavin%netscape.com
10c8ce1d71 Fix for 196240. Remove File|Rename Address Book menu item. r/sr=bienvenu. 2003-03-06 23:19:27 +00:00
sspitzer%netscape.com
ac3a86f99f supplimental fix for bug #17230.
we're using the "Rename Address Book" dialog as the "local addressbook properties"
dialog, so let's make that the title.

(it is what you open when you do "Properties" on a local ab)

instead of alerting, allow the user to open it for the PAB or CAB, but
disable the text field.

r=cavin
2003-03-06 03:12:35 +00:00
cavin%netscape.com
9ce3e07c03 Fix for 17230. Added code to allow addrooks to be renamed. r/sr=sspitzer. 2003-03-06 01:45:43 +00:00
sspitzer%netscape.com
cd2842bb7b remove unused code. 2003-03-05 21:24:28 +00:00
cavin%netscape.com
398e9c238a Fix for 124059. Made creating and modifying addrbooks work the right way. r=shliang, sr=sspitzer. 2003-03-05 02:49:18 +00:00
shliang%netscape.com
1eff4344d5 134273 - fix mistakes from previous checkin. r/sr=sspitzer 2003-03-05 01:25:22 +00:00