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

Issue 2237823003: Site Settings Desktop: Implement USB devices section. (Closed)

Created:
4 years, 4 months ago by Finnur
Modified:
4 years, 4 months ago
CC:
chromium-reviews, dbeam+watch-options_chromium.org, michaelpg+watch-options_chromium.org, michaelpg+watch-md-settings_chromium.org, jlklein+watch-closure_chromium.org, michaelpg+watch-md-ui_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

Site Settings Desktop: Implement USB devices section. BUG=635845, 614277 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation Committed: https://crrev.com/0d9862f8d67ee97a5b6ec1cbdd19395f5720d0c0 Cr-Commit-Position: refs/heads/master@{#412212}

Patch Set 1 #

Total comments: 20

Patch Set 2 : Address feedback #

Patch Set 3 : Sync'ed #

Total comments: 8

Patch Set 4 : Address feedback #

Patch Set 5 : Merge #

Patch Set 6 : Fix merge #

Patch Set 7 : One more fix #

Total comments: 6

Patch Set 8 : Address feedback #

Unified diffs Side-by-side diffs Delta from patch set Stats (+460 lines, -245 lines) Patch
M chrome/app/settings_strings.grdp View 1 2 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/browser/resources/settings/privacy_page/privacy_page.html View 1 2 3 4 5 6 2 chunks +6 lines, -0 lines 0 comments Download
M chrome/browser/resources/settings/route.js View 1 2 3 4 5 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/resources/settings/settings_resources.grd View 1 2 3 4 5 6 7 1 chunk +6 lines, -0 lines 0 comments Download
M chrome/browser/resources/settings/site_settings/compiled_resources2.gyp View 1 2 1 chunk +8 lines, -0 lines 0 comments Download
M chrome/browser/resources/settings/site_settings/constants.js View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/resources/settings/site_settings/protocol_handlers.html View 1 2 chunks +4 lines, -2 lines 0 comments Download
M chrome/browser/resources/settings/site_settings/site_list.js View 1 2 3 4 1 chunk +5 lines, -3 lines 0 comments Download
M chrome/browser/resources/settings/site_settings/site_settings_behavior.js View 4 chunks +8 lines, -0 lines 0 comments Download
M chrome/browser/resources/settings/site_settings/site_settings_prefs_browser_proxy.js View 1 2 3 chunks +44 lines, -0 lines 0 comments Download
A + chrome/browser/resources/settings/site_settings/usb_devices.html View 1 2 chunks +11 lines, -33 lines 0 comments Download
A chrome/browser/resources/settings/site_settings/usb_devices.js View 1 1 chunk +49 lines, -0 lines 0 comments Download
M chrome/browser/resources/settings/site_settings_page/site_settings_page.html View 1 chunk +8 lines, -0 lines 0 comments Download
M chrome/browser/ui/webui/options/content_settings_handler.h View 5 chunks +9 lines, -11 lines 0 comments Download
M chrome/browser/ui/webui/options/content_settings_handler.cc View 1 2 3 4 5 6 7 10 chunks +13 lines, -163 lines 0 comments Download
M chrome/browser/ui/webui/settings/md_settings_localized_strings_provider.cc View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/browser/ui/webui/settings/site_settings_handler.h View 1 2 3 2 chunks +7 lines, -0 lines 0 comments Download
M chrome/browser/ui/webui/settings/site_settings_handler.cc View 1 2 3 4 3 chunks +48 lines, -0 lines 0 comments Download
M chrome/browser/ui/webui/site_settings_helper.h View 1 2 3 3 chunks +61 lines, -0 lines 0 comments Download
M chrome/browser/ui/webui/site_settings_helper.cc View 1 2 3 4 5 6 7 3 chunks +149 lines, -29 lines 0 comments Download
M chrome/test/data/webui/settings/site_settings_category_tests.js View 1 chunk +17 lines, -4 lines 0 comments Download

Messages

Total messages: 44 (32 generated)
Finnur
4 years, 4 months ago (2016-08-11 14:56:29 UTC) #10
dschuyler
It looks like this is affecting the old options code as well. Could that be ...
4 years, 4 months ago (2016-08-11 23:28:07 UTC) #13
Finnur
> It looks like this is affecting the old options > code as well. Could ...
4 years, 4 months ago (2016-08-12 13:11:26 UTC) #20
dschuyler
LGTM with some nits/suggestions. https://codereview.chromium.org/2237823003/diff/20001/chrome/browser/resources/settings/settings_shared_css.html File chrome/browser/resources/settings/settings_shared_css.html (right): https://codereview.chromium.org/2237823003/diff/20001/chrome/browser/resources/settings/settings_shared_css.html#newcode351 chrome/browser/resources/settings/settings_shared_css.html:351: } On 2016/08/12 13:11:25, Finnur ...
4 years, 4 months ago (2016-08-12 20:58:49 UTC) #23
Finnur
Steven, can you to OWNERS check on the code move from webui/options/content_settings_handler.* ... to ...
4 years, 4 months ago (2016-08-15 11:54:34 UTC) #29
Finnur
Hmm... looks like I need an OWNERS check for the webui dir as well (my ...
4 years, 4 months ago (2016-08-15 12:11:12 UTC) #33
Bernhard Bauer
lgtm https://codereview.chromium.org/2237823003/diff/140001/chrome/browser/ui/webui/options/content_settings_handler.cc File chrome/browser/ui/webui/options/content_settings_handler.cc (right): https://codereview.chromium.org/2237823003/diff/140001/chrome/browser/ui/webui/options/content_settings_handler.cc#newcode103 chrome/browser/ui/webui/options/content_settings_handler.cc:103: AllOriginObjects; Do we still need these? https://codereview.chromium.org/2237823003/diff/140001/chrome/browser/ui/webui/site_settings_helper.cc File ...
4 years, 4 months ago (2016-08-15 14:14:55 UTC) #36
stevenjb
owner lgtm https://codereview.chromium.org/2237823003/diff/140001/chrome/browser/resources/settings/settings_resources.grd File chrome/browser/resources/settings/settings_resources.grd (right): https://codereview.chromium.org/2237823003/diff/140001/chrome/browser/resources/settings/settings_resources.grd#newcode883 chrome/browser/resources/settings/settings_resources.grd:883: <structure name="IDR_SETTINGS_USB_DEVICES_HTML" Fix indent
4 years, 4 months ago (2016-08-15 19:01:54 UTC) #37
Finnur
Thanks for reviewing. All addressed. Checking in. https://codereview.chromium.org/2237823003/diff/140001/chrome/browser/resources/settings/settings_resources.grd File chrome/browser/resources/settings/settings_resources.grd (right): https://codereview.chromium.org/2237823003/diff/140001/chrome/browser/resources/settings/settings_resources.grd#newcode883 chrome/browser/resources/settings/settings_resources.grd:883: <structure name="IDR_SETTINGS_USB_DEVICES_HTML" ...
4 years, 4 months ago (2016-08-16 10:13:55 UTC) #38
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/2237823003/160001
4 years, 4 months ago (2016-08-16 10:14:16 UTC) #41
commit-bot: I haz the power
Committed patchset #8 (id:160001)
4 years, 4 months ago (2016-08-16 11:09:41 UTC) #42
commit-bot: I haz the power
4 years, 4 months ago (2016-08-16 11:11:49 UTC) #44
Message was sent while issue was closed.
Patchset 8 (id:??) landed as
https://crrev.com/0d9862f8d67ee97a5b6ec1cbdd19395f5720d0c0
Cr-Commit-Position: refs/heads/master@{#412212}

Powered by Google App Engine
This is Rietveld 408576698