Commit Graph

1133 Commits

Author SHA1 Message Date
scott%scott-macgregor.org
a27693468b Bug #214400 --> allow distributors to allow 4.x profile migration via a pref instead of forcing it to be off for thunderbird and firebird.
This removes a MOZ_XUL_APP ifdef

sr=bienvenu
2003-10-21 23:36:47 +00:00
scott%scott-macgregor.org
316910e7cd fix for bug #221318
migrate vCards from 4.x

also fix some problems with pop account migration.

r/sr=bienvenu
2003-10-20 05:36:53 +00:00
timeless%mozdev.org
fc783d2209 Bug 73748 Remove nsJSComponentManager.js and nsJSSupportsUtils.js
patch by doronr@us.ibm.com r=timeless sr=jag
2003-09-11 17:56:53 +00:00
bryner%brianryner.com
63fa99c65e Fix build on gcc 3.4 by removing extra semicolons (bug 218551). r/sr=dbaron, a=brendan. 2003-09-07 23:12:15 +00:00
asa%mozilla.org
02d6e1d584 remove tinderbox sidebar panels. a=asa and a=sspitzer 2003-08-20 04:36:48 +00:00
cls%seawood.org
1b51ba858c Set MODULE in makefiles at the top of a heirarchy so that module-deps lists are more precise and builds will have the proper order if some subdirs contain other modules. 2003-08-16 00:42:35 +00:00
chanial%noos.fr
32a486553e bug 200439: last character typed in text field when creating new profile is not displayed in target location.
r=bryner, sr=jag, a=asa
2003-08-12 08:43:10 +00:00
jaggernaut%netscape.com
83c571e877 Bug 25886: Get rid of a bunch of unused NS_DEFINE_IID, NS_DEFINE_CID. r=caillon, sr=dbaron 2003-07-20 07:47:59 +00:00
jaggernaut%netscape.com
2d7ed90a69 Bug 73353: clean up MODULE/REQUIRES story. r=cls, sr=bryner 2003-07-13 22:29:00 +00:00
dougt%meer.net
e49407a60d Allow disabling of profile locking. r=ccarlen b=212132 2003-07-09 05:07:56 +00:00
jst%netscape.com
abefba9053 Fixing bug 209884. Writing an inline helper to safely get an nsIScriptContext from a JSContext and making direct callers of JS_GetContextPrivate() use the helper. r=caillon@aillon.org, sr=peterv@netscape.com 2003-06-24 21:43:01 +00:00
ccarlen%netscape.com
8456dd6f76 Bug 123370 - Long profile name can push buttons out of dialog box. patch by neil@parkwaycc.co.uk. r=ccarlen/sr=jag 2003-06-24 13:55:20 +00:00
varga%netscape.com
b0169c51b1 Fix for bug 209925. Remove the temporary hack for bug 192124.
r=ccarlen, sr=jag
2003-06-20 03:11:24 +00:00
alecf%flett.org
2751c6b097 fix for bug 206379:
- combine nsICharsetConverterManager2 and nsICharsetConverterManager
- get rid of nsIAtom in most of the methods
- provide versions of getUnicodeDecoder/Encoder which don't do alias resolution
- change all charset types to ASCII strings
- clean up some other i18n APIs which could be simplified
- fix all consumers of all changed i18n interfaces
r=jshin, smontagu
rs=sfraser
2003-06-11 18:16:03 +00:00
seawood%netscape.com
97649bab86 Removing old cfm build files. Use the CFM_LAST_RITES tag to resurrect. r=macdev 2003-06-10 21:18:27 +00:00
seawood%netscape.com
b28ce0a530 Removing old cfm build files. Use the CFM_LAST_RITES tag to resurrect. r=macdev 2003-06-10 20:12:33 +00:00
ccarlen%netscape.com
3425656a04 Bug 196487 - Mac build doesn't run if home directory is on NFS server because of profile locking. Locking now falls back to symlink method if fcntl fails. r=bryner/sr=brendan 2003-06-03 21:14:16 +00:00
shliang%netscape.com
d312bf73ce bug 190174 - skin-switching broken for migrated profiles. r=ccarlen, sr=jag 2003-05-30 05:29:37 +00:00
timeless%mozdev.org
466e765868 Bug 207329 profileSelection.js should .getService the directory service ...
r=ccarlen sr=jag
2003-05-29 11:10:44 +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
shliang%netscape.com
9e3020e98e 199354 - default sidebar to closed for new profiles. r=sgehani, sr=jag, a=sspitzer 2003-05-23 01:23:17 +00:00
darin%netscape.com
d6684686a5 bug 204255
this patch fixes/cleans-up several things:

1- honor ENABLE_TESTS build var
2- don't export intermediate static libs (bug 205025)
3- tmITransactionService should be ipcITransactionService
4- transaction service should not be a separate xpcom component library

plus some minor changes:

5- separate interfaces out into individual IDL file
6- get rid of *CID.h files (move CID/ContractID into IDL).. i think *CID.h
files are just overkill in this case.  there should either be just one ipcCID.h
file for all IDs or none.

r=ccarlen, sr=alecf, a=sspitzer
2003-05-21 19:20:38 +00:00
timeless%mozdev.org
46bd47de9e Bug 206287 things Will be re-ordered to match declaration order
r=roc+moz sr=roc+moz a=roc+moz
2003-05-20 02:02:56 +00:00
ccarlen%netscape.com
42bee0b1e9 Make it possible for other XUL apps to hide profile switching UI. b=204908, r=/sr=/a=sspitzer 2003-05-09 13:06:29 +00:00
kaie%netscape.com
aeb0a2f7d7 b=193170 PSM must disallow using NSS database with wrong profile
r=ccarlen sr=jag a=asa
2003-05-08 13:39:35 +00:00
ccarlen%netscape.com
47683e635f Profile sharing - changes to profile dirserviceprovider, a component to control whether sharing is enabled. bug=202474, rs=dougt/sr=darin/a=asa 2003-05-02 03:59:23 +00:00
mscott%netscape.com
298ae29b93 change a MOZ_PHOENIX ifdef to a MOZ_XUL_APP ifdef because we don't want thunderbird migrating 4.x profiles
either.
2003-04-26 00:50:11 +00:00
cbiesinger%web.de
9b5f6e6053 190638 patch by brantgurganus2001@cherokeescouting.org r+sr=jag a=asa JavaScript warnings and errors in Profile Manager 2003-04-24 21:21:09 +00:00
seawood%netscape.com
f7bf89f618 Remove global _POSIX_SOURCE & _SVID_SOURCE defines for linux.
Bug #202510 r=darin
2003-04-18 20:14:17 +00:00
ccarlen%netscape.com
d5252f96d3 Bug 190336 - enable 4.x profile migration for Mach-O. Patch by cavin,ccarlen. r=ssu,sfraser/sr=sspitzer 2003-04-18 14:28:21 +00:00
sspitzer%netscape.com
aac92ec732 fix for bug #202010
fail to migration 4.x popstate and filters on linux.
regression caused by bug #15424
r/sr=bienvenu
2003-04-18 02:42:47 +00:00
alecf%netscape.com
0b48cf638a fix for bug 199170 - more static atom work in xpcom, chrome registry, rdf, and profile dir service provider.. sr=bryner, r=ccarlen 2003-04-15 22:19:01 +00:00
ssu%netscape.com
669e313b68 fixing bug 195148 - XPInstall API's getFolder should support Classic and OSX folders under OSX. r=ccarlen,dougt sr=sspitzer 2003-04-07 07:02:32 +00:00
seawood%netscape.com
80e1b303cc Purge XP_PC.
Bug #56767 r=mkaply sr=alecf
2003-04-02 22:45:08 +00:00
varga%netscape.com
96531e80d6 Reverting last changes. 2003-03-25 12:41:40 +00:00
varga%netscape.com
adb09c10c3 Trying to improve startup time. 2003-03-25 07:36:33 +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
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
0a7d66cd04 Fix bad export_lib line. r=cls 2003-03-16 01:09:52 +00:00
mkaply%us.ibm.com
0dee744062 More OS/2 bustage - I'm starting to understand it now - nsIFileSpec.h was including other stuff and now that it is gone, we are discovering header dependencies 2003-03-15 16:58:22 +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
ccarlen%netscape.com
1dd8b3ef56 Bug 188214 - Cookies are not getting saved on exit in GtkEmbed. This adds a new call to nsProfileDirServiceProvider which allows an app to shutdown the provider and it will send out profile shutdown notifications. r=dougt/sr=blizzard 2003-02-26 15:01:19 +00:00
neil%parkwaycc.co.uk
12f402c342 Backing out patch to bug 78274 (see bug for issues) 2003-02-25 14:29:20 +00:00
neil%parkwaycc.co.uk
f7a2b3e430 Bug 78274 Convert profile manager to use <dialog> r=timeless sr=alecf 2003-02-24 10:44:19 +00:00
timeless%mozdev.org
d87cce903e Bug 192442 Remove console spew: "New location for profile registry and user profile directories
r=jrgm sr=alecf
2003-02-23 04:41:11 +00:00
dean_tessman%hotmail.com
7111215b30 194531 - Add accesskeys to profile select/manage dialog
r=dean_tessman sr=dmose
patch by piersc@cogs.susx.ac.uk
2003-02-23 00:14:31 +00:00
varga%netscape.com
d5ad3b1663 Fix for bug 192124. Filing more than one bookmark in a newly created folder cause bookmarks not to be saved.
r=sdagley, sr=peterv, a=asa, patch by ccarlen
2003-02-19 23:55:52 +00:00
dbaron%dbaron.org
748c7ba5bd Backout checkin for bug 171343 (no longer needed) in the hopes of fixing talkback on Linux. b=176886 r=bryner a=asa 2003-01-28 01:41:01 +00:00
bzbarsky%mit.edu
1ac1ccdd97 Document the various fields in mimeTypes.rdf. Bug 61408, r=timeless,
sr=mozbot, rubber-a=roc+moz
2003-01-24 00:46:11 +00:00