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

Issue 1698093007: Convert SiteSettingsCategory to use the HostContentSettingsMap instead of (Closed)

Created:
4 years, 10 months ago by Finnur
Modified:
4 years, 10 months ago
Reviewers:
tommycli
CC:
chromium-reviews, michaelpg+watch-md-settings_chromium.org, jlklein+watch-closure_chromium.org, arv+watch_chromium.org, vitalyp+closure_chromium.org, dbeam+watch-settings_chromium.org, stevenjb+watch-md-settings_chromium.org, dbeam+watch-closure_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Convert SiteSettingsCategory to use the HostContentSettingsMap instead of prefs directly. BUG=543635 Committed: https://crrev.com/d418af7217ad7650923e7480dbb82b07e7b3254d Cr-Commit-Position: refs/heads/master@{#376497}

Patch Set 1 : #

Total comments: 17

Patch Set 2 : Address feedback #

Patch Set 3 : Sync'ed #

Total comments: 9

Patch Set 4 : Address feedback #

Unified diffs Side-by-side diffs Delta from patch set Stats (+236 lines, -63 lines) Patch
M chrome/browser/resources/settings/settings_resources.grd View 1 2 3 1 chunk +6 lines, -0 lines 0 comments Download
M chrome/browser/resources/settings/site_settings/compiled_resources.gyp View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/resources/settings/site_settings/site_settings_behavior.js View 1 2 1 chunk +0 lines, -16 lines 0 comments Download
M chrome/browser/resources/settings/site_settings/site_settings_category.html View 1 2 3 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/resources/settings/site_settings/site_settings_category.js View 1 2 3 4 chunks +39 lines, -14 lines 0 comments Download
A chrome/browser/resources/settings/site_settings/site_settings_prefs_browser_proxy.html View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
A chrome/browser/resources/settings/site_settings/site_settings_prefs_browser_proxy.js View 1 2 3 1 chunk +41 lines, -0 lines 0 comments Download
M chrome/browser/resources/settings/site_settings_page/compiled_resources.gyp View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/resources/settings/site_settings_page/site_settings_page.html View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/resources/settings/site_settings_page/site_settings_page.js View 1 2 3 2 chunks +41 lines, -23 lines 0 comments Download
M chrome/browser/ui/webui/settings/site_settings_handler.h View 1 chunk +4 lines, -0 lines 0 comments Download
M chrome/browser/ui/webui/settings/site_settings_handler.cc View 1 2 3 chunks +47 lines, -0 lines 0 comments Download
M chrome/test/data/webui/settings/site_settings_category_tests.js View 1 2 3 2 chunks +52 lines, -9 lines 0 comments Download

Messages

Total messages: 25 (12 generated)
Finnur
This is as per email discussion from Jan 14th-Jan19th subject "Material design settings + content ...
4 years, 10 months ago (2016-02-16 15:41:04 UTC) #4
Finnur
Friendly ping...
4 years, 10 months ago (2016-02-17 16:14:07 UTC) #5
tommycli
finnur: here you go, thanks! https://codereview.chromium.org/1698093007/diff/20001/chrome/browser/resources/settings/site_settings/prefs_private_api.js File chrome/browser/resources/settings/site_settings/prefs_private_api.js (right): https://codereview.chromium.org/1698093007/diff/20001/chrome/browser/resources/settings/site_settings/prefs_private_api.js#newcode29 chrome/browser/resources/settings/site_settings/prefs_private_api.js:29: })(); On 2016/02/16 15:41:04, ...
4 years, 10 months ago (2016-02-17 18:18:06 UTC) #6
Finnur
PTAL https://codereview.chromium.org/1698093007/diff/20001/chrome/browser/resources/settings/site_settings/prefs_private_api.js File chrome/browser/resources/settings/site_settings/prefs_private_api.js (right): https://codereview.chromium.org/1698093007/diff/20001/chrome/browser/resources/settings/site_settings/prefs_private_api.js#newcode29 chrome/browser/resources/settings/site_settings/prefs_private_api.js:29: })(); Done. I'm fine with that, as long ...
4 years, 10 months ago (2016-02-18 20:38:18 UTC) #8
tommycli
This is lgtm sans these below nits. https://codereview.chromium.org/1698093007/diff/20001/chrome/browser/ui/webui/settings/site_settings_handler.cc File chrome/browser/ui/webui/settings/site_settings_handler.cc (right): https://codereview.chromium.org/1698093007/diff/20001/chrome/browser/ui/webui/settings/site_settings_handler.cc#newcode112 chrome/browser/ui/webui/settings/site_settings_handler.cc:112: void SiteSettingsHandler::HandleSetDefaultValueForContentType( ...
4 years, 10 months ago (2016-02-18 22:15:19 UTC) #9
tommycli
Finnur: One more thing - Demetrios has further refined his FooBrowserProxy pattern in a new ...
4 years, 10 months ago (2016-02-18 23:36:42 UTC) #10
Finnur
Thanks for the heads-up on the CL. Comments addressed. Checking in. https://codereview.chromium.org/1698093007/diff/20001/chrome/browser/ui/webui/settings/site_settings_handler.cc File chrome/browser/ui/webui/settings/site_settings_handler.cc (right): ...
4 years, 10 months ago (2016-02-19 10:18:13 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1698093007/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1698093007/100001
4 years, 10 months ago (2016-02-19 10:21:57 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1698093007/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1698093007/100001
4 years, 10 months ago (2016-02-19 13:27:03 UTC) #17
commit-bot: I haz the power
Try jobs failed on following builders: linux_android_rel_ng on tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/linux_android_rel_ng/builds/25834)
4 years, 10 months ago (2016-02-19 16:19:06 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1698093007/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1698093007/100001
4 years, 10 months ago (2016-02-19 17:08:58 UTC) #21
commit-bot: I haz the power
Committed patchset #4 (id:100001)
4 years, 10 months ago (2016-02-19 18:45:13 UTC) #23
commit-bot: I haz the power
4 years, 10 months ago (2016-02-19 18:46:13 UTC) #25
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/d418af7217ad7650923e7480dbb82b07e7b3254d
Cr-Commit-Position: refs/heads/master@{#376497}

Powered by Google App Engine
This is Rietveld 408576698