..
wikipedia
Bug 1436330 - Add microbenchmarks for XPCOM string encoding conversions. r=froydnj
2018-02-07 14:32:52 +02:00
Helpers.cpp
Bug 1434553 - Implement nsIInputStreamLength and nsIAsyncInputStreamLength - part 4 - SlicedInputStream exposes nsIInputStreamLength, r=froydnj
2018-05-23 07:12:35 +02:00
Helpers.h
Bug 1434553 - Implement nsIInputStreamLength and nsIAsyncInputStreamLength - part 6 - nsMIMEInputStream exposes nsIInputStreamLength, r=mayhmer
2018-05-23 07:12:35 +02:00
TestAllocReplacement.cpp
Bug 1433015 - Turn AllocReplacement gtests into death tests r=froydnj
2018-02-22 10:27:42 +01:00
TestArenaAllocator.cpp
Bug 1406727. r=froydnj
2017-11-16 16:09:28 +13:00
TestAtoms.cpp
Bug 1402247 - Use encoding_rs for XPCOM string encoding conversions. r=Nika,erahm,froydnj.
2018-08-14 14:43:42 +03:00
TestAutoPtr.cpp
…
TestAutoRef.cpp
…
TestAutoRefCnt.cpp
Bug 1436263 - Part 1: Replace `final override` virtual function specifiers with just `final`. r=froydnj
2018-02-05 22:46:57 -08:00
TestBase64.cpp
…
TestCOMArray.cpp
…
TestCOMPtr.cpp
Bug 1493791
- Fix trivial calls to do_QueryInterface in XPCOM unit tests r=froydnj
2018-09-27 18:41:42 +00:00
TestCOMPtrEq.cpp
…
TestCRT.cpp
Bug 1402247 - Use encoding_rs for XPCOM string encoding conversions. r=Nika,erahm,froydnj.
2018-08-14 14:43:42 +03:00
TestCallTemplates.cpp
Bug 1493276 - Statically prevent CallQueryInterface to a base class r=froydnj
2018-09-27 14:59:55 +00:00
TestCloneInputStream.cpp
Bug 1421094 - Make nsBufferedStream cloneable, r=smaug
2017-12-12 18:38:19 -06:00
TestDafsa.cpp
…
TestDeadlockDetector.cpp
Bug 1511383: Update vim modelines after clang-format; r=sylvestre
2018-11-30 16:39:55 +01:00
TestDeadlockDetectorScalability.cpp
Bug 1511383: Update vim modelines after clang-format; r=sylvestre
2018-11-30 16:39:55 +01:00
TestEncoding.cpp
…
TestEscape.cpp
Bug 1389251 - Add esc_Spaces that may be used to force escaping of spaces r=bz,jdescottes
2018-06-18 15:06:25 +02:00
TestEventPriorities.cpp
Bug 1465585: Switch from mozilla::Move to std::move. r=froydnj
2018-06-01 10:45:27 +02:00
TestEventTargetQI.cpp
Bug 1493791
- Fix trivial calls to do_QueryInterface in XPCOM unit tests r=froydnj
2018-09-27 18:41:42 +00:00
TestExpirationTracker.cpp
Bug 1428535 - Add missing override specifiers to overridden virtual functions. r=froydnj
2017-11-05 19:37:28 -08:00
TestFile.cpp
Bug 1428557 - Stop using GetNativePath in xpcom/. r=froydnj
2017-12-15 06:53:37 +09:00
TestFilePreferencesUnix.cpp
Bug 1486311 - convert remaining nsIFile::GetDirectoryEntries() callers to pass in a nsIDirectoryEnumerator. r=kmag
2018-08-26 14:15:00 +03:00
TestFilePreferencesWin.cpp
Bug 1413868. r=valentin
2018-06-07 13:56:16 -04:00
TestGCPostBarriers.cpp
Bug 722345 part 3 - Remove request API. r=luke
2018-08-28 09:53:30 +02:00
TestHashtables.cpp
Bug 1475980: A moved table should be empty. r=froydnj
2018-07-16 18:06:37 +02:00
TestID.cpp
…
TestInputStreamLengthHelper.cpp
Bug 1434553 - Implement nsIInputStreamLength and nsIAsyncInputStreamLength - part 9 - necko and docShell, r=mayhemer, r=smaug
2018-05-23 07:12:36 +02:00
TestLogCommandLineHandler.cpp
Bug 1451686 - Allow also -MOZ_LOG/_FILE=value form of the logging arguments. r=erahm
2018-04-13 05:38:00 -04:00
TestMoveString.cpp
Bug 1465585: Switch from mozilla::Move to std::move. r=froydnj
2018-06-01 10:45:27 +02:00
TestMozPromise.cpp
Bug 1465585: Switch from mozilla::Move to std::move. r=froydnj
2018-06-01 10:45:27 +02:00
TestMruCache.cpp
Bug 1491151 - Part 1: Add MruCache. r=smaug,froydnj
2018-09-10 14:45:55 -07:00
TestMultiplexInputStream.cpp
Bug 1460561 - nsMultiplexInputStream should behave correctly when NS_InputStreamIsBuffered() is used - gtests, r=froydnj
2018-05-24 07:52:31 +02:00
TestNSPRLogModulesParser.cpp
…
TestNonBlockingAsyncInputStream.cpp
Bug 1500370 - MemoryBlobImpl and TestNonBlockingAsyncInputStream must expose nsITellableInterface, r=mayhemer
2018-10-19 15:31:36 +02:00
TestNsDeque.cpp
…
TestNsRefPtr.cpp
…
TestObserverArray.cpp
Bug 1491151 - Part 1: Add MruCache. r=smaug,froydnj
2018-09-10 14:45:55 -07:00
TestObserverService.cpp
…
TestPLDHash.cpp
Bug 1465060 - Part 1: Fix warnings for std::move() use r=froydnj
2018-06-01 17:59:07 +02:00
TestPipes.cpp
Bug 1496581 - Split nsISeekableStream in 2 classes: nsISeekableStream and nsITellableStream, f=mayhemer, r=froydnj
2018-10-18 13:35:35 +02:00
TestPriorityQueue.cpp
…
TestRWLock.cpp
…
TestRacingServiceManager.cpp
…
TestRecursiveMutex.cpp
…
TestSTLWrappers.cpp
Bug 1402519 - Remove MOZ_CRASHREPORTER directives from xpcom; r=froydnj
2017-10-10 11:59:39 +02:00
TestSlicedInputStream.cpp
Bug 1434553 - Implement nsIInputStreamLength and nsIAsyncInputStreamLength - part 4 - SlicedInputStream exposes nsIInputStreamLength, r=froydnj
2018-05-23 07:12:35 +02:00
TestSnappyStreams.cpp
…
TestStateWatching.cpp
Bug 1416724 - part 1 - AbstractThread::Dispatch should propage errors if failing the dispatching of Runnables, r=jwwang
2017-11-15 07:58:02 +01:00
TestStorageStream.cpp
…
TestStringStream.cpp
…
TestStrings.cpp
Bug 1493458 - Disable an intermittently failing part of SetCapacity tests. r=erahm
2018-11-28 17:20:33 +00:00
TestSynchronization.cpp
…
TestTArray.cpp
Bug 1491151 - Part 1: Add MruCache. r=smaug,froydnj
2018-09-10 14:45:55 -07:00
TestTArray2.cpp
Bug 1479996 - Combine nsTArray::IndexOf and element access into lambda-friendly functions - r=froydnj
2018-08-28 22:04:09 +00:00
TestTaskQueue.cpp
Bug 1416724 - part 1 - AbstractThread::Dispatch should propage errors if failing the dispatching of Runnables, r=jwwang
2017-11-15 07:58:02 +01:00
TestTextFormatter.cpp
Bug 1402247 - Use encoding_rs for XPCOM string encoding conversions. r=Nika,erahm,froydnj.
2018-08-14 14:43:42 +03:00
TestThreadManager.cpp
Bug 1371699 - gtest for NonBlockingAsyncInputStream, r=froydnj
2018-01-31 16:45:20 +01:00
TestThreadMetrics.cpp
Bug 1472668 - Don't reset performance counters when reading their values - r=baku
2018-07-10 10:06:41 +02:00
TestThreadPool.cpp
Bug 1503725 - Do not deallocate nsThreadShutdownContext when leaking thread. r=erahm
2018-11-02 17:38:37 -04:00
TestThreadPoolListener.cpp
Bug 1491558 - Remove the XPCOM registration for nsThreadPool; r=froydnj
2018-09-15 12:13:57 -04:00
TestThreadUtils.cpp
Bug 1465585: Switch from mozilla::Move to std::move. r=froydnj
2018-06-01 10:45:27 +02:00
TestThreads.cpp
…
TestThrottledEventQueue.cpp
Bug 1499534: Add Pause, Resume, and IsPaused methods to ThrottledEventQueue. r=froydnj
2018-10-23 06:21:10 +00:00
TestTimeStamp.cpp
…
TestTimers.cpp
…
TestTokenizer.cpp
Bug 1463786 - Make mozilla::Tokenizer work also with char16_t, r=froydnj
2018-05-31 03:40:00 +03:00
TestUTF.cpp
Bug 1402247 - Use encoding_rs for XPCOM string encoding conversions. r=Nika,erahm,froydnj.
2018-08-14 14:43:42 +03:00
UTFStrings.h
Bug 1402247 - Use encoding_rs for XPCOM string encoding conversions. r=Nika,erahm,froydnj.
2018-08-14 14:43:42 +03:00
dafsa_test_1.dat
…
moz.build
Bug 1499534: Add GTests for ThrottledEventQueue. r=froydnj
2018-10-22 14:47:44 +00:00