..
experimental
Bug 1729859 - Use raw pointer or already_AddRefed in stencil API. r=tcampbell
2021-09-14 13:26:44 +00:00
friend
Bug 1715275 - Add support for a JS WebAssembly.Function object r=rhunt
2021-09-02 15:58:18 +00:00
shadow
Bug 1724031 - Part 10: Use fixed slots to store function data r=jandem
2021-08-26 19:03:20 +00:00
AllocationLogging.h
Bug 1678374 - Fix includes in js/public. r=jandem
2021-03-12 10:42:21 +00:00
AllocationRecording.h
Bug 1716250 - Remove JS_FRIEND_API. r=jandem,sfink
2021-06-16 19:38:10 +00:00
AllocPolicy.h
Bug 1716147 - Mark TempAllocPolicy as JS_PUBLIC_API. r=sfink
2021-07-08 23:48:21 +00:00
Array.h
Bug 1704042 part 9 - Report an exception for large lengths from JS::GetArrayLength API. r=lth
2021-04-09 13:20:48 +00:00
ArrayBuffer.h
Bug 1678374 - Fix includes in js/public. r=jandem
2021-03-12 10:42:21 +00:00
ArrayBufferMaybeShared.h
Bug 1716250 - Remove JS_FRIEND_API. r=jandem,sfink
2021-06-16 19:38:10 +00:00
BigInt.h
Bug 1706866 - Fix up various details of existing BigInt public API. r=jandem
2021-06-15 08:16:17 +00:00
BuildId.h
Bug 1684092 - Part 3: Remove unnecessary #includes of Attributes.h for MOZ_MUST_USE in js/src/. r=jandem
2021-02-12 04:09:24 +00:00
CallAndConstruct.h
Bug 1708450 - Move call and construct functions into js/public/CallAndConstruct.h. r=nbp
2021-07-13 11:52:43 +00:00
CallArgs.h
CallNonGenericMethod.h
CharacterEncoding.h
Bug 1678374 - Fix includes in js/public. r=jandem
2021-03-12 10:42:21 +00:00
Class.h
Bug 1724031 - Part 9.5: Move JSFunction::class_ to avoid confusion r=jandem
2021-08-26 19:03:20 +00:00
ComparisonOperators.h
CompilationAndEvaluation.h
Bug 1726737 - Part 2: Move JSSourceElementCallback into CompilationAndEvaluation. r=arai
2021-08-20 18:10:33 +00:00
CompileOptions.h
Bug 531915 - part 6 - optionally use fdlibm's sin, cos, and tan in jsmath r=tjr,arai
2021-08-13 11:57:07 +00:00
Context.h
Bug 1458339 part 1 - Add an API to set self-hosted XDR content. r=tcampbell
2021-05-12 13:57:55 +00:00
ContextOptions.h
Bug 1725621 - Remove Top Level Await preference and associated code; r=mgaudet
2021-08-17 13:08:00 +00:00
Conversions.h
Date.h
Bug 1678374 - Fix includes in js/public. r=jandem
2021-03-12 10:42:21 +00:00
Debug.h
Bug 1726737 - Part 16: Move JS_DefineDebuggerObject into js/Debug.h. r=arai
2021-08-20 18:10:38 +00:00
Equality.h
Bug 1678374 - Fix includes in js/public. r=jandem
2021-03-12 10:42:21 +00:00
ErrorInterceptor.h
Bug 1726737 - Part 4: Add public header for JSErrorInterceptor. r=arai
2021-08-20 18:10:34 +00:00
ErrorReport.h
Bug 1711878 - Remove unused JSContext arguments from PrintErrorImpl and PrintSingleError. r=mgaudet
2021-06-01 13:56:19 +00:00
Exception.h
Bug 1730426 - Add OutOfMemory to JS::ExceptionStatus. r=jandem
2021-09-15 17:34:23 +00:00
ForOfIterator.h
Bug 1684092 - Part 3: Remove unnecessary #includes of Attributes.h for MOZ_MUST_USE in js/src/. r=jandem
2021-02-12 04:09:24 +00:00
GCAnnotations.h
Bug 1727374 - Implement a JS_HAZ_VALUE_IS_GC_SAFE annotation, saying that *at the time of the annotation*, the given variable does not contain any GC-invalidatable pointers r=jonco
2021-09-01 17:19:08 +00:00
GCAPI.h
Bug 1730140 - Remove the gray root buffer and mark gray roots after the start of collection r=sfink,mccr8
2021-09-14 07:49:39 +00:00
GCHashTable.h
Bug 1716610 - Prevent misinterpretation of GCHashMap + Rooted r=jonco DONTBUILD
2021-06-16 14:24:11 +00:00
GCPolicyAPI.h
GCTypeMacros.h
GCVariant.h
Bug 1678374 - Fix includes in js/public. r=jandem
2021-03-12 10:42:21 +00:00
GCVector.h
Bug 1721562 - Remove unimplemented GCVector methods from MutableWrappedPtrOperations for GCVector r=sfink
2021-08-28 12:17:58 +00:00
GlobalObject.h
Bug 1726737 - Part 14: Add public header for global object functions. r=arai
2021-08-20 18:10:37 +00:00
HashTable.h
HeapAPI.h
Bug 1723841 - Don't unmark permenant atoms in the prebarrier verifier r=sfink
2021-08-05 07:18:39 +00:00
HelperThreadAPI.h
Bug 1716940 - Pass external thread stack size through to the JS engine r=sfink,bas
2021-06-17 16:14:19 +00:00
Id.h
Bug 1724234 - Remove APIs to pin unicode strings r=tcampbell
2021-08-06 08:44:14 +00:00
Initialization.h
Bug 1709135 - XDR: Make decoded content immutable. r=arai
2021-05-12 13:57:56 +00:00
Interrupt.h
Bug 1726737 - Part 10: Add public header for interrupt functions. r=arai
2021-08-20 18:10:36 +00:00
JSON.h
Bug 1678374 - Fix includes in js/public. r=jandem
2021-03-12 10:42:21 +00:00
LocaleSensitive.h
MapAndSet.h
Bug 1708739 - Move Map and Set APIs to new public header r=yulia
2021-05-01 12:10:15 +00:00
MemoryCallbacks.h
Bug 1726737 - Part 6: Add public header for out-of-memory callbacks. r=arai
2021-08-20 18:10:34 +00:00
MemoryFunctions.h
Bug 1693257 - Remove unused JS::MemoryUse::PerfMeasurement r=tcampbell
2021-05-28 17:41:06 +00:00
MemoryMetrics.h
Bug 1615988 - Fix memory reporting of wasm memory. r=sfink
2021-09-07 21:03:48 +00:00
Modules.h
Bug 1668330 - Part 2: Modify the ScriptLoader to work with the API changes for import-assertions. r=yulia
2021-04-14 18:04:48 +00:00
Object.h
Bug 1719457 - Remove support for JSObject private slots. r=jonco
2021-07-30 12:43:17 +00:00
OffThreadScriptCompilation.h
Bug 1716934 - Use JS::Stencil in PrecompiledScript. r=nbp,mccr8
2021-06-25 02:27:13 +00:00
Principals.h
Bug 1678374 - Fix includes in js/public. r=jandem
2021-03-12 10:42:21 +00:00
Printf.h
ProfilingCategory.h
Bug 1716250 - Remove JS_FRIEND_API. r=jandem,sfink
2021-06-16 19:38:10 +00:00
ProfilingFrameIterator.h
Bug 1716250 - Remove JS_FRIEND_API. r=jandem,sfink
2021-06-16 19:38:10 +00:00
ProfilingStack.h
Bug 1724187 - Change the category of the ChromeUtils.addProfilerMarker label frame to PROFILER so that this code is ignored in stacks captured for profiler markers, r=gerald.
2021-08-06 20:24:42 +00:00
Promise.h
Bug 1678374 - Fix includes in js/public. r=jandem
2021-03-12 10:42:21 +00:00
PropertyAndElement.h
Bug 1708448 - Move property and element functions into js/public/PropertyAndElement.h. r=nbp
2021-07-13 11:52:42 +00:00
PropertyDescriptor.h
Bug 1708432 - Move JS_Get*PropertyDescriptor* to js/public/PropertyDescriptor.h. r=nbp
2021-07-13 11:52:41 +00:00
PropertySpec.h
Bug 1713083 part 2 - Remove JSPROP_GETTER and JSPROP_SETTER. r=evilpie
2021-05-27 15:03:38 +00:00
ProtoKey.h
Bug 1720422 - Move js::Scalar -> JS::Scalar for public API, but alias it as js::Scalar r=jonco
2021-09-08 23:47:00 +00:00
Proxy.h
Bug 1716250 - Remove JS_FRIEND_API. r=jandem,sfink
2021-06-16 19:38:10 +00:00
Realm.h
Bug 1717035 - Remove reference to dead documentation page r=mgaudet
2021-07-07 13:23:56 +00:00
RealmIterators.h
Bug 1708441
- Create js/public/RealmIterators.h and move some functions from jsapi.h in it. r=jonco
2021-04-30 16:30:45 +00:00
RealmOptions.h
Bug 1688794 - Remove code for the (now unused) self-hosting zone. r=jandem,jonco
2021-07-29 01:53:36 +00:00
RefCounted.h
RegExp.h
Bug 806767 - Use const char16_t for JS::ExecuteRegExp. r=jonco
2021-04-29 12:37:16 +00:00
RegExpFlags.h
Bug 1519483: Add hasIndices to RegExpFlags r=mgaudet
2021-03-10 22:10:14 +00:00
Result.h
RootingAPI.h
Bug 1729602 - Forward T constructor arguments through PersistentRooted<T> foo(cx, ...args...)
r=tcampbell,jonco
2021-09-13 22:58:53 +00:00
SavedFrameAPI.h
Bug 1716250 - Remove JS_FRIEND_API. r=jandem,sfink
2021-06-16 19:38:10 +00:00
ScalarType.h
Bug 1720422 - Move js::Scalar -> JS::Scalar for public API, but alias it as js::Scalar r=jonco
2021-09-08 23:47:00 +00:00
ScriptPrivate.h
Bug 1726737 - Part 3: Add public header for ScriptPrivate functions. r=arai
2021-08-20 18:10:33 +00:00
SharedArrayBuffer.h
Bug 1678374 - Fix includes in js/public. r=jandem
2021-03-12 10:42:21 +00:00
SliceBudget.h
Bug 1434542 - Ensure GC progress by pausing the mutator in long running GCs r=sfink
2021-07-21 17:43:43 +00:00
SourceText.h
Bug 1678374 - Fix includes in js/public. r=jandem
2021-03-12 10:42:21 +00:00
StableStringChars.h
Bug 1716250 - Remove JS_FRIEND_API. r=jandem,sfink
2021-06-16 19:38:10 +00:00
Stack.h
Bug 1726737 - Part 1: Add public header for stack operations. r=arai
2021-08-20 18:10:32 +00:00
Stream.h
StreamConsumer.h
Bug 1726737 - Part 5: Add public header for JS::StreamConsumer. r=arai
2021-08-20 18:10:34 +00:00
String.h
Bug 1724553 - Fix include files in js/public/String.h. r=tcampbell
2021-08-10 14:40:35 +00:00
StructuredClone.h
Bug 1644600 - Move JSStructuredCloneData destructor into private impl r=sfink
2021-05-04 14:05:08 +00:00
SweepingAPI.h
Bug 1678374 - Fix includes in js/public. r=jandem
2021-03-12 10:42:21 +00:00
Symbol.h
TelemetryTimers.h
Bug 1726737 - Part 12: Add public header for telemetry timers. r=arai
2021-08-20 18:10:37 +00:00
TraceKind.h
Bug 1715512 part 2 - Add PropMap GC thing. r=jonco
2021-06-17 16:51:40 +00:00
TraceLoggerAPI.h
Bug 1678374 - Fix includes in js/public. r=jandem
2021-03-12 10:42:21 +00:00
TracingAPI.h
Bug 1722538 - Make TraceWeakEdge accept null edges r=sfink
2021-07-28 07:11:43 +00:00
Transcoding.h
Bug 1709135 - XDR: Make decoded content immutable. r=arai
2021-05-12 13:57:56 +00:00
TypeDecls.h
Bug 1708441
- Create js/public/RealmIterators.h and move some functions from jsapi.h in it. r=jonco
2021-04-30 16:30:45 +00:00
UbiNode.h
Bug 1684092 - Part 2: Move [[nodiscard]] to the head of function declarations in js/src/. r=jandem
2021-02-12 04:09:23 +00:00
UbiNodeBreadthFirst.h
Bug 1678374 - Fix includes in js/public. r=jandem
2021-03-12 10:42:21 +00:00
UbiNodeCensus.h
Bug 1726123 - Part 1: Remove unnecessary includes to jsapi.h and jsfriendapi.h. r=arai
2021-08-17 15:45:37 +00:00
UbiNodeDominatorTree.h
Bug 1684092 - Part 2: Move [[nodiscard]] to the head of function declarations in js/src/. r=jandem
2021-02-12 04:09:23 +00:00
UbiNodePostOrder.h
Bug 1678374 - Fix includes in js/public. r=jandem
2021-03-12 10:42:21 +00:00
UbiNodeShortestPaths.h
Bug 1684092 - Part 1: Replace MOZ_MUST_USE with [[nodiscard]] in js/src/. r=jandem
2021-02-12 04:09:22 +00:00
UbiNodeUtils.h
UniquePtr.h
Utility.h
Bug 1716250 - Remove JS_FRIEND_API. r=jandem,sfink
2021-06-16 19:38:10 +00:00
Value.h
Bug 1723715 part 13 - Move builtin constructors to GlobalObjectData. r=jonco
2021-08-09 15:25:09 +00:00
ValueArray.h
Vector.h
WaitCallbacks.h
Bug 1726737 - Part 8: Add public header for wait callbacks. r=arai
2021-08-20 18:10:35 +00:00
Warnings.h
WasmFeatures.h
Bug 1725797 - Fix + use wasmRelaxedSimdEnabled. r=rhunt
2021-08-17 06:55:08 +00:00
WasmModule.h
WeakMap.h
Bug 1708739 - Move WeakMap APIs to new public header r=yulia
2021-05-01 12:10:14 +00:00
WeakMapPtr.h
Wrapper.h
Bug 1716250 - Remove JS_FRIEND_API. r=jandem,sfink
2021-06-16 19:38:10 +00:00
WrapperCallbacks.h
Bug 1726737 - Part 7: Add public header for wrapper callbacks. r=arai
2021-08-20 18:10:35 +00:00
Zone.h
Bug 1708469 - Split realms, compartments, zones, context and runtime from JSApi; r=jonco
2021-05-04 16:53:05 +00:00