gecko-dev/xpcom/base
Vladimir Vukicevic 9d6a2f9408 split out declarations to work around MSVC bug 2010-04-20 14:44:39 -07:00
..
FunctionTimer.cpp b=480735; add infrastructure for simple timeline logging; r=bsmedberg 2010-04-20 00:04:42 -07:00
FunctionTimer.h split out declarations to work around MSVC bug 2010-04-20 14:44:39 -07:00
Makefile.in b=480735; add infrastructure for simple timeline logging; r=bsmedberg 2010-04-20 00:04:42 -07:00
nsAgg.h Backed out changeset 0c8d4f846be8 (Fix for bug 475737 (Windows stay alive too long because nsJSContext doesn't unlink correctly).) to try to fix Tshutdown regression. 2009-05-16 16:16:55 +02:00
nsAllocator.h
nsAutoPtr.h Bug 534425. Part 3: Make nsRefPtr be more lenient about initializing from an already_AddRefed. r=bsmedberg 2010-03-01 20:56:18 +13:00
nsAutoRef.h b=461087 provide templates for automatically-releasing handles to foreign resources, r=bsmedberg 2008-11-06 11:13:37 +13:00
nsCom.h
nsConsoleMessage.cpp
nsConsoleMessage.h
nsConsoleService.cpp Bug 485782 - get rid of nsSupportsArray; r=sicking, sr=bsmedberg 2009-04-14 10:02:58 +02:00
nsConsoleService.h
nsCycleCollector.cpp Bug 549743: Abort if cycle collected object is refcounted from threads other than the main thread. Such refcounting will randomly cause leaks and crashes anyway, so better crash up front to make sure developers notice. r=dbaron 2010-03-02 16:04:34 -08:00
nsCycleCollector.h Notify JS_CommenceRuntimeShutdown from CycleCollector (511522, r=graydon). 2009-08-19 15:13:02 -07:00
nsDebugImpl.cpp Bug 557559: Handle enum value NS_ASSERT_UNINITIALIZED in switch statement, to fix build warning. r=bsmedberg 2010-04-08 12:26:29 -07:00
nsDebugImpl.h Expose the number of assertions since process start from XPCOM. (Bug 472557) r=bsmedberg 2009-01-08 13:50:21 -08:00
nsError.h Backed out changeset 4c88c8839a46 due to redness 2009-12-17 22:34:52 -08:00
nsErrorService.cpp Bug 484309 fixing more allocator mismatches r+sr=bsmedberg 2009-04-11 17:33:52 +01:00
nsErrorService.h
nsExceptionService.cpp
nsExceptionService.h Bug 474369 - get rid of nsVoidArray, xpcom part; r=bsmedberg 2009-04-03 18:43:08 +02:00
nsIAllocator.h
nsIConsoleListener.idl
nsIConsoleMessage.idl
nsIConsoleService.idl
nsIDebug.idl Bug 507604 undeprecate the scriptable nsIDebug interface 2009-08-26 18:28:11 +02:00
nsIDebug2.idl Only run assertion checks in DEBUG builds. (Bug 472557) r=Waldo,bsmedberg 2009-01-13 11:50:40 -08:00
nsIErrorService.idl
nsIException.idl
nsIExceptionService.idl
nsIID.h
nsIInterfaceRequestor.idl
nsIMacUtils.idl
nsIMemory.idl
nsIMemoryReporter.idl Bug 526635: Interfaces changed on the 1.9.2 branch with no IID rev. r=enn, r=vlad, r=josh, r=mak77, r=ted, r=roc 2009-11-06 11:31:22 -08:00
nsIMutable.idl
nsIProgrammingLanguage.idl
nsISupports.idl
nsISupportsBase.h
nsISupportsObsolete.h
nsITraceRefcnt.idl
nsIUUIDGenerator.idl
nsIVersionComparator.idl Bug 473236 - Remove executable bit from files that don't need it. (Only changes file mode -- no code changes.) r=bsmedberg 2009-01-21 22:55:08 -08:00
nsIWeakReference.idl
nsInterfaceRequestorAgg.cpp
nsInterfaceRequestorAgg.h Bug 458167 - (comments-only changes) Grammar Nazi Vol1: s/it's/its/ for the posessive version of the word, and a few other misc comment-typos, in these directories: accessible browser config profile rdf toolkit tools xpcom xpfe 2008-10-01 23:49:45 -07:00
nsMacUtilsImpl.cpp
nsMacUtilsImpl.h
nsMemoryImpl.cpp Bug 550198 nsMemoryImpl::FlushMemory returns rv uninitialized if !aImmediate and PR_IntervalToMicroseconds(now - sLastFlushTime) <= 1000 2010-03-12 07:50:11 +01:00
nsMemoryImpl.h Bug 475595 - IsLowMemory cleanup. Enables predicate on WINCE. Removes memory flusher thread. r=vlad 2009-09-14 20:11:30 -07:00
nsMemoryReporterManager.cpp Bug 534848 enable about:memory for Solaris r=vlad 2009-12-16 19:23:17 +08:00
nsMemoryReporterManager.h
nsObjCExceptions.h Make Objective-C exceptions non-fatal by default on Mac OS X. b=486574 r=roc sr=bz 2009-05-20 11:53:24 -04:00
nsStackWalk.cpp Bug 475229 - xpcom/base/nsStackWalk support for Windows x64. r=benjamin 2009-03-22 12:53:47 +09:00
nsStackWalk.h Bug 475229 - xpcom/base/nsStackWalk support for Windows x64. r=benjamin 2009-03-22 12:53:47 +09:00
nsSystemInfo.cpp Bug 543976 - Clean up Maemo defines. r=ted 2010-02-09 11:02:11 -08:00
nsSystemInfo.h Bug 525245 - system-info should expose hardware specs to JS consumers, r=bsmedberg 2009-11-04 15:41:37 +01:00
nsTraceRefcntImpl.cpp Bug 516515 - Don't initialize XPCOM in plugin processes, r=cjones 2010-02-03 17:17:09 -05:00
nsTraceRefcntImpl.h Bug 448934 – |nsTraceRefcnt::DumpStatistics()| write number of entries in the "middle" of the array 2008-08-03 23:39:04 +02:00
nsUUIDGenerator.cpp b=477727; remove CoCreateGuid usage on WinCE; r+sr=stuart 2009-02-10 15:10:07 -08:00
nsUUIDGenerator.h b=477727; remove CoCreateGuid usage on WinCE; r+sr=stuart 2009-02-10 15:10:07 -08:00
nsVersionComparatorImpl.cpp Bug 473236 - Remove executable bit from files that don't need it. (Only changes file mode -- no code changes.) r=bsmedberg 2009-01-21 22:55:08 -08:00
nsVersionComparatorImpl.h Bug 473236 - Remove executable bit from files that don't need it. (Only changes file mode -- no code changes.) r=bsmedberg 2009-01-21 22:55:08 -08:00
nsWeakPtr.h
nscore.h Bug 557060: Interpose _Throw() on MSVC and centralize pseudo-throw code in mozalloc. r=ehsan sr=bsmedberg 2010-04-20 15:12:02 -05:00
nsrootidl.idl
pure.h
pure_api.c