.. |
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 - Reduce uses of plain pointers. r=dom-workers-and-storage-reviewers,janv
|
2019-12-13 12:18:21 +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 - Reduce uses of plain pointers. r=dom-workers-and-storage-reviewers,janv
|
2019-12-13 12:18:21 +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 1597191 - Added const where easily possible. r=dom-workers-and-storage-reviewers,perry
|
2019-11-27 16:31:31 +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 - Reduce uses of plain pointers. r=dom-workers-and-storage-reviewers,janv
|
2019-12-13 12:18:21 +00:00 |
IDBDatabase.h
|
…
|
|
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
|
…
|
|
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 1598164 - Align ReadyState with states defined in the spec. r=dom-workers-and-storage-reviewers,edenchuang
|
2019-11-28 16:00:29 +00:00 |
IDBIndex.h
|
…
|
|
IDBKeyRange.cpp
|
…
|
|
IDBKeyRange.h
|
Bug 1168606 - Resolved clang-tidy warnings. r=ttung,asuth
|
2019-11-08 13:22:28 +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 1602882 - Move array operations to a new js/Array.h header. r=sfink,bzbarsky
|
2019-12-11 06:17:44 +00:00 |
IDBObjectStore.h
|
Bug 1168606 - Resolved clang-tidy warnings. r=ttung,asuth
|
2019-11-08 13:22:28 +00:00 |
IDBRequest.cpp
|
…
|
|
IDBRequest.h
|
Bug 1168606 - Resolved clang-tidy warnings. r=ttung,asuth
|
2019-11-08 13:22:28 +00:00 |
IDBResult.h
|
…
|
|
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
|
…
|
|
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
|
…
|
|
PBackgroundIDBSharedTypes.ipdlh
|
…
|
|
PBackgroundIDBTransaction.ipdl
|
…
|
|
PBackgroundIDBVersionChangeTransaction.ipdl
|
…
|
|
PBackgroundIndexedDBUtils.ipdl
|
…
|
|
PermissionRequestBase.cpp
|
…
|
|
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 |
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
|
…
|
|