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

Issue 1443033004: Supervised User whitelists: update to json format v2 (Closed)

Created:
5 years, 1 month ago by Marc Treib
Modified:
5 years, 1 month ago
CC:
chromium-reviews, pam+watch_chromium.org, May
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Supervised User whitelists: update to json format v2 BUG=557635 Committed: https://crrev.com/d8a4b4663205374f77fac30e2bd07d247016fa9b Cr-Commit-Position: refs/heads/master@{#360618}

Patch Set 1 #

Patch Set 2 : title #

Total comments: 17

Patch Set 3 : review #

Patch Set 4 : add TODO #

Total comments: 8

Patch Set 5 : sorin review #

Patch Set 6 : remove l10n #

Unified diffs Side-by-side diffs Delta from patch set Stats (+210 lines, -290 lines) Patch
M chrome/browser/component_updater/supervised_user_whitelist_installer.h View 1 2 chunks +2 lines, -0 lines 0 comments Download
M chrome/browser/component_updater/supervised_user_whitelist_installer.cc View 1 2 3 4 5 7 chunks +35 lines, -11 lines 0 comments Download
M chrome/browser/component_updater/supervised_user_whitelist_installer_unittest.cc View 1 2 chunks +3 lines, -2 lines 0 comments Download
M chrome/browser/supervised_user/supervised_user_service_unittest.cc View 1 4 chunks +20 lines, -37 lines 0 comments Download
M chrome/browser/supervised_user/supervised_user_site_list.h View 1 2 3 4 2 chunks +31 lines, -32 lines 0 comments Download
M chrome/browser/supervised_user/supervised_user_site_list.cc View 1 2 3 4 4 chunks +50 lines, -87 lines 0 comments Download
M chrome/browser/supervised_user/supervised_user_url_filter.h View 4 chunks +7 lines, -12 lines 0 comments Download
M chrome/browser/supervised_user/supervised_user_url_filter.cc View 1 2 3 4 11 chunks +30 lines, -60 lines 0 comments Download
M chrome/browser/supervised_user/supervised_user_url_filter_unittest.cc View 7 chunks +7 lines, -7 lines 0 comments Download
M chrome/browser/supervised_user/supervised_user_whitelist_service.h View 1 3 chunks +3 lines, -0 lines 0 comments Download
M chrome/browser/supervised_user/supervised_user_whitelist_service.cc View 1 3 chunks +4 lines, -2 lines 0 comments Download
M chrome/browser/supervised_user/supervised_user_whitelist_service_unittest.cc View 1 3 chunks +8 lines, -7 lines 0 comments Download
M chrome/test/data/whitelists/content_pack/site_list.json View 1 chunk +7 lines, -25 lines 0 comments Download
M chrome/test/data/whitelists/content_pack_2/site_list.json View 1 chunk +3 lines, -8 lines 0 comments Download

Messages

Total messages: 34 (11 generated)
Marc Treib
bauerb: PTAL! (I'll add a component_updater owner later) maybelle: FYI https://codereview.chromium.org/1443033004/diff/20001/chrome/browser/supervised_user/supervised_user_url_filter.cc File chrome/browser/supervised_user/supervised_user_url_filter.cc (right): https://codereview.chromium.org/1443033004/diff/20001/chrome/browser/supervised_user/supervised_user_url_filter.cc#newcode38 ...
5 years, 1 month ago (2015-11-18 11:39:27 UTC) #3
Bernhard Bauer
https://codereview.chromium.org/1443033004/diff/20001/chrome/browser/component_updater/supervised_user_whitelist_installer.cc File chrome/browser/component_updater/supervised_user_whitelist_installer.cc (right): https://codereview.chromium.org/1443033004/diff/20001/chrome/browser/component_updater/supervised_user_whitelist_installer.cc#newcode273 chrome/browser/component_updater/supervised_user_whitelist_installer.cc:273: base::Owned(manifest.release()))); base::Passed(&manifest)? https://codereview.chromium.org/1443033004/diff/20001/chrome/browser/component_updater/supervised_user_whitelist_installer.h File chrome/browser/component_updater/supervised_user_whitelist_installer.h (right): https://codereview.chromium.org/1443033004/diff/20001/chrome/browser/component_updater/supervised_user_whitelist_installer.h#newcode14 chrome/browser/component_updater/supervised_user_whitelist_installer.h:14: #include ...
5 years, 1 month ago (2015-11-18 12:10:40 UTC) #4
Marc Treib
https://codereview.chromium.org/1443033004/diff/20001/chrome/browser/component_updater/supervised_user_whitelist_installer.cc File chrome/browser/component_updater/supervised_user_whitelist_installer.cc (right): https://codereview.chromium.org/1443033004/diff/20001/chrome/browser/component_updater/supervised_user_whitelist_installer.cc#newcode273 chrome/browser/component_updater/supervised_user_whitelist_installer.cc:273: base::Owned(manifest.release()))); On 2015/11/18 12:10:40, Bernhard Bauer wrote: > base::Passed(&manifest)? ...
5 years, 1 month ago (2015-11-18 12:44:19 UTC) #5
Marc Treib
https://codereview.chromium.org/1443033004/diff/20001/chrome/browser/supervised_user/supervised_user_url_filter.cc File chrome/browser/supervised_user/supervised_user_url_filter.cc (right): https://codereview.chromium.org/1443033004/diff/20001/chrome/browser/supervised_user/supervised_user_url_filter.cc#newcode38 chrome/browser/supervised_user/supervised_user_url_filter.cc:38: base::hash_set<std::string> hostname_hashes; On 2015/11/18 12:44:19, Marc Treib wrote: > ...
5 years, 1 month ago (2015-11-18 12:53:41 UTC) #7
Bernhard Bauer
lgtm https://codereview.chromium.org/1443033004/diff/20001/chrome/browser/supervised_user/supervised_user_url_filter.cc File chrome/browser/supervised_user/supervised_user_url_filter.cc (right): https://codereview.chromium.org/1443033004/diff/20001/chrome/browser/supervised_user/supervised_user_url_filter.cc#newcode113 chrome/browser/supervised_user/supervised_user_url_filter.cc:113: all_conditions_.push_back(condition_set); On 2015/11/18 12:44:19, Marc Treib wrote: > ...
5 years, 1 month ago (2015-11-18 13:10:12 UTC) #8
Marc Treib
+sorin for c/b/component_updater. PTAL!
5 years, 1 month ago (2015-11-18 13:19:22 UTC) #10
Sorin Jianu
lgtm Thank you Marc! https://codereview.chromium.org/1443033004/diff/60001/chrome/browser/supervised_user/supervised_user_site_list.cc File chrome/browser/supervised_user/supervised_user_site_list.cc (right): https://codereview.chromium.org/1443033004/diff/60001/chrome/browser/supervised_user/supervised_user_site_list.cc#newcode57 chrome/browser/supervised_user/supervised_user_site_list.cc:57: GURL entry_point, ref to const? ...
5 years, 1 month ago (2015-11-18 16:18:54 UTC) #11
Marc Treib
Thanks! https://codereview.chromium.org/1443033004/diff/60001/chrome/browser/supervised_user/supervised_user_site_list.cc File chrome/browser/supervised_user/supervised_user_site_list.cc (right): https://codereview.chromium.org/1443033004/diff/60001/chrome/browser/supervised_user/supervised_user_site_list.cc#newcode57 chrome/browser/supervised_user/supervised_user_site_list.cc:57: GURL entry_point, On 2015/11/18 16:18:53, Sorin Jianu wrote: ...
5 years, 1 month ago (2015-11-18 16:33:37 UTC) #12
Sorin Jianu
On 2015/11/18 16:33:37, Marc Treib wrote: > Thanks! > > https://codereview.chromium.org/1443033004/diff/60001/chrome/browser/supervised_user/supervised_user_site_list.cc > File chrome/browser/supervised_user/supervised_user_site_list.cc (right): ...
5 years, 1 month ago (2015-11-18 16:51:04 UTC) #13
Marc Treib
On 2015/11/18 16:51:04, Sorin Jianu wrote: > On 2015/11/18 16:33:37, Marc Treib wrote: > > ...
5 years, 1 month ago (2015-11-18 16:53:44 UTC) #14
Sorin Jianu
On 2015/11/18 16:53:44, Marc Treib wrote: > On 2015/11/18 16:51:04, Sorin Jianu wrote: > > ...
5 years, 1 month ago (2015-11-18 17:02:51 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1443033004/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1443033004/80001
5 years, 1 month ago (2015-11-18 18:16:48 UTC) #18
commit-bot: I haz the power
Try jobs failed on following builders: android_chromium_gn_compile_dbg on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/android_chromium_gn_compile_dbg/builds/142324) linux_android_rel_ng on tryserver.chromium.linux (JOB_FAILED, ...
5 years, 1 month ago (2015-11-18 18:42:24 UTC) #20
Marc Treib
Argh.. so the build failures on Android are because extensions/ isn't built on Android (and ...
5 years, 1 month ago (2015-11-19 14:39:30 UTC) #21
Bernhard Bauer
On 2015/11/19 14:39:30, Marc Treib wrote: > Argh.. so the build failures on Android are ...
5 years, 1 month ago (2015-11-19 14:46:39 UTC) #22
Marc Treib
On 2015/11/19 14:46:39, Bernhard Bauer wrote: > On 2015/11/19 14:39:30, Marc Treib wrote: > > ...
5 years, 1 month ago (2015-11-19 14:53:57 UTC) #23
Marc Treib
Localization logic removed in PS 6. Does either of you want to take a look ...
5 years, 1 month ago (2015-11-19 15:00:12 UTC) #24
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1443033004/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1443033004/100001
5 years, 1 month ago (2015-11-19 15:02:10 UTC) #26
Bernhard Bauer
lgtm
5 years, 1 month ago (2015-11-19 15:04:54 UTC) #27
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: linux_chromium_chromeos_ozone_rel_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_chromeos_ozone_rel_ng/builds/90624) linux_chromium_rel_ng on ...
5 years, 1 month ago (2015-11-19 15:20:04 UTC) #29
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1443033004/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1443033004/100001
5 years, 1 month ago (2015-11-19 17:26:37 UTC) #32
commit-bot: I haz the power
Committed patchset #6 (id:100001)
5 years, 1 month ago (2015-11-19 17:45:53 UTC) #33
commit-bot: I haz the power
5 years, 1 month ago (2015-11-19 17:46:57 UTC) #34
Message was sent while issue was closed.
Patchset 6 (id:??) landed as
https://crrev.com/d8a4b4663205374f77fac30e2bd07d247016fa9b
Cr-Commit-Position: refs/heads/master@{#360618}

Powered by Google App Engine
This is Rietveld 408576698