gecko-dev/dom/indexedDB
Simon Giesecke a1dce92fcd Bug 1578453 - Correctly calculate response size in IndexGetKeyRequestOp::GetResponse and ObjectStoreGetKeyRequestOp::GetResponse r=ttung,asuth
Before this, the response size was always calculated as 0, since it used the swapped-out array.
In addition, make use of std::accumulate to increase idiomacy.

Differential Revision: https://phabricator.services.mozilla.com/D44806

--HG--
extra : moz-landing-system : lando
2019-09-26 21:49:54 +00:00
..
crashtests
test Bug 1168606 - Refactored tests, reduced duplicated code. r=ttung,asuth 2019-09-18 06:43:08 +00:00
ActorsChild.cpp
ActorsChild.h
ActorsParent.cpp Bug 1578453 - Correctly calculate response size in IndexGetKeyRequestOp::GetResponse and ObjectStoreGetKeyRequestOp::GetResponse r=ttung,asuth 2019-09-26 21:49:54 +00:00
ActorsParent.h
FileInfo.cpp
FileInfo.h
FileManager.h Bug 1563023 - Part 3: Change client usage type to support the null value; r=asuth 2019-08-22 20:52:09 +00:00
FileSnapshot.cpp
FileSnapshot.h
IDBCursor.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
IDBCursor.h Bug 1168606 - Added comments on almost-const data members r=ttung,asuth 2019-09-11 11:51:20 +00:00
IDBDatabase.cpp
IDBDatabase.h
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 1578173 part 4. Switch event subclasses to constructor operations. r=smaug 2019-09-11 14:35:28 +00:00
IDBFactory.cpp Bug 1580782 - Change Callsites to use nsIPrincipal->SchemeIs r=ckerschb 2019-09-26 10:47:16 +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
IDBIndex.cpp Bug 1168606 - Change definition of OpenCursorParams subtypes to allow reducing duplicated code r=ttung,asuth 2019-09-11 11:51:26 +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 - Removed unused methods in IDBKeyRange. r=ttung,asuth 2019-08-21 09:27:31 +02:00
IDBMutableFile.cpp
IDBMutableFile.h
IDBObjectStore.cpp Backed out changeset e91773704fbd (bug 1577107) for wpt crashes/assertions on clone-before-keypath-eval.html. CLOSED TREE 2019-09-26 20:11:03 +03:00
IDBObjectStore.h Bug 1168606 - Added comments on almost-const data members r=ttung,asuth 2019-09-11 11:51:20 +00:00
IDBRequest.cpp
IDBRequest.h
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
IDBTransaction.h
IndexedDatabase.h
IndexedDatabaseInlines.h
IndexedDatabaseManager.cpp
IndexedDatabaseManager.h
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 1544750 - Part 2: Refactor Key::EncodeJSValInternal to show direct correspondence to spec r=asuth,tcampbell 2019-07-29 09:05:44 +00:00
KeyPath.h
moz.build Bug 1544750 - Part 2: Refactor Key::EncodeJSValInternal to show direct correspondence to spec r=asuth,tcampbell 2019-07-29 09:05:44 +00:00
nsIIDBPermissionsRequest.idl
PBackgroundIDBCursor.ipdl
PBackgroundIDBDatabase.ipdl
PBackgroundIDBDatabaseFile.ipdl
PBackgroundIDBDatabaseRequest.ipdl
PBackgroundIDBFactory.ipdl
PBackgroundIDBFactoryRequest.ipdl
PBackgroundIDBRequest.ipdl
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
PermissionRequestBase.h
ProfilerHelpers.h
ReportInternalError.cpp
ReportInternalError.h
ScriptErrorHelper.cpp Bug 1552800 - Instead of assuming success, do proper error checking; r=asuth 2019-09-24 12:39:24 +00:00
ScriptErrorHelper.h
SerializationHelpers.h