gecko-dev/dom/indexedDB
Luca Greco 723249e38d Bug 1841806 - Explicitly disallow encrypted indexedDB storage to be used for extension page running in privateBrowsing mode. r=asuth,janv
Differential Revision: https://phabricator.services.mozilla.com/D183732
2023-07-21 12:10:19 +00:00
..
crashtests Bug 1813284 - Add a crashtest. r=dom-storage-reviewers,asuth 2023-04-17 20:20:19 +00:00
test Bug 1841314 - Part 3: Prefer JS::NewArrayBufferWithContents with UniquePtr. r=sfink,saschanaz 2023-07-06 20:50:59 +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 1841806 - Explicitly disallow encrypted indexedDB storage to be used for extension page running in privateBrowsing mode. r=asuth,janv 2023-07-21 12:10:19 +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
DBSchema.cpp
DBSchema.h
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
FileInfo.h
FileInfoImpl.h
FileInfoManager.h
FlippedOnce.h
IDBCursor.cpp
IDBCursor.h
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 1829819: Use persistenceType 'private' for private origins.r=janv,dom-storage-reviewers 2023-05-04 04:50:45 +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
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
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 1831039 - Fix clearing of private file managers in FileManagerInfo::InvalidateAllFileManagers; r=hsingh 2023-05-04 04:50:44 +00:00
IndexedDatabaseManager.h Bug 1827377 - Add support for clearing storages in private repository; r=hsingh 2023-04-26 08:23:13 +00:00
Key.cpp Bug 1841314 - Part 3: Prefer JS::NewArrayBufferWithContents with UniquePtr. r=sfink,saschanaz 2023-07-06 20:50:59 +00:00
Key.h
KeyPath.cpp
KeyPath.h Bug 1775062 - Implement ipdl reads without needing default ctors. r=nika 2023-02-04 11:12:36 +00:00
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
moz.build Bug 1639545 - Also run IndexedDB mochitests in private browsing mode.r=dom-storage-reviewers,janv 2023-04-12 15:49:27 +00:00
nsIIDBPermissionsRequest.idl