gecko-dev/js/public
2024-11-18 16:38:09 +00:00
..
experimental Bug 1892764 - Add AllocSites for DOM Wrappers on their creation r=jandem,jonco 2024-10-11 17:37:32 +00:00
friend Bug 1877258 - Add use counter for optimize get iterator fuse being popped r=iain 2024-11-18 16:38:09 +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
AllocationLogging.h
AllocationRecording.h
AllocPolicy.h Bug 1909527 - Split background allocations to a dedicated arena r=iain,sfink 2024-08-06 17:34:51 +00:00
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 1914895 - Make Symbol.unscopables support optional for non-syntactic with-environments. r=arai 2024-10-21 17:56:43 +00:00
CompileOptions.h Bug 1929045 - Part 4: Prevent parsing using & await using syntax based on pref. r=arai 2024-11-12 05:33:15 +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 1910686 - Part 3: Remove import assertions implementation r=spidermonkey-reviewers,mgaudet 2024-09-24 16:55:13 +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 1928393 - Remove AutoEntryMonitor hooks. r=mgaudet 2024-10-31 16:45:48 +00:00
EnvironmentChain.h Bug 1914895 - Make Symbol.unscopables support optional for non-syntactic with-environments. r=arai 2024-10-21 17:56:43 +00:00
Equality.h
ErrorInterceptor.h
ErrorReport.h Bug 1921780 - Improve exception handling assertions in the JS shell. r=arai 2024-10-01 11:02:38 +00:00
Exception.h
ForOfIterator.h
GCAnnotations.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
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 1921868, part 1 - Fix SizeOfIncludingThis for GCVector and NurseryAwareHashMap. r=jonco 2024-10-01 14:01:43 +00:00
GlobalObject.h
HashTable.h
HeapAPI.h Bug 1931429 - Remove unused public nursery configuration helpers r=sfink 2024-11-15 18:15:57 +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 1917516 - Part 1: Allow better code generation for PropertyKey::isAtom. r=spidermonkey-reviewers,jandem 2024-09-09 12:11:26 +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
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
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 Bug 1921345 - Remove global constructor from js/src/vm/SavedStacks.cpp r=arai 2024-10-15 04:55:54 +00:00
Printer.h Bug 1923408 - Part 4: Rename GenericPrinter::reportOutOfMemory to setPendingOutOfMemory to avoid misuse. r=nbp 2024-10-10 17:22:42 +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 Backed out 2 changesets (bug 1928412) for causing js::IsProxy crashes. a=backout 2024-11-08 11:44:23 +02: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 1648139 - Part 2: Implement Intl.DurationFormat constructor. r=spidermonkey-reviewers,dminor 2024-11-15 16:42:32 +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 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
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
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 1921425 - wasm: Add 'disableOptimizingCompiler' option to compile for privileged code. r=yury 2024-10-30 21:31:08 +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