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

Issue 166903002: Identify and repair ONC files with duplicate GUIDs (Closed)

Created:
6 years, 10 months ago by kaliamoorthi
Modified:
6 years, 10 months ago
CC:
chromium-reviews, stevenjb+watch_chromium.org, oshima+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@Issue_23567011
Visibility:
Public.

Description

Identify and repair ONC files with duplicate GUIDs. The patch identifies network configurations and certificates with duplicate GUIDs and repairs the ONC such that the first occurrence is retained as a unique network configuration or certificate. BUG=211421 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=251748

Patch Set 1 #

Total comments: 14

Patch Set 2 : Identify and repair ONC files with duplicate GUIDs #

Total comments: 5

Patch Set 3 : Identify and repair ONC files with duplicate GUIDs #

Unified diffs Side-by-side diffs Delta from patch set Stats (+107 lines, -1 line) Patch
M chromeos/network/onc/onc_validator.h View 1 2 3 chunks +16 lines, -0 lines 0 comments Download
M chromeos/network/onc/onc_validator.cc View 1 2 3 chunks +21 lines, -0 lines 0 comments Download
M chromeos/network/onc/onc_validator_unittest.cc View 1 1 chunk +10 lines, -0 lines 0 comments Download
M chromeos/test/data/network/invalid_settings_with_repairs.json View 1 2 2 chunks +60 lines, -1 line 0 comments Download

Messages

Total messages: 11 (0 generated)
kaliamoorthi
PTAL
6 years, 10 months ago (2014-02-17 09:42:50 UTC) #1
pneubeck (no reviews)
A few comments but looks mostly good. nit in the subject: GUID's -> GUIDs. https://codereview.chromium.org/166903002/diff/1/chromeos/network/onc/onc_validator.cc ...
6 years, 10 months ago (2014-02-17 10:11:36 UTC) #2
kaliamoorthi
PTAL https://codereview.chromium.org/166903002/diff/1/chromeos/network/onc/onc_validator.cc File chromeos/network/onc/onc_validator.cc (right): https://codereview.chromium.org/166903002/diff/1/chromeos/network/onc/onc_validator.cc#newcode396 chromeos/network/onc/onc_validator.cc:396: error_or_warning_found_ = true; On 2014/02/17 10:11:36, pneubeck wrote: ...
6 years, 10 months ago (2014-02-17 15:06:49 UTC) #3
pneubeck (no reviews)
lgtm. only a few optional comments. You should run the linux_chromeos and linux_chromeos_clang bots. https://codereview.chromium.org/166903002/diff/130001/chromeos/network/onc/onc_validator.cc ...
6 years, 10 months ago (2014-02-17 16:07:40 UTC) #4
pneubeck (no reviews)
https://codereview.chromium.org/166903002/diff/130001/chromeos/network/onc/onc_validator.h File chromeos/network/onc/onc_validator.h (right): https://codereview.chromium.org/166903002/diff/130001/chromeos/network/onc/onc_validator.h#newcode180 chromeos/network/onc/onc_validator.h:180: // otherwise. The function also adds the GUID to ...
6 years, 10 months ago (2014-02-17 16:26:20 UTC) #5
kaliamoorthi
The CQ bit was checked by kaliamoorthi@chromium.org
6 years, 10 months ago (2014-02-17 17:21:15 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/kaliamoorthi@chromium.org/166903002/200001
6 years, 10 months ago (2014-02-17 17:21:34 UTC) #7
kaliamoorthi
The CQ bit was unchecked by kaliamoorthi@chromium.org
6 years, 10 months ago (2014-02-17 17:22:37 UTC) #8
kaliamoorthi
The CQ bit was checked by kaliamoorthi@chromium.org
6 years, 10 months ago (2014-02-18 08:57:51 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/kaliamoorthi@chromium.org/166903002/200001
6 years, 10 months ago (2014-02-18 08:57:58 UTC) #10
commit-bot: I haz the power
6 years, 10 months ago (2014-02-18 11:38:08 UTC) #11
Message was sent while issue was closed.
Change committed as 251748

Powered by Google App Engine
This is Rietveld 408576698