fune/dom/indexedDB
2024-10-09 18:19:22 +00:00
..
test Bug 1903252 - Move crash tests for IndexedDB to dom/indexedDB/test; r=dom-storage-reviewers,aiunusov a=test-only 2024-06-18 14:08:36 +00:00
ActorsChild.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
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 1914599 - Fix a potential race between OpenDatabaseOp and GetDatabasesOp; r=dom-storage-reviewers,jari a=RyanVM 2024-10-09 18:19:22 +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
DatabaseFileInfo.cpp
DatabaseFileInfo.h
DatabaseFileInfoFwd.h
DatabaseFileManager.h Bug 1914599 - Fix a potential race between OpenDatabaseOp and GetDatabasesOp; r=dom-storage-reviewers,jari a=RyanVM 2024-10-09 18:19:22 +00:00
DatabaseFileManagerImpl.h
DBSchema.cpp
DBSchema.h
FileInfo.h
FileInfoImpl.h
FileInfoManager.h
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 1878143 - Add durability hint to IDB transaction properties. r=dom-storage-reviewers,webidl,saschanaz,janv,smaug 2024-03-27 17:34:01 +00:00
IDBDatabase.h 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
IDBEvents.cpp
IDBEvents.h
IDBFactory.cpp Bug 1878137 - Defer reporting declined IDB storage access to method calls. r=dom-storage-reviewers,asuth 2024-05-08 14:29:53 +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
IDBKeyRange.h
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
IDBRequest.h
IDBResult.h
IDBTransaction.cpp 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
IDBTransaction.h 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
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 a=RyanVM 2024-08-08 16:35:19 +00:00
IndexedDatabaseManager.h Bug 934640 - Add a way to get all database file managers for given persistence type and origin; r=dom-storage-reviewers,asuth 2024-03-25 10:54:33 +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, a=dmeehan 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, a=dmeehan 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
moz.build
nsIIDBPermissionsRequest.idl
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
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 a=RyanVM 2024-10-09 18:19:22 +00:00
SchemaUpgrades.h
ScriptErrorHelper.cpp
ScriptErrorHelper.h
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