gecko-dev/js/public
André Bargull 0105311d41 Bug 1618258 - Part 1: Rename FinalizationGroup to FinalizationRegistry. r=jonco
Differential Revision: https://phabricator.services.mozilla.com/D66930

--HG--
rename : js/src/builtin/FinalizationGroupObject.cpp => js/src/builtin/FinalizationRegistryObject.cpp
rename : js/src/builtin/FinalizationGroupObject.h => js/src/builtin/FinalizationRegistryObject.h
rename : js/src/gc/FinalizationGroup.cpp => js/src/gc/FinalizationRegistry.cpp
extra : moz-landing-system : lando
2020-03-16 10:41:08 +00:00
..
experimental Backed out 4 changesets (bug 1613985) for causing build bustages CLOSED TREE 2020-03-16 12:41:41 +02:00
AllocPolicy.h
AllocationRecording.h
Array.h Bug 1602882 - Move array operations to a new js/Array.h header. r=sfink,bzbarsky 2019-12-11 06:17:44 +00:00
ArrayBuffer.h Bug 1426865 - Add default visibility to JSAPI symbols. r=sfink 2019-10-27 22:34:11 +00:00
ArrayBufferMaybeShared.h Bug 1575425 - Part 2: Merge ArrayBuffer and SharedArrayBuffer in DOM binding; r=bzbarsky,jwalden 2020-01-23 13:48:02 +00:00
BinASTFormat.h Bug 1590907 - Stop configure macros from masking function prototypes in public JS headers. r=jwalden,sfink 2019-11-26 10:27:27 +00:00
BuildId.h
CallArgs.h
CallNonGenericMethod.h
CharacterEncoding.h Backed out 4 changesets (bug 1613985) for causing build bustages CLOSED TREE 2020-03-16 12:41:41 +02:00
Class.h Bug 1619177 - Do not check for extra strict mode in ObjectOpResult. r=jorendorff 2020-03-10 22:49:14 +00:00
ComparisonOperators.h Bug 1618038 - Implement support for wrapper-class comparisons in the innermost namespace containing each wrapper class, as ADL intended. Also simplify the operator implementations in certain minor ways. r=sfink 2020-03-10 02:01:28 +00:00
CompilationAndEvaluation.h Bug 1426865 - Add default visibility to JSAPI symbols. r=sfink 2019-10-27 22:34:11 +00:00
CompileOptions.h Bug 1275508 - Remove werror. r=jandem 2020-03-11 12:20:21 +00:00
ContextOptions.h Bug 1275508 - Remove werror. r=jandem 2020-03-11 12:20:21 +00:00
Conversions.h Bug 1617586 - Part 3: Use trunc instead of branching to use either floor or ceil. r=jwalden 2020-02-28 10:04:51 +00:00
Date.h Backed out 4 changesets (bug 1613985) for causing build bustages CLOSED TREE 2020-03-16 12:41:41 +02:00
Debug.h Backed out 4 changesets (bug 1613985) for causing build bustages CLOSED TREE 2020-03-16 12:41:41 +02:00
Equality.h Bug 1426865 - Add default visibility to JSAPI symbols. r=sfink 2019-10-27 22:34:11 +00:00
ErrorReport.h Bug 1621817 - Remove JSREPORT_STRICT. r=tcampbell 2020-03-13 16:12:16 +00:00
ForOfIterator.h Bug 1426865 - Add default visibility to JSAPI symbols. r=sfink 2019-10-27 22:34:11 +00:00
GCAPI.h Bug 1618258 - Part 1: Rename FinalizationGroup to FinalizationRegistry. r=jonco 2020-03-16 10:41:08 +00:00
GCAnnotations.h
GCHashTable.h Backed out 4 changesets (bug 1613985) for causing build bustages CLOSED TREE 2020-03-16 12:41:41 +02:00
GCPolicyAPI.h Bug 1592103 - Defer allocation of Environment Shapes to Scope allocation time r=tcampbell 2020-03-04 23:34:41 +00:00
GCTypeMacros.h Bug 1603256 - Move the GC pointer type enumeration macros to a standalone header. r=sfink 2019-12-12 01:38:21 +00:00
GCVariant.h
GCVector.h Bug 1593260 - Don't use remove_if for sweeping GCVector as the predicate can modify the elements r=anba 2019-11-05 15:42:19 +00:00
HashTable.h Bug 1426865 - Add default visibility to JSAPI symbols. r=sfink 2019-10-27 22:34:11 +00:00
HeapAPI.h Bug 1615143 - Eliminate TraceKind::LazyScript. r=jonco 2020-02-13 14:33:33 +00:00
Id.h Bug 1622326: Remove no longer needed 'id' redefine. r=tcampbell 2020-03-13 18:27:09 +00:00
Initialization.h
JSON.h Bug 1426865 - Add default visibility to JSAPI symbols. r=sfink 2019-10-27 22:34:11 +00:00
LocaleSensitive.h Bug 1590907 - Make ENABLE_INTL_API and ENABLE_TYPED_OBJECTS into js-config macros. r=sfink,firefox-build-system-reviewers,mshal 2019-11-26 07:25:35 +00:00
MemoryFunctions.h Bug 1426865 - Add default visibility to JSAPI symbols. r=sfink 2019-10-27 22:34:11 +00:00
MemoryMetrics.h Bug 1615143 - Eliminate TraceKind::LazyScript. r=jonco 2020-02-13 14:33:33 +00:00
Modules.h Bug 1602882 - Move array operations to a new js/Array.h header. r=sfink,bzbarsky 2019-12-11 06:17:44 +00:00
OffThreadScriptCompilation.h Bug 1590907 - Stop configure macros from masking function prototypes in public JS headers. r=jwalden,sfink 2019-11-26 10:27:27 +00:00
Principals.h Backed out 4 changesets (bug 1613985) for causing build bustages CLOSED TREE 2020-03-16 12:41:41 +02:00
Printf.h
ProfilingCategory.h Bug 1557447 - Profiler support for IPC information; r=nika,smaug 2019-10-21 20:51:07 +00:00
ProfilingFrameIterator.h Bug 1614622 part 5 - Remove most optimization tracking storage code. r=djvj 2020-02-12 10:56:13 +00:00
ProfilingStack.h Backed out 4 changesets (bug 1613985) for causing build bustages CLOSED TREE 2020-03-16 12:41:41 +02:00
Promise.h Bug 1608338 - Inline |js::OriginalPromiseThen| into the |Promise.prototype.then| implementation, then change |js::OriginalPromiseThen| to be more suitable for use by its sole remaining JSAPI caller. r=arai 2020-01-10 21:29:20 +00:00
PropertyDescriptor.h Bug 1426865 - Add default visibility to JSAPI symbols. r=sfink 2019-10-27 22:34:11 +00:00
PropertySpec.h Bug 1426865 - Add default visibility to JSAPI symbols. r=sfink 2019-10-27 22:34:11 +00:00
ProtoKey.h Bug 1618258 - Part 1: Rename FinalizationGroup to FinalizationRegistry. r=jonco 2020-03-16 10:41:08 +00:00
Proxy.h Bug 1602882 - Move array operations to a new js/Array.h header. r=sfink,bzbarsky 2019-12-11 06:17:44 +00:00
Realm.h
RealmOptions.h Bug 1619177 - Remove remaining extra warnings code. r=tcampbell,mccr8 2020-03-10 22:59:41 +00:00
RefCounted.h Backed out 4 changesets (bug 1613985) for causing build bustages CLOSED TREE 2020-03-16 12:41:41 +02:00
RegExp.h Bug 1426865 - Add default visibility to JSAPI symbols. r=sfink 2019-10-27 22:34:11 +00:00
RegExpFlags.h
RequiredDefines.h
Result.h
RootingAPI.h Backed out 4 changesets (bug 1613985) for causing build bustages CLOSED TREE 2020-03-16 12:41:41 +02:00
SavedFrameAPI.h Bug 1426865 - Add default visibility to JSAPI symbols. r=sfink 2019-10-27 22:34:11 +00:00
SharedArrayBuffer.h Bug 1575425 - Part 3: Add support for [AllowShared]; r=bzbarsky,jwalden 2020-01-23 14:18:53 +00:00
SliceBudget.h
SourceText.h
StableStringChars.h
Stream.h Backed out 4 changesets (bug 1613985) for causing build bustages CLOSED TREE 2020-03-16 12:41:41 +02:00
StructuredClone.h Bug 1617863 - Make JS_ReadStructuredClone accept a const& to JSStructuredCloneData. r=baku 2020-02-25 16:05:14 +00:00
SweepingAPI.h Backed out 4 changesets (bug 1613985) for causing build bustages CLOSED TREE 2020-03-16 12:41:41 +02:00
Symbol.h Bug 1426865 - Add default visibility to JSAPI symbols. r=sfink 2019-10-27 22:34:11 +00:00
TraceKind.h Bug 1519636 - Reformat recent changes to the Google coding style r=Ehsan,kvark 2020-02-24 15:33:38 +00:00
TraceLoggerAPI.h
TracingAPI.h Bug 1615143 - Eliminate TraceKind::LazyScript. r=jonco 2020-02-13 14:33:33 +00:00
Transcoding.h Bug 1613118 - Remove JS::EncodeInterpretedFunction r=nbp 2020-02-05 13:00:15 +00:00
TypeDecls.h Bug 1426865 - Add default visibility to JSAPI symbols. r=sfink 2019-10-27 22:34:11 +00:00
UbiNode.h Backed out 4 changesets (bug 1613985) for causing build bustages CLOSED TREE 2020-03-16 12:41:41 +02:00
UbiNodeBreadthFirst.h
UbiNodeCensus.h Backed out 4 changesets (bug 1613985) for causing build bustages CLOSED TREE 2020-03-16 12:41:41 +02:00
UbiNodeDominatorTree.h Bug 1609996 - Run check_spidermonkey_style.py --fixup. r=froydnj 2020-01-20 16:18:40 +00:00
UbiNodePostOrder.h Bug 1609996 - Reorder some includes affected by the previous patches. r=froydnj 2020-01-20 16:19:48 +00:00
UbiNodeShortestPaths.h Bug 1609996 - Reorder some includes affected by the previous patches. r=froydnj 2020-01-20 16:19:48 +00:00
UbiNodeUtils.h
UniquePtr.h
Utility.h Backed out 4 changesets (bug 1613985) for causing build bustages CLOSED TREE 2020-03-16 12:41:41 +02:00
Value.h Bug 1530372 - Part 1: Change BigInt to an in-line trace kind. r=sfink 2020-01-02 13:03:20 +00:00
ValueArray.h Bug 1603845 - Fix clang-format issues in js/ r=iain 2019-12-13 21:35:17 +00:00
Vector.h Bug 1426865 - Add default visibility to JSAPI symbols. r=sfink 2019-10-27 22:34:11 +00:00
Warnings.h Bug 1275508 - Remove werror. r=jandem 2020-03-11 12:20:21 +00:00
WeakMapPtr.h
Wrapper.h