gecko-dev/js/public
André Bargull 0890c035b4 Bug 1723155 - Part 10: Cleanup BytecodeCompilation header. r=mgaudet
While removing unnecessary `mozilla::Maybe` in the last part, I've noticed that
this header has many unused or unnecessary includes.

Depends on D121743

Differential Revision: https://phabricator.services.mozilla.com/D121745
2021-08-10 10:05:04 +00:00
..
experimental Bug 1722674 - Use a reserved slot instead of a private slot for TypedArray and DataView objects. r=jonco 2021-07-29 08:10:43 +00:00
friend Bug 1723155 - Part 1: Disallow installing the private brand more than once. r=mgaudet 2021-08-10 10:04:59 +00:00
shadow Bug 1688794 - Remove code for the (now unused) self-hosting zone. r=jandem,jonco 2021-07-29 01:53:36 +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 1723715 part 16 - Move WindowProxy to GlobalObjectData. r=jonco 2021-08-09 15:25:10 +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 1723155 - Part 10: Cleanup BytecodeCompilation header. r=mgaudet 2021-08-10 10:05:04 +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 1375566 - Remove the now unused malloc growth factor parameter r=sfink 2021-08-03 17:28:34 +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 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
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 1723715 part 1 - Add GlobalObjectData and use it for emptyGlobalScope. r=jonco 2021-08-09 15:25:04 +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 1717118 - Part 1, rename JS API classes for exceptions r=rhunt 2021-07-21 19:17:51 +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 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 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
Stream.h
String.h Bug 1724234 - Remove APIs to pin unicode strings r=tcampbell 2021-08-06 08:44: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 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 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 1723715 part 13 - Move builtin constructors to GlobalObjectData. r=jonco 2021-08-09 15:25:09 +00:00
ValueArray.h
Vector.h
Warnings.h
WasmFeatures.h Bug 1721686 - wasm: Add mozIntGemm() to WebAssembly namespace in privileged content. r=yury 2021-08-06 19:14:23 +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