.. |
double-conversion
|
|
|
lz4
|
|
|
tests
|
Bug 1719959 - Better Tag type choice, fixed corresponding test - r=emilio
|
2021-07-11 09:43:50 +00:00 |
Algorithm.h
|
Bug 1677092: add constexpr AnyOf . r=sg
|
2020-11-17 08:30:12 +00:00 |
Alignment.h
|
|
|
AllocPolicy.h
|
Bug 1571631 - Replace MOZ_MUST_USE with [[nodiscard]] in mfbt. r=sg
|
2021-03-17 03:01:21 +00:00 |
AlreadyAddRefed.h
|
Bug 1571631 - Replace MOZ_MUST_USE with [[nodiscard]] in mfbt. r=sg
|
2021-03-17 03:01:21 +00:00 |
Array.h
|
Bug 1653335 - Replace MakeSpan uses by constructor calls. r=froydnj
|
2020-08-07 07:49:47 +00:00 |
ArrayUtils.h
|
Bug 1678062 - Remove unnecessary includes. r=andi
|
2020-11-23 16:12:02 +00:00 |
Assertions.cpp
|
Bug 1646171 - Fix vsnprintf complaint in Assertions.cpp r=froydnj
|
2020-06-16 21:26:16 +00:00 |
Assertions.h
|
Bug 1701885 part 6 - Fix signals for WASI. r=jandem,wingo
|
2021-04-20 05:15:28 +00:00 |
AtomicBitfields.h
|
Bug 1701879 part 5 - Add stub atomics implementation for WASI. r=wingo,glandium
|
2021-04-20 05:15:28 +00:00 |
Atomics.h
|
Bug 1701879 part 5 - Add stub atomics implementation for WASI. r=wingo,glandium
|
2021-04-20 05:15:28 +00:00 |
Attributes.h
|
Bug 1519636 - Initial reformat of C/C++ code with clang-format version 12.0.0. r=sylvestre
|
2021-05-10 07:15:07 +00:00 |
BinarySearch.h
|
Bug 1695817 - Part 5: Add std::equal_range equivalent in MFBT. r=glandium
|
2021-05-28 22:35:58 +00:00 |
BitSet.h
|
Bug 1686219 - Add BitSet::SetAll and ResetAll methods r=heycam
|
2021-01-20 10:03:53 +00:00 |
BloomFilter.h
|
|
|
Buffer.h
|
Bug 1678062 - Remove unnecessary includes. r=andi
|
2020-11-23 16:12:02 +00:00 |
BufferList.h
|
Bug 1717808 - aIter must be valid after extracting last segment of a BufferList, r=glandium
|
2021-07-07 18:03:03 +00:00 |
Casting.h
|
Bug 1625138 - Part 41: Remove no longer needed includes for mozilla/TypeTraits. r=froydnj
|
2020-03-28 16:00:09 +00:00 |
ChaosMode.cpp
|
|
|
ChaosMode.h
|
|
|
Char16.h
|
|
|
CheckedInt.h
|
Bug 1519636 - Reformat recent changes to the Google coding style r=jgilbert
|
2020-04-05 13:34:58 +00:00 |
CompactPair.h
|
Bug 1601556 - Make Result<V, E> a literal type if V and E are literal types and PackingStrategy is not Variant. r=emilio
|
2021-03-23 12:35:19 +00:00 |
Compiler.h
|
|
|
Compression.cpp
|
Bug 1653335 - Remove uses of MakeSpan in return statements. r=froydnj
|
2020-08-07 07:42:50 +00:00 |
Compression.h
|
Bug 1571631 - Replace MOZ_MUST_USE with [[nodiscard]] in mfbt. r=sg
|
2021-03-17 03:01:21 +00:00 |
DbgMacro.h
|
Bug 1653335 - Replace MakeSpan uses by constructor calls. r=froydnj
|
2020-08-07 07:49:47 +00:00 |
DebugOnly.h
|
|
|
DefineEnum.h
|
Bug 1626772 - Fixes for gcc 9 warnings r=botond
|
2020-04-10 20:40:03 +00:00 |
DoublyLinkedList.h
|
|
|
EndianUtils.h
|
Bug 1571631 - Replace MOZ_MUST_USE with [[nodiscard]] in mfbt. r=sg
|
2021-03-17 03:01:21 +00:00 |
EnumeratedArray.h
|
Bug 1626197 - Remove custom copy/move operations on EnumeratedArray. r=froydnj
|
2020-03-31 13:17:21 +00:00 |
EnumeratedRange.h
|
|
|
EnumSet.h
|
|
|
EnumTypeTraits.h
|
|
|
fallible.h
|
|
|
FastBernoulliTrial.h
|
Bug 1577051 - Fix an implicit-conversion-changes-value warning with new-enough clang by explicitly converting. r=froydnj
|
2019-08-28 16:35:22 +00:00 |
FloatingPoint.cpp
|
Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format
|
2018-11-30 11:46:48 +01:00 |
FloatingPoint.h
|
Bug 1701942 - Use bitwise equality for font variation value comparisons. r=jfkthame
|
2021-04-02 12:37:23 +00:00 |
FStream.h
|
|
|
FunctionRef.h
|
Bug 1624495 - Support move only arguments such as UniquePtr in FunctionRef. r=botond
|
2020-05-21 01:56:57 +00:00 |
FunctionTypeTraits.h
|
Bug 1611520 - gcc-10: Include <cstddef> in FunctionTypeTraits.h r=gerald
|
2020-02-01 10:23:38 +00:00 |
HashFunctions.cpp
|
Bug 1719396: Don't hash sizeof(size_t) in HashBytes r=glandium
|
2021-07-19 21:35:40 +00:00 |
HashFunctions.h
|
Bug 1341265 - Part 1: Remove stale fixme comment. r=iain
|
2021-08-10 09:55:18 +00:00 |
HashTable.h
|
Bug 1706900 part 6 - Replace ShapeTable's custom hash table with a HashSet. r=jonco
|
2021-04-26 11:00:06 +00:00 |
HelperMacros.h
|
Bug 1547519 - Rename NS_STRINGIFY to MOZ_STRINGIFY, move to mfbt, and unify stragglers r=glandium
|
2019-09-04 02:40:32 +00:00 |
InitializedOnce.h
|
Bug 1685679 - Add do_Init function to allow assignment to InitializedOnce variables. r=janv
|
2021-01-15 11:23:41 +00:00 |
IntegerRange.h
|
Bug 1645429 - Use std::reverse_iterator instead of mozilla::ReverseIterator where possible. r=froydnj
|
2020-06-16 10:14:01 +00:00 |
IntegerTypeTraits.h
|
|
|
JSONWriter.cpp
|
|
|
JSONWriter.h
|
|
|
JsRust.h
|
|
|
Latin1.h
|
|
|
Likely.h
|
|
|
LinkedList.h
|
Bug 1717778 - Upgrade some LinkedList asserts to RELEASE_ASSERT, r=glandium
|
2021-06-25 16:53:39 +00:00 |
MacroArgs.h
|
|
|
MacroForEach.h
|
|
|
MathAlgorithms.h
|
|
|
Maybe.h
|
Bug 1700336 - Use MaybeStorageBase in Maybe. r=emilio
|
2021-03-24 13:21:31 +00:00 |
MaybeOneOf.h
|
Bug 1609996 - Reorder some includes affected by the previous patches. r=froydnj
|
2020-01-20 16:19:48 +00:00 |
MaybeStorageBase.h
|
Bug 1700336 - Use MaybeStorageBase in Maybe. r=emilio
|
2021-03-24 13:21:31 +00:00 |
MemoryChecking.h
|
Bug 1547143 - Format the tree: Be prescriptive with the pointer style (left) r=Ehsan
|
2019-05-01 08:47:10 +00:00 |
MemoryReporting.h
|
Bug 896341 - Update include guards and modelines in MFBT; r=Waldo
|
2013-07-24 09:41:39 +02:00 |
moz.build
|
Bug 1701879 part 5 - Add stub atomics implementation for WASI. r=wingo,glandium
|
2021-04-20 05:15:28 +00:00 |
NonDereferenceable.h
|
Bug 1625138 - Part 41: Remove no longer needed includes for mozilla/TypeTraits. r=froydnj
|
2020-03-28 16:00:09 +00:00 |
NotNull.h
|
Bug 1685677 - Extract functions from CheckTemporaryStorageLimits and rename it to CleanupTemporaryStorage. r=dom-workers-and-storage-reviewers,janv
|
2021-02-02 17:46:40 +00:00 |
Opaque.h
|
Bug 1625138 - Part 16: Replace mozilla::IsIntegral with std::is_integral. r=froydnj
|
2020-03-28 13:57:15 +00:00 |
OperatorNewExtensions.h
|
Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format
|
2018-11-30 11:46:48 +01:00 |
PairHash.h
|
Bug 1571631 - Replace MOZ_MUST_USE with [[nodiscard]] in mfbt. r=sg
|
2021-03-17 03:01:21 +00:00 |
Path.h
|
|
|
PodOperations.h
|
Bug 1678062 - Remove unnecessary includes. r=andi
|
2020-11-23 16:12:02 +00:00 |
Poison.cpp
|
Bug 1701620 part 4 - Fix memory support for WASI. r=jandem,sfink
|
2021-04-13 08:25:10 +00:00 |
Poison.h
|
Bug 1506910 - Initialize the poison page with a static initializer. r=glandium,decoder
|
2020-10-28 20:38:42 +00:00 |
RandomNum.cpp
|
Bug 461204 - Improve the random number generator for the boundaries in multipart/form-data r=smaug
|
2020-01-13 20:41:14 +00:00 |
RandomNum.h
|
Bug 461204 - Improve the random number generator for the boundaries in multipart/form-data r=smaug
|
2020-01-13 20:41:14 +00:00 |
Range.h
|
Bug 1656545 - Range cannot support nullptr with non-zero length. r=froydnj
|
2020-08-20 00:33:52 +00:00 |
RangedArray.h
|
|
|
RangedPtr.h
|
|
|
ReentrancyGuard.h
|
|
|
RefCounted.h
|
Bug 1704775 part 10 - Disable unsupported c++ tests. r=glandium
|
2021-04-27 06:09:27 +00:00 |
RefCountType.h
|
|
|
RefPtr.h
|
Bug 1710145 - Deduction guide RefPtr(already_AddRefed<T>) -> RefPtr<T> - r=kmag
|
2021-05-11 21:55:21 +00:00 |
Result.h
|
Bug 1709352 - Allow QMResult errors to use existing stack id and to increase the frame id during error propagation; r=dom-storage-reviewers,asuth,glandium
|
2021-05-25 07:28:20 +00:00 |
ResultExtensions.h
|
Bug 1709352 - Allow QMResult errors to use existing stack id and to increase the frame id during error propagation; r=dom-storage-reviewers,asuth,glandium
|
2021-05-25 07:28:20 +00:00 |
ResultVariant.h
|
Bug 1601556 - Make Result<V, E> a literal type if V and E are literal types and PackingStrategy is not Variant. r=emilio
|
2021-03-23 12:35:19 +00:00 |
ReverseIterator.h
|
|
|
RollingMean.h
|
Bug 1666487 - Constify some RollingMean getters. r=glandium
|
2021-02-11 13:38:48 +00:00 |
Saturate.h
|
Bug 1625138 - Part 41: Remove no longer needed includes for mozilla/TypeTraits. r=froydnj
|
2020-03-28 16:00:09 +00:00 |
Scoped.h
|
|
|
ScopeExit.h
|
Bug 1571631 - Replace MOZ_MUST_USE with [[nodiscard]] in mfbt. r=sg
|
2021-03-17 03:01:21 +00:00 |
SegmentedVector.h
|
Bug 1571631 - Replace MOZ_MUST_USE with [[nodiscard]] in mfbt. r=sg
|
2021-03-17 03:01:21 +00:00 |
SHA1.cpp
|
|
|
SHA1.h
|
Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format
|
2018-11-30 11:46:48 +01:00 |
SharedLibrary.h
|
|
|
SmallPointerArray.h
|
|
|
Span.h
|
|
|
SplayTree.h
|
|
|
SPSCQueue.h
|
Bug 1571631 - Replace MOZ_MUST_USE with [[nodiscard]] in mfbt. r=sg
|
2021-03-17 03:01:21 +00:00 |
StaticAnalysisFunctions.h
|
Bug 1699844 - Add an escape hatch for the refcounted inside lambda checker. r=andi
|
2021-04-14 19:12:02 +00:00 |
STYLE
|
|
|
TaggedAnonymousMemory.cpp
|
Bug 1521000 - Part 2: Adjust our clang-format rules to include spaces after the hash for nested preprocessor directives r=sylvestre
|
2019-01-18 10:16:18 +01:00 |
TaggedAnonymousMemory.h
|
Bug 1701620 part 4 - Fix memory support for WASI. r=jandem,sfink
|
2021-04-13 08:25:10 +00:00 |
Tainting.h
|
Bug 1658755 - Create MOZ_FIND_AND_VALIDATE Tainting validation macro; r=tjr,sg
|
2020-11-19 22:45:10 +00:00 |
TemplateLib.h
|
|
|
TextUtils.h
|
Bug 1625138 - Part 41: Remove no longer needed includes for mozilla/TypeTraits. r=froydnj
|
2020-03-28 16:00:09 +00:00 |
ThreadLocal.h
|
Bug 1701613 part 3 - Add stub thread implementation for WASI. r=jandem,wingo
|
2021-04-08 08:02:16 +00:00 |
ThreadSafeWeakPtr.h
|
Bug 1687391 - Avoid using a spinlock in ThreadSafeWeakReference, r=glandium,mccr8,Gankra,sg
|
2021-02-03 17:00:04 +00:00 |
ToString.h
|
|
|
TsanOptions.h
|
no bug - TSan library excludes miss libdconfsettings. r=Gankro
|
2020-10-14 19:35:24 +00:00 |
Tuple.h
|
Bug 1345842 - Add Ignore to allow ignore elements in Tie. r=froydnj
|
2020-03-31 12:36:22 +00:00 |
TypedEnumBits.h
|
Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format
|
2018-11-30 11:46:48 +01:00 |
Types.h
|
Bug 1519636 - Reformat recent changes to the Google coding style r=Ehsan
|
2019-10-21 14:13:44 +00:00 |
TypeTraits.h
|
|
|
UniquePtr.h
|
Bug 1571631 - Replace MOZ_MUST_USE with [[nodiscard]] in mfbt. r=sg
|
2021-03-17 03:01:21 +00:00 |
UniquePtrExtensions.cpp
|
|
|
UniquePtrExtensions.h
|
|
|
Unused.cpp
|
|
|
Unused.h
|
Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format
|
2018-11-30 11:46:48 +01:00 |
Utf8.cpp
|
|
|
Utf8.h
|
|
|
Variant.h
|
Bug 1719959 - Better Tag type choice, fixed corresponding test - r=emilio
|
2021-07-11 09:43:50 +00:00 |
Vector.h
|
Bug 1571631 - Replace MOZ_MUST_USE with [[nodiscard]] in mfbt. r=sg
|
2021-03-17 03:01:21 +00:00 |
WasiAtomic.h
|
Bug 1704775 part 10 - Disable unsupported c++ tests. r=glandium
|
2021-04-27 06:09:27 +00:00 |
WeakPtr.h
|
|
|
WindowsVersion.h
|
|
|
WrappingOperations.h
|
|
|
XorShift128PlusRNG.h
|
|
|