This website requires JavaScript.
Explore
Help
Sign In
Bommels05
/
Mozilla
Watch
1
Star
0
Fork
0
You've already forked Mozilla
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Mozilla
/
mozilla
/
xpcom
/
components
History
cbiesinger%web.de
2070383715
remove unnecessary semicolon which breaks the build for some gcc versions.
...
no bug, rs=bsmedberg git-svn-id: svn://10.0.0.236/trunk@148840 18797224-902f-48f8-a5cc-f745e15eee43
2003-11-04 20:51:08 +00:00
..
Makefile.in
Fix static build bustage from bug 223084 - r=bryner Sorry about that!
2003-10-31 20:50:22 +00:00
nsCategoryManager.cpp
Fix build on gcc 3.4 by removing extra semicolons (bug 218551). r/sr=dbaron, a=brendan.
2003-09-08 00:31:50 +00:00
nsCategoryManager.h
Bug 193031 fix category manager to use aPersist parameter. Bug 54639 Category Manager is not thread-safe. Bug 208437 separate threadsafe nsBaseHashtable into super-class nsBaseHashtableMT. r=dougt/alecf I know Sun Workshop builds are still broken... working on it.
2003-06-18 11:26:27 +00:00
nsCategoryManagerUtils.h
…
nsComponentManager.cpp
Followup on bug 223084, fix bustage of static builds. Pass a null nsIFile* to the static component loader during autoregistration.
2003-11-01 14:46:08 +00:00
nsComponentManager.h
Fix static build bustage from bug 223084 - r=bryner Sorry about that!
2003-10-31 20:50:22 +00:00
nsComponentManagerObsolete.cpp
…
nsComponentManagerObsolete.h
…
nsComponentManagerUtils.h
…
nsICategoryManager.idl
Bug 193031 fix category manager to use aPersist parameter. Bug 54639 Category Manager is not thread-safe. Bug 208437 separate threadsafe nsBaseHashtable into super-class nsBaseHashtableMT. r=dougt/alecf I know Sun Workshop builds are still broken... working on it.
2003-06-18 11:26:27 +00:00
nsIClassInfo.idl
…
nsIComponentLoader.idl
…
nsIComponentLoaderManager.idl
…
nsIComponentManager.idl
…
nsIComponentManagerObsolete.idl
…
nsIComponentManagerUtils.h
…
nsIComponentRegistrar.idl
…
nsIFactory.idl
…
nsIModule.idl
…
nsINativeComponentLoader.idl
…
nsIServiceManager.idl
…
nsIServiceManagerObsolete.h
…
nsIServiceManagerUtils.h
…
nsNativeComponentLoader.cpp
Fix build on gcc 3.4 by removing extra semicolons (bug 218551). r/sr=dbaron, a=brendan.
2003-09-08 00:31:50 +00:00
nsNativeComponentLoader.h
…
nsObsoleteModuleLoading.h
…
nsServiceManagerObsolete.cpp
…
nsStaticComponent.h
remove unnecessary semicolon which breaks the build for some gcc versions.
2003-11-04 20:51:08 +00:00
nsStaticComponentLoader.cpp
fixes bug 224505 "slight static component loader cleanup" r=bsmedberg sr=dougt
2003-11-03 05:31:14 +00:00
xcDll.cpp
Fix for 205023. Adds nsTraceRefcnt stubs that access a global to allow tracing refcnt to work with the GRE/xpcom glue builds. r=dbaron
2003-08-05 05:29:10 +00:00
xcDll.h
…