.. |
Makefile.in
|
Bug 412320 - Try code-generation for QI impls, r=roc+luser
|
2008-01-25 09:14:48 -08:00 |
nsArray.cpp
|
Part 2 of the fix for bug 413281 (Firefox leaks when Yahoo Toolbar is installed). r/sr=sicking.
|
2008-02-07 03:37:18 -08:00 |
nsArray.h
|
Part 2 of the fix for bug 413281 (Firefox leaks when Yahoo Toolbar is installed). r/sr=sicking.
|
2008-02-07 03:37:18 -08:00 |
nsAtomService.cpp
|
|
|
nsAtomService.h
|
|
|
nsAtomTable.cpp
|
Bug 412320 - Try code-generation for QI impls, r=roc+luser
|
2008-01-25 09:14:48 -08:00 |
nsAtomTable.h
|
Fixing bug 377360. Fix atom table crash due to invalid UTF data in atoms. r=jonas@sicking.cc, sr=peterv@propagandism.org
|
2007-07-11 13:46:43 -07:00 |
nsByteBuffer.cpp
|
Bug 412320 - Try code-generation for QI impls, r=roc+luser
|
2008-01-25 09:14:48 -08:00 |
nsByteBuffer.h
|
|
|
nsCheapSets.cpp
|
|
|
nsCheapSets.h
|
|
|
nsCppSharedAllocator.h
|
Bug 348748 - Cleanup from the handful of patches which have landed since the initial landing that have readded cast macros; I intend to remove the rest of the instances Very Soon, all but certainly before the M8 freeze, so the macro definitions can be removed, again all but certainly before the M8 freeze, if people are okay with them being removed. Still r=bsmedberg, a=no-functionality-change
|
2007-09-04 23:41:35 -07:00 |
nsCRT.cpp
|
Bug 415262 - "Make general use of new NSPR rotate macros" [p=swsnyder@insightbb.com (Steve Snyder) r=wtc sr=dbaron a=blocking1.9+]
|
2008-02-13 03:34:46 -08:00 |
nsCRT.h
|
Fixing bug 377360. Fix atom table crash due to invalid UTF data in atoms. r=jonas@sicking.cc, sr=peterv@propagandism.org
|
2007-07-11 13:46:43 -07:00 |
nsDoubleHashtable.h
|
Followup to bug 348748 to fix the alignment of trailing backslashes in macros
|
2007-07-11 01:46:44 -07:00 |
nsExpirationTracker.h
|
Bug 392873. Add debugging code to help track down a crash in the bfcache-expiry code. r+sr=bzbarsky,a=damon
|
2007-09-30 14:34:56 -07:00 |
nsFixedSizeAllocator.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 00:08:04 -07:00 |
nsFixedSizeAllocator.h
|
|
|
nsHashPropertyBag.cpp
|
Bug 412320 - Try code-generation for QI impls, r=roc+luser
|
2008-01-25 09:14:48 -08:00 |
nsHashPropertyBag.h
|
Bug 412320 - Try code-generation for QI impls, r=roc+luser
|
2008-01-25 09:14:48 -08:00 |
nsHashSets.cpp
|
|
|
nsHashSets.h
|
|
|
nsHashtable.cpp
|
Bug 398435 - "PRBool misuse bugs in xpcom/" [p=taras r=bsmedberg a1.9=sayrer]
|
2007-10-19 16:26:52 -07:00 |
nsHashtable.h
|
|
|
nsIArray.idl
|
|
|
nsIAtom.idl
|
|
|
nsIAtomService.idl
|
|
|
nsIByteBuffer.h
|
Bug 412320 - Try code-generation for QI impls, r=roc+luser
|
2008-01-25 09:14:48 -08:00 |
nsICollection.idl
|
|
|
nsIEnumerator.idl
|
|
|
nsIHashable.idl
|
Bug 392977 - Freeze nsIHashable for 1.9, r=dbaron
|
2007-10-02 12:16:30 -07:00 |
nsIINIParser.idl
|
|
|
nsIMutableArray.idl
|
|
|
nsINIParserImpl.cpp
|
Bug 412320 - Try code-generation for QI impls, r=roc+luser
|
2008-01-25 09:14:48 -08:00 |
nsINIParserImpl.h
|
Bug 412320 - Try code-generation for QI impls, r=roc+luser
|
2008-01-25 09:14:48 -08:00 |
nsInt64.h
|
|
|
nsIObserver.idl
|
|
|
nsIObserverService.idl
|
|
|
nsIPersistentProperties2.idl
|
|
|
nsIPersistentProperties.h
|
|
|
nsIProperties.idl
|
|
|
nsIProperty.idl
|
|
|
nsIPropertyBag2.idl
|
|
|
nsIPropertyBag.idl
|
|
|
nsIRecyclingAllocator.idl
|
|
|
nsISerializable.idl
|
|
|
nsISimpleEnumerator.idl
|
|
|
nsIStringEnumerator.idl
|
|
|
nsISupportsArray.idl
|
|
|
nsISupportsIterators.idl
|
|
|
nsISupportsPrimitives.idl
|
|
|
nsITimelineService.idl
|
|
|
nsIUnicharBuffer.h
|
Bug 412320 - Try code-generation for QI impls, r=roc+luser
|
2008-01-25 09:14:48 -08:00 |
nsIVariant.idl
|
|
|
nsIWindowsRegKey.idl
|
|
|
nsIWritablePropertyBag2.idl
|
|
|
nsIWritablePropertyBag.idl
|
|
|
nsManifestLineReader.h
|
|
|
nsMathUtils.h
|
|
|
nsObserverList.cpp
|
Bug 412320 - Try code-generation for QI impls, r=roc+luser
|
2008-01-25 09:14:48 -08:00 |
nsObserverList.h
|
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 00:08:04 -07:00 |
nsObserverService.cpp
|
|
|
nsObserverService.h
|
|
|
nsPersistentProperties.cpp
|
Bug 412320 - Try code-generation for QI impls, r=roc+luser
|
2008-01-25 09:14:48 -08:00 |
nsPersistentProperties.h
|
|
|
nsProperties.cpp
|
|
|
nsProperties.h
|
|
|
nsRecyclingAllocator.cpp
|
|
|
nsRecyclingAllocator.h
|
|
|
nsStaticAtom.h
|
Bug 412320 - Try code-generation for QI impls, r=roc+luser
|
2008-01-25 09:14:48 -08:00 |
nsStaticNameTable.cpp
|
Bug 415262 - "Make general use of new NSPR rotate macros" [p=swsnyder@insightbb.com (Steve Snyder) r=wtc sr=dbaron a=blocking1.9+]
|
2008-02-13 03:34:46 -08:00 |
nsStaticNameTable.h
|
|
|
nsStringEnumerator.cpp
|
Bug 412320 - Try code-generation for QI impls, r=roc+luser
|
2008-01-25 09:14:48 -08:00 |
nsStringEnumerator.h
|
Bug 412320 - Try code-generation for QI impls, r=roc+luser
|
2008-01-25 09:14:48 -08:00 |
nsSupportsArray.cpp
|
Bug 412320 - Try code-generation for QI impls, r=roc+luser
|
2008-01-25 09:14:48 -08:00 |
nsSupportsArray.h
|
Bug 412320 - Try code-generation for QI impls, r=roc+luser
|
2008-01-25 09:14:48 -08:00 |
nsSupportsArrayEnumerator.cpp
|
Bug 412320 - Try code-generation for QI impls, r=roc+luser
|
2008-01-25 09:14:48 -08:00 |
nsSupportsArrayEnumerator.h
|
|
|
nsSupportsPrimitives.cpp
|
Bug 412320 - Try code-generation for QI impls, r=roc+luser
|
2008-01-25 09:14:48 -08:00 |
nsSupportsPrimitives.h
|
|
|
nsTime.h
|
|
|
nsTimelineService.cpp
|
|
|
nsTimelineService.h
|
|
|
nsUnicharBuffer.cpp
|
Bug 412320 - Try code-generation for QI impls, r=roc+luser
|
2008-01-25 09:14:48 -08:00 |
nsUnicharBuffer.h
|
|
|
nsVariant.cpp
|
Bug 412320 - Try code-generation for QI impls, r=roc+luser
|
2008-01-25 09:14:48 -08:00 |
nsVariant.h
|
Bug 386025 - Expose cycle-collection symbols, r=graydon
|
2007-08-06 07:34:02 -07:00 |
nsWhitespaceTokenizer.h
|
Bug 389508: Implement Cross site XMLHttpRequest. r=jst sr=dveditz,biesi
|
2007-07-26 15:20:29 -07:00 |
nsWindowsRegKey.cpp
|
|
|
nsWindowsRegKey.h
|
|
|
xpcomds.gqi
|
Part 2 of the fix for bug 413281 (Firefox leaks when Yahoo Toolbar is installed). r/sr=sicking.
|
2008-02-07 03:37:18 -08:00 |