dp%netscape.com
|
5e69c59d46
|
Adding assertion to check for improper shutdown of servicemanager. r=chofmann@netscape.com
|
1999-12-08 02:00:30 +00:00 |
|
dp%netscape.com
|
d76755831f
|
NS_RELEASE if there isn't a global service manager
|
1999-11-29 21:02:51 +00:00 |
|
scc%netscape.com
|
829514e2e2
|
Added |do_GetService| of a specific service manager as opposed to the global one. Fixed the appropriate macro accordingly. Please note: travis will be supporting this change until I'm back online in Michigan. r=dp.
|
1999-11-23 05:55:33 +00:00 |
|
scc%netscape.com
|
e46756059d
|
Added |do_CreateInstance()|, |do_GetService()| both by CID and ProgID. See bugs #17364, #17448. r={travis, dp}
|
1999-11-10 00:14:54 +00:00 |
|
dmose%mozilla.org
|
142ac52eaf
|
updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org
|
1999-11-06 03:43:54 +00:00 |
|
dp%netscape.com
|
5bc4da0375
|
Deny GetService() requests which cause Creation of new objects on
shutdown. r=jband, r=ScottPutterman
|
1999-11-03 05:38:45 +00:00 |
|
kipp%netscape.com
|
a1f617e75c
|
Fixed bug in ReleaseServcie that was recreating the service manager during shutdown
|
1999-09-30 21:40:27 +00:00 |
|
warren%netscape.com
|
c08e644f40
|
fixed ReleaseService and UnregisterService to work during shutdown
|
1999-09-20 20:54:09 +00:00 |
|
dp%netscape.com
|
d0ccf9a6eb
|
Ability for XPCOM to use non-default component registry and component directory
|
1999-09-16 19:28:57 +00:00 |
|
warren%netscape.com
|
d3999bb61a
|
Don't hold the service manager lock around CreateInstance -- deadlock potential.
|
1999-09-14 04:50:48 +00:00 |
|
waterson%netscape.com
|
c1c6e5faeb
|
Create a monitor as a member variable instead of using cached monitor.
|
1999-09-02 04:12:08 +00:00 |
|
scc%netscape.com
|
68340a37ef
|
got rid of |NS_IMPL_ISUPPORTS|, where possible, in favor of |NS_IMPL_ISUPPORTS0| or ...1 according to the specific use; got rid of |NS_DEFINE_IID| where possible, or where it should have been |NS_DEFINE_CID|; fixed bad implementations of |QueryInterface|, where possible. Built, tested apprunner, reviewed the changes with hyatt (since he was around to look) before checking in
|
1999-08-23 10:14:16 +00:00 |
|
dp%netscape.com
|
a5018908e2
|
Calling shutdown listeners on XPCOM Shutdown. Fix bug #11790
|
1999-08-14 21:32:29 +00:00 |
|
shaver%netscape.com
|
38f90b75e4
|
defend against NULL GlobalServiceManager
|
1999-08-11 04:08:44 +00:00 |
|
dp%netscape.com
|
3ef823214e
|
Fixed typo.
|
1999-08-05 12:58:04 +00:00 |
|
dp%netscape.com
|
7e2f23ac4e
|
Adding consistency checks on ReleaseService.
|
1999-08-04 09:36:12 +00:00 |
|
dp%netscape.com
|
345a893929
|
- Removed calling FreeLibraries()
- ReleaseService() wont delete anymore
- Made ReleaseService() and UnregisterService() simpler
- Shutdown releated Assertion removal.
|
1999-08-03 00:53:55 +00:00 |
|
warren%netscape.com
|
9b00e5191d
|
Fixed leak in nsObserverList. Used nsObjectHashtable in service mgr implementation.
|
1999-07-30 07:58:55 +00:00 |
|
bruce%cybersight.com
|
442b3d4f6e
|
Remove local shadowing of variable.
|
1999-05-28 05:29:26 +00:00 |
|
dp%netscape.com
|
94344009c8
|
Landing xpcom20/21 branch.
|
1999-05-26 01:38:36 +00:00 |
|
warren%netscape.com
|
dbb21cf3e6
|
Added size argument to Free and Realloc (for implementations that can't determine the memory block's size. Needed for nsPageMgr. Hooked allocator up to xpcom initialization.
|
1999-04-30 22:54:28 +00:00 |
|
dp%netscape.com
|
11e97a3f9f
|
Returning servicemanager from NS_InitXPCOM()
|
1999-04-05 04:32:08 +00:00 |
|
warren%netscape.com
|
12179cbf41
|
Added progID versions of methods to nsServiceManager (the static interface).
|
1999-04-02 05:17:42 +00:00 |
|
dp%netscape.com
|
b034a8fa51
|
More threadsafeness.
|
1999-04-01 06:45:50 +00:00 |
|
warren%netscape.com
|
895cbeb457
|
Added ShutdownGlobalServiceManager
|
1999-03-27 02:22:33 +00:00 |
|
ftang%netscape.com
|
5fc6e9fb4c
|
take out wrong assertion, we should do QueryInterface to both entry->mService and service with the sand IID and them compare them . approved by warren
|
1999-03-26 00:49:06 +00:00 |
|
warren%netscape.com
|
fc4196f07a
|
Added ProgID versions of RegisterService and UnregisterService.
|
1999-03-24 00:40:29 +00:00 |
|
dp%netscape.com
|
b900869c23
|
InitXPCOM() : For a defined initialization sequence of xpcom global objects and components.
|
1999-03-23 23:28:32 +00:00 |
|
warren%netscape.com
|
15c5137cf6
|
Added progID version of GetService. Fixed up nsService to not be a template.
|
1999-03-10 22:53:17 +00:00 |
|
warren%netscape.com
|
4b2d56fbaa
|
nsRepository -> nsIComponentManager changes.
|
1999-03-09 09:44:27 +00:00 |
|
warren%netscape.com
|
e14885b342
|
Added nsIAllocator and implementation. Made service manager services sticky'.
|
1999-01-27 02:02:22 +00:00 |
|
sudu%netscape.com
|
c94385ee94
|
OJI MozClassic to raptor merge
|
1999-01-25 08:05:00 +00:00 |
|
rpotts%netscape.com
|
8878cbd2b4
|
bug #2227 - NSPR is not being implicitly initialized when PR_CEnterMonitor() is called. This hack should be removed when NSPR is fixed.
|
1999-01-08 00:38:56 +00:00 |
|
warren%netscape.com
|
0580a8e5c4
|
Networking changes: Reworked nsIURL, adding setters, factoring Open. Unsigned arguments for nsIStreamListener.
|
1998-12-16 05:40:20 +00:00 |
|
warren%netscape.com
|
71e9f3f5ea
|
Changed NSServiceManager to nsServiceManager.
|
1998-09-01 00:17:47 +00:00 |
|
warren%netscape.com
|
9b1d14ae7e
|
Added class ID to OnShutdown.
|
1998-08-28 21:47:44 +00:00 |
|
warren%netscape.com
|
6587ecb0af
|
Added service manager mechanism.
|
1998-08-28 21:28:35 +00:00 |
|
warren%netscape.com
|
dff0de499c
|
Added service manager mechanism.
|
1998-08-28 21:25:34 +00:00 |
|