Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(9)

Issue 2255853003: IndexedDB: ScopedVector<T> -> vector<unique_ptr<T>> (Closed)

Created:
4 years, 4 months ago by jsbell
Modified:
4 years, 4 months ago
Reviewers:
cmumford
CC:
chromium-reviews, jam, jsbell+idb_chromium.org, darin-cc_chromium.org, cmumford
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

IndexedDB: ScopedVector<T> -> vector<unique_ptr<T>> ... also use range-based for loops in some nearby places. R=cmumford@chromium.org BUG=554289 Committed: https://crrev.com/4238c66083f3a0043d237f4dcdd60a16b536e252 Cr-Commit-Position: refs/heads/master@{#412703}

Patch Set 1 #

Total comments: 2

Patch Set 2 : Review feedback #

Unified diffs Side-by-side diffs Delta from patch set Stats (+91 lines, -102 lines) Patch
M content/browser/indexed_db/indexed_db_backing_store.h View 1 4 chunks +11 lines, -10 lines 0 comments Download
M content/browser/indexed_db/indexed_db_backing_store.cc View 1 5 chunks +8 lines, -6 lines 0 comments Download
M content/browser/indexed_db/indexed_db_backing_store_unittest.cc View 1 9 chunks +9 lines, -9 lines 0 comments Download
M content/browser/indexed_db/indexed_db_connection.h View 1 chunk +3 lines, -0 lines 0 comments Download
M content/browser/indexed_db/indexed_db_connection.cc View 1 chunk +0 lines, -1 line 0 comments Download
M content/browser/indexed_db/indexed_db_database.h View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/indexed_db/indexed_db_database.cc View 7 chunks +20 lines, -26 lines 0 comments Download
M content/browser/indexed_db/indexed_db_database_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/indexed_db/indexed_db_dispatcher_host.h View 1 2 chunks +4 lines, -3 lines 0 comments Download
M content/browser/indexed_db/indexed_db_dispatcher_host.cc View 1 5 chunks +13 lines, -14 lines 0 comments Download
M content/browser/indexed_db/indexed_db_fake_backing_store.h View 2 chunks +9 lines, -7 lines 0 comments Download
M content/browser/indexed_db/indexed_db_fake_backing_store.cc View 1 2 chunks +1 line, -3 lines 0 comments Download
M content/browser/indexed_db/indexed_db_index_writer.h View 2 chunks +2 lines, -2 lines 0 comments Download
M content/browser/indexed_db/indexed_db_index_writer.cc View 3 chunks +8 lines, -17 lines 0 comments Download
M content/browser/indexed_db/indexed_db_observer_changes.h View 1 chunk +1 line, -2 lines 0 comments Download

Messages

Total messages: 16 (9 generated)
jsbell
cmumford@ - please take a look?
4 years, 4 months ago (2016-08-17 19:11:54 UTC) #5
cmumford
lgtm % question. BTW do you think it would be possible to make BlobDataHandle a ...
4 years, 4 months ago (2016-08-17 20:26:29 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2255853003/20001
4 years, 4 months ago (2016-08-17 23:16:10 UTC) #9
jsbell
On 2016/08/17 20:26:29, cmumford wrote: > BTW do you think it would be possible to ...
4 years, 4 months ago (2016-08-17 23:16:19 UTC) #10
Avi (use Gerrit)
BTW, removal of ScopedVector is http://crbug.com/554289 .
4 years, 4 months ago (2016-08-17 23:17:05 UTC) #11
commit-bot: I haz the power
Committed patchset #2 (id:20001)
4 years, 4 months ago (2016-08-18 00:24:08 UTC) #14
commit-bot: I haz the power
4 years, 4 months ago (2016-08-18 00:29:27 UTC) #16
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/4238c66083f3a0043d237f4dcdd60a16b536e252
Cr-Commit-Position: refs/heads/master@{#412703}

Powered by Google App Engine
This is Rietveld 408576698