gecko-dev/js/public
Peter Van der Beken 123adb311f Bug 1912472 - Stop inlining interface object and prototype getter. r=farre
Differential Revision: https://phabricator.services.mozilla.com/D218953
2024-08-24 08:29:56 +00:00
..
experimental Bug 1904429 - Introduce Logging interface and JS_LOG r=jandem 2024-08-23 15:52:46 +00:00
friend Bug 1906719 - Implement a native backend for tracing JS execution r=arai 2024-08-05 15:44:21 +00:00
shadow Bug 1903037 part 2 - Add APIs for working with JS strings backed by StringBuffers. r=sfink 2024-06-26 11:03:17 +00:00
AllocPolicy.h Bug 1909527 - Split background allocations to a dedicated arena r=iain,sfink 2024-08-06 17:34:51 +00:00
AllocationLogging.h
AllocationRecording.h
Array.h
ArrayBuffer.h
ArrayBufferMaybeShared.h Bug 1842773 - Part 2: Add "resizable" flag to ArrayBuffer objects. r=sfink 2024-01-29 10:44:19 +00:00
BigInt.h Bug 1873317 - Change JS_PUBLIC_API function parameters with mozilla::Range to take references. r=spidermonkey-reviewers,evilpie 2024-01-06 18:37:22 +00:00
BuildId.h
CallAndConstruct.h
CallArgs.h Bug 1890793: Assert CallArgs::newTarget is not gray. r=spidermonkey-reviewers,sfink,iain 2024-04-11 07:51:12 +00:00
CallNonGenericMethod.h Bug 981053: Always pass CallArgs by reference. r=nbp 2024-03-19 09:24:49 +00:00
CharacterEncoding.h Bug 1873827 - Use const reference for UTF8Chars parameters. r=sfink 2024-01-12 13:57:19 +00:00
Class.h Bug 1893611 - Add shouldAvoidSideEffects debugger flag and use it in Services resolve hook. r=iain,devtools-reviewers,nchevobbe 2024-05-08 10:56:39 +00:00
ColumnNumber.h Bug 1862814 - Part 5: Remove zeroOriginValue methods from column number classes. r=iain 2023-11-22 12:31:34 +00:00
ComparisonOperators.h
CompilationAndEvaluation.h Bug 1904747 - Do not report error or warning in JS_Utf8BufferIsCompilableUnit. r=bthrall 2024-06-26 22:55:43 +00:00
CompileOptions.h Bug 1835669 - Split import attributes pref to require explicit pref for assert syntax r=dminor 2024-01-19 01:01:30 +00:00
Context.h Bug 1891118 - Implement "brittle mode" for injecting diagnostic assertions into SpiderMonkey that are scoped to specific failure modes. r=jandem 2024-04-29 17:13:47 +00:00
ContextOptions.h Bug 1879179 - wasm: Use JSPrefs for WasmFeatures.h. r=bvisness 2024-02-27 16:56:02 +00:00
Conversions.h
Date.h Bug 1872116 - Fix year detection in checkTimeDateString r=whimboo,webdriver-reviewers,arai 2023-12-30 07:57:13 +00:00
Debug.h Bug 1906719 - Implement a native backend for tracing JS execution r=arai 2024-08-05 15:44:21 +00:00
Equality.h
ErrorInterceptor.h
ErrorReport.h Bug 1899870 - Implement SuppressedError. r=arai 2024-07-08 04:37:06 +00:00
Exception.h
ForOfIterator.h
GCAPI.h Bug 1906255 - Allow disabling the nursery via gcparam r=jonco 2024-07-22 15:55:22 +00:00
GCAnnotations.h
GCHashTable.h Backed out 5 changesets (bug 1905988) for causing Leak failures. CLOSED TREE 2024-07-16 12:39:12 -04:00
GCPolicyAPI.h Bug 1914004 - Part 1: Add RootedTuple and RootedField to allow rooting multiple things at once r=sfink 2024-08-23 13:31:05 +00:00
GCTypeMacros.h
GCVariant.h
GCVector.h Bug 1893977 - Use same insertion sort limit for Array and TypedArray sorting. r=iain 2024-05-01 07:47:50 +00:00
GlobalObject.h
HashTable.h
HeapAPI.h Bug 1912068 - Part 2: Remove duplicate methods for checking mark bits r=jandem 2024-08-08 13:14:27 +00:00
HelperThreadAPI.h Bug 1913818: Add task names for each JS helper thread task. r=jonco 2024-08-20 13:49:02 +00:00
Id.h Bug 1896973 - Part 3: Add a write barrier for JS::Heap<T> r=sfink 2024-06-13 07:33:55 +00:00
Initialization.h
Interrupt.h
Iterator.h
JSON.h Bug 1858803 - Add JS::ParseJSONWithHandler. r=bthrall 2024-01-26 15:39:38 +00:00
JitCodeAPI.h Bug 1862692 - Part 4: Use 1-origin column number types in JitCodeAPI. r=iain 2023-11-09 11:41:05 +00:00
LocaleSensitive.h
MapAndSet.h Bug 1872151 - Update top-level comment in MapAndSet.h. r=spidermonkey-reviewers,arai DONTBUILD 2023-12-28 09:00:33 +00:00
MemoryCallbacks.h
MemoryFunctions.h
MemoryMetrics.h Bug 1885114 - Add memory accounting for the zone object r=sfink 2024-03-13 16:35:19 +00:00
Modules.h Backed out 20 changesets (bug 1877792) for causing wpt failures at importscripts_mime_local.any.sharedworker.html CLOSED TREE 2024-08-22 19:23:15 +03:00
Object.h
Prefs.h Bug 1877193 part 18 - Assert startup prefs are set before JS_Init*. r=mgaudet,necko-reviewers,valentin 2024-02-06 12:51:34 +00:00
Principals.h
Printer.h Bug 1519636 - Reformat recent changes to the Google coding style r=emilio,necko-reviewers,geckoview-reviewers,application-update-reviewers,media-playback-reviewers,devtools-reviewers,anti-tracking-reviewers,profiler-reviewers,win-reviewers,migration-reviewers,padenot,mconley,nchevobbe,kershaw,gstoll,mstange,bytesized,m_kato 2024-07-17 11:15:31 +00:00
Printf.h
ProfilingCategory.h
ProfilingFrameIterator.h Bug 1898025 - [wasm-jspi] Add profiler tests for JSPI. r=rhunt 2024-06-27 13:13:11 +00:00
ProfilingStack.h
Promise.h Bug 1620223 - Part 2: Do not assert the job queue emptiness if the job queue itself is interrupted. r=jandem 2024-03-19 02:06:33 +00:00
PropertyAndElement.h Bug 1854643 - Fix JS_DeletePropertyById argument type in header file. r=sfink 2023-09-25 12:12:52 +00:00
PropertyDescriptor.h Bug 1849238 - Improve and rename JS::ObjectToCompletePropertyDescriptor. r=jandem 2023-08-29 13:26:01 +00:00
PropertySpec.h Bug 1519636 - Reformat recent changes to the Google coding style r=emilio,necko-reviewers,geckoview-reviewers,application-update-reviewers,media-playback-reviewers,devtools-reviewers,anti-tracking-reviewers,profiler-reviewers,win-reviewers,migration-reviewers,padenot,mconley,nchevobbe,kershaw,gstoll,mstange,bytesized,m_kato 2024-07-17 11:15:31 +00:00
ProtoKey.h Bug 1905651 - Implement DisposableStack. r=arai 2024-07-14 08:06:51 +00:00
Proxy.h Bug 1905256 - Mark incremental marking verification more permissive r=sfink 2024-07-10 10:45:27 +00:00
Realm.h Bug 1912472 - Stop inlining interface object and prototype getter. r=farre 2024-08-24 08:29:56 +00:00
RealmIterators.h
RealmOptions.h Bug 1865406 - Use JS::Prefs to add browser preference r=jandem 2024-03-20 21:17:24 +00:00
RefCounted.h Bug 1903037 part 1 - Support leak checking in MFBT code when included in SpiderMonkey. r=mccr8,glandium 2024-06-26 11:03:16 +00:00
RegExp.h
RegExpFlags.h Bug 1903454 - Initialize flags_ and fix operator& for RegExpFlags; r=iain 2024-08-13 19:17:46 +00:00
Result.h
RootingAPI.h Bug 1914004 - Part 1: Add RootedTuple and RootedField to allow rooting multiple things at once r=sfink 2024-08-23 13:31:05 +00:00
SavedFrameAPI.h Bug 1847469 - Part 9: Use column number types in SavedFrame API. r=iain 2023-08-16 17:31:38 +00:00
ScalarType.h Bug 1833647 - Add Float16Array; r=anba,nbp 2024-04-26 13:18:01 +00:00
ScriptPrivate.h
ShadowRealmCallbacks.h
SharedArrayBuffer.h
SliceBudget.h Bug 1899872 - Move SliceBudget (and {Work,Time}Budget) from js:: namespace to JS:: r=jonco,mccr8 2024-06-21 16:22:26 +00:00
SourceText.h
StableStringChars.h Bug 1895055 - Hold onto owning string in AutoStableStringChars r=jandem 2024-05-20 20:46:52 +00:00
Stack.h Bug 1884268: Remove FirstSubsumedFrame::operator=(&&) r=jandem 2024-03-11 20:52:20 +00:00
StreamConsumer.h
String.h Bug 1906350 - Avoid refcounting overhead for string buffers passed from DOM code. r=sfink 2024-07-15 13:42:29 +00:00
StructuredClone.h Bug 1913377 - Comment and assert that `allowedScope` has a very limited set of values after readHeader() r=spidermonkey-reviewers,iain 2024-08-17 00:12:26 +00:00
SweepingAPI.h Bug 1907070 - Part 2: Make SweepingAPI.h a public header (backout of changeset 2592881b3f6d) r=sfink 2024-07-11 08:23:35 +00:00
Symbol.h Bug 1906534 - Implement await using in bytecode. r=arai 2024-08-14 21:47:56 +00:00
TelemetryTimers.h
TraceKind.h
TracingAPI.h Bug 1896973 - Part 3: Add a write barrier for JS::Heap<T> r=sfink 2024-06-13 07:33:55 +00:00
Transcoding.h Bug 1906394 - Part 2: Add JS::FinishIncrementalEncoding with JS::Stencil out parameter. r=bthrall 2024-07-16 11:34:34 +00:00
TypeDecls.h Bug 1899045: Implement Bytecode for fn stmts and block stmts for Explicit Resource Management. r=arai 2024-05-31 11:44:24 +00:00
UbiNode.h Bug 1847469 - Part 8: Use column number types in ubi. r=iain 2023-08-16 17:31:37 +00:00
UbiNodeBreadthFirst.h
UbiNodeCensus.h Bug 1873328 - disallow nested groupings of the same type, to prevent infinite recursion r=jimb 2024-02-23 17:26:39 +00:00
UbiNodeDominatorTree.h
UbiNodePostOrder.h
UbiNodeShortestPaths.h
UbiNodeUtils.h
UniquePtr.h
Utility.h Bug 1907640 - part 4: add wasm::PartialTier2CompileTask and supporting code. r=rhunt. 2024-08-21 11:26:01 +00:00
Value.h Bug 1896973 - Part 3: Add a write barrier for JS::Heap<T> r=sfink 2024-06-13 07:33:55 +00:00
ValueArray.h Bug 1886273 - Construct HandleValueArray from PersistentRooted r=spidermonkey-reviewers,mgaudet 2024-03-19 22:11:52 +00:00
Vector.h
WaitCallbacks.h
Warnings.h
WasmFeatures.h Bug 1901313 - Switch some wasm preferences to "always" set mode. r=rhunt 2024-06-26 03:55:49 +00:00
WasmModule.h
WeakMap.h Bug 1860655 - Use Value in Get|SetWeakMapEntry. r=jonco 2023-11-14 11:57:54 +00:00
WeakMapPtr.h
Wrapper.h Bug 1900466 - Allocate proxy objects in the nursery where possible r=jandem 2024-06-14 07:50:24 +00:00
WrapperCallbacks.h
Zone.h