gecko-dev/dom/indexedDB
Simon Giesecke a6add77ca2 Bug 1593596 - Fix thread-safety issue in destruction of Database. r=ttung,asuth
Differential Revision: https://phabricator.services.mozilla.com/D51571

--HG--
extra : moz-landing-system : lando
2019-11-11 10:16:49 +00:00
..
crashtests Bug 1499854 - Binary should not be affected by locale r=asuth 2019-04-20 01:34:50 +00:00
test Bug 1588193 - Fix broken tests, r=mccr8 2019-11-07 21:33:10 +00:00
ActorsChild.cpp Bug 1168606 - Resolved clang-tidy warnings. r=ttung,asuth 2019-11-08 13:22:28 +00:00
ActorsChild.h Bug 1168606 - Resolved clang-tidy warnings. r=ttung,asuth 2019-11-08 13:22:28 +00:00
ActorsParent.cpp Bug 1593596 - Fix thread-safety issue in destruction of Database. r=ttung,asuth 2019-11-11 10:16:49 +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 1576593 - P2 - Change the way for tunneling quota information to SQLite; r=janv 2019-10-25 12:02:10 +00:00
FileSnapshot.cpp Bug 1168606 - Resolved clang-tidy warnings. r=ttung,asuth 2019-11-08 13:22:28 +00:00
FileSnapshot.h Bug 1168606 - Resolved clang-tidy warnings. r=ttung,asuth 2019-11-08 13:22:28 +00:00
IDBCursor.cpp Bug 1168606 - Support preloading also for index cursors. r=ttung,asuth 2019-11-05 14:40:35 +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 1497007 - Added explaining comments. r=ttung,asuth 2019-11-11 08:25:20 +00:00
IDBDatabase.h Bug 1539407 - Use the correct global for DOMEventTargetHelper in IndexedDB, r=smaug 2019-03-29 18:05:11 +00:00
IDBEvents.cpp Bug 1578173 part 4. Switch event subclasses to constructor operations. r=smaug 2019-09-11 14:35:28 +00:00
IDBEvents.h Bug 1168606 - Resolved clang-tidy warnings. r=ttung,asuth 2019-11-08 13:22:28 +00:00
IDBFactory.cpp Bug 1168606 - Resolved clang-tidy warnings. r=ttung,asuth 2019-11-08 13:22:28 +00:00
IDBFactory.h Bug 1534395 - Rename TabChild to BrowserChild. r=nika 2019-04-09 17:39:01 -05:00
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 Bug 1539407 - Use the correct global for DOMEventTargetHelper in IndexedDB, r=smaug 2019-03-29 18:05:11 +00:00
IDBFileRequest.cpp Bug 1455020 - Extend CheckInnerWindowCorrectness() to check the state of the worker, r=smaug 2019-04-01 16:46:46 +00:00
IDBFileRequest.h Bug 1168606 - Resolved clang-tidy warnings. r=ttung,asuth 2019-11-08 13:22:28 +00:00
IDBIndex.cpp Bug 1497007 - Replace custom for loops by range-based for and appropriate algorithms. r=ttung,asuth 2019-11-11 08:24:53 +00:00
IDBIndex.h Bug 1168606 - Added comments on almost-const data members r=ttung,asuth 2019-09-11 11:51:20 +00:00
IDBKeyRange.cpp Bug 1168606 - Removed unused methods in IDBKeyRange. r=ttung,asuth 2019-08-21 09:27:31 +02:00
IDBKeyRange.h Bug 1168606 - Resolved clang-tidy warnings. r=ttung,asuth 2019-11-08 13:22:28 +00:00
IDBMutableFile.cpp
IDBMutableFile.h Bug 1539407 - Use the correct global for DOMEventTargetHelper in IndexedDB, r=smaug 2019-03-29 18:05:11 +00:00
IDBObjectStore.cpp Bug 1497007 - Replace custom for loops by range-based for and appropriate algorithms. r=ttung,asuth 2019-11-11 08:24:53 +00:00
IDBObjectStore.h Bug 1168606 - Resolved clang-tidy warnings. r=ttung,asuth 2019-11-08 13:22:28 +00:00
IDBRequest.cpp Bug 1455020 - Extend CheckInnerWindowCorrectness() to check the state of the worker, r=smaug 2019-04-01 16:46:46 +00:00
IDBRequest.h Bug 1168606 - Resolved clang-tidy warnings. r=ttung,asuth 2019-11-08 13:22:28 +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 explaining comments. r=ttung,asuth 2019-11-11 08:25:20 +00:00
IDBTransaction.h Bug 1497007 - Mark group of methods exposed via webidl. r=ttung,asuth 2019-11-11 08:25:33 +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 1168606 - Replace pseudo-move constructor of StructuredCloneReadInfo by explicit DeserializeStructuredCloneReadInfo function. r=ttung,asuth 2019-11-08 13:22:08 +00:00
IndexedDatabaseManager.cpp 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
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
Key.cpp Bug 1168606 - Apply renamings suggested for Cursor::*Key members and related identifiers. r=ytausky,asuth 2019-09-18 06:41:35 +00:00
Key.h Bug 1168606 - Apply renamings suggested for Cursor::*Key members and related identifiers. r=ytausky,asuth 2019-09-18 06:41:35 +00:00
KeyPath.cpp Bug 1168606 - Resolved clang-tidy warnings. r=ttung,asuth 2019-11-08 13:22:28 +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 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 1168606 - Remove duplication in uses of IDB_LOG_MARK. r=ttung,asuth 2019-09-27 10:11:45 +00:00
ReportInternalError.cpp Bug 1442778 - Add "chromeContext" parameter to console API and console service messages. r=smaug 2019-04-01 22:42:34 +00:00
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
moz.build Bug 1594981 - update Core::DOM* and Core::Storage* bugzilla product and component meta data in moz.build files after reorganization in bug 1594717. r=annevk 2019-11-08 12:17:57 +00:00
nsIIDBPermissionsRequest.idl