gecko-dev/js/public
Tooru Fujisawa 8f6310e25c Bug 1708450 - Move call and construct functions into js/public/CallAndConstruct.h. r=nbp
Depends on D119619

Differential Revision: https://phabricator.services.mozilla.com/D119620
2021-07-13 11:52:43 +00:00
..
experimental Bug 1663365 - Move PCCount profiling functions out of jsfriendapi.h to a standalone header. r=jandem 2021-06-23 19:07:30 +00:00
friend Bug 1719402 - Part 2: Add CompilationStencil.canLazilyParse field and use it during instantiation. r=nbp 2021-07-08 11:10:22 +00:00
shadow Bug 1715512 part 14 - Change shapes to be based on property maps. r=jonco 2021-06-18 12:02:14 +00:00
AllocPolicy.h Bug 1716147 - Mark TempAllocPolicy as JS_PUBLIC_API. r=sfink 2021-07-08 23:48:21 +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
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 1719795 part 5 - Change JSCLASS_PRIVATE_IS_NSISUPPORTS JSClasses to use a reserved slot instead. r=mccr8,jonco 2021-07-13 09:31:34 +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 1718231 - JS::ContextOptions::ergonomicBrandChecks_ is sometimes used before it is defined. r=mgaudet. 2021-07-07 16:27:35 +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
GCAPI.h Bug 1716250 - Remove JS_FRIEND_API. r=jandem,sfink 2021-06-16 19:38:10 +00:00
GCAnnotations.h
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 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 1716250 - Remove JS_FRIEND_API. r=jandem,sfink 2021-06-16 19:38:10 +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 1717279 - Remove JSID_IS_SYMBOL and JSID_TO_SYMBOL. r=mgaudet 2021-06-21 20:56:10 +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 1715512 part 21 - Rename memory reporter for tree shapes to shared shapes. r=jonco 2021-06-18 12:02:17 +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 1719795 part 5 - Change JSCLASS_PRIVATE_IS_NSISUPPORTS JSClasses to use a reserved slot instead. r=mccr8,jonco 2021-07-13 09:31:34 +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 1716250 - Remove JS_FRIEND_API. r=jandem,sfink 2021-06-16 19:38:10 +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 1335652 - wasm exceptions part 10: add WebAssembly.RuntimeException r=rhunt 2021-02-03 04:21:07 +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 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 1716247 - Remove dead code from GC rooting API. r=sfink 2021-07-08 23:48:07 +00:00
SavedFrameAPI.h Bug 1716250 - Remove JS_FRIEND_API. r=jandem,sfink 2021-06-16 19:38:10 +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 1716250 - Remove JS_FRIEND_API. r=jandem,sfink 2021-06-16 19:38:10 +00:00
Stream.h Bug 1502355 - Rename |JS::InitAbortSignalHandling| to |JS::InitPipeToHandling|, because this embedder interface is going to get a lot more pipeTo-specific shortly... r=arai 2020-10-30 21:22:04 +00:00
String.h Bug 1716250 - Remove JS_FRIEND_API. r=jandem,sfink 2021-06-16 19:38:10 +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 Bug 1678374 - Avoid including js/RootingAPI.h from header files. r=jandem 2020-11-23 16:12:12 +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 1715512 part 2 - Add PropMap GC thing. r=jonco 2021-06-17 16:51:40 +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 1716250 - Remove JS_FRIEND_API. r=jandem,sfink 2021-06-16 19:38:10 +00:00
Value.h Bug 1679653 - Part 1: Implement the error cause proposal. r=yulia 2021-06-24 16:10:37 +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 1716250 - Remove JS_FRIEND_API. r=jandem,sfink 2021-06-16 19:38:10 +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