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
joshmoz%gmail.com
a124bbcf35
Since some platforms do string operations within local file ::Load, we shouldn't declare that objects being created/destroyed from static ctor/dtor is not legal throughout the entire ::Load function. That only needs to be true around the actual PR_LoadLibrary calls. Fixing this stops the ridiculous amount of warning output that we get from every debug mac build. Also removing unused old mac local file impls. b=326837 r=bsmedberg
...
git-svn-id: svn://10.0.0.236/trunk@215283 18797224-902f-48f8-a5cc-f745e15eee43
2006-11-14 22:06:00 +00:00
..
Makefile.in
Bug 315598 Allow more than one global redirect observer, using the
2006-02-22 14:07:21 +00:00
nsCategoryCache.cpp
…
nsCategoryCache.h
…
nsCategoryManager.cpp
…
nsCategoryManager.h
…
nsCategoryManagerUtils.h
…
nsComponentManager.cpp
…
nsComponentManager.h
…
nsICategoryManager.idl
Bug 236613: change to MPL/LGPL/GPL tri-license.
2004-04-18 14:21:17 +00:00
nsIClassInfo.idl
…
nsIComponentManager.idl
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
nsIComponentManagerObsolete.idl
…
nsIComponentRegistrar.idl
…
nsIFactory.idl
…
nsIModule.idl
Bug 106386 Correct misspellings in source code
2005-11-25 19:48:04 +00:00
nsIModuleLoader.idl
…
nsIServiceManager.idl
…
nsIServiceManagerObsolete.h
…
nsModule.h
…
nsNativeComponentLoader.cpp
Since some platforms do string operations within local file ::Load, we shouldn't declare that objects being created/destroyed from static ctor/dtor is not legal throughout the entire ::Load function. That only needs to be true around the actual PR_LoadLibrary calls. Fixing this stops the ridiculous amount of warning output that we get from every debug mac build. Also removing unused old mac local file impls. b=326837 r=bsmedberg
2006-11-14 22:06:00 +00:00
nsNativeComponentLoader.h
…
nsObsoleteModuleLoading.h
…
nsServiceManagerObsolete.cpp
…
nsStaticComponentLoader.cpp
…
nsStaticComponentLoader.h
…