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

202 Коммитов

Автор SHA1 Сообщение Дата
sfraser%netscape.com 10118cce99 Fix dougt's XML project mangling. 2001-12-19 01:23:53 +00:00
dougt%netscape.com 849d297364 nsIComponentManager API Changes (bug 98553)
a) create a new nsIComponentManager with only four functions on it:
CreateInstance CreateInstanceByContractID GetClassInfo GetClassInfoByContractID.

b) rename the old nsIComponentManager to nsIComponentManagerObsolete.

c) fixes callers which use to access the nsIComponentManager for component
registration functionality.  These callers will temporary use the
nsIComponentManagerObsolete interface.

d) Create a new API NS_GetComponentManager() which mirrors the
NS_GetServiceManager()

e) Perserves the old NS_GetGlobalComponentManager().  Note the cast usage.

r/sr = rpotts@netscape.com  alecf@netscape.com  brendan@mozilla.org
2001-12-19 00:12:41 +00:00
pavlov%netscape.com 15273ea50a bug 78611. New XP threadsafe timer implementation. r=dougt sr=brendan 2001-12-16 06:13:17 +00:00
ccarlen%netscape.com af646e6f1f Bug 98349 - Convert Mac build to CW7 and XML projects. Removing obsolete .mcp files. r=pink/sr=sfraser 2001-12-11 05:45:45 +00:00
ccarlen%netscape.com 884be5f4c2 Adding new files for conversion to CW7 and XML project files. Bug 98349 r=pink/sr=sfraser. 2001-12-10 21:32:41 +00:00
ccarlen%netscape.com 413a724bf2 Bug 112262 - checking in mac project changes for dougt. 2001-12-07 19:55:37 +00:00
darin%netscape.com b0ceace5ab fixes mac bustage!! 2001-11-22 00:28:16 +00:00
darin%netscape.com 2daf931336 mac project changes for bug 100172 "scriptable string stream implementation" r=dougt, sr=rpotts 2001-11-22 00:06:25 +00:00
ccarlen%netscape.com ff0a0259a0 Bug 103384 - Move unicode conversion out of nsLocalFileCommon.cpp r=dougt/sr=alecf 2001-11-16 14:54:38 +00:00
jband%netscape.com bc57fbc30d added files: mozilla/xpcom/ds/nsIPropertyBag.idl 2001-11-01 02:10:24 +00:00
jband%netscape.com 9045e1ffac added files: mozilla/xpcom/ds/nsVariant.cpp 2001-10-31 23:36:08 +00:00
jband%netscape.com cc2359207d added files: mozilla/xpcom/ds/nsIVariant.idl 2001-10-31 23:20:27 +00:00
dougt%netscape.com a3a5afed2e Adding nsISimpleEnumerator.idl to project. 99136. r=alecf, sr=rpotts 2001-10-30 21:59:51 +00:00
dbaron%fas.harvard.edu fab09c676b Remove nsLogging.cpp and nsILoggingService.cpp from the build. 2001-10-30 06:50:57 +00:00
dougt%netscape.com 6745319a3b Update for nsIServiceManager interface freeze. r=shaver@mozilla.org. sr=rpotts@netscape.com, bug 99147 2001-10-16 03:36:21 +00:00
sdagley%netscape.com ba792b1887 Bug 97676 - Use LaunchServices APIs under OS X for helper app launching and fix Reveal to work with OS X Finder. r=ccarlen,sr=sfraser 2001-10-01 06:43:41 +00:00
seawood%netscape.com d57ccfc447 Build glue:nsCOMPtr.cpp instead of base:nsCOMPtr.cpp Bug #99698 r=sdagley 2001-09-29 12:22:57 +00:00
ccarlen%netscape.com 726085261b Fixing bustage - didn't remove file from both targets 2001-09-06 22:16:57 +00:00
ccarlen%netscape.com aa20da8d44 removed nsServiceManager.cpp, nsRepository.cpp for dougt 2001-09-06 21:14:30 +00:00
thesteve%netscape.com 97e76233c7 Bug#81373 (mac static build)
add: link with nsStaticComponentLoader.cpp
r=jfrancis
sr=sfraser
a=asa on behalf of drivers
2001-08-27 23:43:23 +00:00
thesteve%netscape.com 7a0c843133 Bug#81373 (mac static build)
landing mac static build.
r=jfrancis
sr=sfraser
a=asa on behalf of drivers
2001-08-27 23:36:11 +00:00
waterson%netscape.com edb76e0c37 modify mac project files for MOZ_TIMELINE tool, bug 78793 2001-08-17 02:04:20 +00:00
dbaron%fas.harvard.edu c0c8e1ad28 Adding nsIFastLoadFileControl.idl to project. Change emailed from Zach, to fix fastload branch landing bustage. 2001-07-31 20:57:47 +00:00
brendan%mozilla.org dbd7fed5b1 FASTLOAD_20010703_BRANCH landing, r=dbaron, sr=shaver. 2001-07-31 19:05:34 +00:00
bzbarsky%mit.edu e5853acf0a Fixing Mac bustage. Part of 81165 2001-06-28 04:10:13 +00:00
peterv%netscape.com 83cb672134 Adding nsIProgrammingLanguage.idl (mac bustage fix) 2001-05-08 19:17:19 +00:00
jst%netscape.com ea706038cf 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
shaver%mozilla.org fcf7cd0d9f 67699: all your nsIClassInfo is belong to us
- teach nsGenericFactory about nsIClassInfo, and nsIClassInfo.idl to the
  builds
- add a heaping serving of macro love for classes that want to support it
- convert many modules to use nsGenericModule the new way
- handful of warning and modeline fixes
- nsSample and some XPConnect test classes now have nsIClassInfo support for
  testing
2001-03-12 20:43:02 +00:00
beard%netscape.com d859cb455a Remove nsGarbageCollector.c (obsolete), fix access paths. 2001-03-06 15:54:37 +00:00
beard%netscape.com e438047854 Added nsInputStreamTee.cpp. r=gordon, sr=scc 2001-03-03 04:05:17 +00:00
beard%netscape.com 56209dedee Added nsIInputStreamTee.idl. r=gordon 2001-03-03 04:01:48 +00:00
scc%mozilla.org 3fc413f7cc bug #59429: xpcom gets string code from mozilla/string instead of locally 2001-02-21 14:05:29 +00:00
dbragg%netscape.com 0380fc2e40 Adding nsIProcess to the mac build. a=dougt sr=brendan 2001-01-22 21:50:54 +00:00
dbragg%netscape.com 79a2d98116 Adding nsIProcess to the Mac build. a=dougt, sr=brendan 2001-01-22 21:50:27 +00:00
ccarlen%netscape.com d9dd3b5321 Fix for bug 64501 - allow embedding apps to specify app registry location. Moves appfilelocprovider into xpcom. r=dougt@netscape.com, sr=brendan@mozilla.org 2001-01-18 22:51:57 +00:00
bryner%uiuc.edu 69e9b90bc6 Removing dead .toc files. Not part of build. a=sfraser. 2001-01-03 01:32:06 +00:00
dmose%mozilla.org 0a3c12b78b Fix for bug 61692: IDLify nsIEventQueue and nsIEventQueueService. This makes it possible to create an nsISupports proxy for calling across threads in languages other than C++ (eg JS). r=dougt@netscape.com, r=jband@netscape.com, sr=brendan@mozilla.org 2000-12-08 04:30:36 +00:00
warren%netscape.com cd56c0575b 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
warren%netscape.com f0d64921df Added NS_GetLog to export list 2000-10-27 23:50:07 +00:00
warren%netscape.com 7017831b21 Added forgotten nsILoggingService.idl 2000-10-27 06:41:11 +00:00
warren%netscape.com 3ab01ebc2d Changes to build on Mac. 2000-10-27 05:11:58 +00:00
scc%mozilla.org 446f9a7680 adding new string files to the build 2000-09-09 08:54:03 +00:00
waterson%netscape.com 971108565b Add pldhash.c to the build. 2000-08-31 02:18:08 +00:00
warren%netscape.com 905958c321 Removed nsIBaseStream, nsIBufferInputStream and nsIBufferOutputStream.idl. 2000-08-22 08:19:18 +00:00
jband%netscape.com 2a866e874c added files: mozilla/xpcom/ds/nsStaticNameTable.cpp 2000-08-22 06:05:12 +00:00
scc%mozilla.org a5ad527f39 adding new files to the build to provide |ToNewCString|, |ToNewUnicode|, and |IsASCII| that work on |nsAReadable[C]String|s, as per Vidur's needs in converting the DOM. 2000-08-05 08:26:01 +00:00
scc%mozilla.org e94ee44bff adding new files to the build to provide |ToNewCString|, |ToNewUnicode|, and |IsASCII| that work on |nsAReadable[C]String|s, as per Vidur's needs in converting the DOM. 2000-08-05 07:50:28 +00:00
waterson%netscape.com d1a16798a6 Bug 46702. Move nsFixedSizeAllocator.[h|cpp] to xpcom/ds so that it can be used outside of RDF. 2000-07-29 02:58:10 +00:00
warren%netscape.com d9d9722138 Added nsIErrorService to build. 2000-07-22 05:46:39 +00:00
valeski%netscape.com 76f7cba2d3 a=waterson. adding idl file, part of dougt's checkin. 2000-06-23 23:56:55 +00:00