gecko-dev/dom/indexedDB
Kagami Sascha Rosylight 48adbee64d Bug 1776109 - Part 3: Hide caches/indexedDB/serviceWorker in PBMode r=asuth,twisniewski
Differential Revision: https://phabricator.services.mozilla.com/D150064
2022-06-30 11:33:56 +00:00
..
crashtests
test Bug 1776109 - Part 3: Hide caches/indexedDB/serviceWorker in PBMode r=asuth,twisniewski 2022-06-30 11:33:56 +00:00
ActorsChild.cpp Bug 1754004 - Part 3: Move RemoteLazyInputStream to its own toplevel protocol, r=asuth,necko-reviewers,dragana 2022-05-13 14:16:10 +00:00
ActorsChild.h Bug 1768189 - Part 15: Apply modernize-concat-nested-namespaces to dom/html/nsHTMLDocument.h ... r=andi 2022-05-09 20:41:09 +00:00
ActorsParent.cpp Bug 1764771 - Disable IDBMutableHandle support by default r=janv,smaug 2022-06-23 01:57:56 +00:00
ActorsParent.h Bug 1768189 - Part 15: Apply modernize-concat-nested-namespaces to dom/html/nsHTMLDocument.h ... r=andi 2022-05-09 20:41:09 +00:00
ActorsParentCommon.cpp Bug 1704003 - Remove expired Telemetry probe idb.failure.fileinfo_error r=dom-storage-reviewers,jstutte 2022-06-21 07:20:58 +00:00
ActorsParentCommon.h Bug 1768189 - Part 15: Apply modernize-concat-nested-namespaces to dom/html/nsHTMLDocument.h ... r=andi 2022-05-09 20:41:09 +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 1767989 - Apply readability-make-member-function-const on dom/indexedDB r=dom-storage-reviewers,janv 2022-05-05 18:11:55 +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 1768189 - Part 15: Apply modernize-concat-nested-namespaces to dom/html/nsHTMLDocument.h ... r=andi 2022-05-09 20:41:09 +00:00
FileInfoImpl.h Bug 1768189 - Part 15: Apply modernize-concat-nested-namespaces to dom/html/nsHTMLDocument.h ... r=andi 2022-05-09 20:41:09 +00:00
FileInfoManager.h Bug 1768189 - Part 15: Apply modernize-concat-nested-namespaces to dom/html/nsHTMLDocument.h ... r=andi 2022-05-09 20:41:09 +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 Bug 1768189 - Part 15: Apply modernize-concat-nested-namespaces to dom/html/nsHTMLDocument.h ... r=andi 2022-05-09 20:41:09 +00:00
IDBDatabase.cpp Bug 1773088 - Part 1: Stop requiring an actor to serialize blobs over IPC, r=asuth 2022-06-08 15:24:27 +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 1776109 - Part 3: Hide caches/indexedDB/serviceWorker in PBMode r=asuth,twisniewski 2022-06-30 11:33:56 +00:00
IDBFactory.h Bug 1776109 - Part 3: Hide caches/indexedDB/serviceWorker in PBMode r=asuth,twisniewski 2022-06-30 11:33:56 +00:00
IDBFileHandle.cpp Bug 1773088 - Part 1: Stop requiring an actor to serialize blobs over IPC, r=asuth 2022-06-08 15:24:27 +00:00
IDBFileHandle.h Bug 1768189 - Part 15: Apply modernize-concat-nested-namespaces to dom/html/nsHTMLDocument.h ... r=andi 2022-05-09 20:41:09 +00:00
IDBFileRequest.cpp
IDBFileRequest.h
IDBIndex.cpp Bug 1712725 - Stop clearing JS things when calling mozilla::DropJSObjects. r=mccr8 2021-05-27 08:35:40 +00:00
IDBIndex.h
IDBKeyRange.cpp Bug 1712725 - Stop clearing JS things when calling mozilla::DropJSObjects. r=mccr8 2021-05-27 08:35:40 +00:00
IDBKeyRange.h
IDBMutableFile.cpp
IDBMutableFile.h
IDBObjectStore.cpp Bug 1769290 - Part 8: Apply mozilla-js-handle-rooted-typedef against dom/canvas,crypto,fetch,gamepad,geolocation,indexedDB,ipc r=smaug 2022-06-05 20:54:59 +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 Bug 1764370 - Use NS_GET_IID instead of NS_DEFINE_IID for PRIVATE_IDBREQUEST_IID. r=dom-workers-and-storage-reviewers,asuth 2022-04-20 21:09:27 +00:00
IDBRequest.h Bug 1764370 - Use NS_GET_IID instead of NS_DEFINE_IID for PRIVATE_IDBREQUEST_IID. r=dom-workers-and-storage-reviewers,asuth 2022-04-20 21:09:27 +00:00
IDBResult.h Bug 1768189 - Part 15: Apply modernize-concat-nested-namespaces to dom/html/nsHTMLDocument.h ... r=andi 2022-05-09 20:41:09 +00:00
IDBTransaction.cpp Bug 1767989 - Apply readability-make-member-function-const on dom/indexedDB r=dom-storage-reviewers,janv 2022-05-05 18:11:55 +00:00
IDBTransaction.h Bug 1767989 - Apply readability-make-member-function-const on dom/indexedDB r=dom-storage-reviewers,janv 2022-05-05 18:11:55 +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 Bug 1709067 - IDB: Remove module specific QM_TRY macros; r=dom-storage-reviewers,jstutte 2021-05-03 19:44:38 +00:00
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 1768189 - Part 15: Apply modernize-concat-nested-namespaces to dom/html/nsHTMLDocument.h ... r=andi 2022-05-09 20:41:09 +00:00
IndexedDatabaseInlines.h Bug 1768189 - Part 15: Apply modernize-concat-nested-namespaces to dom/html/nsHTMLDocument.h ... r=andi 2022-05-09 20:41:09 +00:00
IndexedDatabaseManager.cpp Bug 1764370 - Use NS_GET_IID instead of NS_DEFINE_IID for PRIVATE_IDBREQUEST_IID. r=dom-workers-and-storage-reviewers,asuth 2022-04-20 21:09:27 +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 1769290 - Part 8: Apply mozilla-js-handle-rooted-typedef against dom/canvas,crypto,fetch,gamepad,geolocation,indexedDB,ipc r=smaug 2022-06-05 20:54:59 +00:00
Key.h Bug 1769311 - Cleanup dom/indexedDB headers r=sylvestre DONTBUILD 2022-05-30 10:02:39 +00:00
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 1768189 - Part 15: Apply modernize-concat-nested-namespaces to dom/html/nsHTMLDocument.h ... r=andi 2022-05-09 20:41:09 +00:00
PBackgroundIDBCursor.ipdl Bug 1754004 - Part 3: Move RemoteLazyInputStream to its own toplevel protocol, r=asuth,necko-reviewers,dragana 2022-05-13 14:16:10 +00:00
PBackgroundIDBDatabase.ipdl Bug 1754004 - Part 3: Move RemoteLazyInputStream to its own toplevel protocol, r=asuth,necko-reviewers,dragana 2022-05-13 14:16:10 +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 1754004 - Part 3: Move RemoteLazyInputStream to its own toplevel protocol, r=asuth,necko-reviewers,dragana 2022-05-13 14:16:10 +00:00
PBackgroundIDBSharedTypes.ipdlh Bug 1754004 - Part 3: Move RemoteLazyInputStream to its own toplevel protocol, r=asuth,necko-reviewers,dragana 2022-05-13 14:16:10 +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 1754004 - Part 3: Move RemoteLazyInputStream to its own toplevel protocol, r=asuth,necko-reviewers,dragana 2022-05-13 14:16:10 +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 Bug 1768189 - Part 15: Apply modernize-concat-nested-namespaces to dom/html/nsHTMLDocument.h ... r=andi 2022-05-09 20:41:09 +00:00
ProfilerHelpers.cpp Bug 1738627 - profiler_thread_is_being_profiled_for_markers - r=canaltinova 2021-11-08 23:59:35 +00:00
ProfilerHelpers.h Bug 1768189 - Part 15: Apply modernize-concat-nested-namespaces to dom/html/nsHTMLDocument.h ... r=andi 2022-05-09 20:41:09 +00:00
ReportInternalError.cpp
ReportInternalError.h Bug 1768189 - Part 15: Apply modernize-concat-nested-namespaces to dom/html/nsHTMLDocument.h ... r=andi 2022-05-09 20:41:09 +00:00
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 Bug 1768189 - Part 15: Apply modernize-concat-nested-namespaces to dom/html/nsHTMLDocument.h ... r=andi 2022-05-09 20:41:09 +00:00
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 Bug 1768189 - Part 15: Apply modernize-concat-nested-namespaces to dom/html/nsHTMLDocument.h ... r=andi 2022-05-09 20:41:09 +00:00
moz.build Backed out 2 changesets (bug 1577122) for causing xpcshell failures. CLOSED TREE 2022-03-14 17:19:01 +02:00
nsIIDBPermissionsRequest.idl