gecko-dev/dom/indexedDB
2020-05-28 11:14:52 +00:00
..
crashtests Bug 1577202 - Added test case from fuzzying. r=dom-workers-and-storage-reviewers,asuth 2019-12-04 12:45:35 +00:00
test Bug 1637715 - Add missing quotation mark to mac condition. a=fix 2020-05-23 01:13:47 +03:00
ActorsChild.cpp Bug 1632128 - Dissolve FileHandleResultHelper class into a function. r=dom-workers-and-storage-reviewers,janv 2020-05-14 09:42:33 +00:00
ActorsChild.h Bug 1633719 - Use *InitializedOnce* with NotNull instead of *InitializedOnce*NotNull for pointers. r=dom-workers-and-storage-reviewers,janv 2020-05-14 09:14:04 +00:00
ActorsParent.cpp Bug 1621916 - Fix IndexedDB to ignore unknown files in the client directory during initialization and usage calculation; r=dom-workers-and-storage-reviewers,sg,ttung 2020-05-28 11:14:52 +00:00
ActorsParent.h Bug 1623278 - Make Factory derive from SafeRefCounted. r=dom-workers-and-storage-reviewers,janv 2020-05-06 12:20:14 +00:00
FileInfo.cpp Bug 1617170 - Make FileInfo more testable by removing the dependency on FileManager. r=dom-workers-and-storage-reviewers,janv 2020-03-17 11:50:58 +00:00
FileInfoFwd.h Bug 1617170 - Make FileInfo more testable by removing the dependency on FileManager. r=dom-workers-and-storage-reviewers,janv 2020-03-17 11:50:58 +00:00
FileInfoT.h Bug 1623278 - Use SafeRefPtr for FileManager. r=dom-workers-and-storage-reviewers,asuth 2020-04-01 09:52:54 +00:00
FileInfoTImpl.h Bug 1623278 - Use SafeRefPtr for FileManager. r=dom-workers-and-storage-reviewers,asuth 2020-04-01 09:52:54 +00:00
FileManager.h Bug 1623278 - Use MovingNotNull in ActorsParent. r=dom-workers-and-storage-reviewers,janv 2020-05-14 09:14:17 +00:00
FileManagerBase.h Bug 1631684 - Replace MOZ_MUST_USE with [[nodiscard]] in dom/indexedDB. r=dom-workers-and-storage-reviewers,sg 2020-04-23 01:49:16 +00:00
FlippedOnce.h Bug 1600906 - Made FlippedOnce member functions constexpr. r=dom-workers-and-storage-reviewers,ytausky 2019-12-13 10:54:48 +00:00
IDBCursor.cpp Bug 1633719 - Use *InitializedOnce* with NotNull instead of *InitializedOnce*NotNull for pointers. r=dom-workers-and-storage-reviewers,janv 2020-05-14 09:14:04 +00:00
IDBCursor.h Bug 1633719 - Use *InitializedOnce* with NotNull instead of *InitializedOnce*NotNull for pointers. r=dom-workers-and-storage-reviewers,janv 2020-05-14 09:14:04 +00:00
IDBCursorType.cpp Bug 1617170 - Split StructuredCloneReadInfo into parent- and child-specific classes. r=dom-workers-and-storage-reviewers,janv 2020-03-11 17:30:33 +00:00
IDBCursorType.h Bug 1617170 - Fix non-unified build. r=janv,dom-workers-and-storage-reviewers 2020-03-17 11:28:49 +00:00
IDBDatabase.cpp Bug 1635399 - Function PrincipalInfoToPrincipal now returns Result<nsCOMPtr<nsIPrincipal>, nsresult> r=ckerschb 2020-05-12 19:02:05 +00:00
IDBDatabase.h Bug 1631684 - Replace MOZ_MUST_USE with [[nodiscard]] in dom/indexedDB. r=dom-workers-and-storage-reviewers,sg 2020-04-23 01:49:16 +00:00
IDBEvents.cpp Bug 1600283 - Remove uses of already_AddRefed. r=dom-workers-and-storage-reviewers,janv 2019-12-19 09:23:47 +00:00
IDBEvents.h Bug 1631684 - Replace MOZ_MUST_USE with [[nodiscard]] in dom/indexedDB. r=dom-workers-and-storage-reviewers,sg 2020-04-23 01:49:16 +00:00
IDBFactory.cpp Bug 1635399 - Function PrincipalInfoToPrincipal now returns Result<nsCOMPtr<nsIPrincipal>, nsresult> r=ckerschb 2020-05-12 19:02:05 +00:00
IDBFactory.h Bug 1631684 - Replace MOZ_MUST_USE with [[nodiscard]] in dom/indexedDB. r=dom-workers-and-storage-reviewers,sg 2020-04-23 01:49:16 +00:00
IDBFileHandle.cpp Bug 1637159 specify DOMEventTargetHelper owner for IDBFileHandle via constructor r=smaug 2020-05-14 05:28:36 +00:00
IDBFileHandle.h Bug 1631684 - Replace MOZ_MUST_USE with [[nodiscard]] in dom/indexedDB. r=dom-workers-and-storage-reviewers,sg 2020-04-23 01:49:16 +00:00
IDBFileRequest.cpp Bug 1632128 - De-virtualize IDBFileRequest::SetResult(Callback). r=dom-workers-and-storage-reviewers,janv 2020-05-14 09:42:21 +00:00
IDBFileRequest.h Bug 1632128 - De-virtualize IDBFileRequest::SetResult(Callback). r=dom-workers-and-storage-reviewers,janv 2020-05-14 09:42:21 +00:00
IDBIndex.cpp Bug 1623278 - Use SafeRefPtr for IDBTransaction. r=dom-workers-and-storage-reviewers,ttung,janv 2020-04-21 14:32:51 +00:00
IDBIndex.h Bug 1631684 - Replace MOZ_MUST_USE with [[nodiscard]] in dom/indexedDB. r=dom-workers-and-storage-reviewers,sg 2020-04-23 01:49:16 +00:00
IDBKeyRange.cpp Bug 1629843 - Mark indexedDB classes as able to have pointers into more than one JS zone r=mccr8 2020-04-17 14:57:57 +00:00
IDBKeyRange.h Bug 1631684 - Replace MOZ_MUST_USE with [[nodiscard]] in dom/indexedDB. r=dom-workers-and-storage-reviewers,sg 2020-04-23 01:49:16 +00:00
IDBMutableFile.cpp Bug 1628716 - Use range-based for and STL algorithms with hashtables. r=dom-workers-and-storage-reviewers,janv 2020-04-22 13:52:52 +00:00
IDBMutableFile.h Bug 1631684 - Replace MOZ_MUST_USE with [[nodiscard]] in dom/indexedDB. r=dom-workers-and-storage-reviewers,sg 2020-04-23 01:49:16 +00:00
IDBObjectStore.cpp Bug 1618542 - Remove redundant assertions on infallible array operations. r=dom-workers-and-storage-reviewers,janv 2020-04-21 14:34:43 +00:00
IDBObjectStore.h Bug 1631684 - Replace MOZ_MUST_USE with [[nodiscard]] in dom/indexedDB. r=dom-workers-and-storage-reviewers,sg 2020-04-23 01:49:16 +00:00
IDBRequest.cpp Bug 1632128 - De-virtualize IDBRequest::SetResult(Callback). r=dom-workers-and-storage-reviewers,janv 2020-05-14 09:42:18 +00:00
IDBRequest.h Bug 1632128 - De-virtualize IDBRequest::SetResult(Callback). r=dom-workers-and-storage-reviewers,janv 2020-05-14 09:42:18 +00:00
IDBResult.h Bug 1632128 - Dissolve ResultHelper class into a function. r=dom-workers-and-storage-reviewers,janv 2020-05-14 09:42:23 +00:00
IDBTransaction.cpp Bug 1626570 - Improve handling of copying arrays in dom/indexedDB/. r=dom-workers-and-storage-reviewers,janv 2020-05-05 14:13:46 +00:00
IDBTransaction.h Bug 1631684 - Replace MOZ_MUST_USE with [[nodiscard]] in dom/indexedDB. r=dom-workers-and-storage-reviewers,sg 2020-04-23 01:49:16 +00:00
IndexedDatabase.cpp Bug 1617170 - Split StructuredCloneFile into parent- and child-specific classes. r=janv,dom-workers-and-storage-reviewers 2020-03-19 11:35:03 +00:00
IndexedDatabase.h Bug 1597954 - Switch indexedDB to use InitializedOnce from mfbt. r=dom-workers-and-storage-reviewers,janv 2020-04-01 09:53:39 +00:00
IndexedDatabaseInlines.h Bug 1623278 - Use SafeRefPtr for FileInfo. r=dom-workers-and-storage-reviewers,asuth 2020-04-01 09:53:01 +00:00
IndexedDatabaseManager.cpp Bug 1631684 - Replace MOZ_MUST_USE with [[nodiscard]] in dom/indexedDB. r=dom-workers-and-storage-reviewers,sg 2020-04-23 01:49:16 +00:00
IndexedDatabaseManager.h Bug 1631684 - Replace MOZ_MUST_USE with [[nodiscard]] in dom/indexedDB. r=dom-workers-and-storage-reviewers,sg 2020-04-23 01:49:16 +00:00
Key.cpp Bug 1633446 - Fix handling of wrapped ArrayBuffer objects. r=dom-workers-and-storage-reviewers,janv 2020-05-07 11:26:19 +00:00
Key.h Bug 1600906 - Avoid copying key buffers. r=dom-workers-and-storage-reviewers,ytausky 2020-01-06 14:16:33 +00:00
KeyPath.cpp Bug 1602882 - Move array operations to a new js/Array.h header. r=sfink,bzbarsky 2019-12-11 06:17:44 +00:00
KeyPath.h Bug 1626570 - Improve handling of copying arrays in dom/indexedDB/. r=dom-workers-and-storage-reviewers,janv 2020-05-05 14:13:46 +00:00
moz.build Bug 1597954 - Switch indexedDB to use InitializedOnce from mfbt. r=dom-workers-and-storage-reviewers,janv 2020-04-01 09:53:39 +00:00
nsIIDBPermissionsRequest.idl
PBackgroundIDBCursor.ipdl
PBackgroundIDBDatabase.ipdl
PBackgroundIDBDatabaseFile.ipdl
PBackgroundIDBDatabaseRequest.ipdl
PBackgroundIDBFactory.ipdl Bug 1623278 - Make Factory derive from SafeRefCounted. r=dom-workers-and-storage-reviewers,janv 2020-05-06 12:20:14 +00:00
PBackgroundIDBFactoryRequest.ipdl
PBackgroundIDBRequest.ipdl
PBackgroundIDBSharedTypes.ipdlh Bug 1617170 - Split StructuredCloneFile into parent- and child-specific classes. r=janv,dom-workers-and-storage-reviewers 2020-03-19 11:35:03 +00:00
PBackgroundIDBTransaction.ipdl Bug 1623278 - Make transaction actors refcounted. r=dom-workers-and-storage-reviewers,nika,janv 2020-05-06 12:20:32 +00:00
PBackgroundIDBVersionChangeTransaction.ipdl Bug 1623278 - Make transaction actors refcounted. r=dom-workers-and-storage-reviewers,nika,janv 2020-05-06 12:20:32 +00:00
PBackgroundIndexedDBUtils.ipdl Bug 1617170 - Remove unused slice ref-count. r=dom-workers-and-storage-reviewers,janv 2020-03-17 11:26:27 +00:00
PermissionRequestBase.cpp Bug 1600906 - Use std::move instead of swap, use const where then possible. r=dom-workers-and-storage-reviewers,ytausky 2020-01-09 14:43:57 +00:00
PermissionRequestBase.h
ProfilerHelpers.h Bug 1623278 - Use SafeRefPtr for IDBTransaction. r=dom-workers-and-storage-reviewers,ttung,janv 2020-04-21 14:32:51 +00:00
ReportInternalError.cpp
ReportInternalError.h
SafeRefPtr.h Bug 1627892 - Use SafeRefPtr for Request. r=dom-workers-and-storage-reviewers,perry 2020-05-11 12:13:48 +00:00
ScriptErrorHelper.cpp Bug 1620594 - Part 2: Use SchedulerGroup::Dispatch instead of SystemGroup::Dispatch. r=nika 2020-04-07 15:16:33 +00:00
ScriptErrorHelper.h
SerializationHelpers.h Bug 1617170 - Split StructuredCloneFile into parent- and child-specific classes. r=janv,dom-workers-and-storage-reviewers 2020-03-19 11:35:03 +00:00