gecko-dev/js/public
André Bargull 0ec985f2cc Bug 1288457 - Part 3: Change Intl.Locale to use ClassSpec. r=mgaudet
Differential Revision: https://phabricator.services.mozilla.com/D42872

--HG--
extra : moz-landing-system : lando
2019-10-16 12:31:14 +00:00
..
experimental No bug. Reformat js/** to fix accumulated divergences. 2019-05-24 11:57:18 -07:00
AllocationRecording.h Bug 1559486 - Remove scriptFilename from RecordAllocationInfo; r=jimb 2019-07-04 05:19:58 +00:00
AllocPolicy.h No bug. Reformat js/** to fix accumulated divergences. 2019-05-24 11:57:18 -07:00
ArrayBuffer.h
BuildId.h
CallArgs.h
CallNonGenericMethod.h
CharacterEncoding.h Bug 1586683 - Remove flat strings from JSAPI. r=jwalden,bzbarsky 2019-10-14 09:32:07 +00:00
Class.h Bug 1288457 - Part 3: Change Intl.Locale to use ClassSpec. r=mgaudet 2019-10-16 12:31:14 +00:00
CompilationAndEvaluation.h Bug 1552977 - Add JS::EvaluateUtf8PathDontInflate that doesn't inflate UTF-8 file contents to UTF-16 before evaluating them. r=arai 2019-05-21 01:31:53 +00:00
CompileOptions.h Bug 1577280 - Add a script filename validation callback. r=tcampbell 2019-09-20 07:41:30 +00:00
ContextOptions.h Bug 1576254 - Add a wasmForTrustedPrinciples bool onto ContextOptions that (currently) behaves the exact same as the wasm bool r=luke 2019-10-04 17:35:46 +00:00
Conversions.h Bug 1566784 - Increase the size of the buffer that JS::NumberToString fills with the result of ToString applied to the provided double to fix overflows. r=arai 2019-07-17 18:07:35 -07:00
Date.h Bug 1548908: Clean up JS::CanonicalizedDoubleValue r=tcampbell 2019-06-03 15:59:17 +00:00
Debug.h
Equality.h Bug 1560658: Add SameValueZero to mfbt/FloatingPoint.h r=jwalden 2019-06-28 23:57:13 +00:00
ErrorReport.h
ForOfIterator.h
GCAnnotations.h
GCAPI.h Bug 1530251 - Rename DefaultNurseryBytes -> DefaultNurseryMaxBytes r=jonco 2019-10-03 05:51:28 +00:00
GCHashTable.h Bug 1573809 - Part 6 : GCHashmap/GCHashTable traceWeak. r=jonco 2019-10-14 09:21:58 +00:00
GCPolicyAPI.h Bug 1573809 - Part 6 : GCHashmap/GCHashTable traceWeak. r=jonco 2019-10-14 09:21:58 +00:00
GCVariant.h
GCVector.h Bug 1585921 - Remove unnecessary static trace methods which are never called r=sfink 2019-10-09 10:27:15 +00:00
HashTable.h
HeapAPI.h Bug 1588302 - Move heap state accessors to public/HeapAPI.h r=sfink 2019-10-14 16:45:18 +00:00
Id.h Bug 1585921 - Use root marking functions to trace unbarriered pointers in GCPolicy traits since this is only safe when we're marking roots r=sfink 2019-10-09 10:30:02 +00:00
Initialization.h
JSON.h Bug 1547824 - Change JS::Value from union to class. r=jwalden 2019-09-19 23:56:55 +00:00
LocaleSensitive.h Bug 1547824 - Change JS::Value from union to class. r=jwalden 2019-09-19 23:56:55 +00:00
MemoryFunctions.h Bug 1572782 - Remove js::FreeOp and make JSFreeOp opaque in public API r=tcampbell? 2019-08-12 10:43:32 +00:00
MemoryMetrics.h Bug 1575350: Move JSScript side-tables from Realm to Zone. r=tcampbell,jonco 2019-08-29 22:28:20 +00:00
Modules.h Bug 1554362 - Implement nsJSUtils::CompileModule for UTF-8 as well as UTF-16. r=bzbarsky 2019-06-15 20:47:51 +00:00
OffThreadScriptCompilation.h Bug 1564927 - Move off-thread API for BinAST to the right header. r=jwalden 2019-07-15 22:43:28 +00:00
Principals.h Bug 1576254 - Add isSystemOrAddonPrincipal to JSPrincipal and nsJSPrincipals r=luke 2019-10-04 17:37:36 +00:00
Printf.h
ProfilingCategory.h Bug 1551313: Insert profiler markers when preferences are accessed. r=squib,gregtatum 2019-08-23 13:12:51 +03:00
ProfilingFrameIterator.h Bug 1551499 - Support Baseline Interpreter code in the profiler. r=djvj 2019-06-21 16:13:48 +00:00
ProfilingStack.h Bug 1548510 part 2 - Deduplicate GeckoProfilerRuntime::allocProfileString and JitcodeGlobalEntry::createScriptString. r=jonco 2019-05-03 10:15:51 +00:00
Promise.h Bug 1549351 - Promise rejection event should not be sent for cross-origin scripts; r=smaug,till 2019-05-19 01:18:04 +00:00
PropertyDescriptor.h Bug 1585921 - Remove unnecessary static trace methods which are never called r=sfink 2019-10-09 10:27:15 +00:00
PropertySpec.h Bug 1549340 - Part 2: Use union instead of reinterpret_cast to initialize const char* with symbol for JSPropertySpec.name. r=jandem 2019-05-13 10:26:48 +00:00
ProtoKey.h Bug 1288457 - Part 3: Change Intl.Locale to use ClassSpec. r=mgaudet 2019-10-16 12:31:14 +00:00
Proxy.h Bug 1573844 - Remove references to js::Class and remove the alias r=tcampbell 2019-08-14 19:13:12 +00:00
Realm.h
RealmOptions.h Bug 1576254 - Move Clamping and Jittering from RealmCreationOptions to Behaviors r=luke 2019-10-04 17:35:26 +00:00
RefCounted.h
RegExp.h Bug 1567623 - Add Event Telemetry for cases where eval is triggered as System Principal r=chutten,bzbarsky,tcampbell 2019-08-01 20:45:31 +00:00
RegExpFlags.h
RequiredDefines.h Bug 1562063 - Stop including Char16.h everywhere in js/. r=jwalden 2019-06-27 22:33:09 +00:00
Result.h
RootingAPI.h Bug 1581574 - Remove Heap<T> write barrier and rely on existing read barrier to make incremental marking work r=sfink 2019-09-20 10:09:19 +00:00
SavedFrameAPI.h Bug 1392408 Part 1 - Add interface to help convert SavedFrames to JSON, r=jimb. 2019-05-02 08:25:26 -10:00
SharedArrayBuffer.h
SliceBudget.h
SourceText.h Bug 1557193 - Move Unit-agnostic code out of the Evaluate helper function in testScriptSourceCompression.cpp. r=arai 2019-06-05 17:50:39 -07:00
StableStringChars.h Bug 1572207 - Update AutoStableStringChars comment, r=jonco 2019-08-09 20:41:12 +00:00
Stream.h Bug 1582348 - Fill out the body of |SetUpWritableStreamDefaultController|. r=arai 2019-09-28 03:16:16 +00:00
StructuredClone.h Bug 1562663 - P4a - Deny sharing memery by default for DataClonePolicy; r=nika,lth 2019-09-26 13:27:25 +00:00
SweepingAPI.h
Symbol.h Bug 1549340 - Part 2: Use union instead of reinterpret_cast to initialize const char* with symbol for JSPropertySpec.name. r=jandem 2019-05-13 10:26:48 +00:00
TraceKind.h
TraceLoggerAPI.h Bug 1553362 - Add empty spew inline functions for when tracelogger is disabled r=iain 2019-05-22 15:59:05 +00:00
TracingAPI.h Bug 1573809 - Part 6 : GCHashmap/GCHashTable traceWeak. r=jonco 2019-10-14 09:21:58 +00:00
TrackedOptimizationInfo.h Bug 1567388 part 3 - Stop Baseline-compiling scripts for the definite properties analysis. r=tcampbell 2019-07-26 10:11:27 +00:00
Transcoding.h
TypeDecls.h Bug 1547824 - Change JS::Value from union to class. r=jwalden 2019-09-19 23:56:55 +00:00
UbiNode.h Bug 1545582 - Add a JS runtime level of allocation logging; r=jimb 2019-07-01 21:52:58 +00:00
UbiNodeBreadthFirst.h Bug 1565175 - Fix HeapSnapshotHandler to not add nodes to |visited| until they're written to the core dump. r=fitzgen 2019-07-11 18:41:43 +00:00
UbiNodeCensus.h
UbiNodeDominatorTree.h
UbiNodePostOrder.h
UbiNodeShortestPaths.h
UbiNodeUtils.h
UniquePtr.h
Utility.h Bug 1572782 - Remove unused js::FreeOp alias and remaining references r=tcampbell? 2019-08-12 12:35:11 +00:00
Value.h Bug 1585921 - Use root marking functions to trace unbarriered pointers in GCPolicy traits since this is only safe when we're marking roots r=sfink 2019-10-09 10:30:02 +00:00
Vector.h
Warnings.h
WeakMapPtr.h
Wrapper.h Bug 1559489, part 2 - Split out the back half of RemapWrapper into a new method. r=tcampbell 2019-08-13 19:09:46 +00:00