gecko-dev/mfbt
2024-10-08 23:27:18 +03:00
..
double-conversion
tests Backed out changeset 4b1409597101 (bug 1920718) for causing bp bustages on rapl.cpp. 2024-10-08 23:27:18 +03:00
Algorithm.h
Alignment.h
AllocPolicy.h
AlreadyAddRefed.h
Array.h Bug 1920003 - Make OptimizationLevelInfo constexpr compatible r=jandem 2024-09-30 09:56:01 +00:00
ArrayUtils.h
Assertions.cpp
Assertions.h
AtomicBitfields.h
Atomics.h Bug 1874022 - pt 9. Reduce the cost of updating sAllocDelay r=glandium 2024-06-26 02:06:39 +00:00
Attributes.h Backed out changeset 4b1409597101 (bug 1920718) for causing bp bustages on rapl.cpp. 2024-10-08 23:27:18 +03:00
BinarySearch.h
BitSet.h
BloomFilter.h
Buffer.h Bug 1519636 - Reformat recent changes to the Google coding style r=emilio,necko-reviewers,geckoview-reviewers,application-update-reviewers,media-playback-reviewers,devtools-reviewers,anti-tracking-reviewers,profiler-reviewers,win-reviewers,migration-reviewers,padenot,mconley,nchevobbe,kershaw,gstoll,mstange,bytesized,m_kato 2024-07-17 11:15:31 +00:00
BufferList.h
Casting.h Bug 1909472 - Support unsigned long in T2S for wasm builds. r=jandem 2024-07-24 12:46:12 +00:00
ChaosMode.cpp
ChaosMode.h
Char16.h
CheckedInt.h
CompactPair.h
Compiler.h
DbgMacro.h
DebugOnly.h
DefineEnum.h Bug 1865896 - Add ToString function to DefineEnum r=padenot 2024-07-31 00:09:52 +00:00
DoublyLinkedList.h
EndianUtils.h
EnumeratedArray.h Bug 1920003 - Make OptimizationLevelInfo constexpr compatible r=jandem 2024-09-30 09:56:01 +00:00
EnumeratedRange.h
EnumSet.h Bug 1919767 - Flag various EnumSet<...> globals as constexpr in js/src/gc/GC.cpp r=sfink 2024-09-20 05:54:01 +00:00
EnumTypeTraits.h Bug 1916311 - [css-view-transitions] Initial pass at DOM API internals. r=boris,webidl,smaug 2024-09-04 20:24:55 +00:00
fallible.h
FastBernoulliTrial.h
FloatingPoint.cpp
FloatingPoint.h Bug 1918688 - Use standard headers for infinity, and float's max/min r=nbp,media-playback-reviewers,glandium,karlt 2024-09-19 12:22:43 +00:00
FStream.h
FunctionRef.h
FunctionTypeTraits.h
Fuzzing.h
HashFunctions.cpp
HashFunctions.h
HashTable.h
HelperMacros.h
InitializedOnce.h
IntegerRange.h
IntegerTypeTraits.h
JSONWriter.cpp
JSONWriter.h
JsRust.h
Latin1.h
Likely.h
LinkedList.h
Literals.h
MacroArgs.h
MacroForEach.h
MathAlgorithms.h
Maybe.h Bug 1919778 - Flag EnumeratedArray variable from dom/media/ipc/RemoteDecoderManagerChild.cpp as MOZ_CONSTINIT r=media-playback-reviewers,padenot 2024-09-29 11:38:07 +00:00
MaybeOneOf.h
MaybeStorageBase.h Bug 1919778 - Flag EnumeratedArray variable from dom/media/ipc/RemoteDecoderManagerChild.cpp as MOZ_CONSTINIT r=media-playback-reviewers,padenot 2024-09-29 11:38:07 +00:00
MemoryChecking.h
MemoryReporting.h
MoveOnlyFunction.h
moz.build Bug 1917739 - Move Lz4 and mfbt/Compression* to mozglue/static. r=nika,frontend-codestyle-reviewers 2024-09-10 20:35:56 +00:00
MPSCQueue.h
MruCache.h
NeverDestroyed.h
NonDereferenceable.h
NotNull.h
Opaque.h
OperatorNewExtensions.h
PairHash.h
Path.h
PodOperations.h
Poison.cpp Backed out changeset 4b1409597101 (bug 1920718) for causing bp bustages on rapl.cpp. 2024-10-08 23:27:18 +03:00
Poison.h
RandomNum.cpp
RandomNum.h
Range.h
RangedArray.h
RangedPtr.h
ReentrancyGuard.h
RefCounted.cpp Bug 1903037 part 1 - Support leak checking in MFBT code when included in SpiderMonkey. r=mccr8,glandium 2024-06-26 11:03:16 +00:00
RefCounted.h Bug 1903037 part 1 - Support leak checking in MFBT code when included in SpiderMonkey. r=mccr8,glandium 2024-06-26 11:03:16 +00:00
RefCountType.h
RefPtr.h
Result.h
ResultExtensions.h
ResultVariant.h
ReverseIterator.h
RollingMean.h
Saturate.h
ScopeExit.h
SegmentedVector.h
SHA1.cpp
SHA1.h
SharedLibrary.h
SmallPointerArray.h
Span.h
SplayTree.h
SPSCQueue.h
StaticAnalysisFunctions.h
StringBuffer.h Bug 1915328 - Update mallocedBufferBytes for string buffers used by nursery strings. r=jonco 2024-09-04 10:49:51 +00:00
STYLE
TaggedAnonymousMemory.cpp
TaggedAnonymousMemory.h
Tainting.h
TemplateLib.h
TextUtils.h
ThreadLocal.h
ThreadSafety.h
ThreadSafeWeakPtr.h
ToString.h
Try.h
TsanOptions.h
TypedEnumBits.h
Types.h
UniquePtr.h
UniquePtrExtensions.cpp Bug 1440207 - Part 2: Add a cross-platform DuplicateFileHandle method to MFBT, r=glandium 2024-10-01 22:21:47 +00:00
UniquePtrExtensions.h Bug 1440207 - Part 5: Disable UniqueFileHandle for RUST_BINDGEN, r=emilio,glandium 2024-10-01 22:21:52 +00:00
Unused.cpp
Unused.h
Utf8.cpp
Utf8.h
Variant.h
Vector.h
WasiAtomic.h Bug 1899160 part 1 - Add support for allocating JS strings with a refcounted StringBuffer. r=sfink 2024-06-24 07:41:48 +00:00
WeakPtr.h
WindowsVersion.h
WrappingOperations.h Bug 1896414 - Move MOZ_ASAN checks from old.configure to moz.configure r=glandium,geckoview-reviewers,m_kato 2024-06-18 14:44:40 +00:00
XorShift128PlusRNG.h