.. |
double-conversion
|
Bug 944846 part 3 - Increase DoubleToStringConverter::kMaxFixedDigitsAfterPoint from 60 to 100. r=glandium
|
2021-02-10 13:42:17 +00:00 |
lz4
|
Bug 1682604 - Update lz4 to 1.9.3. r=sg
|
2021-01-19 14:13:47 +00:00 |
tests
|
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 |
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
|
…
|
|
ArrayUtils.h
|
Bug 1678062 - Remove unnecessary includes. r=andi
|
2020-11-23 16:12:02 +00:00 |
Assertions.cpp
|
…
|
|
Assertions.h
|
Bug 1699375 - Move WalkTheStack to mozglue. r=nika
|
2021-03-22 21:25:30 +00:00 |
AtomicBitfields.h
|
Bug 1681546 - rename MOZ_ATOMIC_BITFIELDS methods to Load/Store. r=valentin,necko-reviewers
|
2020-12-09 18:14:55 +00:00 |
Atomics.h
|
…
|
|
Attributes.h
|
Bug 1571631 - Remove MOZ_MUST_USE definition. r=sg
|
2021-03-17 03:01:21 +00:00 |
BinarySearch.h
|
…
|
|
BitSet.h
|
Bug 1686219 - Add BitSet::SetAll and ResetAll methods r=heycam
|
2021-01-20 10:03:53 +00:00 |
BloomFilter.h
|
Bug 1690274 - Part 2: Add mozilla::BitBloomFilter. r=sg
|
2021-02-16 22:07:05 +00:00 |
Buffer.h
|
Bug 1678062 - Remove unnecessary includes. r=andi
|
2020-11-23 16:12:02 +00:00 |
BufferList.h
|
Bug 1571631 - Replace MOZ_MUST_USE with [[nodiscard]] in mfbt. r=sg
|
2021-03-17 03:01:21 +00:00 |
Casting.h
|
…
|
|
ChaosMode.cpp
|
…
|
|
ChaosMode.h
|
…
|
|
Char16.h
|
…
|
|
CheckedInt.h
|
…
|
|
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
|
…
|
|
Compression.h
|
Bug 1571631 - Replace MOZ_MUST_USE with [[nodiscard]] in mfbt. r=sg
|
2021-03-17 03:01:21 +00:00 |
DbgMacro.h
|
…
|
|
DebugOnly.h
|
…
|
|
DefineEnum.h
|
…
|
|
DoublyLinkedList.h
|
Bug 1678062 - Remove unnecessary includes. r=andi
|
2020-11-23 16:12:02 +00:00 |
EndianUtils.h
|
Bug 1571631 - Replace MOZ_MUST_USE with [[nodiscard]] in mfbt. r=sg
|
2021-03-17 03:01:21 +00:00 |
EnumSet.h
|
…
|
|
EnumTypeTraits.h
|
…
|
|
EnumeratedArray.h
|
…
|
|
EnumeratedRange.h
|
…
|
|
FStream.h
|
…
|
|
FastBernoulliTrial.h
|
…
|
|
FloatingPoint.cpp
|
…
|
|
FloatingPoint.h
|
Bug 1701942 - Use bitwise equality for font variation value comparisons. r=jfkthame
|
2021-04-02 12:37:23 +00:00 |
FunctionRef.h
|
…
|
|
FunctionTypeTraits.h
|
…
|
|
HashFunctions.cpp
|
…
|
|
HashFunctions.h
|
Bug 1571631 - Replace MOZ_MUST_USE with [[nodiscard]] in mfbt. r=sg
|
2021-03-17 03:01:21 +00:00 |
HashTable.h
|
Bug 1571631 - Replace MOZ_MUST_USE with [[nodiscard]] in mfbt. r=sg
|
2021-03-17 03:01:21 +00:00 |
HelperMacros.h
|
…
|
|
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
|
…
|
|
IntegerTypeTraits.h
|
…
|
|
JSONWriter.cpp
|
…
|
|
JSONWriter.h
|
…
|
|
JsRust.h
|
…
|
|
Latin1.h
|
…
|
|
Likely.h
|
…
|
|
LinkedList.h
|
Bug 1667836 - Add CC support to LinkedList r=smaug
|
2021-02-09 18:54:47 +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
|
…
|
|
MaybeStorageBase.h
|
Bug 1700336 - Use MaybeStorageBase in Maybe. r=emilio
|
2021-03-24 13:21:31 +00:00 |
MemoryChecking.h
|
…
|
|
MemoryReporting.h
|
…
|
|
NonDereferenceable.h
|
…
|
|
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
|
…
|
|
OperatorNewExtensions.h
|
…
|
|
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 1506910 - Initialize the poison page with a static initializer. r=glandium,decoder
|
2020-10-28 20:38:42 +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
|
…
|
|
RandomNum.h
|
…
|
|
Range.h
|
…
|
|
RangedArray.h
|
…
|
|
RangedPtr.h
|
…
|
|
ReentrancyGuard.h
|
…
|
|
RefCountType.h
|
…
|
|
RefCounted.h
|
Bug 1687391 - Avoid using a spinlock in ThreadSafeWeakReference, r=glandium,mccr8,Gankra,sg
|
2021-02-03 17:00:04 +00:00 |
RefPtr.h
|
Bug 1676357 - Avoid including Layers.h in header files. r=botond
|
2020-11-23 16:09:05 +00:00 |
Result.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 |
ResultExtensions.h
|
…
|
|
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 |
SHA1.cpp
|
…
|
|
SHA1.h
|
…
|
|
SPSCQueue.h
|
Bug 1571631 - Replace MOZ_MUST_USE with [[nodiscard]] in mfbt. r=sg
|
2021-03-17 03:01:21 +00:00 |
STYLE
|
…
|
|
Saturate.h
|
…
|
|
ScopeExit.h
|
Bug 1571631 - Replace MOZ_MUST_USE with [[nodiscard]] in mfbt. r=sg
|
2021-03-17 03:01:21 +00:00 |
Scoped.h
|
…
|
|
SegmentedVector.h
|
Bug 1571631 - Replace MOZ_MUST_USE with [[nodiscard]] in mfbt. r=sg
|
2021-03-17 03:01:21 +00:00 |
SharedLibrary.h
|
…
|
|
SmallPointerArray.h
|
Bug 1678062 - Remove unnecessary includes. r=andi
|
2020-11-23 16:12:02 +00:00 |
Span.h
|
Bug 1678062 - Remove unnecessary includes. r=andi
|
2020-11-23 16:12:02 +00:00 |
SplayTree.h
|
…
|
|
StaticAnalysisFunctions.h
|
…
|
|
TaggedAnonymousMemory.cpp
|
…
|
|
TaggedAnonymousMemory.h
|
…
|
|
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
|
…
|
|
ThreadLocal.h
|
Bug 1571631 - Replace MOZ_MUST_USE with [[nodiscard]] in mfbt. r=sg
|
2021-03-17 03:01:21 +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
|
…
|
|
Tuple.h
|
…
|
|
TypeTraits.h
|
…
|
|
TypedEnumBits.h
|
…
|
|
Types.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
|
…
|
|
Utf8.cpp
|
…
|
|
Utf8.h
|
…
|
|
Variant.h
|
Bug 1500811 - Variant::as()&&, match()&& - r=sg
|
2020-12-02 00:17:46 +00:00 |
Vector.h
|
Bug 1571631 - Replace MOZ_MUST_USE with [[nodiscard]] in mfbt. r=sg
|
2021-03-17 03:01:21 +00:00 |
WeakPtr.h
|
Bug 1672072 - P12. Add constructor for WeakPtr(RefPtr). r=sg
|
2020-11-13 04:21:17 +00:00 |
WindowsVersion.h
|
Bug 1684110 - Stop using some 'A'-functions in mfbt/. r=dmajor
|
2021-01-04 14:40:48 +00:00 |
WrappingOperations.h
|
…
|
|
XorShift128PlusRNG.h
|
…
|
|
fallible.h
|
…
|
|
moz.build
|
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 |