benjamin%smedbergs.us
1da150a196
Bug 333308 - make clean/distclean misses various files, patch by Mike Hommey <mh+mozilla@glandium.org>, r=me
2006-04-28 14:54:54 +00:00
bsmedberg%covad.net
c8648ca150
Bug 315563 - Convert the activex code to use the frozen string API, r=darin
2005-11-18 16:06:19 +00:00
roc+%cs.cmu.edu
1f6cb80221
Bug 313360. Don't worry if a non-EEXIST error occurred placing the obselete symlink lock; FF1.0 couldn't have locked it either. r+sr=brendan
2005-10-26 01:20:14 +00:00
bsmedberg%covad.net
f91ad167b8
Bug 307309 - Make winembed use libxul r=darin
2005-09-15 12:04:57 +00:00
mats.palmgren%bredband.net
78dbd70d6c
Probe if file locks are supported before doing the real lock operation. b=303633 r=brendan sr=roc a=asa
2005-08-09 02:40:48 +00:00
roc+%cs.cmu.edu
e4c9b4148c
Bug 151188. Use fcntl for profile locking on Linux/Unix, with symlinks as a backup. We'll continue to also take the symlink, so that older builds are still locked out, but we mark the symlink so that if a newer fcntl-build leaves a stale symlink lock we detect and remove it.
2005-08-02 21:30:48 +00:00
dougt%meer.net
21c1caa3f1
Bug 295481. WINCE Fixes. This includes changes to make the makefiles do the right thing if we try to build Minimo and XUL together. These changes rs=bsmedberg. Further WINCE fixes in GFX and Widget. r=emaijala, sr=rbs, a=asa.
2005-06-08 16:48:44 +00:00
cbiesinger%web.de
2506168a57
291033 support "local" profile directories
...
r=bsmedberg sr=darin a=asa
2005-04-27 11:56:40 +00:00
bsmedberg%covad.net
564337d16d
Bug 288626 - Switch the strict API from opt-in (MOZILLA_STRICT_API) to opt-out (MOZILLA_INTERNAL_API) r=darin
2005-04-06 03:35:24 +00:00
bsmedberg%covad.net
8374f4f3e4
Adding MOZILLA_INTERNAL_API to internal makefiles, bug 288626, rs=darin
2005-04-05 14:13:03 +00:00
bsmedberg%covad.net
c266bbcbdd
Bug 253950 - When the profile is locked, startup UI should be less confusing (not the profile manager) r=ben+darin
2005-03-15 20:01:12 +00:00
vladimir%pobox.com
dfb89ea81e
b=280276, add storage file to well-known directory service files list, r=darin,sr=shaver
2005-01-29 00:48:03 +00:00
brendan%mozilla.org
ab41ed5407
Whitespace cleanup (diff -w shows no changes).
2004-12-27 03:23:01 +00:00
darin%meer.net
46180874a0
fixing AIX bustage
2004-11-30 04:06:09 +00:00
bsmedberg%covad.net
a4ecbd3e41
Bug 267767 - Make XPCOM memory management functions frozen exports. r=darin sr=shaver
2004-11-12 19:26:37 +00:00
brendan%mozilla.org
34526ce8b3
Fix byte-order botch on INADDR_LOOPBACK, plus whitespace sanity (r=darin, sr=shaver).
2004-10-21 01:55:36 +00:00
cbiesinger%web.de
9e3fd7dbe9
add missing files
...
bug 241384 nsProfileDirServiceProvider should be GRE friendly
patch by marco@gnome.org r=ccarlen sr=darin
2004-05-26 19:10:27 +00:00
cbiesinger%web.de
a89c7bad94
bug 241384 nsProfileDirServiceProvider should be GRE friendly
...
patch by marco@gnome.org r=ccarlen sr=darin
2004-05-26 18:46:42 +00:00
bsmedberg%covad.net
00b3a89b9b
Bug 233850 - localstore.rdf is not created in user profile if it does not already exist (and doesn't exist in the profile defaults). r=ccarlen sr=darin
2004-02-27 20:11:01 +00:00
bryner%brianryner.com
777a9455f2
Make sure to call the default signal handler so that core dump works correctly. Bug 148453, r=brendan, sr=dbaron.
2004-01-08 23:02:21 +00:00
cls%seawood.org
c08e99a287
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
dougt%meer.net
5e4a9e7187
Allow disabling of profile locking. r=ccarlen b=212132
2003-07-09 05:07:56 +00:00
varga%netscape.com
f0db8753a5
Fix for bug 209925. Remove the temporary hack for bug 192124.
...
r=ccarlen, sr=jag
2003-06-20 03:11:24 +00:00
seawood%netscape.com
8f112a4226
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
6934dc37a9
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
a59939990c
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
1f9686f31d
bug 190174 - skin-switching broken for migrated profiles. r=ccarlen, sr=jag
2003-05-30 05:29:37 +00:00
darin%netscape.com
716f37a555
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
279209f254
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
5cde65560f
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
alecf%netscape.com
2354d05a20
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
dougt%netscape.com
be629223b6
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
7d0e12d707
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
varga%netscape.com
975991d634
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
3da694f7ae
Bug 178643: Remove uses of NS_INIT_ISUPPORTS, since it is no longer needed. r=timeless sr=jag
2003-01-08 22:45:23 +00:00
ccarlen%netscape.com
7b13d148fd
Bug 180951 - profile directory never changes on profile switch. r=kaie/sr=alecf
2002-11-22 15:11:31 +00:00
ccarlen%netscape.com
1bd86b4dc5
Bug 177321 - factor nsIDirectoryServiceProvider impl out of nsProfile.cpp. Now built as a static lib with which apps can link if they only use a single profile r=dougt/sr=darin
2002-11-09 19:38:43 +00:00