gecko-dev/dom/indexedDB
2023-09-13 18:28:32 +00:00
..
crashtests Bug 1813284 - Add a crashtest. r=dom-storage-reviewers,asuth 2023-04-17 20:20:19 +00:00
test Bug 1850545 - convert .ini manifests to .toml: batch 3 chrome.ini (bis) r=jmaher,geckoview-reviewers,extension-reviewers,credential-management-reviewers,devtools-reviewers,fxview-reviewers,places-reviewers,profiler-reviewers,m_kato,mak,mtigley 2023-09-13 18:28:32 +00:00
ActorsChild.cpp Bug 1607634 - Part 4b: Changes for not-nullable actor types being wrapped in NotNull, r=ipc-reviewers,necko-reviewers,mccr8 2023-03-20 15:40:36 +00:00
ActorsChild.h Bug 1607634 - Part 4b: Changes for not-nullable actor types being wrapped in NotNull, r=ipc-reviewers,necko-reviewers,mccr8 2023-03-20 15:40:36 +00:00
ActorsParent.cpp Bug 1749504 - Simplify signature of QuotaManager::CreateDirectoryLock; r=dom-storage-reviewers,jstutte 2023-09-12 12:40:41 +00:00
ActorsParent.h
ActorsParentCommon.cpp Bug 1639548 - Move IndexedDBCipherKeyManager to DatabaseFileManager; r=hsingh 2023-03-14 05:38:05 +00:00
ActorsParentCommon.h Bug 1818214 - Get correct key for decryption in GetStructuredCloneReadInfoFromExternalBlob; r=hsingh 2023-03-07 13:07:44 +00:00
DatabaseFileInfo.cpp
DatabaseFileInfo.h
DatabaseFileInfoFwd.h
DatabaseFileManager.h Bug 1639548 - Move IndexedDBCipherKeyManager to DatabaseFileManager; r=hsingh 2023-03-14 05:38:05 +00:00
DatabaseFileManagerImpl.h Bug 1791755 - Extract OriginInfo, GroupInfo, GroupInfoPair and QuotaObject into separate source files; r=dom-storage-reviewers,jesup 2022-10-28 08:22:49 +00:00
DBSchema.cpp Bug 1791755 - Extract OriginInfo, GroupInfo, GroupInfoPair and QuotaObject into separate source files; r=dom-storage-reviewers,jesup 2022-10-28 08:22:49 +00:00
DBSchema.h
FileInfo.h
FileInfoImpl.h
FileInfoManager.h
FlippedOnce.h
IDBCursor.cpp Bug 1797766 - Do not declare IDBTypedCursor::mTransaction as const. r=dom-storage-reviewers,edenchuang,asuth 2022-11-07 19:34:04 +00:00
IDBCursor.h Bug 1797766 - Do not declare IDBTypedCursor::mTransaction as const. r=dom-storage-reviewers,edenchuang,asuth 2022-11-07 19:34:04 +00:00
IDBCursorType.cpp
IDBCursorType.h
IDBDatabase.cpp Bug 1500343 - Part 10: Remove IDBFileHandle/IDBFileRequest/IDBMutableFile r=dom-storage-reviewers,asuth 2023-02-23 08:59:09 +00:00
IDBDatabase.h Bug 1500343 - Part 10: Remove IDBFileHandle/IDBFileRequest/IDBMutableFile r=dom-storage-reviewers,asuth 2023-02-23 08:59:09 +00:00
IDBEvents.cpp
IDBEvents.h
IDBFactory.cpp Bug 1846277 - Remove nsGlobalWindow.h. r=dom-core,necko-reviewers,jesup,farre 2023-08-02 20:41:48 +00:00
IDBFactory.h
IDBIndex.cpp
IDBIndex.h
IDBKeyRange.cpp
IDBKeyRange.h
IDBObjectStore.cpp Bug 1828264 - Assertion from creating a OffscreenCanvas on a media track graph thread. r=farre 2023-06-06 06:51:34 +00:00
IDBObjectStore.h
IDBRequest.cpp Bug 1500343 - Part 3: Remove dom.fileHandle.enabled usage in IDBRequest.cpp r=dom-storage-reviewers,jari 2023-02-08 15:51:06 +00:00
IDBRequest.h Bug 1500343 - Part 7: Remove PBackgroundFileHandle r=dom-storage-reviewers,asuth 2023-02-23 08:59:08 +00:00
IDBResult.h
IDBTransaction.cpp
IDBTransaction.h
IndexedDatabase.cpp Bug 1828264 - Assertion from creating a OffscreenCanvas on a media track graph thread. r=farre 2023-06-06 06:51:34 +00:00
IndexedDatabase.h Bug 1500343 - Part 10: Remove IDBFileHandle/IDBFileRequest/IDBMutableFile r=dom-storage-reviewers,asuth 2023-02-23 08:59:09 +00:00
IndexedDatabaseInlines.h Bug 1500343 - Part 10: Remove IDBFileHandle/IDBFileRequest/IDBMutableFile r=dom-storage-reviewers,asuth 2023-02-23 08:59:09 +00:00
IndexedDatabaseManager.cpp Bug 1846277 - Remove nsGlobalWindow.h. r=dom-core,necko-reviewers,jesup,farre 2023-08-02 20:41:48 +00:00
IndexedDatabaseManager.h Bug 1827377 - Add support for clearing storages in private repository; r=hsingh 2023-04-26 08:23:13 +00:00
IndexedDBCipherKeyManager.cpp Bug 1639545 - Pull out the implementation of IndexedDBCipherKeyManager members from indexedDB/ActorsParent.cpp into it's own cpp file.r=janv 2023-03-14 05:38:05 +00:00
IndexedDBCipherKeyManager.h Bug 1639548 - Move IndexedDBCipherKeyManager to DatabaseFileManager; r=hsingh 2023-03-14 05:38:05 +00:00
IndexedDBCommon.cpp
IndexedDBCommon.h
Key.cpp Bug 1841314 - Part 3: Prefer JS::NewArrayBufferWithContents with UniquePtr. r=sfink,saschanaz 2023-07-06 20:50:59 +00:00
Key.h Bug 1813284 - Check KEY_MAXIMUM_BUFFER_LENGTH in EncodeNumber and propagate errors. r=dom-storage-reviewers,janv 2023-02-01 11:22:47 +00:00
KeyPath.cpp
KeyPath.h Bug 1775062 - Implement ipdl reads without needing default ctors. r=nika 2023-02-04 11:12:36 +00:00
moz.build Bug 1850545 - convert .ini manifests to .toml: batch 3 chrome.ini (bis) r=jmaher,geckoview-reviewers,extension-reviewers,credential-management-reviewers,devtools-reviewers,fxview-reviewers,places-reviewers,profiler-reviewers,m_kato,mak,mtigley 2023-09-13 18:28:32 +00:00
nsIIDBPermissionsRequest.idl
PBackgroundIDBCursor.ipdl Bug 1500343 - Part 8: Remove PBackgroundMutableFile r=dom-storage-reviewers,asuth 2023-02-23 08:59:09 +00:00
PBackgroundIDBDatabase.ipdl Bug 1500343 - Part 8: Remove PBackgroundMutableFile r=dom-storage-reviewers,asuth 2023-02-23 08:59:09 +00:00
PBackgroundIDBDatabaseFile.ipdl
PBackgroundIDBFactory.ipdl
PBackgroundIDBFactoryRequest.ipdl
PBackgroundIDBRequest.ipdl Bug 1500343 - Part 8: Remove PBackgroundMutableFile r=dom-storage-reviewers,asuth 2023-02-23 08:59:09 +00:00
PBackgroundIDBSharedTypes.ipdlh Bug 1500343 - Part 9: Remove DatabaseOrMutableFile r=dom-storage-reviewers,asuth 2023-02-23 08:59:09 +00:00
PBackgroundIDBTransaction.ipdl Bug 1500343 - Part 8: Remove PBackgroundMutableFile r=dom-storage-reviewers,asuth 2023-02-23 08:59:09 +00:00
PBackgroundIDBVersionChangeTransaction.ipdl Bug 1500343 - Part 8: Remove PBackgroundMutableFile r=dom-storage-reviewers,asuth 2023-02-23 08:59:09 +00:00
PBackgroundIndexedDBUtils.ipdl
ProfilerHelpers.cpp
ProfilerHelpers.h
ReportInternalError.cpp
ReportInternalError.h
SafeRefPtr.h
SchemaUpgrades.cpp Bug 1818214 - Get correct key for decryption in GetStructuredCloneReadInfoFromExternalBlob; r=hsingh 2023-03-07 13:07:44 +00:00
SchemaUpgrades.h
ScriptErrorHelper.cpp
ScriptErrorHelper.h
SerializationHelpers.h
ThreadLocal.h