.. |
dynamic
|
|
|
external
|
Followup to bug 398573 - remove REQUIRES from the tree since it is no longer used... automatically generated patch, rs=ted
|
2009-08-25 08:59:31 -07:00 |
regorder
|
|
|
services
|
|
|
static-checker
|
Fix the static analysis error: m.isVirtual is a tri-state undefined, true, or "pure", and I didn't take that into account when writing the original NS_OVERRIDE analysis.
|
2009-10-04 14:35:33 -04:00 |
unit
|
Bug 541594 - extend nsIINIParser to allow writing INI files. p=dolske+benjamin, r=benjamin, r=dolske
|
2010-02-09 17:05:31 -08:00 |
utils
|
|
|
windows
|
Bug 517553: Remove '=='/'!=' 'PR_FALSE'/'PR_TRUE'
|
2010-02-07 10:52:43 -05:00 |
CvtURL.cpp
|
|
|
Makefile.in
|
Bug 474743 Prequel: Implement nsTPriorityQueue. r=dholbert r=roc sr=bsmedberg
|
2010-01-12 12:00:49 -08:00 |
MoreTestingAtomList.h
|
Bug 514661 - Introduce scoped atom tables for the HTML5 parser. r=bsmedberg, sr=dbaron.
|
2009-09-18 18:13:10 +03:00 |
MoreTestingAtoms.cpp
|
Bug 514661 - Introduce scoped atom tables for the HTML5 parser. r=bsmedberg, sr=dbaron.
|
2009-09-18 18:13:10 +03:00 |
MoreTestingAtoms.h
|
Bug 514661 - Introduce scoped atom tables for the HTML5 parser. r=bsmedberg, sr=dbaron.
|
2009-09-18 18:13:10 +03:00 |
nsIFileEnumerator.cpp
|
Bug 517553: Remove '=='/'!=' 'PR_FALSE'/'PR_TRUE'
|
2010-02-07 10:52:43 -05:00 |
RegFactory.cpp
|
Bug 517553: Remove '=='/'!=' 'PR_FALSE'/'PR_TRUE'
|
2010-02-07 10:52:43 -05:00 |
resources.h
|
|
|
ShowSSEConfig.cpp
|
Add SSE.h to consolidate code for Intel CPU feature detection at both compile-time and run-time. (Bug 513422) r=vlad
|
2009-12-11 08:13:19 -08:00 |
SizeTest01.cpp
|
|
|
SizeTest02.cpp
|
Bug 499262 - Remove Metoworks Code for OS 9. r+sr=bsmedberg
|
2009-07-24 19:11:23 +09:00 |
SizeTest03.cpp
|
Bug 499262 - Remove Metoworks Code for OS 9. r+sr=bsmedberg
|
2009-07-24 19:11:23 +09:00 |
SizeTest04.cpp
|
Bug 499262 - Remove Metoworks Code for OS 9. r+sr=bsmedberg
|
2009-07-24 19:11:23 +09:00 |
SizeTest05.cpp
|
Bug 499262 - Remove Metoworks Code for OS 9. r+sr=bsmedberg
|
2009-07-24 19:11:23 +09:00 |
SizeTest06.cpp
|
|
|
test.properties
|
|
|
TestArguments.cpp
|
Test arguments with spaces and quotes in nsIProcess. r=robstrong
|
2009-06-23 11:33:41 +01:00 |
TestArray.cpp
|
|
|
TestAtoms.cpp
|
|
|
TestAutoPtr.cpp
|
|
|
TestBlockingProcess.cpp
|
Improve nsIProcess, fix nsIProcess.kill(). b=442393 r=bsmedberg
|
2009-03-09 12:47:39 -04:00 |
TestCallTemplates.cpp
|
|
|
TestCOMPtr.cpp
|
|
|
TestCOMPtrEq.cpp
|
|
|
TestCRT.cpp
|
|
|
TestDeadlockDetector.cpp
|
Bug 494828 - Stop using our own mutexes and use SQLite's where possible.
|
2009-07-22 15:18:33 -07:00 |
TestDeadlockDetectorScalability.cpp
|
Bug 489299 TestSynchronization.cpp failed to compile with Sun Studio r=benjamin, jones.chris.g
|
2009-06-11 14:46:13 +08:00 |
TestDeque.cpp
|
|
|
TestEncoding.cpp
|
|
|
TestExpirationTracker.cpp
|
Bug 507387 - fix copyright holder; Mozilla Corporation -> Mozilla Foundation. r=gerv.
|
2009-12-21 21:50:30 +00:00 |
TestFactory.cpp
|
|
|
TestFactory.h
|
|
|
TestFile.cpp
|
Bug 467948 - fix some deprecated conversion from string constant warnings; r=dbaron
|
2009-05-26 10:53:15 +02:00 |
TestHarness.h
|
Fix build bustage
|
2009-11-16 14:32:03 -06:00 |
TestHashtables.cpp
|
|
|
TestID.cpp
|
|
|
TestingAtomList.h
|
Bug 514661 - Introduce scoped atom tables for the HTML5 parser. r=bsmedberg, sr=dbaron.
|
2009-09-18 18:13:10 +03:00 |
TestingAtoms.cpp
|
Bug 514661 - Introduce scoped atom tables for the HTML5 parser. r=bsmedberg, sr=dbaron.
|
2009-09-18 18:13:10 +03:00 |
TestingAtoms.h
|
Bug 514661 - Introduce scoped atom tables for the HTML5 parser. r=bsmedberg, sr=dbaron.
|
2009-09-18 18:13:10 +03:00 |
TestINIParser.cpp
|
|
|
TestObserverArray.cpp
|
Back out 7d502207183d (Bug 493701), it really did cause the windows dhtml regression
|
2009-06-16 14:37:35 +02:00 |
TestObserverService.cpp
|
|
|
TestOOM.cpp
|
|
|
TestPermanentAtoms.cpp
|
|
|
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 490072: upgrade XPCOM unit tests to new thread sync API. drop nsAutoLock test. r=bsmedberg
|
2009-07-22 22:55:02 -05:00 |
TestPriorityQueue.cpp
|
fix for thunderbird bustage from Bug 474743. (need <stdio.h> in new xpcshell test for 'printf' usage)
|
2010-01-12 12:56:16 -08:00 |
TestProxies.cpp
|
bug 490072: upgrade XPCOM unit tests to new thread sync API. drop nsAutoLock test. r=bsmedberg
|
2009-07-22 22:55:02 -05:00 |
TestQuickReturn.cpp
|
Bug 480427: Add a way to run a process in a background threadd. r=bsmedberg
|
2009-03-25 08:57:21 +00:00 |
TestRacingServiceManager.cpp
|
bug 490072: upgrade XPCOM unit tests to new thread sync API. drop nsAutoLock test. r=bsmedberg
|
2009-07-22 22:55:02 -05:00 |
TestRegistrationOrder.cpp
|
Bug 517604 - TestHarness.h should provide a directory provider for a profile directory.
|
2009-09-24 10:49:45 -07:00 |
TestScriptable.idl
|
|
|
TestServMgr.cpp
|
|
|
TestShutdown.cpp
|
|
|
TestStackCrawl.cpp
|
|
|
TestStaticAtoms.cpp
|
Bug 514661 - Introduce scoped atom tables for the HTML5 parser. r=bsmedberg, sr=dbaron.
|
2009-09-18 18:13:10 +03:00 |
TestStorageStream.cpp
|
|
|
TestStreamUtils.cpp
|
|
|
TestStringAPI.cpp
|
|
|
TestStrings.cpp
|
Bug 538476 Allow ToInteger to take an nsresult* parameter to match the external string API r=bsmedberg
|
2010-01-08 23:43:50 +00:00 |
TestSynchronization.cpp
|
Bug 456272: deadlock detector improvements
|
2009-05-04 21:57:15 -07:00 |
TestTArray.cpp
|
Bug 487551 - nsTArray.IndexOf may scan beyond array bounds for non-zero start argument. unit test that fails without patch, succeeds with patch. r=bsmedberg
|
2009-04-10 18:08:08 -07:00 |
TestTextFormatter.cpp
|
|
|
TestThreadPool.cpp
|
|
|
TestThreadPoolListener.cpp
|
bug 490072: upgrade XPCOM unit tests to new thread sync API. drop nsAutoLock test. r=bsmedberg
|
2009-07-22 22:55:02 -05:00 |
TestThreads.cpp
|
|
|
TestTimers.cpp
|
bug 490072: upgrade XPCOM unit tests to new thread sync API. drop nsAutoLock test. r=bsmedberg
|
2009-07-22 22:55:02 -05:00 |
TestTimeStamp.cpp
|
Bug 522126, part 1: refactor TimeStamp/TimeDuration so that platform-specific implementations can be added. r=roc
|
2010-01-07 11:21:23 -06:00 |
TestWinReg.js
|
|
|
TestXPIDLString.cpp
|
|
|