gecko-dev/mfbt
arthur.iakab c0b26c4076 Merge inbound to mozilla-central a=merge 2018-11-15 11:54:15 +02:00
..
decimal
double-conversion Bug 1480578 - update double-conversion to bring in ARM/AArch64 Windows support; r=Waldo 2018-08-22 21:01:24 -04:00
tests Bug 1402282 - Move CSPRNG logic to common area r=froydnj 2018-10-25 18:00:15 +00:00
Algorithm.h
Alignment.h Bug 1481005 - Explicitly delete dtor of AlignmentFinder::Alinger to avoid MSVC warning breaking debug builds. r=froydnj 2018-08-07 17:58:39 +00:00
AllocPolicy.h Bug 1309552 - Specify buffer size when freeing data in AllocPolicy, r=waldo. 2018-07-20 23:58:34 +00:00
AlreadyAddRefed.h Backout changeset b31288fb959a (bug 1443265). r=froydnj 2018-09-25 10:54:07 +09:00
Array.h Bug 1506763: Mark [Enumerated]Array constructors as constexpr. r=froydnj 2018-11-13 12:34:45 -05:00
ArrayUtils.h Bug 1470985 - s/PodEqual/ArrayEqual/ from ArrayUtils.h. - r=waldo 2018-07-27 14:11:18 -07:00
Assertions.cpp Bug 1496503 - Use MOZ_CrashOOL in MOZ_CrashPrintf. r=froydnj 2018-11-14 22:35:25 +00:00
Assertions.h Bug 1496503 - Change the rust panic hook to delegate to Gecko's crash code. r=froydnj 2018-11-14 22:35:33 +00:00
Atomics.h Bug 1502207 Part 2 - Fix useUse new atomic access API in Gecko, r=froydnj. 2018-10-25 11:42:18 -10:00
Attributes.h Bug 1503086 - Initialize all SourceBufferHolders with a fallible function that in all cases assumes ownership of given-ownership data. r=tcampbell, r=bz, r=mrbkap on some finicky worker code lightly touched here 2018-10-23 12:27:16 -07:00
BinarySearch.h
BloomFilter.h
BufferList.h Bug 1465287 Part 9 - Allow copying IPDL messages, r=froydnj. 2018-07-22 11:53:23 +00:00
Casting.h Bug 1465981 - Use memcpy instead of union-arm-punning (which has implementation-defined, desired behavior with gcc and presumably clang, and is not known to have problems on MSVC, but potentially could with other compilers) in BitwiseCast. r=froydnj 2018-06-06 16:03:47 -07:00
ChaosMode.cpp Bug 1207696 Part 4h - Don't record chaos mode counters, r=froydnj. 2018-07-21 14:25:36 +00:00
ChaosMode.h Bug 1486400 - add task dispatch/run delays for ChaosMode; r=jesup 2018-09-19 12:02:09 -04:00
Char16.h
CheckedInt.h Bug 1321014 - Respect MOZ_INHERIT_TYPE_ANNOTATIONS_FROM_TEMPLATE_ARGS for the purpose of identifying GC types and pointers, r=jonco 2018-07-20 18:36:20 -07:00
Compiler.h Bug 1481097 - mfbt: Assert we're compiling with gcc 6.1 or later. r=glandium 2018-07-21 23:45:41 -07:00
Compression.cpp
Compression.h
DebugOnly.h
DefineEnum.h
DoublyLinkedList.h
EndianUtils.h Bug 1480581 - add an AArch64-specific case to EndianUtils.h; r=Waldo 2018-08-03 18:07:34 -04:00
EnumSet.h Bug 1494671 - Make the CompositorHitTestInfo globals constexpr. r=froydnj 2018-10-01 20:09:10 +00:00
EnumTypeTraits.h
EnumeratedArray.h Bug 1506763: Mark [Enumerated]Array constructors as constexpr. r=froydnj 2018-11-13 12:34:45 -05:00
EnumeratedRange.h
FStream.h Bug 1471177 - Use mingw-specific IFStream and OFStream implementation only when building againstd libstdc++. r=froydnj 2018-06-26 13:06:17 +02:00
FastBernoulliTrial.h
FloatingPoint.cpp Bug 1438212 - Implement mozilla::IsFloat32Representable using an algorithm that handles NaN correctly and doesn't sometimes invoke undefined behavior. r=froydnj 2018-06-06 16:03:47 -07:00
FloatingPoint.h Bug 1438212 - Implement mozilla::IsFloat32Representable using an algorithm that handles NaN correctly and doesn't sometimes invoke undefined behavior. r=froydnj 2018-06-06 16:03:47 -07:00
FunctionTypeTraits.h Bug 1482046 - mfbt: FunctionTypeTraits - r=froydnj 2018-08-15 10:27:45 +00:00
GuardObjects.h
HashFunctions.cpp
HashFunctions.h Bug 1480660 - Remove ConstExprHash{UntilZero,String}(). r=froydnj 2018-08-03 14:47:41 +10:00
HashTable.h Bug 1483182 - Do report OOM failures in HashTable::reserve(). r=luke 2018-08-21 19:07:20 +10:00
IntegerPrintfMacros.h
IntegerRange.h
IntegerTypeTraits.h
JSONWriter.cpp
JSONWriter.h Backed out changeset bee1c344cb47 (bug 1491909) for failures in browser/components/extensions/test/xpcshell/test_ext_geckoProfiler_control.js 2018-10-24 04:23:13 +03:00
Likely.h
LinkedList.h Bug 1445659 - Make it possible to store RefPtr<T> in AutoCleanLinkedList. r=froydnj 2018-06-13 06:25:00 +03:00
LinuxSignal.h
MacroArgs.h
MacroForEach.h
MathAlgorithms.h Bug 1480577 - add AArch64-specific cases for MathUtils.h bitscan functionality; r=Waldo 2018-08-03 18:07:34 -04:00
Maybe.h Bug 1054115 - Maybe::map and apply now take the function through a forwarding reference - r=froydnj 2018-10-25 17:20:02 +00:00
MaybeOneOf.h
MemoryChecking.h Bug 1306642 - Backed out changeset 5bd8445b019f as final NSPR fix has landed. r=dmajor 2018-08-16 19:06:42 +09:00
MemoryReporting.h
Move.h
NonDereferenceable.h
NotNull.h
NullPtr.h
Opaque.h
OperatorNewExtensions.h
Pair.h
Path.h
PodOperations.h Bug 1470985 - s/PodEqual/ArrayEqual/ from ArrayUtils.h. - r=waldo 2018-07-27 14:11:18 -07:00
Poison.cpp
Poison.h
RandomNum.cpp Bug 1402282 - Move CSPRNG logic to common area r=froydnj 2018-10-25 18:00:15 +00:00
RandomNum.h Bug 1402282 - Move CSPRNG logic to common area r=froydnj 2018-10-25 18:00:15 +00:00
Range.h
RangedArray.h
RangedPtr.h Bug 1470365: Part 1 - Add a compact, read-only, shared-memory string map class. r=erahm 2018-06-29 22:50:41 -07:00
RecordReplay.cpp Bug 1503639 Part 1 - Handle unrecorded waits internally, r=lsmyth. 2018-10-31 10:17:05 -10:00
RecordReplay.h Bug 1503639 Part 1 - Handle unrecorded waits internally, r=lsmyth. 2018-10-31 10:17:05 -10:00
ReentrancyGuard.h
RefCountType.h
RefCounted.h Bug 1502207 Part 2 - Fix useUse new atomic access API in Gecko, r=froydnj. 2018-10-25 11:42:18 -10:00
RefPtr.h Bug 1489317: Part 1 - Add forward declaration for mscom::AgileReference to RefPtr; r=froydnj 2018-09-12 18:55:30 +00:00
Result.h
ResultExtensions.h
ReverseIterator.h
RollingMean.h
SHA1.cpp
SHA1.h
SPSCQueue.h
STYLE
Saturate.h
ScopeExit.h
Scoped.h
SegmentedVector.h Bug 1309552 - Specify buffer size when freeing data in AllocPolicy, r=waldo. 2018-07-20 23:58:34 +00:00
SharedLibrary.h
SmallPointerArray.h Bug 1466928 - Make mozilla::SmallPointerArray compatible with the C++ object model. r=froydnj 2018-06-07 03:53:54 -07:00
Span.h
SplayTree.h
Sprintf.h
StaticAnalysisFunctions.h Bug 1494671 - Make MOZ_AssertAssignmentTest() constexpr. r=froydnj 2018-10-01 19:53:06 +00:00
TaggedAnonymousMemory.cpp
TaggedAnonymousMemory.h
TemplateLib.h
TextUtils.h Bug 908413 - Make dom::MimeType a template to make it usable with nsCString r=hsivonen 2018-09-07 05:41:29 +00:00
ThreadLocal.h
ThreadSafeWeakPtr.h
ToString.h
Tuple.h Bug 1484373: Part 2a - Add Tuple ForEach helper function. r=froydnj 2018-08-19 17:42:59 -07:00
TypeTraits.h Bug 1493781 - Add a comment to IsBaseOf indicating that it is reflexive r=froydnj 2018-09-24 19:58:16 +00:00
TypedEnumBits.h
Types.h
UniquePtr.h Bug 1490956 - Add WrapUnique for UniquePtr. r=froydnj 2018-09-13 13:29:13 +00:00
UniquePtrExtensions.h
Unused.cpp
Unused.h
Utf8.cpp Bug 1426909 - Abstract out mozilla::DecodeOneUtf8CodePoint for decoding a UTF-8 code point after having consumed a non-ASCII lead unit, with configurable error notification through optional user-provided functors. r=froydnj 2018-07-12 17:41:31 -07:00
Utf8.h Make DecodeOneUtf8CodePoint* take |const EndIter& aEnd| to enforce immutability of the end iterator. No bug, r=me as trivial 2018-08-09 21:04:23 -07:00
Variant.h
Vector.h Bug 1309552 - Specify buffer size when freeing data in AllocPolicy, r=waldo. 2018-07-20 23:58:34 +00:00
WeakPtr.h Bug 1493045 - Assert thread-safety when destroying WeakPtr r=froydnj 2018-10-03 16:41:10 +00:00
WindowsVersion.h
WrappingOperations.h
XorShift128PlusRNG.h
lz4.c
lz4.h
moz.build Bug 1402282 - Move CSPRNG logic to common area r=froydnj 2018-10-25 18:00:15 +00:00