gecko-dev/js/public
Razvan Maries 7ed0fd1168 Backed out 2 changesets (bug 1668825) for build bustages on TracingAPI.h. CLOSED TREE
Backed out changeset 5bc8cb307c61 (bug 1668825)
Backed out changeset 0e6a88c27779 (bug 1668825)
2020-10-07 14:34:10 +03:00
..
experimental Bug 1663365 - Move Intl functionality out of jsfriendapi.h to a new header. r=jandem 2020-10-03 10:12:05 +00:00
friend Bug 1651725 - Add 'minimum' argument to WASM's Memory & Table r=lth 2020-09-21 11:01:19 +00:00
shadow Bug 1663365 - Move various Object-related functions to a new js/public/Object.h header. r=jandem 2020-09-08 22:55:38 +00:00
AllocationLogging.h Bug 1663365 - Move allocation-logging functions and |JS_COUNT_{CTOR,DTOR}| into a separate header. r=jandem 2020-09-08 22:56:56 +00:00
AllocationRecording.h
AllocPolicy.h
Array.h
ArrayBuffer.h
ArrayBufferMaybeShared.h
BigInt.h Bug 1606568 - Add public BigInt API. r=jwalden 2020-07-22 02:53:06 +00:00
BuildId.h Bug 1661930 - Add GetScriptTranscodingBuildId and use it for both XDR and bytecode cache MIME type. r=nbp,tcampbell 2020-08-31 19:38:31 +00:00
CallArgs.h
CallNonGenericMethod.h
CharacterEncoding.h Bug 1663365 - Create a new js/public/String.h header seeded with the inline string functions previously found in jsfriendapi.h. (More functions ought be added/moved here, but these make a good start.) r=jandem,geckoview-reviewers,agi 2020-09-08 22:50:52 +00:00
Class.h Bug 1654927 - Move js.msg and js::GetErrorMessage into a new js/public/friend directory so users of them don't have to depend on all of jsfriendapi.h. r=mgaudet 2020-07-29 04:44:50 +00:00
ComparisonOperators.h
CompilationAndEvaluation.h Bug 1664363 - Replace JS::DecodeScript + JS::StartIncrementalEncoding with JS::DecodeScriptAndStartIncrementalEncoding. r=tcampbell 2020-09-11 15:38:35 +00:00
CompileOptions.h Bug 1658631 - Part 3: Support instantiating stencil in main thread for off-thread script/module compilation. r=tcampbell 2020-09-01 23:50:17 +00:00
ContextOptions.h Bug 1664361 - wasm: Add function-references configuration option and runtime flag. r=lth 2020-09-28 19:18:48 +00:00
Conversions.h
Date.h
Debug.h
Equality.h
ErrorReport.h Bug 1654927 - Move js.msg and js::GetErrorMessage into a new js/public/friend directory so users of them don't have to depend on all of jsfriendapi.h. r=mgaudet 2020-07-29 04:44:50 +00:00
Exception.h
ForOfIterator.h
GCAnnotations.h
GCAPI.h Bug 1663365 - Create a new js/public/String.h header seeded with the inline string functions previously found in jsfriendapi.h. (More functions ought be added/moved here, but these make a good start.) r=jandem,geckoview-reviewers,agi 2020-09-08 22:50:52 +00:00
GCHashTable.h
GCPolicyAPI.h
GCTypeMacros.h
GCVariant.h
GCVector.h Bug 1648574 - Support lazy function. r=nbp 2020-07-30 11:01:52 +00:00
HashTable.h
HeapAPI.h Bug 844755 - Make mark bitmaps atomic r=sfink 2020-09-15 17:04:12 +00:00
Id.h Bug 1666853 - Part 4: Remove use of ApplyGCThingTyped from Value barriers as this doesn't generate good code r=sfink 2020-09-26 10:40:48 +00:00
Initialization.h
JSON.h
LocaleSensitive.h
MemoryFunctions.h
MemoryMetrics.h Bug 1654523 - Insist that iteration callbacks don't GC r=sfink,mccr8 2020-07-23 02:31:57 +00:00
Modules.h Bug 1657066 - Dynamic module import doesn't handle uncatchable exceptions r=jandem 2020-08-05 08:38:36 +00:00
Object.h Bug 1663365 - Move various Object-related functions to a new js/public/Object.h header. r=jandem 2020-09-08 22:55:38 +00:00
OffThreadScriptCompilation.h Bug 1662273 - Use stencil XDR in incremental encoding and off-thread single script decoding. r=tcampbell 2020-09-28 17:14:34 +00:00
Principals.h
Printf.h
ProfilingCategory.h
ProfilingFrameIterator.h
ProfilingStack.h Bug 1668056 - Bailout profiler markers should be text markers. r=jandem,gerald 2020-09-30 12:19:54 +00:00
Promise.h No Bug - Fix spelling error in Promise.h r=caroline DONTBUILD DONTBUILD 2020-08-25 20:44:46 +00:00
PropertyDescriptor.h
PropertySpec.h Bug 1663365 - Move |JSJitInfo| out of jsfriendapi.h to its own experimental header. r=jandem 2020-09-08 22:52:34 +00:00
ProtoKey.h
Proxy.h Bug 1668785: Remove using declarations from namespace level in Proxy.h. r=mgaudet 2020-10-02 12:51:03 +00:00
Realm.h Bug 1659885 - Define |JS::shadow::Realm| in public shadow API in its own minimal header. r=jonco 2020-08-20 19:23:08 +00:00
RealmOptions.h Bug 1667258 - Remove support for RealmCreationOptions::cloneSingletons. r=jandem 2020-09-25 12:31:03 +00:00
RefCounted.h
RegExp.h
RegExpFlags.h
RequiredDefines.h
Result.h Bug 1667019 - Simplify moving of Results for PackingStrategy NullIsOk. r=emilio 2020-09-29 08:09:02 +00:00
RootingAPI.h Bug 1664810 - Remove TraceIncomingCCWs from the public API r=sfink 2020-09-15 11:04:31 +00:00
SavedFrameAPI.h
ScalarType.h Bug 1656411 - Move typed array, ArrayBuffer, and dataview-related functions out of jsfriendapi.h to two new headers. r=mgaudet,jgilbert 2020-07-31 16:37:27 +00:00
SharedArrayBuffer.h
SliceBudget.h
SourceText.h
StableStringChars.h Bug 1663365 - Create a new js/public/String.h header seeded with the inline string functions previously found in jsfriendapi.h. (More functions ought be added/moved here, but these make a good start.) r=jandem,geckoview-reviewers,agi 2020-09-08 22:50:52 +00:00
Stream.h Bug 1502355 - Recognize already-aborted signals passed to |ReadableStreamPipeTo| and don't pipe in this case. r=arai 2020-08-18 20:50:24 +00:00
String.h Bug 1663365 - Create a new js/public/String.h header seeded with the inline string functions previously found in jsfriendapi.h. (More functions ought be added/moved here, but these make a good start.) r=jandem,geckoview-reviewers,agi 2020-09-08 22:50:52 +00:00
StructuredClone.h Bug 1664810 - Remove TraceIncomingCCWs from the public API r=sfink 2020-09-15 11:04:31 +00:00
SweepingAPI.h
Symbol.h Bug 1659885 - Define |JS::shadow::Symbol| in public shadow API in its own minimal header. r=jonco 2020-08-20 19:22:23 +00:00
TraceKind.h
TraceLoggerAPI.h
TracingAPI.h Backed out 2 changesets (bug 1668825) for build bustages on TracingAPI.h. CLOSED TREE 2020-10-07 14:34:10 +03:00
Transcoding.h Bug 1666683 - Part 12: Add JS::CheckCompileOptionsMatch and check options in ScriptPreloader. r=tcampbell,kmag 2020-10-06 21:18:30 +00:00
TypeDecls.h Bug 1502355 - Declare |JSClass| in consistent fashion everywhere. r=arai 2020-08-18 20:50:07 +00:00
UbiNode.h Bug 1667330 - Stop exposing constructor names of JS objects. r=iain 2020-09-26 03:00:15 +00:00
UbiNodeBreadthFirst.h
UbiNodeCensus.h
UbiNodeDominatorTree.h
UbiNodePostOrder.h
UbiNodeShortestPaths.h
UbiNodeUtils.h
UniquePtr.h
Utility.h
Value.h Bug 1660965 - Report bad JS::Value contents in crash messages r=jandem 2020-08-25 12:05:05 +00:00
ValueArray.h Bug 1223932 - delete guard object uses from the tree; r=jwalden 2020-07-30 14:22:38 +00:00
Vector.h
Warnings.h
WasmModule.h
WeakMapPtr.h
Wrapper.h Bug 1668785: Remove using declarations from namespace level in Proxy.h. r=mgaudet 2020-10-02 12:51:03 +00:00