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

Issue 2131953002: Site Settings Desktop: Implement protocol handler section. (Closed)

Created:
4 years, 5 months ago by Finnur
Modified:
4 years, 5 months ago
Reviewers:
michaelpg
CC:
chromium-reviews, dbeam+watch-options_chromium.org, michaelpg+watch-options_chromium.org, michaelpg+watch-md-settings_chromium.org, michaelpg+watch-md-ui_chromium.org, arv+watch_chromium.org, dbeam+watch-settings_chromium.org, stevenjb+watch-md-settings_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 protocol handler section. BUG=614277, 543635 CQ_INCLUDE_TRYBOTS=tryserver.chromium.linux:closure_compilation Committed: https://crrev.com/4fd43ac1df0f83c523da33c0e56bbd76d8b704d9 Cr-Commit-Position: refs/heads/master@{#404912}

Patch Set 1 #

Total comments: 21

Patch Set 2 : Address feedback #

Patch Set 3 : Merge #

Patch Set 4 : FixMerge #

Patch Set 5 : Fix test #

Total comments: 3

Patch Set 6 : Address feedback #

Unified diffs Side-by-side diffs Delta from patch set Stats (+449 lines, -88 lines) Patch
M chrome/app/settings_strings.grdp View 1 2 3 chunks +21 lines, -0 lines 0 comments Download
M chrome/browser/resources/settings/privacy_page/privacy_page.html View 1 2 3 4 5 2 chunks +6 lines, -0 lines 0 comments Download
M chrome/browser/resources/settings/settings_page/settings_router.js View 2 chunks +18 lines, -12 lines 0 comments Download
M chrome/browser/resources/settings/settings_resources.grd View 1 2 1 chunk +6 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
A chrome/browser/resources/settings/site_settings/protocol_handlers.html View 1 2 3 4 5 1 chunk +73 lines, -0 lines 0 comments Download
A chrome/browser/resources/settings/site_settings/protocol_handlers.js View 1 2 3 4 5 1 chunk +142 lines, -0 lines 0 comments Download
M chrome/browser/resources/settings/site_settings/site_list.js View 1 1 chunk +7 lines, -0 lines 0 comments Download
M chrome/browser/resources/settings/site_settings/site_settings_behavior.js View 1 2 4 chunks +14 lines, -0 lines 0 comments Download
M chrome/browser/resources/settings/site_settings/site_settings_category.js View 2 chunks +2 lines, -1 line 0 comments Download
M chrome/browser/resources/settings/site_settings/site_settings_prefs_browser_proxy.js View 1 2 2 chunks +47 lines, -1 line 0 comments Download
M chrome/browser/resources/settings/site_settings_page/site_settings_page.html View 1 2 1 chunk +11 lines, -0 lines 0 comments Download
M chrome/browser/resources/settings/site_settings_page/site_settings_page.js View 2 chunks +8 lines, -0 lines 0 comments Download
M chrome/browser/ui/webui/settings/md_settings_localized_strings_provider.cc View 1 2 4 chunks +11 lines, -0 lines 0 comments Download
M chrome/browser/ui/webui/settings/md_settings_ui.cc View 1 2 2 chunks +2 lines, -0 lines 0 comments Download
A + chrome/browser/ui/webui/settings/protocol_handlers_handler.h View 1 3 chunks +22 lines, -17 lines 0 comments Download
A + chrome/browser/ui/webui/settings/protocol_handlers_handler.cc View 1 2 3 4 11 chunks +56 lines, -57 lines 0 comments Download
M chrome/chrome_browser_ui.gypi View 1 2 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 30 (15 generated)
Finnur
4 years, 5 months ago (2016-07-08 13:40:54 UTC) #4
michaelpg
caveat: i didn't review the copied code from HandlerOptionsHandler https://codereview.chromium.org/2131953002/diff/20001/chrome/browser/resources/settings/site_settings/protocol_handlers.html File chrome/browser/resources/settings/site_settings/protocol_handlers.html (right): https://codereview.chromium.org/2131953002/diff/20001/chrome/browser/resources/settings/site_settings/protocol_handlers.html#newcode1 chrome/browser/resources/settings/site_settings/protocol_handlers.html:1: ...
4 years, 5 months ago (2016-07-08 20:56:01 UTC) #5
Finnur
PTAL https://codereview.chromium.org/2131953002/diff/20001/chrome/browser/resources/settings/site_settings/protocol_handlers.html File chrome/browser/resources/settings/site_settings/protocol_handlers.html (right): https://codereview.chromium.org/2131953002/diff/20001/chrome/browser/resources/settings/site_settings/protocol_handlers.html#newcode1 chrome/browser/resources/settings/site_settings/protocol_handlers.html:1: <link rel="import" href="chrome://resources/html/polymer.html"> I'm assuming you mean cr_elements/icons.html. ...
4 years, 5 months ago (2016-07-10 00:40:17 UTC) #7
michaelpg
lgtm https://codereview.chromium.org/2131953002/diff/20001/chrome/browser/ui/webui/settings/settings_handler_options_handler.cc File chrome/browser/ui/webui/settings/settings_handler_options_handler.cc (right): https://codereview.chromium.org/2131953002/diff/20001/chrome/browser/ui/webui/settings/settings_handler_options_handler.cc#newcode148 chrome/browser/ui/webui/settings/settings_handler_options_handler.cc:148: GetProtocolHandlerRegistry()->enabled())); On 2016/07/10 00:40:17, Finnur (OOO summer vacation) ...
4 years, 5 months ago (2016-07-10 17:54:43 UTC) #8
Finnur
All addressed. Thanks for the review. Checking in.
4 years, 5 months ago (2016-07-12 10:14:32 UTC) #9
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/2131953002/140001
4 years, 5 months ago (2016-07-12 10:15:05 UTC) #12
commit-bot: I haz the power
Try jobs failed on following builders: win_chromium_rel_ng on master.tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_rel_ng/builds/253985)
4 years, 5 months ago (2016-07-12 11:17:34 UTC) #14
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/2131953002/140001
4 years, 5 months ago (2016-07-12 14:00:40 UTC) #16
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_asan_rel_ng on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_asan_rel_ng/builds/191284)
4 years, 5 months ago (2016-07-12 16:03:47 UTC) #18
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/2131953002/140001
4 years, 5 months ago (2016-07-12 17:28:54 UTC) #20
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_asan_rel_ng on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_asan_rel_ng/builds/191501)
4 years, 5 months ago (2016-07-12 19:36:30 UTC) #22
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/2131953002/140001
4 years, 5 months ago (2016-07-12 21:16:26 UTC) #24
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/2131953002/140001
4 years, 5 months ago (2016-07-12 22:44:13 UTC) #27
commit-bot: I haz the power
Committed patchset #6 (id:140001)
4 years, 5 months ago (2016-07-13 02:27:43 UTC) #28
commit-bot: I haz the power
4 years, 5 months ago (2016-07-13 02:29:56 UTC) #30
Message was sent while issue was closed.
Patchset 6 (id:??) landed as
https://crrev.com/4fd43ac1df0f83c523da33c0e56bbd76d8b704d9
Cr-Commit-Position: refs/heads/master@{#404912}

Powered by Google App Engine
This is Rietveld 408576698