gecko-dev/js/public
Ryan Hunt 481e12d80f Bug 1689273 - Remove expiring JS and wasm probes. r=lth
This commit removes the expiring probes:
 * wasm.compile_time_baseline_us
 * wasm.compile_time_cranelift_us
 * wasm.compile_time_ion_us
 * js.run_time_us

Execution runtime is still measured in the JS interpreter for still
active probes.

Differential Revision: https://phabricator.services.mozilla.com/D104143
2021-02-05 15:04:14 +00:00
..
experimental Bug 1674777 part 5 - Change GetObjectAs* APIs to use size_t for outparam instead of uint32_t. r=sfink,sg 2021-02-01 17:15:00 +00:00
friend Bug 1689273 - Remove expiring JS and wasm probes. r=lth 2021-02-05 15:04:14 +00:00
shadow Bug 1681297 - Refactor JS::shadow::Zone flags into a single enum and make it const r=jandem 2020-12-16 11:06:23 +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 Bug 1678374 - Avoid including jsapi.h from header files. r=jandem 2020-11-23 16:12:34 +00:00
Array.h
ArrayBuffer.h Bug 1674777 part 5 - Change GetObjectAs* APIs to use size_t for outparam instead of uint32_t. r=sfink,sg 2021-02-01 17:15:00 +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 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 1672862 - Part 11: Remove failSoft mode from ObjectOpResult. r=tcampbell,evilpie 2020-12-22 16:18:23 +00:00
ComparisonOperators.h
CompilationAndEvaluation.h Bug 1668576 - Part 14: Remove ObjectClassName and InitScriptSourceElement. r=tcampbell 2020-10-09 14:24:48 +00:00
CompileOptions.h Bug 1519100 - Add flag for experimental Top Level Await feature; r=mgaudet 2020-12-04 08:52:29 +00:00
ContextOptions.h Bug 1672160 - SIMD wormhole. r=rhunt 2020-12-15 09:49:35 +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 1689140 - Refactor SliceBudget API r=sfink 2021-01-28 19:11:42 +00:00
GCHashTable.h
GCPolicyAPI.h
GCTypeMacros.h
GCVariant.h
GCVector.h Bug 1660470 - Add missing include directives/forward declarations. r=nika 2020-11-23 16:21:38 +00:00
HashTable.h
HeapAPI.h Bug 1689394 - Simplify TraceKind definition to reduce code generated by switch statements r=sfink 2021-01-29 19:47:47 +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 1673553 part 79 - Remove now dead TI memory reporters. r=iain 2020-12-04 10:08:53 +00:00
Modules.h Bug 1519100 - Use pref to completely pref-off top-level await in the browser; r=emilio,jonco 2020-12-04 08:54:10 +00:00
Object.h Bug 1674126 - Store native object's private slot using PrivateValue r=jandem 2020-11-11 11:22:04 +00:00
OffThreadScriptCompilation.h Bug 1686572 - Return JS::OffThreadToken* from off-thread script compile. r=arai 2021-01-14 00:51:13 +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 Bug 1335652 - wasm exceptions part 10: add WebAssembly.RuntimeException r=rhunt 2021-02-03 04:21:07 +00:00
Proxy.h Bug 1673553 part 74 - Remove NewSingletonProxyObject. r=iain 2020-12-02 20:38:21 +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 1688190 - Part 6: Make JS::RealmBehaviorsRef return const reference. r=tcampbell 2021-01-22 21:52:30 +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 1679736 - Prohibit Rooted<void*> r=jonco 2020-12-03 23:05:29 +00:00
SavedFrameAPI.h
ScalarType.h Bug 1675602 - Use WebAssembly's type system for TypedObject. r=lth 2020-12-13 01:13:56 +00:00
SharedArrayBuffer.h Bug 1674777 part 6 - Change SharedArrayBuffer APIs to use size_t instead of uint32_t. r=lth 2021-02-04 16:09:24 +00:00
SliceBudget.h Bug 1689140 - Refactor SliceBudget API r=sfink 2021-01-28 19:11:42 +00:00
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 - 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 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 Bug 1652425 - Make WeakCache::sweep conservatively take the store buffer lock r=sfink 2020-07-13 15:00:28 +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 1689394 - Simplify TraceKind definition to reduce code generated by switch statements r=sfink 2021-01-29 19:47:47 +00:00
TraceLoggerAPI.h
TracingAPI.h Bug 1689394 - Make updating tracing context information unconditional on the tracer kind r=sfink 2021-01-30 11:21:28 +00:00
Transcoding.h Bug 1681308 - Add alignment requirement to XDR buffer. r=nbp 2021-01-13 02:18:26 +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 Backed out changeset d3c78f4a1465 (bug 1648646) for regressing bug 1649342 and bug 1649433. CLOSED TREE 2020-07-03 01:20:31 +03:00
UbiNodeUtils.h
UniquePtr.h
Utility.h Bug 1645845 - Add ParserAtomsTable, parser atoms types, common parser names table, and base parser atoms implementation. r=mgaudet,tcampbell 2020-06-17 22:31:35 +00:00
Value.h Bug 1428742 - use Value::toGCCellPtr and delegating ctr of GCCellPtr. r=jonco 2021-02-03 20:13:10 +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 1691008 - Part 5: Remove Wrapper::NewSingleton. r=jandem 2021-02-05 14:15:41 +00:00