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
shaver%netscape.com
845c94e8fb
add componentType to nsIModule::RegisterSelf
...
git-svn-id: svn://10.0.0.236/trunk@48763 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-22 03:18:27 +00:00
..
nsComponentManagerUtils.h
add componentType to nsIModule::RegisterSelf
1999-09-22 03:18:27 +00:00
nsCOMPtr.cpp
renamed to QueryReferent, do_QueryReferent, etc.
1999-08-13 23:00:58 +00:00
nsCOMPtr.h
some small documentation changes, plus removed a function that was otherwise unused, and was confusing Solaris.
1999-08-26 10:45:50 +00:00
nsDebug.cpp
Print all warning messages on stdout, not just assertions
1999-09-07 19:15:10 +00:00
nsDebug.h
…
nsGenericFactory.cpp
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
nsGenericFactory.h
…
nsID.cpp
fixed mismatched free issues with nsID::ToString
1999-09-20 20:52:12 +00:00
nsID.h
put back <string.h> until we find all the uses =(
1999-09-06 21:22:36 +00:00
nsIGenericFactory.h
fix this macro that no one is using so that I can use it in my factory in xpconnect
1999-07-31 00:14:55 +00:00
nsISupportsUtils.h
add new query_interface4 and query_interfac5 (hey, I needed it!)
1999-09-13 23:23:20 +00:00
nsQuickSort.cpp
fix signed/unsigned issues
1999-06-27 06:18:41 +00:00
nsQuickSort.h
…
nsVoidArray.cpp
Reworked sizeof api's to be much more useful; updated implementations to match
1999-08-31 03:04:37 +00:00
nsVoidArray.h
Reworked sizeof api's to be much more useful; updated implementations to match
1999-08-31 03:04:37 +00:00
nsWeakReference.cpp
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
nsWeakReference.h
Made a protected method for severing weak references early
1999-09-21 20:20:04 +00:00