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
dmose%mozilla.org
185aabb68c
add debugging frobs to XP_UNIX platforms. setenv XPCOM_DEBUG_BREAK to make NS_ASSERTION have other behaviors, like dumping the stack to stderr or sending SIGSTOP to the pgrp to allow attaching with gdb for race condition debugging. r=bryner@netscape.com, a=brendan@mozilla.org.
...
git-svn-id: svn://10.0.0.236/trunk@76317 18797224-902f-48f8-a5cc-f745e15eee43
2000-08-14 23:09:39 +00:00
..
nsComponentManagerUtils.h
remove useless nsIModule paste (
#22922
), add debug() for JS components, use categories for component loaders, XPCONNECT_STANDALONE (
#39875
), r=dp,waterson a=brendan
2000-05-26 04:56:23 +00:00
nsCOMPtr.cpp
Improved logging facilities on |nsCOMPtr| in cooperation with dbaron, for his new logging tools. r=dbaron
2000-06-08 04:52:39 +00:00
nsCOMPtr.h
Workaround for long-standing AIX bustage
2000-07-28 08:11:51 +00:00
nsDebug.cpp
add debugging frobs to XP_UNIX platforms. setenv XPCOM_DEBUG_BREAK to make NS_ASSERTION have other behaviors, like dumping the stack to stderr or sending SIGSTOP to the pgrp to allow attaching with gdb for race condition debugging. r=bryner@netscape.com, a=brendan@mozilla.org.
2000-08-14 23:09:39 +00:00
nsDebug.h
…
nsGenericFactory.cpp
Bump up the intial hash table size in a bunch of places to avoid resizing the hash later. r=scc
2000-03-22 02:43:48 +00:00
nsGenericFactory.h
…
nsID.cpp
…
nsID.h
…
nsIGenericFactory.h
…
nsISupportsUtils.h
Fixed NS_ENSURE_ARG_MAX macro (a typo), it did not even compile if you tried to use it.
2000-06-13 08:36:06 +00:00
nsQuickSort.cpp
…
nsQuickSort.h
…
nsVoidArray.cpp
…
nsVoidArray.h
…
nsWeakReference.cpp
…
nsWeakReference.h
…