gecko-dev/dom/indexedDB
Emilio Cobos Álvarez 2b25e0298a Bug 1758702 - Avoid including RemoteWorkerChild in WorkerPrivate.h. r=asuth
This avoids having to include PRemoteBrowser* headers etc, which are not
exported otherwise.

Differential Revision: https://phabricator.services.mozilla.com/D140659
2022-03-17 19:06:51 +00:00
..
crashtests
test Bug 595368: Explicitly disable test_writer_starvation.html. r=dom-storage-reviewers,janv 2022-03-17 13:01:36 +00:00
ActorsChild.cpp Bug 1750525: Do not IPC_FAIL in BackgroundRequestChild::RecvPreprocess on SendContinue dispatch failure. r=dom-storage-reviewers,janv 2022-03-11 15:41:59 +00:00
ActorsChild.h Bug 1750525: Recv__delete__ should IPC_FAIL only on impossible parameters. r=dom-storage-reviewers,janv 2022-03-03 08:33:15 +00:00
ActorsParent.cpp Bug 1207753 - Add MOZ_UNANNOTATED to all Mutexes/Monitors r=nika,kershaw 2022-03-16 18:47:08 +00:00
ActorsParent.h Bug 1711663 - Clean up includes related to FileInfo/FileInfoManager/DatabaseFileInfo/DatabaseFileManager; r=dom-storage-reviewers,jstutte 2021-06-01 08:50:32 +00:00
ActorsParentCommon.cpp Bug 1731977 - Add MOZ_TO_RESULT_INVOKE_TYPED for invoking plain functions; r=dom-storage-reviewers,jari 2021-11-30 05:05:53 +00:00
ActorsParentCommon.h Bug 1661413 - Introduce a generic function for non-recursive traversing of directory entries in file manager directory; r=dom-storage-reviewers,asuth 2021-08-03 11:43:50 +00:00
DBSchema.cpp Bug 1731960 - Move all Result extensions from QMResult.h to a dedicated file; r=dom-storage-reviewers,jari 2021-11-30 05:05:51 +00:00
DBSchema.h
DatabaseFileInfo.cpp Bug 1711663 - Clean up includes related to FileInfo/FileInfoManager/DatabaseFileInfo/DatabaseFileManager; r=dom-storage-reviewers,jstutte 2021-06-01 08:50:32 +00:00
DatabaseFileInfo.h Bug 1711663 - Clean up includes related to FileInfo/FileInfoManager/DatabaseFileInfo/DatabaseFileManager; r=dom-storage-reviewers,jstutte 2021-06-01 08:50:32 +00:00
DatabaseFileInfoFwd.h Bug 1711663 - Clean up includes related to FileInfo/FileInfoManager/DatabaseFileInfo/DatabaseFileManager; r=dom-storage-reviewers,jstutte 2021-06-01 08:50:32 +00:00
DatabaseFileManager.h Bug 1661413 - Improve deleting files in DeleteFileManagerDirectory; r=dom-storage-reviewers,asuth 2021-08-03 11:43:50 +00:00
DatabaseFileManagerImpl.h Bug 1731969 - Rename ToResultInvoke member function overloads to ToResultInvokeMember; r=dom-storage-reviewers,jari 2021-11-30 05:05:53 +00:00
FileInfo.h Bug 1711663 - Extract non-template stuff into base classes; r=dom-storage-reviewers,asuth 2021-06-01 08:50:32 +00:00
FileInfoImpl.h Bug 1731960 - Move all Result extensions from QMResult.h to a dedicated file; r=dom-storage-reviewers,jari 2021-11-30 05:05:51 +00:00
FileInfoManager.h Bug 1711663 - Extract non-template stuff into base classes; r=dom-storage-reviewers,asuth 2021-06-01 08:50:32 +00:00
FlippedOnce.h
IDBCursor.cpp
IDBCursor.h
IDBCursorType.cpp Bug 1711675 - IDB: Fix linking in non-unified builds; r=dom-storage-reviewers,jstutte 2021-06-01 09:42:01 +00:00
IDBCursorType.h
IDBDatabase.cpp Bug 1754767 - Remove duplicate includes r=media-playback-reviewers,padenot 2022-02-11 10:01:15 +00:00
IDBDatabase.h Bug 1723050 - Part 15: Replace typedef by using in dom/indexedDB/ r=dom-storage-reviewers,janv 2021-08-16 17:05:41 +00:00
IDBEvents.cpp
IDBEvents.h
IDBFactory.cpp Bug 1754767 - Remove duplicate includes r=media-playback-reviewers,padenot 2022-02-11 10:01:15 +00:00
IDBFactory.h Bug 1723050 - Part 15: Replace typedef by using in dom/indexedDB/ r=dom-storage-reviewers,janv 2021-08-16 17:05:41 +00:00
IDBFileHandle.cpp
IDBFileHandle.h
IDBFileRequest.cpp
IDBFileRequest.h
IDBIndex.cpp
IDBIndex.h
IDBKeyRange.cpp
IDBKeyRange.h
IDBMutableFile.cpp
IDBMutableFile.h
IDBObjectStore.cpp Bug 1708705 - Check new requests are rejected during structured cloning. r=dom-storage-reviewers,janv 2022-02-02 12:42:10 +00:00
IDBObjectStore.h Bug 1723050 - Part 15: Replace typedef by using in dom/indexedDB/ r=dom-storage-reviewers,janv 2021-08-16 17:05:41 +00:00
IDBRequest.cpp
IDBRequest.h
IDBResult.h
IDBTransaction.cpp Bug 1708705 - Handle transaction abort during value clone. r=dom-storage-reviewers,jstutte 2022-01-26 09:18:24 +00:00
IDBTransaction.h Bug 1708705 - Check new requests are rejected during structured cloning. r=dom-storage-reviewers,janv 2022-02-02 12:42:10 +00:00
IndexedDBCommon.cpp Bug 1731969 - Rename ToResultInvoke member function overloads to ToResultInvokeMember; r=dom-storage-reviewers,jari 2021-11-30 05:05:53 +00:00
IndexedDBCommon.h
IndexedDatabase.cpp Bug 1744025 - Replace include "mozilla/dom/WorkerPrivate.h" with include "mozilla/dom/WorkerScope.h" where WorkerPrivate->GlobalScope() is called. r=dom-worker-reviewers,smaug,jstutte 2022-01-25 08:53:03 +00:00
IndexedDatabase.h Bug 1711663 - Rename FileInfo to DatabaseFileInfo and TestFileInfo to SimpleFileInfo; r=dom-storage-reviewers,jstutte 2021-05-31 17:44:19 +00:00
IndexedDatabaseInlines.h Bug 1714283 - IDB: Fix building in non-unified builds; r=dom-storage-reviewers,jstutte 2021-06-23 13:57:52 +00:00
IndexedDatabaseManager.cpp Bug 1758702 - Avoid including RemoteWorkerChild in WorkerPrivate.h. r=asuth 2022-03-17 19:06:51 +00:00
IndexedDatabaseManager.h Bug 1743439 - Part 2: Mark callers in dom/indexedDB and dom/workers as MOZ_CAN_RUN_SCRIPT_BOUNDARY r=masayuki 2021-12-09 19:56:08 +00:00
Key.cpp Bug 1731960 - Move all Result extensions from QMResult.h to a dedicated file; r=dom-storage-reviewers,jari 2021-11-30 05:05:51 +00:00
Key.h
KeyPath.cpp Bug 1731960 - Move all Result extensions from QMResult.h to a dedicated file; r=dom-storage-reviewers,jari 2021-11-30 05:05:51 +00:00
KeyPath.h Bug 1723050 - Part 15: Replace typedef by using in dom/indexedDB/ r=dom-storage-reviewers,janv 2021-08-16 17:05:41 +00:00
PBackgroundIDBCursor.ipdl Bug 1736371 - Default new actors to be refcounted, r=alwu,media-playback-reviewers,mccr8 2022-02-09 17:29:47 +00:00
PBackgroundIDBDatabase.ipdl Bug 1736371 - Default new actors to be refcounted, r=alwu,media-playback-reviewers,mccr8 2022-02-09 17:29:47 +00:00
PBackgroundIDBDatabaseFile.ipdl Bug 1736371 - Default new actors to be refcounted, r=alwu,media-playback-reviewers,mccr8 2022-02-09 17:29:47 +00:00
PBackgroundIDBDatabaseRequest.ipdl Bug 1736371 - Default new actors to be refcounted, r=alwu,media-playback-reviewers,mccr8 2022-02-09 17:29:47 +00:00
PBackgroundIDBFactory.ipdl Bug 1736371 - Default new actors to be refcounted, r=alwu,media-playback-reviewers,mccr8 2022-02-09 17:29:47 +00:00
PBackgroundIDBFactoryRequest.ipdl Bug 1736371 - Default new actors to be refcounted, r=alwu,media-playback-reviewers,mccr8 2022-02-09 17:29:47 +00:00
PBackgroundIDBRequest.ipdl Bug 1736371 - Default new actors to be refcounted, r=alwu,media-playback-reviewers,mccr8 2022-02-09 17:29:47 +00:00
PBackgroundIDBSharedTypes.ipdlh Bug 1732343 - Part 2: Migrate all uses of base::FileDescriptor to UniqueFileHandle, r=handyman 2021-11-09 14:17:32 +00:00
PBackgroundIDBTransaction.ipdl Bug 1736371 - Default new actors to be refcounted, r=alwu,media-playback-reviewers,mccr8 2022-02-09 17:29:47 +00:00
PBackgroundIDBVersionChangeTransaction.ipdl Bug 1736371 - Default new actors to be refcounted, r=alwu,media-playback-reviewers,mccr8 2022-02-09 17:29:47 +00:00
PBackgroundIndexedDBUtils.ipdl Bug 1736371 - Default new actors to be refcounted, r=alwu,media-playback-reviewers,mccr8 2022-02-09 17:29:47 +00:00
PermissionRequestBase.cpp Bug 1731969 - Rename ToResultInvoke member function overloads to ToResultInvokeMember; r=dom-storage-reviewers,jari 2021-11-30 05:05:53 +00:00
PermissionRequestBase.h
ProfilerHelpers.cpp Bug 1738627 - profiler_thread_is_being_profiled_for_markers - r=canaltinova 2021-11-08 23:59:35 +00:00
ProfilerHelpers.h
ReportInternalError.cpp
ReportInternalError.h
SafeRefPtr.h
SchemaUpgrades.cpp Bug 1207753 - Add MOZ_UNANNOTATED to all Mutexes/Monitors r=nika,kershaw 2022-03-16 18:47:08 +00:00
SchemaUpgrades.h
ScriptErrorHelper.cpp
ScriptErrorHelper.h
SerializationHelpers.h Bug 1754037 - Part 3c: Automatically update all ParamTraits implementations, r=ipc-reviewers,media-playback-reviewers,bryce,mccr8 2022-03-04 15:39:41 +00:00
ThreadLocal.h
moz.build Backed out 2 changesets (bug 1577122) for causing xpcshell failures. CLOSED TREE 2022-03-14 17:19:01 +02:00
nsIIDBPermissionsRequest.idl