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

Issue 790913003: IndexedDB: Cleanup to remove iterators and improve variable names (Closed)

Created:
6 years ago by cmumford
Modified:
6 years ago
Reviewers:
jsbell
CC:
chromium-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

IndexedDB: Cleanup to remove iterators and improve variable names Some cleanup: * Replaced iterator with range based for loop. * Renamed a few parameters/local variables to improve clarity: * ChromiumEnv::RestoreIfNecessary "result" param -> "dir_entries". * "dir_filepath" -> "dir_path" * ChromiumEnv::GetChildren "dir_string" -> "dir" * Accepted some "git cl format" improvements. Committed: https://crrev.com/d1fd3a078d668f6bcd7ae224bc81549ae98ba3c6 Cr-Commit-Position: refs/heads/master@{#308211}

Patch Set 1 #

Total comments: 1

Patch Set 2 : auto -> std::string #

Unified diffs Side-by-side diffs Delta from patch set Stats (+14 lines, -18 lines) Patch
M third_party/leveldatabase/env_chromium.cc View 1 4 chunks +14 lines, -18 lines 0 comments Download

Messages

Total messages: 8 (2 generated)
cmumford
6 years ago (2014-12-12 18:11:16 UTC) #2
jsbell
lgtm https://codereview.chromium.org/790913003/diff/1/third_party/leveldatabase/env_chromium.cc File third_party/leveldatabase/env_chromium.cc (right): https://codereview.chromium.org/790913003/diff/1/third_party/leveldatabase/env_chromium.cc#newcode628 third_party/leveldatabase/env_chromium.cc:628: for (const FilePath& backup : backups_only) { Why ...
6 years ago (2014-12-12 18:14:33 UTC) #3
cmumford
On 2014/12/12 18:14:33, jsbell wrote: > lgtm > > https://codereview.chromium.org/790913003/diff/1/third_party/leveldatabase/env_chromium.cc > File third_party/leveldatabase/env_chromium.cc (right): > ...
6 years ago (2014-12-12 21:35:10 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/790913003/20001
6 years ago (2014-12-12 21:46:56 UTC) #6
commit-bot: I haz the power
Committed patchset #2 (id:20001)
6 years ago (2014-12-13 01:20:31 UTC) #7
commit-bot: I haz the power
6 years ago (2014-12-13 01:21:22 UTC) #8
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/d1fd3a078d668f6bcd7ae224bc81549ae98ba3c6
Cr-Commit-Position: refs/heads/master@{#308211}

Powered by Google App Engine
This is Rietveld 408576698