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

Issue 1080163002: Add new chrome://proximity-auth WebUI for debugging Smart Lock. (Closed)

Created:
5 years, 8 months ago by Tim Song
Modified:
5 years, 8 months ago
CC:
chromium-reviews, chromium-apps-reviews_chromium.org, stevenjb+watch_chromium.org, oshima+watch_chromium.org, davemoore+watch_chromium.org, extensions-reviews_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Add new chrome://proximity-auth WebUI for debugging Smart Lock. This CL only hooks up the new WebUI for ChromeOS. The page itself is just placeholder for now. BUG=chromium:409158 TEST=manual Committed: https://crrev.com/cc68959f56e73ef2207cc0fdf0507abcbcf11ef9 Cr-Commit-Position: refs/heads/master@{#326688}

Patch Set 1 : #

Total comments: 16

Patch Set 2 : #

Total comments: 3

Patch Set 3 : make resource available on all platforms #

Total comments: 2

Patch Set 4 : alphabetize #

Patch Set 5 : add OWNERS #

Total comments: 6

Patch Set 6 : fixes #

Unified diffs Side-by-side diffs Delta from patch set Stats (+321 lines, -18 lines) Patch
M chrome/browser/ui/BUILD.gn View 1 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/ui/webui/DEPS View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/ui/webui/chrome_web_ui_controller_factory.cc View 1 5 chunks +9 lines, -5 lines 0 comments Download
M chrome/chrome_browser_ui.gypi View 1 1 chunk +1 line, -0 lines 0 comments Download
M components/proximity_auth.gypi View 1 2 3 1 chunk +23 lines, -0 lines 0 comments Download
A components/proximity_auth/webui/BUILD.gn View 1 2 1 chunk +21 lines, -0 lines 0 comments Download
A + components/proximity_auth/webui/DEPS View 1 1 chunk +0 lines, -2 lines 0 comments Download
A components/proximity_auth/webui/proximity_auth_ui.h View 1 1 chunk +29 lines, -0 lines 0 comments Download
A components/proximity_auth/webui/proximity_auth_ui.cc View 1 1 chunk +35 lines, -0 lines 0 comments Download
A components/proximity_auth/webui/proximity_auth_webui_handler.h View 1 chunk +29 lines, -0 lines 0 comments Download
A components/proximity_auth/webui/proximity_auth_webui_handler.cc View 1 1 chunk +18 lines, -0 lines 0 comments Download
A + components/proximity_auth/webui/resources/proximity_auth.css View 1 2 3 4 5 1 chunk +5 lines, -11 lines 0 comments Download
A components/proximity_auth/webui/resources/proximity_auth.html View 1 2 3 4 5 1 chunk +23 lines, -0 lines 0 comments Download
A components/proximity_auth/webui/resources/proximity_auth.js View 1 2 3 4 5 1 chunk +90 lines, -0 lines 0 comments Download
A components/proximity_auth/webui/url_constants.h View 1 1 chunk +15 lines, -0 lines 0 comments Download
A components/proximity_auth/webui/url_constants.cc View 1 1 chunk +12 lines, -0 lines 0 comments Download
M components/resources/OWNERS View 1 2 3 4 1 chunk +2 lines, -0 lines 0 comments Download
M components/resources/components_resources.grd View 2 1 chunk +1 line, -0 lines 0 comments Download
A components/resources/proximity_auth_resources.grdp View 1 chunk +6 lines, -0 lines 0 comments Download

Messages

Total messages: 27 (7 generated)
Tim Song
5 years, 8 months ago (2015-04-14 00:01:58 UTC) #5
Ilya Sherman
Can we hook up the UI on all (desktop?) OSes, rather than just on ChromeOS? ...
5 years, 8 months ago (2015-04-14 00:25:44 UTC) #6
Tim Song
https://codereview.chromium.org/1080163002/diff/40001/components/proximity_auth/webui/BUILD.gn File components/proximity_auth/webui/BUILD.gn (right): https://codereview.chromium.org/1080163002/diff/40001/components/proximity_auth/webui/BUILD.gn#newcode19 components/proximity_auth/webui/BUILD.gn:19: "//components/proximity_auth/cryptauth", On 2015/04/14 00:25:44, Ilya Sherman wrote: > Hmm, ...
5 years, 8 months ago (2015-04-14 06:00:12 UTC) #7
Ilya Sherman
https://codereview.chromium.org/1080163002/diff/40001/components/proximity_auth/webui/BUILD.gn File components/proximity_auth/webui/BUILD.gn (right): https://codereview.chromium.org/1080163002/diff/40001/components/proximity_auth/webui/BUILD.gn#newcode19 components/proximity_auth/webui/BUILD.gn:19: "//components/proximity_auth/cryptauth", On 2015/04/14 06:00:12, Tim Song wrote: > On ...
5 years, 8 months ago (2015-04-14 21:47:53 UTC) #8
Tim Song
https://codereview.chromium.org/1080163002/diff/40001/components/proximity_auth/webui/BUILD.gn File components/proximity_auth/webui/BUILD.gn (right): https://codereview.chromium.org/1080163002/diff/40001/components/proximity_auth/webui/BUILD.gn#newcode19 components/proximity_auth/webui/BUILD.gn:19: "//components/proximity_auth/cryptauth", On 2015/04/14 21:47:53, Ilya Sherman wrote: > On ...
5 years, 8 months ago (2015-04-14 23:24:05 UTC) #9
Ilya Sherman
LGTM % nit. Thanks. https://codereview.chromium.org/1080163002/diff/80001/components/proximity_auth.gypi File components/proximity_auth.gypi (right): https://codereview.chromium.org/1080163002/diff/80001/components/proximity_auth.gypi#newcode127 components/proximity_auth.gypi:127: 'proximity_auth/webui/url_constants.h', nit: Please alphabetize.
5 years, 8 months ago (2015-04-14 23:27:56 UTC) #10
Tim Song
+sky@ for chrome/browser/ui/BUILD.gn +xiyuan@ for chrome/browser/ui/webui +blundell@ for components/resources/ +sievers@ for +content/public/browser DEPS https://codereview.chromium.org/1080163002/diff/80001/components/proximity_auth.gypi File ...
5 years, 8 months ago (2015-04-15 16:39:38 UTC) #12
blundell
lgtm Could you coordinate with agable@ to ensure that the new grdp file starts getting ...
5 years, 8 months ago (2015-04-15 17:06:18 UTC) #13
Tim Song
Do we really care about translations for WebUI that isn't intended to be user facing?
5 years, 8 months ago (2015-04-15 17:08:53 UTC) #14
blundell
On 2015/04/15 17:08:53, Tim Song wrote: > Do we really care about translations for WebUI ...
5 years, 8 months ago (2015-04-15 17:10:42 UTC) #15
xiyuan
https://codereview.chromium.org/1080163002/diff/120001/components/proximity_auth/webui/resources/proximity_auth.css File components/proximity_auth/webui/resources/proximity_auth.css (right): https://codereview.chromium.org/1080163002/diff/120001/components/proximity_auth/webui/resources/proximity_auth.css#newcode6 components/proximity_auth/webui/resources/proximity_auth.css:6: html, body { nit: Specify one selector per line. ...
5 years, 8 months ago (2015-04-15 17:10:47 UTC) #16
xiyuan
If this is a non end-user facing diagnosing WebUI, we seem to have some precedance ...
5 years, 8 months ago (2015-04-15 17:39:37 UTC) #17
blundell
On 2015/04/15 17:39:37, xiyuan wrote: > If this is a non end-user facing diagnosing WebUI, ...
5 years, 8 months ago (2015-04-15 18:48:38 UTC) #18
Tim Song
Hmm... we may have user facing resources in the future, so it's probably worth it ...
5 years, 8 months ago (2015-04-15 19:42:07 UTC) #19
xiyuan
lgtm
5 years, 8 months ago (2015-04-15 19:43:14 UTC) #20
sky
chrome/browser/ui/BUILD.gn LGTM
5 years, 8 months ago (2015-04-16 15:40:36 UTC) #21
no sievers
components/proximity_auth/webui/DEPS lgtm
5 years, 8 months ago (2015-04-23 19:58:01 UTC) #22
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1080163002/140001
5 years, 8 months ago (2015-04-23 21:03:40 UTC) #25
commit-bot: I haz the power
Committed patchset #6 (id:140001)
5 years, 8 months ago (2015-04-23 23:08:23 UTC) #26
commit-bot: I haz the power
5 years, 8 months ago (2015-04-23 23:10:04 UTC) #27
Message was sent while issue was closed.
Patchset 6 (id:??) landed as
https://crrev.com/cc68959f56e73ef2207cc0fdf0507abcbcf11ef9
Cr-Commit-Position: refs/heads/master@{#326688}

Powered by Google App Engine
This is Rietveld 408576698