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

Issue 2027010: Preference provider implementation backed by JSON files in a directory. (Closed)

Created:
10 years, 7 months ago by Mattias Nissler (ping if slow)
Modified:
9 years, 7 months ago
CC:
chromium-reviews, ben+cc_chromium.org, Paweł Hajdan Jr., brettw-cc_chromium.org, danno
Visibility:
Public.

Description

Preference provider implementation backed by JSON files in a directory. BUG=42412 TEST=Unit tests in chrome/browser/value_tree_policy_decoder.cc and base/values_unittest.cc Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=47269

Patch Set 1 #

Patch Set 2 : Clean up #includes #

Total comments: 55

Patch Set 3 : Take care of comments. #

Patch Set 4 : Incorporate reviewer feedback. #

Total comments: 4

Patch Set 5 : A few more fixes. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+372 lines, -5 lines) Patch
M base/values.h View 1 chunk +6 lines, -0 lines 0 comments Download
M base/values.cc View 1 2 3 2 chunks +21 lines, -1 line 0 comments Download
M base/values_unittest.cc View 1 2 3 2 chunks +46 lines, -1 line 0 comments Download
A chrome/browser/config_dir_policy_provider.h View 1 2 3 1 chunk +38 lines, -0 lines 0 comments Download
A chrome/browser/config_dir_policy_provider.cc View 1 2 1 chunk +56 lines, -0 lines 0 comments Download
A chrome/browser/config_dir_policy_provider_unittest.cc View 1 2 3 4 1 chunk +115 lines, -0 lines 0 comments Download
M chrome/browser/configuration_policy_provider.h View 1 2 3 4 2 chunks +11 lines, -3 lines 0 comments Download
A chrome/browser/configuration_policy_provider.cc View 3 1 chunk +40 lines, -0 lines 0 comments Download
A chrome/browser/mock_configuration_policy_store.h View 1 2 3 1 chunk +34 lines, -0 lines 0 comments Download
M chrome/chrome_browser.gypi View 1 2 3 2 chunks +3 lines, -0 lines 0 comments Download
M chrome/chrome_tests.gypi View 1 2 3 2 chunks +2 lines, -0 lines 0 comments Download

Messages

Total messages: 10 (0 generated)
Mattias Nissler (ping if slow)
Pam, after reviewing danno's CL, how about more of this stuff? Danno, could you have ...
10 years, 7 months ago (2010-05-12 08:32:44 UTC) #1
Pam (message me for reviews)
http://codereview.chromium.org/2027010/diff/2001/3004 File chrome/browser/config_dir_policy_provider.cc (right): http://codereview.chromium.org/2027010/diff/2001/3004#newcode17 chrome/browser/config_dir_policy_provider.cc:17: : config_dir_(config_dir) { 4-space indent please http://google-styleguide.googlecode.com/svn/trunk/cppguide.xml#Constructor_Initializer_Lists http://codereview.chromium.org/2027010/diff/2001/3004#newcode27 chrome/browser/config_dir_policy_provider.cc:27: ...
10 years, 7 months ago (2010-05-12 13:13:34 UTC) #2
Mattias Nissler (ping if slow)
Hey Pam, here's a new version, I hope it's better :-) http://codereview.chromium.org/2027010/diff/2001/3004 File chrome/browser/config_dir_policy_provider.cc (right): ...
10 years, 7 months ago (2010-05-12 16:34:06 UTC) #3
tfarina
http://codereview.chromium.org/2027010/diff/2001/3001 File base/values.cc (right): http://codereview.chromium.org/2027010/diff/2001/3001#newcode1 base/values.cc:1: // Copyright (c) 2009 The Chromium Authors. All rights ...
10 years, 7 months ago (2010-05-12 16:34:37 UTC) #4
Mattias Nissler (ping if slow)
http://codereview.chromium.org/2027010/diff/2001/3001 File base/values.cc (right): http://codereview.chromium.org/2027010/diff/2001/3001#newcode1 base/values.cc:1: // Copyright (c) 2009 The Chromium Authors. All rights ...
10 years, 7 months ago (2010-05-14 08:25:13 UTC) #5
Mattias Nissler (ping if slow)
Hey guys, I think this is ready for another iteration :-)
10 years, 7 months ago (2010-05-14 08:52:48 UTC) #6
Pam (message me for reviews)
Getting very close. Probably you'll point out my confusion on the two remaining comments/requests, below, ...
10 years, 7 months ago (2010-05-14 09:24:10 UTC) #7
Mattias Nissler (ping if slow)
Next round of fixes :) http://codereview.chromium.org/2027010/diff/2001/3004 File chrome/browser/config_dir_policy_provider.cc (right): http://codereview.chromium.org/2027010/diff/2001/3004#newcode46 chrome/browser/config_dir_policy_provider.cc:46: continue; On 2010/05/14 09:24:10, ...
10 years, 7 months ago (2010-05-14 10:03:00 UTC) #8
Pam (message me for reviews)
LGTM. - Pam
10 years, 7 months ago (2010-05-14 10:06:03 UTC) #9
tfarina
10 years, 7 months ago (2010-05-14 16:15:43 UTC) #10
LGTM2!

-Thiago

Powered by Google App Engine
This is Rietveld 408576698