.. |
dynamic
|
Free the (distributed) Lizard! Automatic merge from CVS: Module mozilla: tag HG_REPO_INITIAL_IMPORT at 22 Mar 2007 10:30 PDT,
|
2007-03-22 10:30:00 -07:00 |
external
|
Bug 466622. Replace nsCStringArray with nsTArray<nsCString> for more consistent code and fewer heap allocations. r+sr=roc,r=bsmedberg
|
2009-01-22 17:15:34 +13:00 |
regorder
|
Bug #416886; r=bsmedberg, a=beltzner Preserve original order when processing deferred components. Add TestRegistrationOrder automated test.
|
2008-03-31 07:40:10 -07:00 |
services
|
Free the (distributed) Lizard! Automatic merge from CVS: Module mozilla: tag HG_REPO_INITIAL_IMPORT at 22 Mar 2007 10:30 PDT,
|
2007-03-22 10:30:00 -07:00 |
static-checker
|
Static analysis test cases for bug 479441
|
2009-02-24 10:11:06 -05:00 |
StringFactoringTests
|
Backed out changeset 2df29cb1ed93
|
2009-02-07 15:07:36 +01:00 |
unit
|
Improve nsIProcess, fix nsIProcess.kill(). b=442393 r=bsmedberg
|
2009-03-09 12:47:39 -04:00 |
utils
|
|
|
windows
|
Bug 397227 - Reduce the effort needed to write C++ tests. r=ted
|
2008-12-03 22:25:00 -08:00 |
CvtURL.cpp
|
|
|
Makefile.in
|
Improve nsIProcess, fix nsIProcess.kill(). b=442393 r=bsmedberg
|
2009-03-09 12:47:39 -04:00 |
nsIFileEnumerator.cpp
|
|
|
nsIFileTest.cpp
|
Bug 377189: fix nsIFileTest.cpp compilation, patch by Bernhard Rosenkraenzer <bero@arklinux.org>, r=dougt
|
2007-04-16 11:09:29 -07:00 |
RegFactory.cpp
|
|
|
resources.h
|
|
|
SizeTest01.cpp
|
|
|
SizeTest02.cpp
|
|
|
SizeTest03.cpp
|
|
|
SizeTest04.cpp
|
|
|
SizeTest05.cpp
|
|
|
SizeTest06.cpp
|
|
|
test.properties
|
|
|
TestArguments.cpp
|
Improve nsIProcess, fix nsIProcess.kill(). b=442393 r=bsmedberg
|
2009-03-09 12:47:39 -04:00 |
TestArray.cpp
|
Bug 450137 - Add namespaces to multiple classes with the same name in xpcom/tests, to avoid automated tool confusion, r=dbaron
|
2008-08-18 12:45:38 -04:00 |
TestAtoms.cpp
|
|
|
TestAutoLock.cpp
|
Bug 456388 - Remove PR_STATIC_CALLBACK and PR_CALLBACK(_DECL) from the tree; r+sr=brendan
|
2008-10-10 17:04:34 +02:00 |
TestAutoPtr.cpp
|
Bug 392493 - "Add forget() method to nsCOMPtr and nsRefPtr". r=dbaron.
|
2007-10-03 17:57:09 -07:00 |
TestBlockingProcess.cpp
|
Improve nsIProcess, fix nsIProcess.kill(). b=442393 r=bsmedberg
|
2009-03-09 12:47:39 -04:00 |
TestCallTemplates.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 |
TestCOMPtr.cpp
|
Bug 392493 - "Add forget() method to nsCOMPtr and nsRefPtr". r=dbaron.
|
2007-10-03 17:57:09 -07:00 |
TestCOMPtrEq.cpp
|
From bug 449561, bug 445949, and others: let's just ditch nsDerivedSafe since the class of errors it's trying to protect against are uncommon in today's world. r=dbaron
|
2008-08-11 11:05:58 -04:00 |
TestCRT.cpp
|
Bug 472348 - Some unused variables found by combing the warning database, rs=bz
|
2009-01-06 14:25:58 -05:00 |
TestDeque.cpp
|
|
|
TestEncoding.cpp
|
Bug 421576 - Unpaired surrogate handled wrongly (Acid3 #68). acid3++ r=dbaron
|
2008-06-02 21:29:00 -04:00 |
TestExpirationTracker.cpp
|
Bug 450137 - Add namespaces to multiple classes with the same name in xpcom/tests, to avoid automated tool confusion, r=dbaron
|
2008-08-18 12:45:38 -04:00 |
TestFactory.cpp
|
|
|
TestFactory.h
|
|
|
TestHarness.h
|
Fix the pass() function to use the standard syntax too. (Bug 477512) r=jwalden
|
2009-02-10 16:56:32 -08:00 |
TestHashtables.cpp
|
Bug 450133 - fix nits in TestHashtables.cpp, r=bsmedberg
|
2008-08-18 19:38:50 +02:00 |
TestID.cpp
|
|
|
TestINIParser.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 |
TestObserverService.cpp
|
Fix broken printf to fix a compile warning. bug 390855, r+sr+a=bsmedberg
|
2007-08-07 18:47:40 -07:00 |
TestOOM.cpp
|
Bug 451672 - Fix nsIMemory::IsLowMemory on Maemo. r=stuart
|
2008-08-15 02:12:45 -07:00 |
TestPermanentAtoms.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 |
TestPipe.cpp
|
TestHarness.h should give errors with TEST-UNEXPECTED-FAIL. (Bug 477512) r=jwalden
|
2009-02-10 14:05:28 -08:00 |
TestPipes.cpp
|
Bug 457046 - Decide what to do with <TestPipes.cpp> |#if 0|'ed code; (Cv1) Remove obsolete |#if 0| code; r=benjamin
|
2008-10-20 19:24:43 +02:00 |
TestProxies.cpp
|
From bug 449561, bug 445949, and others: let's just ditch nsDerivedSafe since the class of errors it's trying to protect against are uncommon in today's world. r=dbaron
|
2008-08-11 11:05:58 -04:00 |
TestQuickReturn.cpp
|
Improve nsIProcess, fix nsIProcess.kill(). b=442393 r=bsmedberg
|
2009-03-09 12:47:39 -04:00 |
TestRacingServiceManager.cpp
|
Bug 449822 - "Service manager can create two instances of a service". r=bsmedberg.
|
2008-09-04 15:44:41 -07:00 |
TestRegistrationOrder.cpp
|
Bug 434074 - TestRegistrationOrder test leaks stuff because it uses raw pointers; fix the leaks in case we want to do no-leak assertions in C++ tests sometime. r=dbaron
|
2008-06-02 21:28:59 -04:00 |
TestScriptable.idl
|
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 04:00:24 -07:00 |
TestServMgr.cpp
|
Bug 453164 - 'TestServMgr' : "mFreeCount : LEAKED 233 + mAdoptFreeCount : LEAKED 7"; r=benjamin
|
2008-10-08 02:22:01 +02:00 |
TestShutdown.cpp
|
|
|
TestStackCrawl.cpp
|
|
|
TestStorageStream.cpp
|
|
|
TestStreamUtils.cpp
|
|
|
TestStringAPI.cpp
|
Bug 442870 – CompressWhitespace can freeze the browser. r=bsmedberg
|
2008-08-14 12:16:24 +02:00 |
TestStrings.cpp
|
Bug 479057 Concatenating empty strings can result in bogus copying r=bsmedberg
|
2009-03-04 09:50:22 +00:00 |
TestTArray.cpp
|
Bug 450137 - Add namespaces to multiple classes with the same name in xpcom/tests, to avoid automated tool confusion, r=dbaron
|
2008-08-18 12:45:38 -04:00 |
TestTextFormatter.cpp
|
Bug 438688 – String formatter fails to format the same argument twice. r=bsmedberg
|
2008-08-14 12:11:25 +02:00 |
TestThreadPool.cpp
|
|
|
TestThreadPoolListener.cpp
|
Bug 443874 - "Need a hook for thread creation and destruction in thread pool." r=bsmedberg, jst. Test shouldn't hang now.
|
2008-08-11 17:01:47 -07:00 |
TestThreads.cpp
|
Bug 456388 - Remove PR_STATIC_CALLBACK and PR_CALLBACK(_DECL) from the tree; r+sr=brendan
|
2008-10-10 17:04:34 +02:00 |
TestTimers.cpp
|
From bug 449561, bug 445949, and others: let's just ditch nsDerivedSafe since the class of errors it's trying to protect against are uncommon in today's world. r=dbaron
|
2008-08-11 11:05:58 -04:00 |
TestVersionComparator.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 |
TestVersionComparatorRunner.pl
|
|
|
TestVoidBTree.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 |
TestWinReg.js
|
|
|
TestXPIDLString.cpp
|
|
|