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

Issue 2478503002: Enable non-sequential entries when loading registry lists. (Closed)

Created:
4 years, 1 month ago by Georges Khalil
Modified:
4 years, 1 month ago
Reviewers:
pastarmovj
CC:
chromium-reviews, chrome-enterprise-team_google.com
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Enable non-sequential entries when loading registry lists. This CL makes the loading much more permissive. The names still have to be integers, but need not be sequential. BUG=655774 Committed: https://crrev.com/1a839edc0bc326d05f368ff00ce5a9e3b10d3041 Cr-Commit-Position: refs/heads/master@{#429870}

Patch Set 1 #

Total comments: 6

Patch Set 2 : Validate that the key is numerical. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+66 lines, -24 lines) Patch
M components/policy/core/common/registry_dict_win.cc View 1 3 chunks +28 lines, -23 lines 0 comments Download
M components/policy/core/common/registry_dict_win_unittest.cc View 1 2 chunks +38 lines, -1 line 0 comments Download

Messages

Total messages: 28 (20 generated)
Georges Khalil
PTAL. https://codereview.chromium.org/2478503002/diff/1/components/policy/core/common/registry_dict_win_unittest.cc File components/policy/core/common/registry_dict_win_unittest.cc (right): https://codereview.chromium.org/2478503002/diff/1/components/policy/core/common/registry_dict_win_unittest.cc#newcode226 components/policy/core/common/registry_dict_win_unittest.cc:226: &error); Result of git cl format.
4 years, 1 month ago (2016-11-03 16:04:31 UTC) #4
pastarmovj
https://codereview.chromium.org/2478503002/diff/1/components/policy/core/common/registry_dict_win.cc File components/policy/core/common/registry_dict_win.cc (right): https://codereview.chromium.org/2478503002/diff/1/components/policy/core/common/registry_dict_win.cc#newcode106 components/policy/core/common/registry_dict_win.cc:106: for (int i = 1; ; ++i) { Don't ...
4 years, 1 month ago (2016-11-03 16:27:47 UTC) #5
Georges Khalil
https://codereview.chromium.org/2478503002/diff/1/components/policy/core/common/registry_dict_win.cc File components/policy/core/common/registry_dict_win.cc (right): https://codereview.chromium.org/2478503002/diff/1/components/policy/core/common/registry_dict_win.cc#newcode106 components/policy/core/common/registry_dict_win.cc:106: for (int i = 1; ; ++i) { On ...
4 years, 1 month ago (2016-11-03 18:16:16 UTC) #8
Georges Khalil
PTAnL. Added numeric check. https://codereview.chromium.org/2478503002/diff/1/components/policy/core/common/registry_dict_win.cc File components/policy/core/common/registry_dict_win.cc (right): https://codereview.chromium.org/2478503002/diff/1/components/policy/core/common/registry_dict_win.cc#newcode326 components/policy/core/common/registry_dict_win.cc:326: entry != keys_.end(); ++entry) { ...
4 years, 1 month ago (2016-11-03 20:24:54 UTC) #19
pastarmovj
lgtm
4 years, 1 month ago (2016-11-04 10:35:40 UTC) #22
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/2478503002/60001
4 years, 1 month ago (2016-11-04 13:05:26 UTC) #24
commit-bot: I haz the power
Committed patchset #2 (id:60001)
4 years, 1 month ago (2016-11-04 13:10:07 UTC) #26
commit-bot: I haz the power
4 years, 1 month ago (2016-11-04 13:11:56 UTC) #28
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/1a839edc0bc326d05f368ff00ce5a9e3b10d3041
Cr-Commit-Position: refs/heads/master@{#429870}

Powered by Google App Engine
This is Rietveld 408576698