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
/
base
History
benjamin%smedbergs.us
29f4002425
Bug 326981 - build broken on BeOS from bug 325229, patch by Doug Shelton <doug@sheltonfamily.org> r=me
...
git-svn-id: svn://10.0.0.236/trunk@189824 18797224-902f-48f8-a5cc-f745e15eee43
2006-02-13 16:19:31 +00:00
..
Makefile.in
…
nsAgg.h
…
nsAllocator.cpp
…
nsAllocator.h
…
nsAutoPtr.h
Follow-up to bug 316782. Prevent "copy-construction" of nsAutoPtr through |nsAutoPtr::operator T*() const| chained with constructor |nsAutoPtr(T*)| by adding an extra implicit conversion through a helper class. r=dbaron, r=darin
2006-01-21 11:39:22 +00:00
nsCom.h
…
nsConsoleMessage.cpp
…
nsConsoleMessage.h
…
nsConsoleService.cpp
…
nsConsoleService.h
…
nscore.h
Bug 325229 part 1 - standalone glue registers exit routine which is called after module unload; also fixes bug 317481 - C API for nsTraceRefcnt; also fixes bug 318622 - Make nsTraceRefcntImpl::SetActivityIsLegal work properly and turn it on; design review by dbaron, r=darin
2006-02-10 15:00:36 +00:00
nsDebugImpl.cpp
Bug 326981 - build broken on BeOS from bug 325229, patch by Doug Shelton <doug@sheltonfamily.org> r=me
2006-02-13 16:19:31 +00:00
nsDebugImpl.h
Bug 325229 part 1 - standalone glue registers exit routine which is called after module unload; also fixes bug 317481 - C API for nsTraceRefcnt; also fixes bug 318622 - Make nsTraceRefcntImpl::SetActivityIsLegal work properly and turn it on; design review by dbaron, r=darin
2006-02-10 15:00:36 +00:00
nsError.h
Bug 319999 - XPCOM Shutdown: xpcom-shutdown-threads notification and cleanup of event queues before component manager shutdown, r=darin
2006-01-17 15:41:40 +00:00
nsErrorService.cpp
…
nsErrorService.h
…
nsExceptionService.cpp
…
nsExceptionService.h
…
nsGarbageCollector.c
…
nsIAllocator.h
…
nsIConsoleListener.idl
…
nsIConsoleMessage.idl
…
nsIConsoleService.idl
…
nsIDebug.idl
Bug 325229 part 1 - standalone glue registers exit routine which is called after module unload; also fixes bug 317481 - C API for nsTraceRefcnt; also fixes bug 318622 - Make nsTraceRefcntImpl::SetActivityIsLegal work properly and turn it on; design review by dbaron, r=darin
2006-02-10 15:00:36 +00:00
nsIErrorService.idl
…
nsIException.idl
…
nsIExceptionService.idl
…
nsIID.h
…
nsIInterfaceRequestor.idl
…
nsILeakDetector.idl
…
nsIMemory.idl
…
nsInterfaceRequestorAgg.cpp
…
nsInterfaceRequestorAgg.h
…
nsIProgrammingLanguage.idl
…
nsISupports.idl
…
nsISupportsBase.h
Bug 325229 part 1 - standalone glue registers exit routine which is called after module unload; also fixes bug 317481 - C API for nsTraceRefcnt; also fixes bug 318622 - Make nsTraceRefcntImpl::SetActivityIsLegal work properly and turn it on; design review by dbaron, r=darin
2006-02-10 15:00:36 +00:00
nsISupportsObsolete.h
…
nsISystemInfo.idl
…
nsITraceRefcnt.idl
Bug 325229 part 1 - standalone glue registers exit routine which is called after module unload; also fixes bug 317481 - C API for nsTraceRefcnt; also fixes bug 318622 - Make nsTraceRefcntImpl::SetActivityIsLegal work properly and turn it on; design review by dbaron, r=darin
2006-02-10 15:00:36 +00:00
nsIUUIDGenerator.idl
…
nsIVersionComparator.idl
…
nsIWeakReference.idl
…
nsLeakDetector.cpp
…
nsLeakDetector.h
…
nsMemoryImpl.cpp
fixes bug 322908 "ASSERTION: NS_Alloc of size 0: 'size'" r=bsmedberg
2006-01-10 20:39:35 +00:00
nsMemoryImpl.h
…
nsrootidl.idl
…
nsStackFrameUnix.cpp
Use __builtin_frame_address instead of setjmp to get the frame pointer for Linux stack traces, plus a little other cleanup. r=caillon sr=shaver b=323853
2006-02-09 23:03:49 +00:00
nsStackFrameUnix.h
…
nsStackFrameWin.cpp
Bug 325229 part 1 - standalone glue registers exit routine which is called after module unload; also fixes bug 317481 - C API for nsTraceRefcnt; also fixes bug 318622 - Make nsTraceRefcntImpl::SetActivityIsLegal work properly and turn it on; design review by dbaron, r=darin
2006-02-10 15:00:36 +00:00
nsStackFrameWin.h
…
nsTraceRefcntImpl.cpp
Bug 325229 followup: only dump refcnt statistics if logging has been initialized
2006-02-10 16:19:13 +00:00
nsTraceRefcntImpl.h
Bug 325229 part 1 - standalone glue registers exit routine which is called after module unload; also fixes bug 317481 - C API for nsTraceRefcnt; also fixes bug 318622 - Make nsTraceRefcntImpl::SetActivityIsLegal work properly and turn it on; design review by dbaron, r=darin
2006-02-10 15:00:36 +00:00
nsUUIDGenerator.cpp
windows sdk missing include fix
2005-11-21 21:32:36 +00:00
nsUUIDGenerator.h
…
nsVersionComparatorImpl.cpp
…
nsVersionComparatorImpl.h
…
nsWeakPtr.h
…
pure_api.c
…
pure.h
…