.. |
Makefile.in
|
Bug 418131 - "Need a way to detect GTK+ version so we don't break users on major update" [p=ventnor.bugzilla@yahoo.com.au (Michael Ventnor) r=bsmedberg sr=dveditz a=blocking-firefox3+]
|
2008-03-14 15:42:35 +00:00 |
nsAgg.h
|
Fix for bug 368774 (Make cycle collector work with refcounted non-XPCOM objects). r=dbaron, sr=sicking.
|
2007-05-24 07:10:02 -07:00 |
nsAllocator.cpp
|
…
|
|
nsAllocator.h
|
…
|
|
nsAutoPtr.h
|
Bug 396369 - "Overload forget method on nsCOMPtr/nsRefPtr to work with out parameters". r=dbaron, sr=bsmedberg, a=damons.
|
2007-11-11 18:56:45 +00:00 |
nsCom.h
|
…
|
|
nsConsoleMessage.cpp
|
Bug 397929 - Convert GetMessage APIs to GetMessageMoz APIs, at the C++ symbol level only (vtables remain the same), to work around brain-dead, idiotic, insane Windows API macros. r=bsmedberg, a=schrep
|
2008-02-12 04:11:08 +00:00 |
nsConsoleMessage.h
|
…
|
|
nsConsoleService.cpp
|
Bug 322169: Clear Private Data does not clear JS Console, patch by Simon B�nzli <zeniko@gmail.com>, r=mconnor, r=darin
|
2006-07-19 12:49:33 +00:00 |
nsConsoleService.h
|
…
|
|
nsCycleCollectionParticipant.cpp
|
Fix for bug 368774 (Make cycle collector work with refcounted non-XPCOM objects). r=dbaron, sr=sicking.
|
2007-05-24 07:10:02 -07:00 |
nsCycleCollectionParticipant.h
|
Fix warning.
|
2007-05-25 03:57:38 -07:00 |
nsCycleCollector.cpp
|
Bug 384942, dump graph on cycle collection fault.
|
2007-06-18 18:29:10 -07:00 |
nsCycleCollector.h
|
Fix for bug 368774 (Make cycle collector work with refcounted non-XPCOM objects). r=dbaron, sr=sicking.
|
2007-05-24 07:10:02 -07:00 |
nsDebugImpl.cpp
|
backing out: switching narrow char system calls to wide char in windows b=418703
|
2008-03-11 22:46:32 +00:00 |
nsDebugImpl.h
|
…
|
|
nsError.h
|
Add an API to access <input type="file"> data. b=371432, r=smontagu (for charset stuff), r+sr=jonas
|
2007-07-25 04:29:49 +00:00 |
nsErrorService.cpp
|
…
|
|
nsErrorService.h
|
…
|
|
nsExceptionService.cpp
|
Bug 394114 Interfaces missing from various QI implementations.
|
2008-04-06 12:28:42 +00:00 |
nsExceptionService.h
|
…
|
|
nsGarbageCollector.c
|
…
|
|
nsIAllocator.h
|
…
|
|
nsIConsoleListener.idl
|
…
|
|
nsIConsoleMessage.idl
|
Bug 397929 - Convert GetMessage APIs to GetMessageMoz APIs, at the C++ symbol level only (vtables remain the same), to work around brain-dead, idiotic, insane Windows API macros. r=bsmedberg, a=schrep
|
2008-02-12 04:11:08 +00:00 |
nsIConsoleService.idl
|
Bug 322169: Clear Private Data does not clear JS Console, patch by Simon B�nzli <zeniko@gmail.com>, r=mconnor, r=darin
|
2006-07-19 12:49:33 +00:00 |
nsIDebug.idl
|
…
|
|
nsIErrorService.idl
|
…
|
|
nsIException.idl
|
Bug 397929 - Convert GetMessage APIs to GetMessageMoz APIs, at the C++ symbol level only (vtables remain the same), to work around brain-dead, idiotic, insane Windows API macros. r=bsmedberg, a=schrep
|
2008-02-12 04:11:08 +00:00 |
nsIExceptionService.idl
|
…
|
|
nsIID.h
|
…
|
|
nsIInterfaceRequestor.idl
|
…
|
|
nsILeakDetector.idl
|
…
|
|
nsIMacUtils.idl
|
Copy'n'paste (340071) and drag'n'drop (340890) between Mozilla app running natively and Mozilla app running under Rosetta translation does not work [properly]. Byte-swap UTF-16 text in private flavors when running under Rosetta. r=josh sr=pink a/1.8.1=me
|
2006-06-15 17:13:59 +00:00 |
nsIMemory.idl
|
…
|
|
nsIMutable.idl
|
…
|
|
nsIProgrammingLanguage.idl
|
Land DOM_AGNOSTIC3_BRANCH, bug 255942. r=a few people, sr=brendan.
|
2006-06-13 03:07:47 +00:00 |
nsISupports.idl
|
…
|
|
nsISupportsBase.h
|
Make HTML content objects use QI tables. Bug 389797, r+sr=jst, a=sicking.
|
2007-08-20 22:55:08 +00:00 |
nsISupportsObsolete.h
|
…
|
|
nsITraceRefcnt.idl
|
…
|
|
nsIUUIDGenerator.idl
|
…
|
|
nsIVersionComparator.idl
|
…
|
|
nsIWeakReference.idl
|
…
|
|
nsInterfaceRequestorAgg.cpp
|
…
|
|
nsInterfaceRequestorAgg.h
|
…
|
|
nsLeakDetector.cpp
|
…
|
|
nsLeakDetector.h
|
…
|
|
nsMacUtilsImpl.cpp
|
Copy'n'paste (340071) and drag'n'drop (340890) between Mozilla app running natively and Mozilla app running under Rosetta translation does not work [properly]. Byte-swap UTF-16 text in private flavors when running under Rosetta. r=josh sr=pink a/1.8.1=me
|
2006-06-15 17:13:59 +00:00 |
nsMacUtilsImpl.h
|
…
|
|
nsMemoryImpl.cpp
|
…
|
|
nsMemoryImpl.h
|
…
|
|
nsStackFrameUnix.cpp
|
Merge nsStackFrameWin and nsStackFrameUnix into nsStackWalk. b=391793 r+a=bsmedberg
|
2007-08-13 19:37:36 +00:00 |
nsStackFrameUnix.h
|
Export a stack walking API (usable from C or C++) from XPCOM. b=374689 r=bsmedberg a=bzbarsky
|
2007-08-10 21:32:49 +00:00 |
nsStackFrameWin.cpp
|
Merge nsStackFrameWin and nsStackFrameUnix into nsStackWalk. b=391793 r+a=bsmedberg
|
2007-08-13 19:37:36 +00:00 |
nsStackFrameWin.h
|
Merge nsStackFrameWin and nsStackFrameUnix into nsStackWalk. b=391793 r+a=bsmedberg
|
2007-08-13 19:37:36 +00:00 |
nsSystemInfo.cpp
|
Bug 418131 - "Need a way to detect GTK+ version so we don't break users on major update" [p=ventnor.bugzilla@yahoo.com.au (Michael Ventnor) r=bsmedberg sr=dveditz a=blocking-firefox3+]
|
2008-03-14 15:42:35 +00:00 |
nsSystemInfo.h
|
fix for bug #341190
|
2006-07-06 06:32:03 +00:00 |
nsTraceRefcntImpl.cpp
|
Make nsTraceRefcnt print addresses along with serial numbers, and fix warning about casting to a function pointer. b=383234 r=peterv
|
2007-06-06 15:05:25 -07:00 |
nsTraceRefcntImpl.h
|
Remove nsTraceRefcnt::LoadLibrarySymbols, which is no longer needed due to the error handling in SymGetModuleInfoEspecial. b=391793 r+a=bsmedberg
|
2007-08-13 19:36:57 +00:00 |
nsUUIDGenerator.cpp
|
Bug 348748 - Replace all instances of NS_STATIC_CAST and friends with C++ casts (and simultaneously bitrot nearly every patch in existence). r=bsmedberg on the script that did this. Tune in next time for Macro Wars: Episode II: Attack on the LL_* Macros.
|
2007-07-08 07:08:56 +00:00 |
nsUUIDGenerator.h
|
Bug 349526: BeOS crashes at startup due to mState buffer overrun, p=tqh <thesuckiestemail@yahoo.se>, r+sr=vlad
|
2007-01-27 05:11:35 +00:00 |
nsVersionComparatorImpl.cpp
|
…
|
|
nsVersionComparatorImpl.h
|
…
|
|
nsWeakPtr.h
|
…
|
|
nscore.h
|
Bug 414063 - "annotate xpidl-generated c++ headers with attributes for scriptable and deprecated methods" [p=Pidgeot18@gmail.com (Joshua Cranmer) r=dbradley a1.9=damons]
|
2008-03-12 11:00:59 +00:00 |
nsrootidl.idl
|
…
|
|
pure.h
|
…
|
|
pure_api.c
|
…
|
|