.. |
bug656331_component
|
Bug 648911 - Remove support for non-libxul builds. r=ted,joedrew
|
2011-05-23 18:54:47 +02:00 |
component
|
Bug 648911 - Remove support for non-libxul builds. r=ted,joedrew
|
2011-05-23 18:54:47 +02:00 |
external
|
Bug 540322 Add some missing methods to the external string API r=bsmedberg
|
2011-03-25 11:39:38 +00:00 |
regorder
|
Bug 533038 - 1. Generalize manifest reading code and add api for reading manifests from jars, r=bsmedberg a=blocking-beta6
|
2010-09-08 20:37:11 -07:00 |
static-checker
|
Bug 575720 - static checking suite: use Dehydra multiple-arg support + fix method signature comparison in several scripts r=taras
|
2010-08-18 18:06:05 -07:00 |
unit
|
Bug 671570 - Cleanup temporary files from test_iniProcessor.js. r=bsmedberg
|
2011-07-21 09:57:07 +02:00 |
utils
|
|
|
windows
|
Bug 602245 - Don't build SIMPLE_PROGRAMS during MOZ_PROFILE_GENERATE pass. r=ted
|
2011-04-14 11:23:13 +02:00 |
CvtURL.cpp
|
|
|
Makefile.in
|
Bustage fix for *nix platforms.
|
2011-06-08 12:52:42 -07:00 |
MoreTestingAtomList.h
|
|
|
MoreTestingAtoms.cpp
|
|
|
MoreTestingAtoms.h
|
|
|
nsIFileEnumerator.cpp
|
|
|
RegFactory.cpp
|
|
|
resources.h
|
|
|
ShowAlignments.cpp
|
|
|
ShowSSEConfig.cpp
|
Bug 585708 - Part 1: Rework SSE.h so that it supports and encourages putting intrinsics in a file separate from the main code. r,a2.0=dbaron
|
2010-08-11 16:49:42 -07:00 |
SizeTest01.cpp
|
|
|
SizeTest02.cpp
|
|
|
SizeTest03.cpp
|
|
|
SizeTest04.cpp
|
|
|
SizeTest05.cpp
|
|
|
SizeTest06.cpp
|
Bug 670235 - Remove nsIDOMWindowInternal; r=sicking
|
2011-07-15 12:31:34 +02:00 |
test.properties
|
|
|
TestArguments.cpp
|
|
|
TestArray.cpp
|
Bug 577921 mark DEBUG only variables as ifdef DEBUG in xpcom
|
2010-07-11 16:00:19 +03:00 |
TestAtoms.cpp
|
Disable part of TestAtoms which is only run in non-libxul builds and is permantely failing on Windows there. Bug 577500 will investigate getting this re-enabled.
|
2010-07-19 14:35:16 +01:00 |
TestAutoPtr.cpp
|
|
|
TestBase64.cpp
|
Bustage fix for *nix platforms.
|
2011-06-08 12:50:14 -07:00 |
TestBlockingProcess.cpp
|
|
|
TestCallTemplates.cpp
|
|
|
TestCheckedInt.cpp
|
Bug 583325; CheckedInt: beware of signed right shift; r=lw
|
2010-08-05 09:59:37 -04:00 |
TestCOMArray.cpp
|
Bug 643885 - Part 1: Add the new RemoveObjectsAt API to nsCOMArray; r=bsmedberg
|
2011-04-14 10:18:02 -04:00 |
TestCOMPtr.cpp
|
|
|
TestCOMPtrEq.cpp
|
|
|
TestCRT.cpp
|
Bug 577921 mark DEBUG only variables as ifdef DEBUG in xpcom
|
2010-07-11 16:00:19 +03:00 |
TestDeadlockDetector.cpp
|
Bug 556214, parts 1 and 1.1: Rename Monitor to ReentrantMonitor and fix existing Monitor users. r=roc
|
2011-04-29 14:21:57 -05:00 |
TestDeadlockDetectorScalability.cpp
|
Bug 619350 - Better identify the 2 'Deadlock detector correctness' tests; (Av1) Remove unwanted ";" at end of macros, Make test names and (failed) result logs more explicit, Add a log when skipping TestDeadlockDetectorScalability tests.
|
2011-02-03 10:57:00 +01:00 |
TestDeque.cpp
|
|
|
TestEncoding.cpp
|
|
|
TestExpirationTracker.cpp
|
|
|
TestFile.cpp
|
Bug 652506 - Remove WinCE code from xpcom; r=bsmedberg
|
2011-05-01 20:59:24 +02:00 |
TestHarness.h
|
Make Shark work with 64-bit MacOSX builds and rename to start/stopProfiling() (bug 625962, r=sayrer).
|
2011-01-14 17:58:40 -08:00 |
TestHashtables.cpp
|
|
|
TestID.cpp
|
|
|
TestingAtomList.h
|
|
|
TestingAtoms.cpp
|
|
|
TestingAtoms.h
|
|
|
TestINIParser.cpp
|
|
|
TestObserverArray.cpp
|
|
|
TestObserverService.cpp
|
|
|
TestPipe.cpp
|
|
|
TestPipes.cpp
|
Bug 645398 - Substitute PR_(MAX|MIN|ABS|ROUNDUP) macro calls; r=roc
|
2011-06-02 14:56:50 +02:00 |
TestPriorityQueue.cpp
|
|
|
TestProxies.cpp
|
|
|
TestQuickReturn.cpp
|
|
|
TestRacingServiceManager.cpp
|
Bug 556214, parts 1 and 1.1: Rename Monitor to ReentrantMonitor and fix existing Monitor users. r=roc
|
2011-04-29 14:21:57 -05:00 |
TestRefPtr.cpp
|
|
|
TestRegistrationOrder.cpp
|
Bug 533038 - 1. Generalize manifest reading code and add api for reading manifests from jars, r=bsmedberg a=blocking-beta6
|
2010-09-08 20:37:11 -07:00 |
TestScriptable.idl
|
|
|
TestShutdown.cpp
|
|
|
TestStackCrawl.cpp
|
|
|
TestStaticAtoms.cpp
|
|
|
TestSTLWrappers.cpp
|
|
|
TestStorageStream.cpp
|
|
|
TestStreamUtils.cpp
|
|
|
TestStringAPI.cpp
|
|
|
TestStrings.cpp
|
Bug 636750 (1/4) - Add ToDouble to nsTString. r=bsmedberg
|
2011-03-25 12:13:59 +01:00 |
TestSynchronization.cpp
|
Bug 619350 - Better identify the 2 'Deadlock detector correctness' tests; (Av1) Remove unwanted ";" at end of macros, Make test names and (failed) result logs more explicit, Add a log when skipping TestDeadlockDetectorScalability tests.
|
2011-02-03 10:57:00 +01:00 |
TestTArray.cpp
|
Bug 677661 - Remove nsTPtrArray and add a SafeElementAt(index_type) API to nsTArray when it's instantiated with a pointer type; r=sicking
|
2011-08-10 01:36:00 -04:00 |
TestTextFormatter.cpp
|
|
|
TestThreadPool.cpp
|
|
|
TestThreadPoolListener.cpp
|
Bug 556214, parts 1 and 1.1: Rename Monitor to ReentrantMonitor and fix existing Monitor users. r=roc
|
2011-04-29 14:21:57 -05:00 |
TestThreads.cpp
|
|
|
TestTimers.cpp
|
Bug 316661 - Part A - Remove null-checks before delete. r=bsmedberg
|
2011-05-17 16:01:36 +02:00 |
TestTimeStamp.cpp
|
|
|
TestUnicodeArguments.cpp
|
|
|
TestUTF.cpp
|
|
|
TestWinReg.js
|
|
|
TestXPIDLString.cpp
|
|
|
UTFStrings.h
|
|
|