.. |
decimal
|
Bug 1245414, part 10 - Apply the Mozilla patches via mfbt/decimal/update.sh. r=Waldo
|
2016-02-11 19:43:14 +00:00 |
double-conversion
|
Bug 1202568 - Cherry-pick warning fixes from upstream double-conversion. r=Ms2ger
|
2015-09-05 00:38:04 -07:00 |
staticruntime
|
Bug 1286877 - do not set c-basic-offset for python-mode; r=gps
|
2016-07-14 10:16:42 -06:00 |
tests
|
Bug 1329236: Remove the DECLTYPE(expr) workaround in TestMaybe.cpp. r=ehsan
|
2017-01-06 12:53:20 -06:00 |
Alignment.h
|
Bug 1269319 - Make AlignedStorage/AlignedStorage2 non-copyable to fix strict aliasing issues. r=Waldo
|
2016-05-19 20:57:36 +02:00 |
AllocPolicy.h
|
Bug 1262671 - Introduce MFBT BufferList class (r=froydnj)
|
2016-05-27 09:57:40 -07:00 |
AlreadyAddRefed.h
|
Bug 1267550 (part 2) - Rename MOZ_WARN_UNUSED_RESULT as MOZ_MUST_USE. r=froydnj.
|
2016-04-27 14:16:50 +10:00 |
Array.h
|
Bug 1319626 - Part 2: Add BorderLayer class and basic support for them. r=mstange
|
2016-11-24 18:11:30 +13:00 |
ArrayUtils.h
|
Bug 1277775 - Replace MOZ_CONSTEXPR{_VAR,_TMPL} with constexpr. r=froydnj
|
2016-07-08 14:39:53 -07:00 |
Assertions.cpp
|
Bug 1309573 - Part 1: Define the crash reason in MFBT to let everything use it. r=froydnj
|
2016-11-06 22:57:00 -05:00 |
Assertions.h
|
Bug 1283562 - Add mozilla::Result<V, E> for fallible return values. r=jwalden
|
2016-11-21 12:52:03 +01:00 |
Atomics.h
|
Bug 1277775 - Replace MOZ_CONSTEXPR{_VAR,_TMPL} with constexpr. r=froydnj
|
2016-07-08 14:39:53 -07:00 |
Attributes.h
|
Bug 1325541 - Expand comments for MOZ_MUST_USE. r=froydnj.
|
2016-12-23 16:11:33 +11:00 |
BinarySearch.h
|
Bug 1247835 (part 0) - Minor comment and style tweaks in BinarySearch.h. r=luke.
|
2016-02-23 15:41:39 +11:00 |
BloomFilter.h
|
|
|
BufferList.h
|
Bug 1305791 - Clear result.mSegments if MoveFallible failed. r=billm
|
2016-09-30 17:37:44 +08:00 |
Casting.h
|
Bug 1248555: Introduce variants of SpecificNaN / BitwiseCast that preserve the signaling NaN bit; r=froydnj
|
2016-08-01 20:02:05 +02:00 |
ChaosMode.cpp
|
Bug 1182516 - Add Chaos Mode environment variable MOZ_CHAOSMODE. r=roc
|
2015-07-14 17:29:23 -04:00 |
ChaosMode.h
|
Bug 1260247. In chaos mode randomly decide to start a new image load even if the image is in the image cache when allowed by spec. r=seth
|
2016-04-02 13:53:12 -05:00 |
Char16.h
|
Bug 1322465 part 8 - Use explicit/MOZ_IMPLICIT for the unary constructors in mfbt/. r=Ehsan
|
2016-12-16 15:57:15 +08:00 |
CheckedInt.h
|
Bug 1188204 - Fix more constructors in MFBT; r=froydnj
|
2015-07-28 12:24:39 -04:00 |
Compiler.h
|
Bug 1322792 - require GCC 4.9 to build; r=glandium
|
2016-12-23 05:47:31 -05:00 |
Compression.cpp
|
Bug 1189967 - Avoid including <string> from Char16.h. r=nfroyd
|
2015-08-23 22:20:33 +09:00 |
Compression.h
|
Bug 1268754 - Tweak some MFBT return values. r=Ms2ger.
|
2016-04-29 13:14:34 +10:00 |
DebugOnly.h
|
Bug 1253094, part 11 - Make DebugOnly a MOZ_STACK_CLASS. r=Waldo
|
2016-02-26 15:52:08 +00:00 |
EndianUtils.h
|
Bug 1275016 - Rename Endian.h to EndianUtils.h to avoid #include confusion with Android's endian.h stdlib header. r=froydnj
|
2016-05-22 13:31:11 -07:00 |
EnumeratedArray.h
|
Bug 1309466 - Enable Array and EnumeratedArray to be brace-initialized with initial contents. r=froydnj
|
2016-10-12 15:08:47 +08:00 |
EnumeratedRange.h
|
Bug 1290035 - Remove the explicit Type parameter to MakeEnumeratedRange. r=Waldo
|
2016-07-28 17:48:50 +08:00 |
EnumSet.h
|
Bug 1311068 - remove InitializerList.h; r=botond
|
2016-10-19 00:33:14 -04:00 |
EnumTypeTraits.h
|
Bug 1297306 - part4:rename IsEnumFittingWithin with EnumTypeFitsWithin and move it to mfbt/EnumTypeTraits.h. r=froydnj
|
2016-09-07 10:20:16 +08:00 |
FastBernoulliTrial.h
|
Bug 1231378 - part 3 - Fix uninitialized members of classes in modules/libjar and mfbt, r=smaug
|
2016-01-12 18:16:59 +00:00 |
FloatingPoint.cpp
|
|
|
FloatingPoint.h
|
Bug 1311088 - Part 1: Add mozilla::SpecificNaNBits and JS::detail::CanonicalizedNaNBits. r=jwalden
|
2016-10-29 01:47:30 +09:00 |
GuardObjects.h
|
|
|
HashFunctions.cpp
|
|
|
HashFunctions.h
|
Bug 1312001 - Scramble hash codes securely, to avoid leaking bits of object and symbol addresses.
|
2016-11-30 15:31:56 -06:00 |
IndexSequence.h
|
Bug 1277775 - Replace MOZ_CONSTEXPR{_VAR,_TMPL} with constexpr. r=froydnj
|
2016-07-08 14:39:53 -07:00 |
IntegerPrintfMacros.h
|
Bug 1186126 - Note incompatibility with NSPR printf-like functions. r=nfroyd
|
2015-07-27 10:08:00 +02:00 |
IntegerRange.h
|
Bug 1315274 - rename mozilla::MakeRange to mozilla::IntegerRange; r=Waldo
|
2017-01-06 09:22:53 -05:00 |
IntegerTypeTraits.h
|
|
|
JSONWriter.cpp
|
|
|
JSONWriter.h
|
Bug 1293384 - Part 1: Rename snprintf_literal to SprintfLiteral. r=froydnj
|
2016-08-14 23:44:00 -07:00 |
Likely.h
|
|
|
LinkedList.h
|
Bug 1310547 - Add removeAndGetNext/Previous methods to LinkedList (r=froydnj)
|
2016-10-30 22:04:01 -07:00 |
LinuxSignal.h
|
Bug 1238661 - fix mozilla::SignalTrampoline to work properly with clang; r=darchons
|
2016-07-25 18:16:06 -04:00 |
lz4.c
|
|
|
lz4.h
|
|
|
MacroArgs.h
|
Bug 1299379 - Add MOZ_CONCAT for preprocessor token pasting. r=waldo
|
2016-09-11 15:49:50 +02:00 |
MacroForEach.h
|
Bug 1188895 - Replace U+0A00 with U+0200 in MacroForEach.h. r=Ms2ger
|
2015-08-01 00:36:00 -04:00 |
MathAlgorithms.h
|
Bug 1299284 - Remove js::IsPowerOfTwo in favor of mozilla::IsPowerOfTwo. r=sfink
|
2016-07-21 00:36:38 -07:00 |
Maybe.h
|
Bug 1325351 part 3 - Make Maybe accept value from different Maybe type when the inner type is convertible. r=froydnj
|
2016-12-23 11:49:33 +11:00 |
MaybeOneOf.h
|
|
|
MemoryChecking.h
|
|
|
MemoryReporting.h
|
|
|
Move.h
|
|
|
moz.build
|
Bug 1320752 - remove mozilla/Function.h; r=gerald
|
2016-11-28 11:03:53 -05:00 |
NotNull.h
|
Bug 1272203 (part 1) - Add mozilla::NotNull to MFBT. r=froydnj.
|
2016-05-12 14:21:16 +10:00 |
NullPtr.h
|
Bug 1182996 - Fix and add missing namespace comments. rs=ehsan
|
2015-07-13 08:25:42 -07:00 |
objs.mozbuild
|
Bug 1309573 - Part 1: Define the crash reason in MFBT to let everything use it. r=froydnj
|
2016-11-06 22:57:00 -05:00 |
Opaque.h
|
Bug 1246061. r=jandem, r=bz, r=luke, r=froydnj
|
2016-03-09 00:37:20 -08:00 |
OperatorNewExtensions.h
|
Bug 1294537 - Don't tag |void* p| in the don't-nullcheck placement operator new overload as MOZ_NONNULL, because that makes a double-checking assertion of non-nullness into a compiler warning. r=froydnj
|
2016-08-12 18:02:03 -07:00 |
Pair.h
|
|
|
PodOperations.h
|
Bug 1202317. Support PodEqual over fixed-length arrays. r=Waldo
|
2015-09-07 17:07:59 +12:00 |
Poison.cpp
|
Bug 1247535 - Fix -Wunreachable-code warning in mfbt/Poison.cpp. r=froydnj
|
2016-02-10 22:09:53 -08:00 |
Poison.h
|
Bug 1268246 - Add a simple Poison class lifetime checker. r=froydnj
|
2016-04-29 13:54:54 -04:00 |
Range.h
|
Bug 1315352 - follow-up - placate the static analysis to re-open this CLOSED TREE; r=me
|
2016-11-07 19:26:11 -05:00 |
RangedArray.h
|
Bug 1216041 - Add ranged iterator support to mozilla::{Array,RangedArray,EnumerationArray}. r=froydnj
|
2015-10-20 10:16:20 +11:00 |
RangedPtr.h
|
Bug 1319740 - Parametrize ComputeSingleDisplayName based on the character type of the key string, and iterate through the string using iterators, not using null-termination. r=arai
|
2016-12-02 14:02:36 -08:00 |
ReentrancyGuard.h
|
Bug 1201190 - Part 3: Mark every consumer of GUARD_OBJECT as MOZ_RAII, r=ehsan
|
2015-09-12 16:53:33 -04:00 |
RefCounted.h
|
Bug 1313351 - Fix js::RefCounted to not do leak checking. r=jandem
|
2016-12-23 21:13:26 +01:00 |
RefCountType.h
|
|
|
RefPtr.h
|
Bug 1280295 - Remove MOZ_HAVE_REF_QUALIFIERS. r=froydnj
|
2017-01-03 22:42:33 -08:00 |
Result.h
|
Bug 1324829 - Add the mozilla::Result::andThen method; r=froydnj
|
2016-12-21 13:05:56 -08:00 |
ReverseIterator.h
|
Bug 1188204 - Fix more constructors in MFBT; r=froydnj
|
2015-07-28 12:24:39 -04:00 |
RollingMean.h
|
|
|
Saturate.h
|
Bug 1288603 - Remove NumericLimits.h because all platforms have numeric_limits<char16_t>. r=froydnj
|
2016-07-22 22:05:45 -07:00 |
Scoped.h
|
Bug 1252902 - remove ScopedFreePtr; r=Waldo
|
2016-03-02 11:44:27 -05:00 |
ScopeExit.h
|
Bug 1201190 - Part 3: Mark every consumer of GUARD_OBJECT as MOZ_RAII, r=ehsan
|
2015-09-12 16:53:33 -04:00 |
SegmentedVector.h
|
Bug 1267550 (part 2) - Rename MOZ_WARN_UNUSED_RESULT as MOZ_MUST_USE. r=froydnj.
|
2016-04-27 14:16:50 +10:00 |
SHA1.cpp
|
Bug 1275016 - Rename Endian.h to EndianUtils.h to avoid #include confusion with Android's endian.h stdlib header. r=froydnj
|
2016-05-22 13:31:11 -07:00 |
SHA1.h
|
|
|
SizePrintfMacros.h
|
|
|
SplayTree.h
|
Bug 1277775 - Replace MOZ_CONSTEXPR{_VAR,_TMPL} with constexpr. r=froydnj
|
2016-07-08 14:39:53 -07:00 |
Sprintf.h
|
Bug 553032 - use MOZ_FORMAT_PRINTF, not explicit attribute; r=froydnj
|
2016-10-12 10:03:53 -06:00 |
StaticAnalysisFunctions.h
|
Bug 1283395 - add markup functions for static analysis builds. r=froydnj
|
2016-07-25 16:57:30 +03:00 |
STYLE
|
|
|
TaggedAnonymousMemory.cpp
|
|
|
TaggedAnonymousMemory.h
|
|
|
TemplateLib.h
|
|
|
ThreadLocal.h
|
Bug 1267550 (part 2) - Rename MOZ_WARN_UNUSED_RESULT as MOZ_MUST_USE. r=froydnj.
|
2016-04-27 14:16:50 +10:00 |
ToString.h
|
|
|
Tuple.h
|
Bug 1232418 - Allow mozilla::Tuple to support equality comparison; r=Waldo
|
2015-12-14 12:01:17 -08:00 |
TypedEnumBits.h
|
Bug 1315624 - Delete operator&& and operator|| for CastableTypedEnumResult. r=froydnj
|
2016-11-07 15:00:16 +08:00 |
Types.h
|
Bug 1251769 - Remove remaining references to MOZILLA_XPCOMRT_API from mfbt. r=froydnj
|
2016-02-27 11:12:07 -08:00 |
TypeTraits.h
|
Bug 1319016 - Part1 - Make IntegralConstant::value use constexpr. r=froydnj
|
2016-11-21 14:27:58 +08:00 |
UniquePtr.h
|
Bug 1277775 - Replace MOZ_CONSTEXPR{_VAR,_TMPL} with constexpr. r=froydnj
|
2016-07-08 14:39:53 -07:00 |
UniquePtrExtensions.h
|
Bug 1252195 - part 1 - implement UniqueFreePtr; r=Waldo
|
2016-02-29 10:29:13 -05:00 |
Unused.cpp
|
Bug 1297276 - Rename mfbt/unused.h to mfbt/Unused.h for consistency. r=froydnj
|
2016-08-24 14:47:04 +08:00 |
Unused.h
|
Bug 1297276 - Rename mfbt/unused.h to mfbt/Unused.h for consistency. r=froydnj
|
2016-08-24 14:47:04 +08:00 |
Variant.h
|
Bug 1329334 - Variant::as<> should use MOZ_RELEASE_ASSERT. r=froydnj
|
2017-01-10 14:24:49 +08:00 |
Vector.h
|
Bug 1294537 - introduce a non-null-checking placement operator new; r=sunfish,nbp
|
2016-08-12 22:43:49 -04:00 |
WeakPtr.h
|
Bug 956338 - Add checks to WeakPtr/nsWeakReference and related classes to assert single-thread usage. r=nfroyd
|
2016-08-01 13:16:16 +02:00 |
WindowsVersion.h
|
bug 1239166 - platform work to support Microsoft Family Safety functionality r=froydnj,mgoodwin,mhowell,rbarnes,vladan
|
2016-01-12 15:39:43 -08:00 |
XorShift128PlusRNG.h
|
Bug 1277775 - Replace MOZ_CONSTEXPR{_VAR,_TMPL} with constexpr. r=froydnj
|
2016-07-08 14:39:53 -07:00 |