gecko-dev/xpcom/tests/gtest
Andrea Marchesini ac5319c5e6 Bug 1643156 - Cleanup nsMultiplexInputStream - part 3 - tests, r=smaug
Differential Revision: https://phabricator.services.mozilla.com/D76998
2020-06-04 00:18:57 +00:00
..
wikipedia
Helpers.cpp Bug 1613985 - Use default for equivalent-to-default constructors/destructors in xpcom. r=froydnj 2020-02-12 11:13:33 +00:00
Helpers.h
TestAllocReplacement.cpp
TestArenaAllocator.cpp
TestArrayAlgorithm.cpp Bug 1626267 - Added transformation algorithms with error handling. r=froydnj 2020-04-01 15:53:58 +00:00
TestAtoms.cpp Bug 1639632 - convert xpcom/ to inherit from mozilla::Runnable where possible; r=KrisWright 2020-05-20 20:37:58 +00:00
TestAutoRef.cpp Bug 1547143 - Format the tree: Be prescriptive with the pointer style (left) r=Ehsan 2019-05-01 08:47:10 +00:00
TestAutoRefCnt.cpp Bug 1639632 - convert xpcom/ to inherit from mozilla::Runnable where possible; r=KrisWright 2020-05-20 20:37:58 +00:00
TestBase64.cpp Bug 1613985 - Use default for equivalent-to-default constructors/destructors in xpcom. r=froydnj 2020-02-12 11:13:33 +00:00
TestCOMArray.cpp Bug 1578649 - Make ArrayIterator<Element&, ArrayType> convertible to ArrayIterator<const Element&, ArrayType>. r=froydnj 2019-09-04 18:48:05 +00:00
TestCOMPtr.cpp Bug 1611415 - Prefer using std::move over forget. r=froydnj 2020-02-13 14:38:48 +00:00
TestCOMPtrEq.cpp
TestCRT.cpp
TestCallTemplates.cpp Bug 1613985 - Use default for equivalent-to-default constructors/destructors in xpcom. r=froydnj 2020-02-12 11:13:33 +00:00
TestCloneInputStream.cpp Bug 1611415 - Prefer using std::move over forget. r=froydnj 2020-02-13 14:38:48 +00:00
TestDafsa.cpp
TestDeadlockDetector.cpp
TestDeadlockDetectorScalability.cpp
TestEncoding.cpp
TestEscape.cpp
TestEventPriorities.cpp Bug 1615607 - Consider to always treat high priority runnables as the highest priority runnables, r=farre 2020-02-18 16:03:37 +00:00
TestEventTargetQI.cpp Bug 1620594 - Part 5: Use GetMainThreadSerialEventTarget instead of SystemGroup::EventTargetFor. r=nika 2020-04-07 15:17:07 +00:00
TestExpirationTracker.cpp Bug 1241518 - Part 1: Remove unused nsAutoPtr.h includes in xpcom/ r=kmag 2020-01-07 00:06:01 +00:00
TestFile.cpp Bug 1627393 - Add missing includes and namespaces to xpcom/tests. r=xpcom-reviewers,sg 2020-04-07 19:10:57 +00:00
TestFilePreferencesUnix.cpp
TestFilePreferencesWin.cpp Bug 1634267 - DOS device paths shouldn't be blocked by IsBlockedUNCPath; r=dom-workers-and-storage-reviewers,janv,froydnj 2020-05-13 14:32:35 +00:00
TestGCPostBarriers.cpp
TestHashtables.cpp Bug 1627198 - Make nsTHashtable a STL-style range. r=froydnj 2020-04-06 09:18:02 +00:00
TestID.cpp
TestInputStreamLengthHelper.cpp Bug 1600545 - Remove useless inclusions of header files generated from IDL files in modules/, netwerk/, parser/, security/, startupcache/, storage/, toolkit/, tools/, uriloader/, widget/, xpcom/ and xpfe/ r=Ehsan 2019-12-06 09:17:57 +00:00
TestLogCommandLineHandler.cpp
TestMoveString.cpp
TestMozPromise.cpp Bug 1592488 - P1. Add MozPromise::Private::UseSynchronousTaskDispatch. r=bholley 2020-05-12 10:53:48 +00:00
TestMruCache.cpp
TestMultiplexInputStream.cpp Bug 1643156 - Cleanup nsMultiplexInputStream - part 3 - tests, r=smaug 2020-06-04 00:18:57 +00:00
TestNSPRLogModulesParser.cpp Bug 1624090 - Make it possible to forward rust logging into the Gecko logger r=froydnj 2020-05-09 11:24:33 +00:00
TestNonBlockingAsyncInputStream.cpp Bug 1627393 - Add missing includes and namespaces to xpcom/tests. r=xpcom-reviewers,sg 2020-04-07 19:10:57 +00:00
TestNsDeque.cpp Bug 1625138 - Part 41: Remove no longer needed includes for mozilla/TypeTraits. r=froydnj 2020-03-28 16:00:09 +00:00
TestNsRefPtr.cpp Bug 1611415 - Prefer using std::move over forget. r=froydnj 2020-02-13 14:38:48 +00:00
TestObserverArray.cpp
TestObserverService.cpp Bug 1613985 - Use default for equivalent-to-default constructors/destructors in xpcom. r=froydnj 2020-02-12 11:13:33 +00:00
TestPLDHash.cpp
TestPipes.cpp Bug 1519636 - Reformat recent changes to the Google coding style r=andi 2020-05-25 07:42:38 +00:00
TestPriorityQueue.cpp
TestRWLock.cpp
TestRacingServiceManager.cpp Bug 1613985 - Use default for equivalent-to-default constructors/destructors in xpcom. r=froydnj 2020-02-12 11:13:33 +00:00
TestRecursiveMutex.cpp
TestSTLWrappers.cpp
TestSlicedInputStream.cpp Bug 1613985 - Use default for equivalent-to-default constructors/destructors in xpcom. r=froydnj 2020-02-12 11:13:33 +00:00
TestSnappyStreams.cpp Bug 1627393 - Add missing includes and namespaces to xpcom/tests. r=xpcom-reviewers,sg 2020-04-07 19:10:57 +00:00
TestStateWatching.cpp Bug 1613985 - Use default for equivalent-to-default constructors/destructors in xpcom. r=froydnj 2020-02-12 11:13:33 +00:00
TestStorageStream.cpp
TestStringStream.cpp
TestStrings.cpp Bug 1634023 - Add deduction guides for Span. r=hsivonen 2020-04-29 16:04:56 +00:00
TestSynchronization.cpp
TestTArray.cpp Bug 1626570 - Improve handling of copying arrays in xpcom/. r=froydnj 2020-05-05 11:27:18 +00:00
TestTArray2.cpp Bug 1626570 - Improve handling of copying arrays in xpcom/. r=froydnj 2020-05-05 11:27:18 +00:00
TestTaskQueue.cpp
TestTextFormatter.cpp Bug 1547143 - Format the tree: Be prescriptive with the pointer style (left) r=Ehsan 2019-05-01 08:47:10 +00:00
TestThreadManager.cpp
TestThreadMetrics.cpp Bug 1580565 - Part 6: Add a unique ID to each BrowsingContextGroup, r=kmag 2020-04-24 18:33:09 +00:00
TestThreadPool.cpp Bug 1519636 - Reformat recent changes to the Google coding style r=andi 2020-05-25 07:42:38 +00:00
TestThreadPoolListener.cpp Bug 1613985 - Use default for equivalent-to-default constructors/destructors in xpcom. r=froydnj 2020-02-12 11:13:33 +00:00
TestThreadUtils.cpp Bug 1635414: Cancel second repeating runnable. r=smaug 2020-05-05 20:45:48 +00:00
TestThreads.cpp Bug 1519636 - Reformat recent changes to the Google coding style r=andi 2020-05-25 07:42:38 +00:00
TestThrottledEventQueue.cpp Bug 1627393 - Add missing includes and namespaces to xpcom/tests. r=xpcom-reviewers,sg 2020-04-07 19:10:57 +00:00
TestTimeStamp.cpp
TestTimers.cpp Bug 1613985 - Use default for equivalent-to-default constructors/destructors in xpcom. r=froydnj 2020-02-12 11:13:33 +00:00
TestTokenizer.cpp Bug 1547519 - Rename NS_STRINGIFY to MOZ_STRINGIFY, move to mfbt, and unify stragglers r=glandium 2019-09-04 02:40:32 +00:00
TestUTF.cpp
UTFStrings.h
dafsa_test_1.dat
moz.build Bug 1610067 - Remove nsAutoPtr. r=xpcom-reviewers,nika' 2020-04-29 17:28:06 +00:00