gecko-dev/js/public
2021-06-07 15:19:29 +00:00
..
experimental Bug 1701305 - Add off-thread compile API for JS::Stencil. r=arai 2021-03-29 16:04:03 +00:00
friend Bug 1712138 - Initial implementation of class-static-fields proposal. r=arai 2021-05-27 15:01:34 +00:00
shadow Bug 1689413 part 16 - Remove JSObject group field. r=tcampbell,jonco 2021-03-06 01:05:25 +00:00
AllocationLogging.h Bug 1678374 - Fix includes in js/public. r=jandem 2021-03-12 10:42:21 +00:00
AllocationRecording.h Bug 1678374 - Fix includes in js/public. r=jandem 2021-03-12 10:42:21 +00:00
AllocPolicy.h Bug 1684092 - Part 1: Replace MOZ_MUST_USE with [[nodiscard]] in js/src/. r=jandem 2021-02-12 04:09:22 +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 1674777 part 3 - Change Get*LengthAndData outparam from uint32_t to size_t. r=sfink,aosmond 2021-01-31 08:35:40 +00:00
BigInt.h Bug 1678374 - Fix includes in js/public. r=jandem 2021-03-12 10:42:21 +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
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 1624792: Remove Debugger interface r=tcampbell 2021-06-01 01:31:21 +00:00
ComparisonOperators.h
CompilationAndEvaluation.h Bug 1706937 - Cleanup JS source-element callback. r=jandem 2021-05-03 20:08:06 +00:00
CompileOptions.h Bug 1624792: Remove instrumention code from bytecode emitter r=tcampbell 2021-06-01 01:31:21 +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 1712138 - Add option for class-static blocks r=arai 2021-05-27 15:01:34 +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 1678374 - Fix includes in js/public. r=jandem 2021-03-12 10:42:21 +00:00
Equality.h Bug 1678374 - Fix includes in js/public. r=jandem 2021-03-12 10:42:21 +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 1708740 - Move exception APIs from jsapi.h to public Exception.h header r=nbp 2021-05-01 12:10:15 +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
GCAPI.h Bug 1714561 - Allow single-zone JS holders to contain pointers into the atoms zone r=mccr8,sfink 2021-06-07 15:19:29 +00:00
GCHashTable.h Bug 1713285 part 10 - Simplify initial shapes table. r=jonco 2021-05-30 09:09:40 +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 Backed out changeset f76f3b0a3c9f (bug 1713550) for causing bc failures in browser_bookmarksProperties.js. CLOSED TREE 2021-05-31 13:17:24 +03:00
HashTable.h
HeapAPI.h Bug 1708692 - Rearrange arena header to move alloc kind out of flags bitfield r=sfink 2021-05-04 16:15:32 +00:00
HelperThreadAPI.h Bug 1704923 - Pass the number of threads when setting up an external thread pool r=sfink,bas 2021-06-03 10:24:13 +00:00
Id.h Bug 1678374 - Fix includes in js/public. r=jandem 2021-03-12 10:42:21 +00:00
Initialization.h Bug 1709135 - XDR: Make decoded content immutable. r=arai 2021-05-12 13:57:56 +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
MemoryFunctions.h Bug 1693257 - Remove unused JS::MemoryUse::PerfMeasurement r=tcampbell 2021-05-28 17:41:06 +00:00
MemoryMetrics.h Bug 1700052 part 9 - Add js::GetterSetter GC thing. r=jonco 2021-04-06 11:06:16 +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 1689413 part 8 - Remove shadow::ObjectGroup. r=jonco 2021-03-06 01:05:22 +00:00
OffThreadScriptCompilation.h Bug 1678374 - Fix includes in js/public. r=jandem 2021-03-12 10:42:21 +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
ProfilingFrameIterator.h Bug 1700869 - JS::ProfilingFrameIterator::getCppEntryRegisters() skeleton - r=jandem 2021-03-29 01:04:10 +00:00
ProfilingStack.h Bug 1586921 - Collect chrome function names in BHR stacks, r=dthayer. 2021-04-29 10:16:30 +00:00
Promise.h Bug 1678374 - Fix includes in js/public. r=jandem 2021-03-12 10:42:21 +00:00
PropertyDescriptor.h Bug 1713465 - Rename getterObject and setterObject. r=jandem 2021-05-30 20:00:23 +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 1335652 - wasm exceptions part 10: add WebAssembly.RuntimeException r=rhunt 2021-02-03 04:21:07 +00:00
Proxy.h Bug 1712397 - Add Proxy information to dumpObject r=jandem 2021-05-26 21:54:02 +00:00
Realm.h Bug 1704185 - Rename JS::GetRealmWeakMapKey to JS::GetRealmKeyObject. r=peterv 2021-05-04 23:48:26 +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 1694916 - Part 1: Remove RealmBehaviors.disableLazyParsing. r=mgaudet 2021-03-04 22:36:22 +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 1707096 - fix deprecated-copy detected by clang-trunk. r=sfink,jandem 2021-05-26 10:20:32 +00:00
SavedFrameAPI.h Bug 1678374 - Fix includes in js/public. r=jandem 2021-03-12 10:42:21 +00:00
ScalarType.h Bug 1520434-Improve the error messages when creating unaligned typed arrays r=mgaudet 2021-05-04 15:34:36 +00:00
SharedArrayBuffer.h Bug 1678374 - Fix includes in js/public. r=jandem 2021-03-12 10:42:21 +00:00
SliceBudget.h Bug 1703374 - Provide SliceBudget users with more control of when and how often time checks happen r=jonco 2021-04-28 16:37:32 +00:00
SourceText.h Bug 1678374 - Fix includes in js/public. r=jandem 2021-03-12 10:42:21 +00:00
StableStringChars.h Bug 1678374 - Fix includes in js/public. r=jandem 2021-03-12 10:42:21 +00:00
Stream.h
String.h Bug 1708719 - Move string functions from jsapi.h to public/String.h r=tcampbell 2021-05-01 12:10:14 +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
TraceKind.h Bug 1700052 part 9 - Add js::GetterSetter GC thing. r=jonco 2021-04-06 11:06:16 +00:00
TraceLoggerAPI.h Bug 1678374 - Fix includes in js/public. r=jandem 2021-03-12 10:42:21 +00:00
TracingAPI.h Bug 1700052 part 9 - Add js::GetterSetter GC thing. r=jonco 2021-04-06 11:06:16 +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 1684092 - Part 2: Move [[nodiscard]] to the head of function declarations in js/src/. r=jandem 2021-02-12 04:09:23 +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 1704923 - Move helper thread APIs to their own header file r=sfink 2021-06-03 10:24:12 +00:00
Value.h Bug 1707096 - fix deprecated-copy detected by clang-trunk. r=sfink,jandem 2021-05-26 10:20:32 +00:00
ValueArray.h
Vector.h
Warnings.h
WasmFeatures.h Bug 1706124 - wasm: Implement the extended-const proposal. r=lth 2021-05-04 15:58:26 +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 1704293 - Use Maybe<PropertyDescriptor> for BaseProxyHandler::getOwnPropertyDescriptor in js/. r=jandem 2021-04-19 19:51:58 +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