gecko-dev/dom/indexedDB
2019-12-16 13:19:24 +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 1596918: Part 4e - Fix callers which rely on frame message manager globals. r=mccr8 2019-12-13 20:36:40 +00:00
ActorsChild.cpp Bug 1600283 - Remove uses of plain pointers. r=dom-workers-and-storage-reviewers,janv 2019-12-16 13:18:26 +00:00
ActorsChild.h Bug 1598164 - Use scoped enums in IDBTransaction. r=dom-workers-and-storage-reviewers,edenchuang 2019-11-27 10:54:57 +00:00
ActorsParent.cpp Bug 1600283 - Remove uses of already_AddRefed. r=dom-workers-and-storage-reviewers,janv 2019-12-16 13:19:24 +00:00
ActorsParent.h
FileInfo.cpp Bug 1168606 - Resolved clang-tidy warnings. r=ttung,asuth 2019-11-08 13:22:28 +00:00
FileInfo.h Bug 1168606 - Resolved clang-tidy warnings. r=ttung,asuth 2019-11-08 13:22:28 +00:00
FileManager.h Bug 1600283 - Remove uses of already_AddRefed. r=dom-workers-and-storage-reviewers,janv 2019-12-16 13:17:46 +00:00
FileSnapshot.cpp Bug 1596409 - P1.1: Make socket process support IPCStream r=dragana 2019-12-03 13:41:58 +00:00
FileSnapshot.h Bug 1168606 - Resolved clang-tidy warnings. r=ttung,asuth 2019-11-08 13:22:28 +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 1598164 - Align ReadyState with states defined in the spec. r=dom-workers-and-storage-reviewers,edenchuang 2019-11-28 16:00:29 +00:00
IDBCursor.h Bug 1168606 - Do not use mContinueCalled for determining whether to cache a cursor response. r=ttung,asuth 2019-11-05 16:46:31 +00:00
IDBDatabase.cpp Bug 1600283 - Remove uses of already_AddRefed. r=dom-workers-and-storage-reviewers,janv 2019-12-13 12:31:10 +00:00
IDBDatabase.h Bug 1600283 - Remove uses of already_AddRefed. r=dom-workers-and-storage-reviewers,janv 2019-12-13 12:31:10 +00:00
IDBEvents.cpp Bug 1603313 - Remove some silly patterns. r=bzbarsky 2019-12-14 05:05:01 +00:00
IDBEvents.h Bug 1168606 - Resolved clang-tidy warnings. r=ttung,asuth 2019-11-08 13:22:28 +00:00
IDBFactory.cpp Bug 1600545 - Remove useless inclusions of header files generated from IDL files in dom/ r=Ehsan 2019-12-06 09:24:56 +00:00
IDBFactory.h
IDBFileHandle.cpp Bug 1581173 part 1. Add a way to more easily throw TypeErrors and RangeErrors with custom message strings via ErrorResult. r=smaug 2019-09-20 02:19:18 +00:00
IDBFileHandle.h
IDBFileRequest.cpp
IDBFileRequest.h Bug 1168606 - Resolved clang-tidy warnings. r=ttung,asuth 2019-11-08 13:22:28 +00:00
IDBIndex.cpp Bug 1600283 - Remove uses of already_AddRefed. r=dom-workers-and-storage-reviewers,janv 2019-12-16 13:18:06 +00:00
IDBIndex.h Bug 1600283 - Remove uses of already_AddRefed. r=dom-workers-and-storage-reviewers,janv 2019-12-16 13:17:33 +00:00
IDBKeyRange.cpp Bug 1600283 - Remove uses of already_AddRefed. r=dom-workers-and-storage-reviewers,janv 2019-12-16 13:18:06 +00:00
IDBKeyRange.h Bug 1600283 - Remove uses of already_AddRefed. r=dom-workers-and-storage-reviewers,janv 2019-12-16 13:18:06 +00:00
IDBMutableFile.cpp Bug 1600545 - Remove useless inclusions of header files generated from IDL files in dom/ r=Ehsan 2019-12-06 09:24:56 +00:00
IDBMutableFile.h
IDBObjectStore.cpp Bug 1600283 - Remove uses of already_AddRefed. r=dom-workers-and-storage-reviewers,janv 2019-12-16 13:18:06 +00:00
IDBObjectStore.h Bug 1600283 - Remove uses of already_AddRefed. r=dom-workers-and-storage-reviewers,janv 2019-12-16 13:17:53 +00:00
IDBRequest.cpp Bug 1600283 - Remove uses of already_AddRefed. r=dom-workers-and-storage-reviewers,janv 2019-12-13 12:31:10 +00:00
IDBRequest.h Bug 1600283 - Remove uses of already_AddRefed. r=dom-workers-and-storage-reviewers,janv 2019-12-13 12:31:10 +00:00
IDBResult.h Bug 1544750 - Part 2: Refactor Key::EncodeJSValInternal to show direct correspondence to spec r=asuth,tcampbell 2019-07-29 09:05:44 +00:00
IDBTransaction.cpp Bug 1497007 - Added IDBTransaction.commit method, with a minimal implementation. r=ttung,hsivonen 2019-12-10 10:24:18 +00:00
IDBTransaction.h Bug 1497007 - Added IDBTransaction.commit method, with a minimal implementation. r=ttung,hsivonen 2019-12-10 10:24:18 +00:00
IndexedDatabase.h Bug 1168606 - Replace pseudo-move constructor of StructuredCloneReadInfo by explicit DeserializeStructuredCloneReadInfo function. r=ttung,asuth 2019-11-08 13:22:08 +00:00
IndexedDatabaseInlines.h Bug 1600545 - Remove useless inclusions of header files generated from IDL files in dom/ r=Ehsan 2019-12-06 09:24:56 +00:00
IndexedDatabaseManager.cpp Bug 1600545 - Remove useless inclusions of header files generated from IDL files in dom/ r=Ehsan 2019-12-06 09:24:56 +00:00
IndexedDatabaseManager.h Bug 1168606 - Introduce preference for maximum number of extra records to preload, defaulting to 0/off for now. r=ttung,asuth 2019-11-05 14:40:33 +00:00
InitializedOnce.h Bug 1600906 - Extended InitializedOnce to allow restricting the valid values. r=dom-workers-and-storage-reviewers,ytausky 2019-12-13 10:55:33 +00:00
Key.cpp Bug 1602882 - Move array operations to a new js/Array.h header. r=sfink,bzbarsky 2019-12-11 06:17:44 +00:00
Key.h Bug 1602882 - Move array operations to a new js/Array.h header. r=sfink,bzbarsky 2019-12-11 06:17:44 +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
moz.build Bug 1598164 - Added FlippedOnce class template to help reducing statefulness of boolean flags. r=dom-workers-and-storage-reviewers,ytausky 2019-12-03 15:25:49 +00:00
nsIIDBPermissionsRequest.idl
PBackgroundIDBCursor.ipdl Bug 1168606 - Support preloading also for index cursors. r=ttung,asuth 2019-11-05 14:40:35 +00:00
PBackgroundIDBDatabase.ipdl
PBackgroundIDBDatabaseFile.ipdl
PBackgroundIDBDatabaseRequest.ipdl
PBackgroundIDBFactory.ipdl
PBackgroundIDBFactoryRequest.ipdl
PBackgroundIDBRequest.ipdl Bug 1561876 - Remove support for de-serializing WebAssembly.Modules in IDB; r=asuth 2019-07-03 12:23:33 +02:00
PBackgroundIDBSharedTypes.ipdlh Bug 1168606 - Change definition of OpenCursorParams subtypes to allow reducing duplicated code r=ttung,asuth 2019-09-11 11:51:26 +00:00
PBackgroundIDBTransaction.ipdl
PBackgroundIDBVersionChangeTransaction.ipdl
PBackgroundIndexedDBUtils.ipdl
PermissionRequestBase.cpp Bug 1585156 - Remove useless inclusions of nsIDOMWindow.h and nsIDOMWindowUtils.h r=smaug 2019-09-30 22:06:47 +00:00
PermissionRequestBase.h
ProfilerHelpers.h Bug 1598164 - Use scoped enums in IDBTransaction. r=dom-workers-and-storage-reviewers,edenchuang 2019-11-27 10:54:57 +00:00
ReportInternalError.cpp
ReportInternalError.h
ScriptErrorHelper.cpp Bug 1168606 - Resolved clang-tidy warnings. r=ttung,asuth 2019-11-08 13:22:28 +00:00
ScriptErrorHelper.h
SerializationHelpers.h Bug 1598164 - Use scoped enums in IDBTransaction. r=dom-workers-and-storage-reviewers,edenchuang 2019-11-27 10:54:57 +00:00