gecko-dev/dom/indexedDB
Jan Varga 6a56cd9167 Bug 1917462 - IDB: Add handling for invalidated directory locks; r=dom-storage-reviewers,jari
Differential Revision: https://phabricator.services.mozilla.com/D219631
2024-09-16 22:17:06 +00:00
..
test Bug 1917462 - IDB: Add handling for invalidated directory locks; r=dom-storage-reviewers,jari 2024-09-16 22:17:06 +00:00
ActorsChild.cpp Bug 1904442 - Rename GlobalTeardownObserver::GetOwner to GetOwnerWindow. r=smaug,media-playback-reviewers,dom-storage-reviewers,aosmond,padenot,asuth 2024-07-01 11:49:59 +00:00
ActorsChild.h Bug 1799374 - Add support for tracking request ids to cursor continue operation; r=dom-storage-reviewers,asuth 2024-03-23 08:42:40 +00:00
ActorsParent.cpp Bug 1917462 - IDB: Add handling for invalidated directory locks; r=dom-storage-reviewers,jari 2024-09-16 22:17:06 +00:00
ActorsParent.h Bug 1855142 - Ensure IndexedDabaseManager::mLocale separately; r=dom-storage-reviewers,jari 2024-02-29 15:28:47 +00:00
ActorsParentCommon.cpp Bug 1883629 - Update Snappy to version 1.2.0. r=dom-storage-reviewers,janv 2024-04-08 13:48:06 +00:00
ActorsParentCommon.h Bug 1839051 - Use std::sort for nsTArray and deprecate NS_QuickSort. r=emilio,nika,janv,dom-storage-reviewers 2023-12-11 06:53:25 +00:00
DBSchema.cpp
DBSchema.h
DatabaseFileInfo.cpp
DatabaseFileInfo.h
DatabaseFileInfoFwd.h
DatabaseFileManager.h Bug 934640 - Add database version to database file managers; r=dom-storage-reviewers,jari 2024-03-25 10:54:32 +00:00
DatabaseFileManagerImpl.h
FileInfo.h
FileInfoImpl.h
FileInfoManager.h Bug 1857556 - Clear cipher keys during database file manager invalidation; r=dom-storage-reviewers,asuth 2023-10-06 18:47:28 +00:00
FlippedOnce.h
IDBCursor.cpp Bug 1799374 - Add support for tracking request ids to cursor continue operation; r=dom-storage-reviewers,asuth 2024-03-23 08:42:40 +00:00
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 1908664 - Add nsIPrincipal::GetIsInPrivateBrowsing r=media-playback-reviewers,anti-tracking-reviewers,dom-storage-reviewers,padenot,asuth,pbz 2024-07-26 17:47:51 +00:00
IDBFactory.h Bug 1878137 - Defer reporting declined IDB storage access to method calls. r=dom-storage-reviewers,asuth 2024-05-08 14:29:53 +00:00
IDBIndex.cpp
IDBIndex.h
IDBKeyRange.cpp Bug 1730706 - Part 1: Remove IDBLocaleAwareKeyRange r=webidl,emilio,dom-storage-reviewers,janv,smaug 2023-12-21 12:12:44 +00:00
IDBKeyRange.h Bug 1730706 - Part 1: Remove IDBLocaleAwareKeyRange r=webidl,emilio,dom-storage-reviewers,janv,smaug 2023-12-21 12:12:44 +00:00
IDBObjectStore.cpp Bug 1878148 - fix the WPT IndexedDB/serialize-sharedarraybuffer-throws.https.html to trigger a data clone error per spec, and send the correct DataCloneError it expects; r=jari,dom-storage-reviewers,janv 2024-04-30 16:15:12 +00:00
IDBObjectStore.h Bug 1404276 - Support IDB key extraction with autoincremented primary key. r=dom-storage-reviewers,janv 2024-04-08 15:25:27 +00:00
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
IndexedDBCipherKeyManager.h Bug 1835298: Encrypt CacheAPI data on disk in PBM.r=dom-storage-reviewers,janv 2023-10-27 14:10:08 +00:00
IndexedDBCommon.cpp
IndexedDBCommon.h
IndexedDatabase.cpp Bug 1887719 - More consistently use UTF8String/nsCString for URLs. r=necko-reviewers,webidl,anti-tracking-reviewers,places-reviewers,jari,kershaw,janv,smaug,hsivonen 2024-04-04 11:49:57 +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
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 Bug 1404276 - Support IDB key extraction with autoincremented primary key. r=dom-storage-reviewers,janv 2024-04-08 15:25:27 +00:00
KeyPath.h Bug 1404276 - Support IDB key extraction with autoincremented primary key. r=dom-storage-reviewers,janv 2024-04-08 15:25:27 +00:00
PBackgroundIDBCursor.ipdl Bug 1799374 - Add support for tracking request ids to cursor continue operation; r=dom-storage-reviewers,asuth 2024-03-23 08:42:40 +00:00
PBackgroundIDBDatabase.ipdl Bug 1878143 - Add durability hint to IDB transaction properties. r=dom-storage-reviewers,webidl,saschanaz,janv,smaug 2024-03-27 17:34:01 +00:00
PBackgroundIDBDatabaseFile.ipdl
PBackgroundIDBFactory.ipdl Bug 934640 - Implement IDBFactory.databases() to enumerate IndexedDB databases; r=dom-storage-reviewers,asuth 2024-03-25 10:54:33 +00:00
PBackgroundIDBFactoryRequest.ipdl
PBackgroundIDBRequest.ipdl
PBackgroundIDBSharedTypes.ipdlh
PBackgroundIDBTransaction.ipdl Bug 1799374 - Add support for tracking request ids to cursor opening operation; r=dom-storage-reviewers,asuth 2024-03-23 08:42:40 +00:00
PBackgroundIDBVersionChangeTransaction.ipdl Bug 1799374 - Add support for tracking request ids to cursor opening operation; r=dom-storage-reviewers,asuth 2024-03-23 08:42:40 +00:00
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 934640 - Add a way to get database file managers by database file path; r=dom-storage-reviewers,jari 2024-03-25 10:54:31 +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 Bug 1404276 - Support IDB key extraction with autoincremented primary key. r=dom-storage-reviewers,janv 2024-04-08 15:25:27 +00:00
ThreadLocal.h
components.conf Bug 1888878 - Bring back nsIIndexedDatabaseManager; r=dom-storage-reviewers,asuth 2024-06-20 07:28:39 +00:00
moz.build Bug 1917462 - IDB: Create a new module for testing; r=dom-storage-reviewers,jari 2024-09-16 22:17:05 +00:00
nsIIDBPermissionsRequest.idl
nsIIndexedDatabaseManager.idl Bug 1888878 - Add nsIIndexedDatabaseManager::DoMaintenance; r=dom-storage-reviewers,asuth 2024-06-20 17:27:10 +00:00