gecko-dev/dom/indexedDB
Simon Giesecke acfbc6daac Bug 1609797 - Ignore cursor responses after disconnecting from global. r=dom-workers-and-storage-reviewers,asuth
Differential Revision: https://phabricator.services.mozilla.com/D96171
2020-11-10 17:05:36 +00:00
..
crashtests
test Bug 1654103: Standardize on Black for Python code in `mozilla-central`. 2020-10-26 18:34:53 +00:00
ActorsChild.cpp Bug 1609797 - Ignore cursor responses after disconnecting from global. r=dom-workers-and-storage-reviewers,asuth 2020-11-10 17:05:36 +00:00
ActorsChild.h Bug 1653276 - Ensure that IndexedDB operations are cancelled when nsGlobalWindowInner::FreeInnerObjects is called. r=dom-workers-and-storage-reviewers,janv 2020-10-08 10:27:53 +00:00
ActorsParent.cpp Bug 1663924 - Use IDB_TRY in DatabaseConnection::UpdateRefcountFunction. r=dom-workers-and-storage-reviewers,janv 2020-11-03 16:10:57 +00:00
ActorsParent.h Bug 1663611 - Move schema upgrade functions to separate SchemaUpgrades.cpp. r=dom-workers-and-storage-reviewers,janv 2020-09-09 12:39:33 +00:00
ActorsParentCommon.cpp Bug 1663924 - Extract and reuse SnappyUncompressStructuredCloneData. r=dom-workers-and-storage-reviewers,ttung 2020-10-21 08:45:03 +00:00
ActorsParentCommon.h Bug 1663924 - Extract and reuse SnappyUncompressStructuredCloneData. r=dom-workers-and-storage-reviewers,ttung 2020-10-21 08:45:03 +00:00
DBSchema.cpp Bug 1664143 - Use IDB_TRY in Create*Tables and use a ExecuteSimpleSQLSequence helper function. r=dom-workers-and-storage-reviewers,janv 2020-10-20 08:33:20 +00:00
DBSchema.h Bug 1663611 - Move schema upgrade functions to separate SchemaUpgrades.cpp. r=dom-workers-and-storage-reviewers,janv 2020-09-09 12:39:33 +00:00
FileInfo.cpp Bug 1674637 - Use nested namespaces in dom/ r=sg,andi 2020-11-04 17:04:01 +00:00
FileInfoFwd.h
FileInfoT.h Bug 1646006 - Merge GetFileInfo and CreateFileInfo and make locking less quirky. r=janv,dom-workers-and-storage-reviewers 2020-07-14 11:14:23 +00:00
FileInfoTImpl.h Bug 1646006 - Merge GetFileInfo and CreateFileInfo and make locking less quirky. r=janv,dom-workers-and-storage-reviewers 2020-07-14 11:14:23 +00:00
FileManager.h Bug 1663924 - Replace output parameters by return values on GetInfo* methods. r=dom-workers-and-storage-reviewers,ttung 2020-10-20 11:46:31 +00:00
FileManagerBase.h Bug 1646006 - Merge GetFileInfo and CreateFileInfo and make locking less quirky. r=janv,dom-workers-and-storage-reviewers 2020-07-14 11:14:23 +00:00
FlippedOnce.h
IDBCursor.cpp Bug 1674637 - Use nested namespaces in dom/ r=sg,andi 2020-11-04 17:04:01 +00:00
IDBCursor.h
IDBCursorType.cpp Bug 1674637 - Use nested namespaces in dom/ r=sg,andi 2020-11-04 17:04:01 +00:00
IDBCursorType.h
IDBDatabase.cpp Bug 1674637 - Use nested namespaces in dom/ r=sg,andi 2020-11-04 17:04:01 +00:00
IDBDatabase.h
IDBEvents.cpp Bug 1674637 - Use nested namespaces in dom/ r=sg,andi 2020-11-04 17:04:01 +00:00
IDBEvents.h
IDBFactory.cpp Bug 1674637 - Use nested namespaces in dom/ r=sg,andi 2020-11-04 17:04:01 +00:00
IDBFactory.h Bug 1648454 - Use NotNull with IDBRequest where applicable. r=dom-workers-and-storage-reviewers,asuth 2020-07-01 20:14:23 +00:00
IDBFileHandle.cpp Bug 1674637 - Use nested namespaces in dom/ r=sg,andi 2020-11-04 17:04:01 +00:00
IDBFileHandle.h
IDBFileRequest.cpp Bug 1674637 - Use nested namespaces in dom/ r=sg,andi 2020-11-04 17:04:01 +00:00
IDBFileRequest.h
IDBIndex.cpp Bug 1674637 - Use nested namespaces in dom/ r=sg,andi 2020-11-04 17:04:01 +00:00
IDBIndex.h
IDBKeyRange.cpp Bug 1674637 - Use nested namespaces in dom/ r=sg,andi 2020-11-04 17:04:01 +00:00
IDBKeyRange.h
IDBMutableFile.cpp Bug 1674637 - Use nested namespaces in dom/ r=sg,andi 2020-11-04 17:04:01 +00:00
IDBMutableFile.h
IDBObjectStore.cpp Bug 1674637 - Use nested namespaces in dom/ r=sg,andi 2020-11-04 17:04:01 +00:00
IDBObjectStore.h
IDBRequest.cpp Bug 1674637 - Use nested namespaces in dom/ r=sg,andi 2020-11-04 17:04:01 +00:00
IDBRequest.h Bug 1648454 - Use NotNull with IDBRequest where applicable. r=dom-workers-and-storage-reviewers,asuth 2020-07-01 20:14:23 +00:00
IDBResult.h Bug 1671345 - Fix invalid C++ code w.r.t. parameter pack expansion in lambda capture in IDBResult.h. r=dom-workers-and-storage-reviewers,asuth 2020-10-16 15:45:20 +00:00
IDBTransaction.cpp Bug 1674637 - Use nested namespaces in dom/ r=sg,andi 2020-11-04 17:04:01 +00:00
IDBTransaction.h Bug 1660816 - Make PBackgroundIDBCursor protocol refcounted. r=dom-workers-and-storage-reviewers,asuth 2020-08-28 15:50:23 +00:00
IndexedDBCommon.cpp Bug 1663924 - Extract and reuse SnappyUncompressStructuredCloneData. r=dom-workers-and-storage-reviewers,ttung 2020-10-21 08:45:03 +00:00
IndexedDBCommon.h Bug 1663924 - Extract and reuse SnappyUncompressStructuredCloneData. r=dom-workers-and-storage-reviewers,ttung 2020-10-21 08:45:03 +00:00
IndexedDatabase.cpp
IndexedDatabase.h
IndexedDatabaseInlines.h
IndexedDatabaseManager.cpp Bug 1674637 - Use nested namespaces in dom/ r=sg,andi 2020-11-04 17:04:01 +00:00
IndexedDatabaseManager.h
Key.cpp Bug 1665347 - Do not indicate SpecialValues::Invalid could be returned on functions that never return it. r=dom-workers-and-storage-reviewers,janv 2020-10-06 08:39:04 +00:00
Key.h Bug 1665347 - Do not indicate SpecialValues::Invalid could be returned on functions that never return it. r=dom-workers-and-storage-reviewers,janv 2020-10-06 08:39:04 +00:00
KeyPath.cpp Bug 1674637 - Use nested namespaces in dom/ r=sg,andi 2020-11-04 17:04:01 +00:00
KeyPath.h Bug 1663924 - Change KeyPath::SerializeToString to use a return value. r=dom-workers-and-storage-reviewers,ttung 2020-10-21 08:45:17 +00:00
PBackgroundIDBCursor.ipdl Bug 1660816 - Make PBackgroundIDBCursor protocol refcounted. r=dom-workers-and-storage-reviewers,asuth 2020-08-28 15:50:23 +00:00
PBackgroundIDBDatabase.ipdl Bug 1648141 - IPCBlobInputStream to RemoteLazyInputStream - part 3 - PRemoteLazyInputStream, r=smaug,necko-reviewers,dragana 2020-06-29 11:03:04 +00:00
PBackgroundIDBDatabaseFile.ipdl
PBackgroundIDBDatabaseRequest.ipdl
PBackgroundIDBFactory.ipdl
PBackgroundIDBFactoryRequest.ipdl
PBackgroundIDBRequest.ipdl Bug 1648141 - IPCBlobInputStream to RemoteLazyInputStream - part 3 - PRemoteLazyInputStream, r=smaug,necko-reviewers,dragana 2020-06-29 11:03:04 +00:00
PBackgroundIDBSharedTypes.ipdlh Bug 1648141 - IPCBlobInputStream to RemoteLazyInputStream - part 3 - PRemoteLazyInputStream, r=smaug,necko-reviewers,dragana 2020-06-29 11:03:04 +00:00
PBackgroundIDBTransaction.ipdl
PBackgroundIDBVersionChangeTransaction.ipdl Bug 1648141 - IPCBlobInputStream to RemoteLazyInputStream - part 3 - PRemoteLazyInputStream, r=smaug,necko-reviewers,dragana 2020-06-29 11:03:04 +00:00
PBackgroundIndexedDBUtils.ipdl
PermissionRequestBase.cpp Bug 1674637 - Use nested namespaces in dom/ r=sg,andi 2020-11-04 17:04:01 +00:00
PermissionRequestBase.h Bug 1663924 - Replace output parameter of PromptIfNeeded by return value. r=dom-workers-and-storage-reviewers,janv 2020-10-06 08:39:40 +00:00
ProfilerHelpers.cpp Bug 1674637 - Use nested namespaces in dom/ r=sg,andi 2020-11-04 17:04:01 +00:00
ProfilerHelpers.h Bug 1650076 - Clean up ThreadLocal. r=dom-workers-and-storage-reviewers,asuth 2020-07-03 09:40:12 +00:00
ReportInternalError.cpp Bug 1674637 - Use nested namespaces in dom/ r=sg,andi 2020-11-04 17:04:01 +00:00
ReportInternalError.h Bug 1664412 - Mark some error handling functions as MOZ_COLD. r=dom-workers-and-storage-reviewers,janv 2020-09-14 12:14:17 +00:00
SafeRefPtr.h Bug 1636050 - dom::cache::ReadStream::Controllable now inherits from AtomicSafeRefCounted. r=dom-workers-and-storage-reviewers,sg 2020-06-23 13:34:52 +00:00
SchemaUpgrades.cpp Bug 1663924 - Replace output parameters by return values on GetInfo* methods. r=dom-workers-and-storage-reviewers,ttung 2020-10-20 11:46:31 +00:00
SchemaUpgrades.h Bug 1663611 - Move schema upgrade functions to separate SchemaUpgrades.cpp. r=dom-workers-and-storage-reviewers,janv 2020-09-09 12:39:33 +00:00
ScriptErrorHelper.cpp Bug 1674637 - Use nested namespaces in dom/ r=sg,andi 2020-11-04 17:04:01 +00:00
ScriptErrorHelper.h
SerializationHelpers.h
ThreadLocal.h Bug 1650076 - Clean up ThreadLocal. r=dom-workers-and-storage-reviewers,asuth 2020-07-03 09:40:12 +00:00
moz.build Bug 1654103: Standardize on Black for Python code in `mozilla-central`. 2020-10-26 18:34:53 +00:00
nsIIDBPermissionsRequest.idl