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
/
glue
History
dougt%netscape.com
8bf05e3815
PL_strcmp to strcmp. 129973. r=dougt, sr=alecf, a=shaver
...
git-svn-id: svn://10.0.0.236/trunk@116340 18797224-902f-48f8-a5cc-f745e15eee43
2002-03-11 20:54:11 +00:00
..
Makefile.in
Adding build SDK support. r=dougt, sr=alecf, submitted by seawood, a=asa
2002-02-25 23:20:01 +00:00
makefile.win
Move nsDebug.* & nsWeakReference.* into xpcom glue lib.
2002-02-08 06:35:15 +00:00
MANIFEST
Update manifest files in attempt to quell mac bustage.
2002-02-08 08:04:34 +00:00
nsComponentManagerUtils.h
remove a bunch of dead code, and remove NS_COM from a bunch of concrete classes that weren't being used previously
2002-02-18 22:57:47 +00:00
nsCOMPtr.cpp
…
nsCOMPtr.h
Change certain AIX ifdefs to AIX_XLC_364 since these ifdefs are only
2002-01-25 15:07:38 +00:00
nsDebug.cpp
PL_strcmp to strcmp. 129973. r=dougt, sr=alecf, a=shaver
2002-03-11 20:54:11 +00:00
nsDebug.h
Fixing bug 120899. Changing the NS_WARN_IF_FALSE() macro so that it can't be mis-used in optimized builds. This change makes the macro not usable in expressions that are supposed to be evaluated in release code since the macro now expands to nothing in non-debug builds. Also eliminate NS_VALIDATE which is equally mis-usable. r=dbaron@fas.harvard.edu, sr=brendan@mozilla.org
2002-01-24 09:20:51 +00:00
nsGenericFactory.cpp
Make generic module support usable by component and plugin developers. This patch removes the dependency on nsHashtable. bug 108233. sr=alecf@netscape.com, sr=jband@netscape.com, a=asa@mozilla.org
2002-03-06 04:22:27 +00:00
nsGenericFactory.h
Make generic module support usable by component and plugin developers. This patch removes the dependency on nsHashtable. bug 108233. sr=alecf@netscape.com, sr=jband@netscape.com, a=asa@mozilla.org
2002-03-06 04:22:27 +00:00
nsID.cpp
…
nsID.h
…
nsIGenericFactory.h
Adding comments to the nsIGenericFactory file. bug 123442. r=gagan@netscape.com, sr=alecf@netscape.com
2002-02-05 01:38:43 +00:00
nsIInterfaceRequestorUtils.h
…
nsISupportsImpl.h
127093. adds nsID.h nsISupportsBase.h nscore.h to sdk. r=seawood, sr=alecf,rpotts, a=shaver
2002-02-27 00:35:06 +00:00
nsISupportsUtils.h
…
nsIWeakReferenceUtils.h
…
nsMemory.cpp
…
nsMemory.h
…
nsQuickSort.cpp
…
nsQuickSort.h
…
nsServiceManagerUtils.h
remove a bunch of dead code, and remove NS_COM from a bunch of concrete classes that weren't being used previously
2002-02-18 22:57:47 +00:00
nsVoidArray.cpp
…
nsVoidArray.h
…
nsWeakReference.cpp
…
nsWeakReference.h
…