gecko-dev/js/public
Jon Coppeard 0689a43d58 Bug 1916758 - Part 6: Rename TenuredChunk to ArenaChunk since we will add another kind of tenured chunk r=sfink
To avoid confusion, TenuredChunk should end up as a base class if anything.
This renames TenuredChunk and TenuredChunkBase to ArenaChunk and ArenaChunkBase
and ChunkKind::TenuredHeap to TenuredArenas.

Differential Revision: https://phabricator.services.mozilla.com/D221065
2024-09-05 09:52:49 +00:00
..
experimental Bug 1904429 - Introduce Logging interface and JS_LOG r=jandem 2024-08-23 15:52:46 +00:00
friend Bug 1912471 - Disallow deserializing structured clone buffers with transferables more than once r=iain 2024-09-04 02:57:36 +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 Bug 1841314 - Part 7: Add char and uint8_t overloads for NewArrayBufferWithContents. r=sfink 2023-07-06 20:51:00 +00:00
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 Bug 1660405 - Move away from mozilla::IsFinite in favor of std::isfinite. r=sergesanspaille 2023-03-22 11:35:33 +00:00
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 1850746 - Part 2: Remove unused JSGC_MAX_EMPTY_CHUNK_COUNT GC parameter r=sfink 2024-09-04 11:43:05 +00:00
GCAnnotations.h Bug 1814295 - Handle references in the analysis, in particular AutoCheckCannotGC&&. r=jonco 2023-03-15 17:43:35 +00:00
GCHashTable.h Bug 1905988 - Clear pending invalidation dependencies when a script is invalidated r=iain,sfink 2024-09-04 16:21:46 +00: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 1916758 - Part 6: Rename TenuredChunk to ArenaChunk since we will add another kind of tenured chunk r=sfink 2024-09-05 09:52:49 +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 Bug 1828584 - Add JS_FrontendOnlyInit and JS_FrontendOnlyShutDown. r=bthrall 2023-05-11 10:18:37 +00:00
Interrupt.h
Iterator.h Bug 1772772 - Implement ReadableStream.from. r=saschanaz,spidermonkey-reviewers,webidl,mgaudet 2023-07-04 16:48:23 +00:00
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 Bug 1877792 - Part 12: Add JS::IsCyclicModule r=spidermonkey-reviewers,jonco 2024-09-03 08:10:52 +00:00
Object.h Bug 1834225 - Fix embedder usage of JS::Result<T*>. r=nbp 2023-06-13 12:53:09 +00:00
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 Bug 1834224 - Move JS_TRY macros to internal header. r=jandem 2023-06-13 07:05:56 +00:00
RootingAPI.h Bug 1914004 - Part 2: Use RootedTuple in a few places r=jandem 2024-08-27 11:05:20 +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 Bug 1816776 - Support initializing SourceText with FrontendContext. r=bthrall 2023-05-11 10:18:37 +00:00
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 1912471 - Disallow deserializing structured clone buffers with transferables more than once r=iain 2024-09-04 02:57:36 +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 Bug 1830298 - Refactor nursery allocation counts to remove separate counters r=jandem 2023-05-02 08:00:10 +00:00
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 Bug 1822710 - Check shortestPaths max paths value r=spidermonkey-reviewers,iain 2023-06-08 22:24:41 +00:00
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 1915864 - Allow fuzzing for some wasm prefs. r=jpages 2024-09-03 19:18:53 +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 Bug 1835241 - Part 6: Use the same parameter names at definition and declaration site in the GC r=spidermonkey-reviewers,iain 2023-06-26 11:02:41 +00:00
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