reed%reedloden.com
475ddcf891
Bug 399500 - "support XDG user dirs in the directory service" [p=chpe@gnome.org (Christian Persch) r=caillon sr=bsmedberg a1.9=damons]
2008-03-12 22:35:56 +00:00
jwalden%mit.edu
ef68fcf595
Bug 348748 - Replace all instances of NS_STATIC_CAST and friends with C++ casts (and simultaneously bitrot nearly every patch in existence). r=bsmedberg on the script that did this. Tune in next time for Macro Wars: Episode II: Attack on the LL_* Macros.
2007-07-08 07:08:56 +00:00
asqueella%gmail.com
d343f35e22
Bug 347752 - Crash [@ MSVCR80.dll] when using nsIProperties service get method with null argument
...
p=Alfred Kayser <alfredkayser@nl.ibm.com>
r=darin, sr=dougt
2007-05-13 16:48:39 +00:00
joshmoz%gmail.com
433b32a3c1
remove XP_MAC from xpcom. b=281889 r=bsmedberg
2006-11-16 09:10:09 +00:00
jshin%mailaps.org
2c8bf7f42d
bug 359808 : drop support for Win 9x/ME (r/sr=darin)
2006-11-16 00:59:55 +00:00
dougt%meer.net
afe5d8312f
Bug 308073. Adding Download folder to directory service. r=timeless
2006-10-24 20:56:13 +00:00
timeless%mozdev.org
204a110dff
Bug 20232 Replace T::GetIID() (etc.) with NS_GET_IID(T)
...
r=bsmedberg sr=biesi
2006-09-17 00:04:39 +00:00
jshin%mailaps.org
0f4a52954a
bug 162361 : Unicode file i/o in XPCOM/IO (cannot open files whose names contain characters outside the current locale: e.g. Japanese/Chinese on French Windows) : r/sr=darin, r=bsmedberg
2006-03-22 04:26:30 +00:00
dougt%meer.net
e4b1b62115
Cleaning up PR_GetEnv() usage. b=306840. r=timeless, patch by serge gautherie
2006-03-19 02:52:30 +00:00
bsmedberg%covad.net
9b7c63887b
Bug 311346 - Add directory service key for "C:\Program Files" r=darin
2005-10-09 19:00:19 +00:00
timeless%mozdev.org
adcd5cac17
Bug 308573 use if (NS_FAILED(...)) instead of if NS_FAILED(...)
...
patch by b.jacques@planet.nl r=darin sr=darin
2005-09-15 23:17:17 +00:00
bob%bclary.com
f6055ed791
Bug 303506 - make xpcom nsDirectoryService assertions more meaningful, r=dougt,sr=shaver
2005-09-04 19:10:10 +00:00
timeless%mozdev.org
c9a2016374
Bug 298053 directoryservice.nsIProperties.has("nonexistant") should return false instead of throwing an exception
...
r=dougt a=asa
2005-06-21 14:45:50 +00:00
bsmedberg%covad.net
f0ce5ec1ba
Yet another bustage fix, bug 296430.
2005-06-07 20:19:07 +00:00
bsmedberg%covad.net
5e9747e53a
Hopefully a bustage fix for MSVC6, bug 296430
2005-06-07 20:01:24 +00:00
bsmedberg%covad.net
591acc2faa
Bug 296430, part "xpcom" - Add a category for directory-service providers which will be registered after autoregistration but before xpcom-startup r=darin a=asa
2005-06-07 19:35:20 +00:00
bsmedberg%covad.net
c137db3265
Bug 295247 - Allow extensions to ship plugin DLLs, part 1 - r=darin a=shaver
2005-06-02 13:29:04 +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
timeless%mozdev.org
372d543278
Bug 287987 FindProviderFile should continue Enumerating on failed QI
...
patch by bugspam.Callek@gmail.com r=darin sr=darin a=asa
2005-04-10 05:43:33 +00:00
roc+%cs.cmu.edu
18e76dbd53
Bug 241245. Make 'Desk' a supported system directory on Unix, and make it fully cross-platform. r+sr=darin
2005-03-01 01:03:33 +00:00
cbiesinger%web.de
f2194310ae
Bug 235691 [beos] Mozilla/Firefox don't start
...
patch by tqh <thesuckiestemail@yahoo.se> r=sergei_d sr=dougt
2005-02-01 14:46:40 +00:00
joshmoz%gmail.com
d08ce10f76
work around crash when starting a download if download folder not specified in IC preferences (e.g. a fresh user account) b=265903 sr=pinkerton
2005-01-20 21:28:44 +00:00
bzbarsky%mit.edu
f79a6813af
Relanding, since backing out did not fix orange. Bug 232691.
2004-05-22 20:02:43 +00:00
bzbarsky%mit.edu
f1a96e591e
Test backout to maybe fix mac orange. Bug 232691
2004-05-22 18:49:53 +00:00
bzbarsky%mit.edu
b733dd59da
Convert users of nsC?String(), nsC?AutoString(), and NS_LITERAL_C?STRING("") to
...
using EmptyC?String instead. Bug 232691, patch by Charles Fenwick
<clf03f@garnet.acns.fsu.edu>, r+sr=bzbarsky
2004-05-22 17:04:53 +00:00
gerv%gerv.net
6f486a3c92
Bug 236613: change to MPL/LGPL/GPL tri-license.
2004-04-18 14:21:17 +00:00
bryner%brianryner.com
bc829daafa
Bug 229875 - eliminate unnecssary public/virtual destructors. This patch changes all refcounted classes under xpcom/, which aren't inherited from or used on the stack, to have private, nonvirtual destructors. r=dougt, sr=dbaron.
2004-01-15 06:14:18 +00:00
bzbarsky%mit.edu
c4895dd106
Use the right dir as the default download location. Bug 204548, patch by
...
josha@mac.com (Josh Aas), r=sdagley, sr=bzbarsky
2004-01-06 07:37:55 +00:00
cbiesinger%web.de
c1933ad111
Bug 183871
...
Crash on "Show hidden files and directories" [@ nsFileView::SetDirectory(nsIFile*) ]
fix: don't let files be initialized with relative paths.
also fix the directory service to not do that.
r=dougt sr=bzbarsky
2003-12-25 22:05:01 +00:00
bsmedberg%covad.net
3c7f6e517d
Bug 179834. Separate application resources and GRE resources. r=darin sr=dougt
2003-09-13 17:55:56 +00:00
jaggernaut%netscape.com
bf82a649b9
Bug 212272: Switch some Substring users over to String(Begins|Ends)With. r=dwitte, sr=bzbarsky
2003-07-14 07:37:39 +00:00
seawood%netscape.com
bd6616883a
Make user-specific application directory name configurable using --with-user-appdir.
...
Thanks to Ben Bucksch <ben.bucksch@beonex.com> for the original patch.
Bug #58327 r=dougt
2003-07-01 18:32:49 +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
ccarlen%netscape.com
28c0f231a8
Bug 200662 - [OSX]GetCurrentProcessDirectory can fail. r=/sr=sfraser.
2003-04-07 14:29:56 +00:00
ssu%netscape.com
d6eb21003a
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
alecf%netscape.com
83708b199e
fix for bug 199170 - convert xpcom over to using static atoms
...
r=dougt, r=ccarlen
2003-04-03 20:02:03 +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
dougt%netscape.com
da37fd9b09
Converting the file location of the component registry and the xpti manifest file to use the directory service. r=darin, b=191055
2003-03-11 21:36:59 +00:00
danm%netscape.com
b1264bb355
adding windows cookie system directory specifier. bug 185689 r=ccarlen,jag
2003-01-10 02:52:26 +00:00
dbaron%dbaron.org
f2cd5e3e66
Bug 178643: Remove uses of NS_INIT_ISUPPORTS, since it is no longer needed. r=timeless sr=jag
2003-01-08 23:19:20 +00:00
sdagley%netscape.com
3f4fddfd35
Fix #183856 - don't cache DL folder as user may change it while we're running. r=ccarlen,sr=sfraser
2002-12-22 01:21:29 +00:00
akkana%netscape.com
89470d1524
169615: Get rid of MOZILLA_FIVE_HOME warning. r=dmose sr=sspitzer
2002-11-27 23:02:17 +00:00
ccarlen%netscape.com
d9ea2f11b9
Bug 118203 - nsLocalFile implementation for Mach-0. r=pinkerton, sdagley/sr=sfraser
2002-09-25 12:23:39 +00:00
chak%netscape.com
033b7f3ce7
Fix for #168255 - Change references to MRE into GRE in XPCOM/Embedding
...
r=dougt, sr=alecf
2002-09-13 22:18:43 +00:00
dougt%netscape.com
c5e8f896cd
166917. Clean up xpcom SDK includes. r=rpotts@netscape.com, sr=alecf@netscape.com, a=rjesup@wgate.com
2002-09-07 17:13:19 +00:00
dougt%netscape.com
d9188b4471
Freezes the nsIProperties interface. 162114. r=ccarlen, sr=alecf. Freezes the mozIJSSubScriptLoader interface. 157136. r=rginda, sr=alec.
2002-08-26 20:36:44 +00:00
jfrancis%netscape.com
ec0aba4f7d
fix for Bug 154932: Mozilla will not start on MacOS 8.6 if filesharing is on. Corrected the construction of an FSSpec in nsDirectoryService.cpp
r=ccarlen
sr=sfraser
2002-07-16 22:17:56 +00:00
ccarlen%netscape.com
b8a931e0ad
Bug 134448 - xpti needs to scan OS-defined plugin dirs. r=peterl, sr=beard
2002-06-14 12:30:44 +00:00
chak%netscape.com
9398afc66a
Fix for #130877 - Chnages to create app specific component registries
...
r=dougt, sr=shaver, a=drivers
2002-06-11 20:38:01 +00:00
dougt%netscape.com
3671545e55
Fix for 149754. cleaner xpcom shutdown. r=rpotts, sr=shaver
2002-06-11 19:38:41 +00:00