gecko-dev/js/public
2024-04-16 18:24:01 +00:00
..
experimental Bug 1884360 part 3 - Add infrastructure for trampoline natives. r=iain 2024-03-27 11:18:34 +00:00
friend Bug 1874684 - Part 24: Prevent arbitrary loops in NormalizedTimeDurationToDays. r=dminor 2024-04-15 18:27:26 +00:00
shadow Backed out changeset ae6126131b6d (bug 1881995) for causing ThreadSanitizer failures @ HashFunctions.h CLOSED TREE 2024-04-10 23:16:31 +03:00
AllocationLogging.h
AllocationRecording.h
AllocPolicy.h Bug 1847831 - Add ReportLargeOutOfMemory r=jandem 2023-08-09 15:30:13 +00:00
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 1834537 - Part 2: Replace nursery allocation methods with use ofuse allocateCell r=sfink 2023-05-26 09:28:19 +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 1492090 - Part 5: Use UTF-8 for script file names. r=nbp 2023-05-23 12:11:39 +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 1759123 - Part 5: Remove JSContext::kind_. r=nbp 2023-07-19 00:09:05 +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
Equality.h
ErrorInterceptor.h
ErrorReport.h Bug 1847469 - Part 20: Use column number types in JSErrorBase. r=iain 2023-08-16 17:31:40 +00:00
Exception.h
ForOfIterator.h
GCAnnotations.h Bug 1814295 - Handle references in the analysis, in particular AutoCheckCannotGC&&. r=jonco 2023-03-15 17:43:35 +00:00
GCAPI.h Bug 1821671 - Part 2: Add pref for setting the maximum number of marking threads to use r=sfink 2024-04-16 14:33:15 +00:00
GCHashTable.h Bug 1865115 - Work around template bug in clang-cl r=sfink 2024-03-20 21:17:21 +00:00
GCPolicyAPI.h
GCTypeMacros.h
GCVariant.h
GCVector.h Bug 1872982 - Part 2: Partition inner view vector based on whether the view is in the nursery r=jandem 2024-01-05 14:55:24 +00:00
GlobalObject.h
HashTable.h
HeapAPI.h Bug 1886035 - Update some SpiderMonkey defines from XP_MACOSX to XP_DARWIN, r=spidermonkey-reviewers,jandem 2024-03-20 20:57:19 +00:00
HelperThreadAPI.h Backed out 4 changesets (bug 1888429) for causing xpc failures @ tools/profiler/tests/xpcshell/test_enterjit_osr_enabling.js CLOSED TREE 2024-04-16 06:17:54 +03:00
Id.h Bug 1783397 - Part 10: Add {JSString,JS::Symbol,JS::PropertyKey}::dumpStringContent methods. r=mgaudet 2024-01-31 08:54:45 +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
JitCodeAPI.h Bug 1862692 - Part 4: Use 1-origin column number types in JitCodeAPI. r=iain 2023-11-09 11:41:05 +00:00
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 1877703 - Part 1: Remove speculatively preloaded modules from the module map when import map is registered r=smaug,allstarschh 2024-03-19 10:07:34 +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 1743098 - Write diagnostic output via printf_stderr r=jonco 2024-01-16 20:05:23 +00:00
Printf.h
ProfilingCategory.h
ProfilingFrameIterator.h Bug 1810332 - Show which wasm compiler a function is executing in profile. r=yury,profiler-reviewers,aabh 2024-02-27 00:44:21 +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 1884360 part 3 - Add infrastructure for trampoline natives. r=iain 2024-03-27 11:18:34 +00:00
ProtoKey.h Bug 1842773 - Part 29: Add {FixedLength,Growable}SharedArrayBufferObject classes. r=sfink,jandem 2024-01-29 10:44:31 +00:00
Proxy.h Bug 1849678 - Part 7: Rewrite old JSID comment. r=bthrall 2023-09-29 07:45:06 +00:00
Realm.h
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
RegExp.h
RegExpFlags.h Bug 1879225: Add more irregexp support to RegExpFlags r=dminor 2024-02-28 23:39:04 +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 1886035 - Update some SpiderMonkey defines from XP_MACOSX to XP_DARWIN, r=spidermonkey-reviewers,jandem 2024-03-20 20:57:19 +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
ScriptPrivate.h
ShadowRealmCallbacks.h
SharedArrayBuffer.h
SliceBudget.h Bug 1865383 - Check slice budget when we start marking or sweeping r=sfink 2023-11-20 16:28:11 +00:00
SourceText.h Bug 1816776 - Support initializing SourceText with FrontendContext. r=bthrall 2023-05-11 10:18:37 +00:00
StableStringChars.h Bug 1853907 - Copy nursery chars for AutoStableStringChars r=jonco 2023-11-24 05:33:20 +00:00
Stack.h Bug 1884268: Remove FirstSubsumedFrame::operator=(&&) r=jandem 2024-03-11 20:52:20 +00:00
StreamConsumer.h
String.h Bug 1873827 - Use const reference for UTF8Chars parameters. r=sfink 2024-01-12 13:57:19 +00:00
StructuredClone.h Bug 1842713 - Pass CloneDataPolicy to readTransfer r=smaug,sfink 2023-07-17 23:25:15 +00:00
Symbol.h
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 1692065 - wasm: Create a unique wasm::AnyRef type. r=yury,jonco 2023-08-04 14:06:49 +00:00
Transcoding.h Bug 1837574 - Remove JS::DecodeMultiStencilsOffThread and JS::FinishDecodeMultiStencilsOffThread. r=bthrall 2023-07-04 13:47:30 +00:00
TypeDecls.h
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 1846194 - Remove off-thread compilation and decode API. r=nbp 2023-09-01 03:43:21 +00:00
Value.h Bug 1879225: Refactor IsFoo methods r=dminor 2024-02-28 23:39:05 +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 1837683 - wasm: Parsing of the custom branch hinting section. r=rhunt 2024-04-16 18:24:01 +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
WrapperCallbacks.h
Zone.h