gecko-dev/js/public
Lars T Hansen 414fee387b Bug 1478632 - wasm simd, part 1: feature gating and related prep. r=rhunt
We add a configuration option for SIMD and apply ENABLE_WASM_SIMD
throughout the engine as appropriate, mostly to insert #error or
MOZ_CRASH where things need to be done in later patches or for
architectures that we won't currently consider.

We add a command line switch for the shell and an option for
about:config and plumb the value of this through the engine.

Differential Revision: https://phabricator.services.mozilla.com/D57940
2020-05-05 08:17:47 +00:00
..
experimental Bug 1613985 - Use default for equivalent-to-default constructors/destructors in js. r=jorendorff 2020-03-16 13:47:02 +00:00
AllocPolicy.h
AllocationRecording.h
Array.h Bug 1602882 - Move array operations to a new js/Array.h header. r=sfink,bzbarsky 2019-12-11 06:17:44 +00:00
ArrayBuffer.h Bug 1426865 - Add default visibility to JSAPI symbols. r=sfink 2019-10-27 22:34:11 +00:00
ArrayBufferMaybeShared.h Bug 1575425 - Part 2: Merge ArrayBuffer and SharedArrayBuffer in DOM binding; r=bzbarsky,jwalden 2020-01-23 13:48:02 +00:00
BinASTFormat.h Bug 1590907 - Stop configure macros from masking function prototypes in public JS headers. r=jwalden,sfink 2019-11-26 10:27:27 +00:00
BuildId.h
CallArgs.h Bug 1623957 - Part 1: Replace mozilla::IsSame with std::is_same. r=jwalden 2020-03-21 15:08:24 +00:00
CallNonGenericMethod.h
CharacterEncoding.h Bug 1613985 - Use default for equivalent-to-default constructors/destructors in js. r=jorendorff 2020-03-16 13:47:02 +00:00
Class.h Bug 1624937 - Align JSClass to 8 byte to satisfy GC cell requirements r=jandem 2020-03-26 11:01:07 +00:00
ComparisonOperators.h Bug 1618038 - Implement support for wrapper-class comparisons in the innermost namespace containing each wrapper class, as ADL intended. Also simplify the operator implementations in certain minor ways. r=sfink 2020-03-10 02:01:28 +00:00
CompilationAndEvaluation.h Backed out changeset 4107b758e7ae (bug 1501608) as requested by dev 2020-05-02 15:03:19 +03:00
CompileOptions.h Backed out changeset 4107b758e7ae (bug 1501608) as requested by dev 2020-05-02 15:03:19 +03:00
ContextOptions.h Bug 1478632 - wasm simd, part 1: feature gating and related prep. r=rhunt 2020-05-05 08:17:47 +00:00
Conversions.h Bug 1623957 - Part 13: Replace mozilla::IsSigned with std::is_signed. r=jwalden 2020-03-21 14:27:11 +00:00
Date.h Bug 1586761 - P6 - Check CrossOriginIsolated for ReduceTimePrecisionAsUSecsWrapper; r=tjr,luke 2020-03-25 14:01:07 +00:00
Debug.h Bug 1613985 - Use default for equivalent-to-default constructors/destructors in js. r=jorendorff 2020-03-16 13:47:02 +00:00
Equality.h Bug 1426865 - Add default visibility to JSAPI symbols. r=sfink 2019-10-27 22:34:11 +00:00
ErrorReport.h Bug 1622562 - Remove flags from JSErrorReport. r=jandem 2020-03-23 07:08:48 +00:00
Exception.h Bug 1626100 - Replace SetPendingExceptionAndStack with a ExceptionStack version. r=sfink 2020-04-09 12:35:59 +00:00
ForOfIterator.h Bug 1426865 - Add default visibility to JSAPI symbols. r=sfink 2019-10-27 22:34:11 +00:00
GCAPI.h Backed out incremental weakmap marking (bug 1167452 and bug 1633176) to postpone until after Fx77 2020-05-01 00:53:15 +00:00
GCAnnotations.h
GCHashTable.h Bug 1613985 - Use default for equivalent-to-default constructors/destructors in js. r=jorendorff 2020-03-16 13:47:02 +00:00
GCPolicyAPI.h Bug 1623957 - Part 14: Replace mozilla::IsPointer with std::is_pointer. r=jwalden 2020-03-21 14:27:24 +00:00
GCTypeMacros.h Bug 1603256 - Move the GC pointer type enumeration macros to a standalone header. r=sfink 2019-12-12 01:38:21 +00:00
GCVariant.h Bug 1623957 - Part 15: Replace mozilla::RemoveReference with std::remove_reference. r=jwalden 2020-03-21 14:28:59 +00:00
GCVector.h Bug 1593260 - Don't use remove_if for sweeping GCVector as the predicate can modify the elements r=anba 2019-11-05 15:42:19 +00:00
HashTable.h Bug 1426865 - Add default visibility to JSAPI symbols. r=sfink 2019-10-27 22:34:11 +00:00
HeapAPI.h Bug 1626322 - Add an API to get the zone of a possibly-nursery allocated GC thing and use it in CheckZoneTracer r=sfink,mccr8 2020-04-28 22:26:59 +00:00
Id.h Bug 1633145 - Replace NON_INTEGER_ATOM_TO_JSID. r=jandem 2020-04-30 18:18:35 +00:00
Initialization.h
JSON.h Bug 1426865 - Add default visibility to JSAPI symbols. r=sfink 2019-10-27 22:34:11 +00:00
LocaleSensitive.h Bug 1590907 - Make ENABLE_INTL_API and ENABLE_TYPED_OBJECTS into js-config macros. r=sfink,firefox-build-system-reviewers,mshal 2019-11-26 07:25:35 +00:00
MemoryFunctions.h Bug 1426865 - Add default visibility to JSAPI symbols. r=sfink 2019-10-27 22:34:11 +00:00
MemoryMetrics.h Bug 1623957 - Part 1: Replace mozilla::IsSame with std::is_same. r=jwalden 2020-03-21 15:08:24 +00:00
Modules.h Bug 1626105 - Rename |JS::CompileModuleDontInflate| to just plain |JS::CompileModule|. (There is no non-inflating version remove at the same time.) r=evilpie 2020-03-31 01:33:03 +00:00
OffThreadScriptCompilation.h Bug 1590907 - Stop configure macros from masking function prototypes in public JS headers. r=jwalden,sfink 2019-11-26 10:27:27 +00:00
Principals.h Bug 1613985 - Use default for equivalent-to-default constructors/destructors in js. r=jorendorff 2020-03-16 13:47:02 +00:00
Printf.h
ProfilingCategory.h Bug 1630895 - Infer categories for Java frames. r=gerald 2020-04-17 23:30:10 +00:00
ProfilingFrameIterator.h Bug 1614622 part 5 - Remove most optimization tracking storage code. r=djvj 2020-02-12 10:56:13 +00:00
ProfilingStack.h Bug 1613985 - Use default for equivalent-to-default constructors/destructors in js. r=jorendorff 2020-03-16 13:47:02 +00:00
Promise.h Bug 1622184 - Add a public method to mark a settled Promise as handled; r=arai 2020-03-18 02:22:00 +00:00
PropertyDescriptor.h Bug 1426865 - Add default visibility to JSAPI symbols. r=sfink 2019-10-27 22:34:11 +00:00
PropertySpec.h Bug 1633207 - JSPropertySpec support for doubles. r=arai 2020-04-26 18:16:55 +00:00
ProtoKey.h Bug 1618258 - Part 1: Rename FinalizationGroup to FinalizationRegistry. r=jonco 2020-03-16 10:41:08 +00:00
Proxy.h Bug 949220 - Make |NewProxyObject| return only non-singletons, and add |NewSingletonProxyObject| for the singleton case. r=jandem 2020-04-14 16:57:15 +00:00
Realm.h
RealmOptions.h Bug 1624266 - Allow the SharedArrayBuffer global constructor property to be optionally omitted from a new global object. r=arai,baku 2020-04-17 08:20:45 +00:00
RefCounted.h Bug 1613985 - Use default for equivalent-to-default constructors/destructors in js. r=jorendorff 2020-03-16 13:47:02 +00:00
RegExp.h Bug 1426865 - Add default visibility to JSAPI symbols. r=sfink 2019-10-27 22:34:11 +00:00
RegExpFlags.h Bug 1361856: Use SM RegExpFlags inside irregexp r=jwalden 2020-03-21 14:21:04 +00:00
RequiredDefines.h
Result.h
RootingAPI.h Bug 1634459 - Simplify the wrapper used for rooting non-GC thing types r=jandem 2020-05-04 16:53:56 +00:00
SavedFrameAPI.h Bug 1426865 - Add default visibility to JSAPI symbols. r=sfink 2019-10-27 22:34:11 +00:00
SharedArrayBuffer.h Bug 1575425 - Part 3: Add support for [AllowShared]; r=bzbarsky,jwalden 2020-01-23 14:18:53 +00:00
SliceBudget.h
SourceText.h Bug 1628751 - Replace use of standard library traits classes by the _v or _t versions r=jwalden 2020-04-14 09:05:55 +00:00
StableStringChars.h
Stream.h Bug 1613985 - Use default for equivalent-to-default constructors/destructors in js. r=jorendorff 2020-03-16 13:47:02 +00:00
StructuredClone.h Bug 1617863 - Make JS_ReadStructuredClone accept a const& to JSStructuredCloneData. r=baku 2020-02-25 16:05:14 +00:00
SweepingAPI.h Bug 1613985 - Use default for equivalent-to-default constructors/destructors in js. r=jorendorff 2020-03-16 13:47:02 +00:00
Symbol.h Bug 1426865 - Add default visibility to JSAPI symbols. r=sfink 2019-10-27 22:34:11 +00:00
TraceKind.h Bug 1519636 - Reformat recent changes to the Google coding style r=Ehsan,kvark 2020-02-24 15:33:38 +00:00
TraceLoggerAPI.h
TracingAPI.h Bug 1455563 - Remove some dead code from the GC r=sfink 2020-04-14 21:02:43 +00:00
Transcoding.h Bug 1613118 - Remove JS::EncodeInterpretedFunction r=nbp 2020-02-05 13:00:15 +00:00
TypeDecls.h Bug 1426865 - Add default visibility to JSAPI symbols. r=sfink 2019-10-27 22:34:11 +00:00
UbiNode.h Bug 1628751 - Replace use of standard library traits classes by the _v or _t versions r=jwalden 2020-04-14 09:05:55 +00:00
UbiNodeBreadthFirst.h
UbiNodeCensus.h Bug 1613985 - Use default for equivalent-to-default constructors/destructors in js. r=jorendorff 2020-03-16 13:47:02 +00:00
UbiNodeDominatorTree.h Bug 1609996 - Run check_spidermonkey_style.py --fixup. r=froydnj 2020-01-20 16:18:40 +00:00
UbiNodePostOrder.h Bug 1609996 - Reorder some includes affected by the previous patches. r=froydnj 2020-01-20 16:19:48 +00:00
UbiNodeShortestPaths.h Bug 1609996 - Reorder some includes affected by the previous patches. r=froydnj 2020-01-20 16:19:48 +00:00
UbiNodeUtils.h
UniquePtr.h
Utility.h Bug 1628201: HelperThreadTaskHandler should use UniquePtr for mOffThreadTask. r=KrisWright 2020-04-16 10:57:02 +00:00
Value.h Bug 1631114 - Make Handle<Maybe<Value>> easier to use r=jandem 2020-04-21 06:10:42 +00:00
ValueArray.h Bug 1634435 - Rename AutoValueArray to RootedValueArray everywhere for consistency with other rooted things r=jandem,mccr8 2020-05-04 16:50:59 +00:00
Vector.h Bug 1625138 - Part 35: Replace mozilla::TrueType with std::true_type. r=froydnj,jgilbert 2020-03-28 13:57:20 +00:00
Warnings.h Bug 1275508 - Remove werror. r=jandem 2020-03-11 12:20:21 +00:00
WeakMapPtr.h
Wrapper.h Bug 949220 - Make |NewProxyObject| return only non-singletons, and add |NewSingletonProxyObject| for the singleton case. r=jandem 2020-04-14 16:57:15 +00:00