gecko-dev/dom/indexedDB
2024-11-25 16:28:39 +00:00
..
test Bug 1922355 - adjust mochitest expectations for macOS 14.70 x86-64. r=jmaher,tabbrowser-reviewers,dao 2024-11-25 16:28:39 +00:00
ActorsChild.cpp Bug 1919493 - IDB: Propagate database invalidation when the actor becomes alive; r=dom-storage-reviewers,jari 2024-10-01 17:35:59 +00:00
ActorsChild.h Bug 1919493 - IDB: Propagate database invalidation when the actor becomes alive; r=dom-storage-reviewers,jari 2024-10-01 17:35:59 +00:00
ActorsParent.cpp Bug 1922838 - Replace ArrayLength, ArrayEnd and MOZ_ARRAY_LENGTH by standard alternative r=glandium,necko-reviewers,jgilbert,application-update-reviewers,media-playback-reviewers,credential-management-reviewers,anti-tracking-reviewers,places-reviewers,profiler-reviewers,win-reviewers,dom-storage-reviewers,bytesized,janv,dimi,daisuke,karlt,gstoll,canaltinova,timhuang 2024-10-28 08:21:19 +00:00
ActorsParent.h
ActorsParentCommon.cpp
ActorsParentCommon.h
components.conf Bug 1888878 - Bring back nsIIndexedDatabaseManager; r=dom-storage-reviewers,asuth 2024-06-20 07:28:39 +00:00
DatabaseFileInfo.cpp
DatabaseFileInfo.h
DatabaseFileInfoFwd.h
DatabaseFileManager.h Bug 1914599 - Fix a potential race between OpenDatabaseOp and GetDatabasesOp; r=dom-storage-reviewers,jari 2024-10-09 18:19:22 +00:00
DatabaseFileManagerImpl.h
DBSchema.cpp
DBSchema.h
FileInfo.h
FileInfoImpl.h
FileInfoManager.h Bug 1914982: Fixing the race condition in FileInfoManager.h.r=dom-storage-reviewers,janv 2024-09-23 21:40:52 +00:00
FlippedOnce.h
IDBCursor.cpp
IDBCursor.h
IDBCursorType.cpp
IDBCursorType.h
IDBDatabase.cpp Bug 1915228 - Remove expired telemetry scalars idb.failure.unknown_objectstore_empty_database and idb.failure.unknown_objectstore_non_empty_database, r=dom-storage-reviewers,janv. 2024-08-28 19:44:29 +00:00
IDBDatabase.h Bug 1910698 - Add a struct to represent JS caller location and more general warning source location. r=smaug,necko-reviewers,anti-tracking-reviewers,dom-storage-reviewers,pbz,kershaw,janv 2024-08-01 17:12:48 +00:00
IDBEvents.cpp
IDBEvents.h
IDBFactory.cpp Bug 1867997 - Move nsIPrincipal/PrincipalInfo helpers to separate files; r=dom-storage-reviewers,jari 2024-10-18 01:32:36 +00:00
IDBFactory.h Bug 1923340 - Remove an unused member variable in IDBFactory.h, r=asuth,dom-storage-reviewers 2024-10-09 05:40:26 +00:00
IDBIndex.cpp
IDBIndex.h
IDBKeyRange.cpp
IDBKeyRange.h
IDBObjectStore.cpp Bug 1878149 - Add Filelist structured cloning support to IDB. r=dom-storage-reviewers,janv,asuth 2024-10-22 04:49:16 +00:00
IDBObjectStore.h
IDBRequest.cpp Bug 1910698 - Add a struct to represent JS caller location and more general warning source location. r=smaug,necko-reviewers,anti-tracking-reviewers,dom-storage-reviewers,pbz,kershaw,janv 2024-08-01 17:12:48 +00:00
IDBRequest.h Bug 1910698 - Add a struct to represent JS caller location and more general warning source location. r=smaug,necko-reviewers,anti-tracking-reviewers,dom-storage-reviewers,pbz,kershaw,janv 2024-08-01 17:12:48 +00:00
IDBResult.h
IDBTransaction.cpp Bug 1910698 - Add a struct to represent JS caller location and more general warning source location. r=smaug,necko-reviewers,anti-tracking-reviewers,dom-storage-reviewers,pbz,kershaw,janv 2024-08-01 17:12:48 +00:00
IDBTransaction.h Bug 1910698 - Add a struct to represent JS caller location and more general warning source location. r=smaug,necko-reviewers,anti-tracking-reviewers,dom-storage-reviewers,pbz,kershaw,janv 2024-08-01 17:12:48 +00:00
IndexedDatabase.cpp Bug 1878149 - Add Filelist structured cloning support to IDB. r=dom-storage-reviewers,janv,asuth 2024-10-22 04:49:16 +00:00
IndexedDatabase.h
IndexedDatabaseInlines.h
IndexedDatabaseManager.cpp Bug 1906744 - Check if constructor is enabled before installing named property. r=mccr8,dom-storage-reviewers,janv,asuth,eemeli 2024-08-08 16:35:19 +00:00
IndexedDatabaseManager.h Bug 1888878 - Extract background actor creation into a separate function; r=dom-storage-reviewers,asuth 2024-06-20 11:15:46 +00:00
IndexedDBCipherKeyManager.h
IndexedDBCommon.cpp
IndexedDBCommon.h
Key.cpp Bug 1895951 - Switch IndexedDB to newer ArrayBuffer (or view) APIs. r=dom-storage-reviewers,sfink,jari 2024-07-19 07:30:35 +00:00
Key.h Bug 1895951 - Switch IndexedDB to newer ArrayBuffer (or view) APIs. r=dom-storage-reviewers,sfink,jari 2024-07-19 07:30:35 +00:00
KeyPath.cpp
KeyPath.h
moz.build Bug 1919493 - IDB: Add a new testing only notification for database work starting; r=dom-storage-reviewers,jari 2024-10-01 17:35:56 +00:00
NotifyUtils.cpp Bug 1919493 - IDB: Add a new testing only notification for database work starting; r=dom-storage-reviewers,jari 2024-10-01 17:35:56 +00:00
NotifyUtils.h Bug 1919493 - IDB: Add a new testing only notification for database work starting; r=dom-storage-reviewers,jari 2024-10-01 17:35:56 +00:00
nsIIDBPermissionsRequest.idl
nsIIndexedDatabaseManager.idl Bug 1888878 - Add nsIIndexedDatabaseManager::DoMaintenance; r=dom-storage-reviewers,asuth 2024-06-20 17:27:10 +00:00
PBackgroundIDBCursor.ipdl
PBackgroundIDBDatabase.ipdl
PBackgroundIDBDatabaseFile.ipdl
PBackgroundIDBFactory.ipdl
PBackgroundIDBFactoryRequest.ipdl
PBackgroundIDBRequest.ipdl
PBackgroundIDBSharedTypes.ipdlh
PBackgroundIDBTransaction.ipdl
PBackgroundIDBVersionChangeTransaction.ipdl
PBackgroundIndexedDBUtils.ipdl Bug 1888878 - Add nsIIndexedDatabaseManager::DoMaintenance; r=dom-storage-reviewers,asuth 2024-06-20 17:27:10 +00:00
ProfilerHelpers.cpp
ProfilerHelpers.h
ReportInternalError.cpp
ReportInternalError.h
SafeRefPtr.h Bug 1900541 - Fix formatting in SafeRefPtr.h; r=dom-storage-reviewers,aiunusov,asuth 2024-06-05 21:30:52 +00:00
SchemaUpgrades.cpp Bug 1914599 - Fix a potential race between OpenDatabaseOp and GetDatabasesOp; r=dom-storage-reviewers,jari 2024-10-09 18:19:22 +00:00
SchemaUpgrades.h
ScriptErrorHelper.cpp Bug 1910698: apply code formatting via Lando 2024-08-01 17:15:54 +00:00
ScriptErrorHelper.h Bug 1910698 - Add a struct to represent JS caller location and more general warning source location. r=smaug,necko-reviewers,anti-tracking-reviewers,dom-storage-reviewers,pbz,kershaw,janv 2024-08-01 17:12:48 +00:00
SerializationHelpers.h
ThreadLocal.h