gecko-dev/dom/indexedDB
Andreas Farre 25ca8d7890 Bug 1620594 - Part 7: Remove TabGroup and SystemGroup. r=nika,bas
TabGroup never really made any difference in which thread something go
dispatched to. This was the intended use, but development of TabGroups
with abstract main threads never made it that far. The good thing is
that thish makes it safe to also remove to the SystemGroup and instead
switch all SystemGroup dispatches to dispatches to main thread.

Timers for setTimeout and workers were the sole users of wrapped and
throttled event targets, that those throttled queues have been moved
to the BrowsingContextGroup and are now accessed explicitly.

The SchedulerEventTarget has been removed, since there are no longer a
separate event target for every TaskCategory. Instead a
LabellingEventTarget has been added to DocGroup to handle the case
where an event is dispatched do DocGroup or when an AbstractThread is
created using a DocGroup. This means that we'll actually label more
events correctly with the DocGroup that they belong to.

DocGroups have also been moved to BrowsingContextGroup.

Depends on D67636

Differential Revision: https://phabricator.services.mozilla.com/D65936

--HG--
extra : moz-landing-system : lando
2020-04-07 15:17:47 +00:00
..
crashtests
test Bug 1626973 - Make attempt to increase the file size via IDBFileHandle.truncate an error. r=dom-workers-and-storage-reviewers,janv 2020-04-06 13:56:47 +00:00
ActorsChild.cpp Bug 1623278 - Use SafeRefPtr for IDBFactory. r=dom-workers-and-storage-reviewers,asuth 2020-04-01 09:54:43 +00:00
ActorsChild.h Bug 1623278 - Use SafeRefPtr for IDBFactory. r=dom-workers-and-storage-reviewers,asuth 2020-04-01 09:54:43 +00:00
ActorsParent.cpp Bug 1620594 - Part 2: Use SchedulerGroup::Dispatch instead of SystemGroup::Dispatch. r=nika 2020-04-07 15:16:33 +00:00
ActorsParent.h Bug 1617170 - Make AsyncDeleteFile a member function of FileManager. r=janv,dom-workers-and-storage-reviewers 2020-03-16 09:49:47 +00:00
FileInfo.cpp Bug 1617170 - Make FileInfo more testable by removing the dependency on FileManager. r=dom-workers-and-storage-reviewers,janv 2020-03-17 11:50:58 +00:00
FileInfoFwd.h Bug 1617170 - Make FileInfo more testable by removing the dependency on FileManager. r=dom-workers-and-storage-reviewers,janv 2020-03-17 11:50:58 +00:00
FileInfoT.h Bug 1623278 - Use SafeRefPtr for FileManager. r=dom-workers-and-storage-reviewers,asuth 2020-04-01 09:52:54 +00:00
FileInfoTImpl.h Bug 1623278 - Use SafeRefPtr for FileManager. r=dom-workers-and-storage-reviewers,asuth 2020-04-01 09:52:54 +00:00
FileManager.h Bug 1597954 - Switch indexedDB to use InitializedOnce from mfbt. r=dom-workers-and-storage-reviewers,janv 2020-04-01 09:53:39 +00:00
FileManagerBase.h Bug 1623278 - Use SafeRefPtr for FileInfo. r=dom-workers-and-storage-reviewers,asuth 2020-04-01 09:53:01 +00:00
FlippedOnce.h
IDBCursor.cpp Bug 1627282 - Mark all IndexDB cursor subclasses as potentially containing pointers into more than one JS zone r=sg 2020-04-06 13:02:52 +00:00
IDBCursor.h Bug 1597954 - Switch indexedDB to use InitializedOnce from mfbt. r=dom-workers-and-storage-reviewers,janv 2020-04-01 09:53:39 +00:00
IDBCursorType.cpp Bug 1617170 - Split StructuredCloneReadInfo into parent- and child-specific classes. r=dom-workers-and-storage-reviewers,janv 2020-03-11 17:30:33 +00:00
IDBCursorType.h Bug 1617170 - Fix non-unified build. r=janv,dom-workers-and-storage-reviewers 2020-03-17 11:28:49 +00:00
IDBDatabase.cpp Bug 1623278 - Use SafeRefPtr for IDBFactory. r=dom-workers-and-storage-reviewers,asuth 2020-04-01 09:54:43 +00:00
IDBDatabase.h Bug 1623278 - Use SafeRefPtr for IDBFactory. r=dom-workers-and-storage-reviewers,asuth 2020-04-01 09:54:43 +00:00
IDBEvents.cpp
IDBEvents.h
IDBFactory.cpp Bug 1620594 - Part 7: Remove TabGroup and SystemGroup. r=nika,bas 2020-04-07 15:17:47 +00:00
IDBFactory.h Bug 1623278 - Use SafeRefPtr for IDBFactory. r=dom-workers-and-storage-reviewers,asuth 2020-04-01 09:54:43 +00:00
IDBFileHandle.cpp Bug 1619112 part 2. Pass char literals instead of char16_t literals into ErrorResult throwing methods. r=smaug 2020-03-06 21:04:58 +00:00
IDBFileHandle.h
IDBFileRequest.cpp
IDBFileRequest.h
IDBIndex.cpp Bug 1617170 - Make FileInfo more testable by removing the dependency on FileManager. r=dom-workers-and-storage-reviewers,janv 2020-03-17 11:50:58 +00:00
IDBIndex.h
IDBKeyRange.cpp
IDBKeyRange.h
IDBMutableFile.cpp Bug 1617170 - Make FileInfo more testable by removing the dependency on FileManager. r=dom-workers-and-storage-reviewers,janv 2020-03-17 11:50:58 +00:00
IDBMutableFile.h Bug 1607791 - Get rid of IDBMutableFile.getFile() - part 1, r=asuth,janv 2020-01-15 12:02:21 +00:00
IDBObjectStore.cpp Bug 1620594 - Part 7: Remove TabGroup and SystemGroup. r=nika,bas 2020-04-07 15:17:47 +00:00
IDBObjectStore.h Bug 1617170 - Split StructuredCloneFile into parent- and child-specific classes. r=janv,dom-workers-and-storage-reviewers 2020-03-19 11:35:03 +00:00
IDBRequest.cpp Bug 1623278 - Use SafeRefPtr for IDBFactory. r=dom-workers-and-storage-reviewers,asuth 2020-04-01 09:54:43 +00:00
IDBRequest.h Bug 1623278 - Use SafeRefPtr for IDBFactory. r=dom-workers-and-storage-reviewers,asuth 2020-04-01 09:54:43 +00:00
IDBResult.h
IDBTransaction.cpp Bug 1619307 - Fixed assertion in IDBTransaction::Run. r=dom-workers-and-storage-reviewers,janv 2020-03-04 13:10:54 +00:00
IDBTransaction.h Bug 1623278 - Use SafeRefPtr for IDBFactory. r=dom-workers-and-storage-reviewers,asuth 2020-04-01 09:54:43 +00:00
IndexedDatabase.cpp Bug 1617170 - Split StructuredCloneFile into parent- and child-specific classes. r=janv,dom-workers-and-storage-reviewers 2020-03-19 11:35:03 +00:00
IndexedDatabase.h Bug 1597954 - Switch indexedDB to use InitializedOnce from mfbt. r=dom-workers-and-storage-reviewers,janv 2020-04-01 09:53:39 +00:00
IndexedDatabaseInlines.h Bug 1623278 - Use SafeRefPtr for FileInfo. r=dom-workers-and-storage-reviewers,asuth 2020-04-01 09:53:01 +00:00
IndexedDatabaseManager.cpp Bug 1623278 - Use SafeRefPtr for IDBFactory. r=dom-workers-and-storage-reviewers,asuth 2020-04-01 09:54:43 +00:00
IndexedDatabaseManager.h Bug 1623278 - Use SafeRefPtr for IDBFactory. r=dom-workers-and-storage-reviewers,asuth 2020-04-01 09:54:43 +00:00
Key.cpp Bug 1617170 - Encapsulate StructuredCloneReadInfo members. r=dom-workers-and-storage-reviewers,janv 2020-03-11 17:20:05 +00:00
Key.h Bug 1600906 - Avoid copying key buffers. r=dom-workers-and-storage-reviewers,ytausky 2020-01-06 14:16:33 +00:00
KeyPath.cpp
KeyPath.h Bug 1613985 - Use MOZ_COUNTED_DEFAULT_CTOR_*/MOZ_COUNTED_DTOR_* macros. r=froydnj 2020-02-20 11:40:14 +00:00
PBackgroundIDBCursor.ipdl
PBackgroundIDBDatabase.ipdl
PBackgroundIDBDatabaseFile.ipdl
PBackgroundIDBDatabaseRequest.ipdl
PBackgroundIDBFactory.ipdl Bug 1618463 - Remove unused message IncrementLoggingRequestSerialNumber from PBackgroundIDBFactory; r=sg,dom-workers-and-storage-reviewers 2020-02-27 09:30:50 +00:00
PBackgroundIDBFactoryRequest.ipdl
PBackgroundIDBRequest.ipdl
PBackgroundIDBSharedTypes.ipdlh Bug 1617170 - Split StructuredCloneFile into parent- and child-specific classes. r=janv,dom-workers-and-storage-reviewers 2020-03-19 11:35:03 +00:00
PBackgroundIDBTransaction.ipdl Bug 1609957 - Fix race condition in determining the last request before commit. r=dom-workers-and-storage-reviewers,janv 2020-02-27 10:05:48 +00:00
PBackgroundIDBVersionChangeTransaction.ipdl Bug 1609957 - Fix race condition in determining the last request before commit. r=dom-workers-and-storage-reviewers,janv 2020-02-27 10:05:48 +00:00
PBackgroundIndexedDBUtils.ipdl Bug 1617170 - Remove unused slice ref-count. r=dom-workers-and-storage-reviewers,janv 2020-03-17 11:26:27 +00:00
PermissionRequestBase.cpp Bug 1600906 - Use std::move instead of swap, use const where then possible. r=dom-workers-and-storage-reviewers,ytausky 2020-01-09 14:43:57 +00:00
PermissionRequestBase.h
ProfilerHelpers.h Bug 1617327 - Part 2: Remove nsAutoPtr usage from ipc, security, IDB. r=mccr8,janv 2020-02-24 19:26:40 +00:00
ReportInternalError.cpp
ReportInternalError.h
SafeRefPtr.h Bug 1620273 - Add SafeRefPtr. r=asuth,dom-workers-and-storage-reviewers 2020-04-01 09:54:24 +00:00
ScriptErrorHelper.cpp Bug 1620594 - Part 2: Use SchedulerGroup::Dispatch instead of SystemGroup::Dispatch. r=nika 2020-04-07 15:16:33 +00:00
ScriptErrorHelper.h
SerializationHelpers.h Bug 1617170 - Split StructuredCloneFile into parent- and child-specific classes. r=janv,dom-workers-and-storage-reviewers 2020-03-19 11:35:03 +00:00
moz.build Bug 1597954 - Switch indexedDB to use InitializedOnce from mfbt. r=dom-workers-and-storage-reviewers,janv 2020-04-01 09:53:39 +00:00
nsIIDBPermissionsRequest.idl