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 2248913007: Add a Physical Web WebUI (Closed)

Created:
4 years, 4 months ago by mattreynolds
Modified:
4 years, 3 months ago
CC:
asvitkine+watch_chromium.org, blundell+watchlist_chromium.org, chromium-reviews, droger+watchlist_chromium.org, oshima+watch_chromium.org, sdefresne+watchlist_chromium.org, sdefresne+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Add a Physical Web WebUI Adds a WebUI page that receives a list of URLs broadcast by nearby devices along with associated page metadata and displays them as a list of clickable items. BUG=630769 Committed: https://crrev.com/364ddcfc06dd2961111c9cbd390ed22323a54284 Cr-Commit-Position: refs/heads/master@{#416393}

Patch Set 1 #

Total comments: 4

Patch Set 2 : case and rebase #

Total comments: 4

Patch Set 3 : clean up build files #

Total comments: 2

Patch Set 4 : improve localized string description #

Patch Set 5 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+376 lines, -6 lines) Patch
M components/components_strings.grd View 1 1 chunk +1 line, -0 lines 0 comments Download
A components/physical_web.gypi View 1 2 3 1 chunk +30 lines, -0 lines 0 comments Download
A + components/physical_web/webui/BUILD.gn View 1 1 chunk +3 lines, -3 lines 0 comments Download
A components/physical_web/webui/physical_web_ui_constants.h View 1 1 chunk +33 lines, -0 lines 0 comments Download
A components/physical_web/webui/physical_web_ui_constants.cc View 1 1 chunk +27 lines, -0 lines 0 comments Download
A components/physical_web/webui/resources/physical_web.css View 1 chunk +50 lines, -0 lines 0 comments Download
A components/physical_web/webui/resources/physical_web.html View 1 chunk +43 lines, -0 lines 0 comments Download
A components/physical_web/webui/resources/physical_web.js View 1 chunk +31 lines, -0 lines 0 comments Download
A components/physical_web_ui_strings.grdp View 1 2 3 1 chunk +6 lines, -0 lines 0 comments Download
M components/resources/components_resources.grd View 1 chunk +1 line, -0 lines 0 comments Download
A components/resources/physical_web_ui_resources.grdp View 1 chunk +6 lines, -0 lines 0 comments Download
M ios/chrome/browser/BUILD.gn View 1 2 chunks +3 lines, -0 lines 0 comments Download
M ios/chrome/browser/DEPS View 1 chunk +1 line, -0 lines 0 comments Download
M ios/chrome/browser/chrome_url_constants.h View 2 chunks +2 lines, -0 lines 0 comments Download
M ios/chrome/browser/chrome_url_constants.cc View 1 2 3 4 3 chunks +7 lines, -3 lines 0 comments Download
A ios/chrome/browser/ui/webui/physical_web_ui.h View 1 chunk +23 lines, -0 lines 0 comments Download
A ios/chrome/browser/ui/webui/physical_web_ui.cc View 1 1 chunk +99 lines, -0 lines 0 comments Download
M ios/chrome/ios_chrome.gyp View 2 chunks +3 lines, -0 lines 0 comments Download
M tools/metrics/actions/actions.xml View 1 2 1 chunk +7 lines, -0 lines 0 comments Download

Messages

Total messages: 32 (10 generated)
mattreynolds
Hi Rohit, could you take a look at the ios/chrome changes for the Physical Web ...
4 years, 4 months ago (2016-08-16 22:31:27 UTC) #2
mattreynolds
friendly ping
4 years, 3 months ago (2016-08-25 17:53:09 UTC) #3
rohitrao (ping after 24h)
ios changes lgtm I've added jyquinn as a reviewer who would be the most familiar ...
4 years, 3 months ago (2016-08-30 13:58:34 UTC) #5
mattreynolds
Hi Jochen, please review changes in components/ and chrome/browser/ui, thanks!
4 years, 3 months ago (2016-08-30 21:45:38 UTC) #7
Jackie Quinn
On 2016/08/30 21:45:38, mattreynolds wrote: > Hi Jochen, please review changes in components/ and chrome/browser/ui, ...
4 years, 3 months ago (2016-08-30 22:37:13 UTC) #8
Jackie Quinn
https://codereview.chromium.org/2248913007/diff/1/components/physical_web/webui/physical_web_ui_constants.h File components/physical_web/webui/physical_web_ui_constants.h (right): https://codereview.chromium.org/2248913007/diff/1/components/physical_web/webui/physical_web_ui_constants.h#newcode28 components/physical_web/webui/physical_web_ui_constants.h:28: extern const char kReturnNearbyURLs[]; Nit: Is there a reason ...
4 years, 3 months ago (2016-08-30 22:37:24 UTC) #9
mattreynolds
Thanks Jackie! https://codereview.chromium.org/2248913007/diff/1/components/physical_web/webui/physical_web_ui_constants.h File components/physical_web/webui/physical_web_ui_constants.h (right): https://codereview.chromium.org/2248913007/diff/1/components/physical_web/webui/physical_web_ui_constants.h#newcode28 components/physical_web/webui/physical_web_ui_constants.h:28: extern const char kReturnNearbyURLs[]; On 2016/08/30 22:37:24, ...
4 years, 3 months ago (2016-08-30 23:33:24 UTC) #10
jochen (gone - plz use gerrit)
it looks like you only implemented this for ios? why the changes to chrome/ then? ...
4 years, 3 months ago (2016-08-31 14:32:25 UTC) #11
mattreynolds
Not sure why I had the chrome/ changes, they were unnecessary so I removed them. ...
4 years, 3 months ago (2016-09-01 02:25:20 UTC) #12
jochen (gone - plz use gerrit)
if this is ios only, why can't it be completely under ios? what about a ...
4 years, 3 months ago (2016-09-01 12:09:08 UTC) #13
blundell
On 2016/09/01 12:09:08, jochen wrote: > if this is ios only, why can't it be ...
4 years, 3 months ago (2016-09-01 12:13:42 UTC) #14
mattreynolds
On 2016/09/01 12:09:08, jochen wrote: > if this is ios only, why can't it be ...
4 years, 3 months ago (2016-09-01 17:38:52 UTC) #15
Jackie Quinn
On 2016/09/01 17:38:52, mattreynolds wrote: > On 2016/09/01 12:09:08, jochen wrote: > > if this ...
4 years, 3 months ago (2016-09-01 22:43:59 UTC) #16
jochen (gone - plz use gerrit)
ok, lgtm for components/ then I'd still recommend a test. You'd be surprised by how ...
4 years, 3 months ago (2016-09-02 12:32:16 UTC) #17
mattreynolds
Thanks Jochen, I'm looking into adding a test. There's an existing EarlGrey test for the ...
4 years, 3 months ago (2016-09-02 17:29:59 UTC) #18
mattreynolds
Hi Mark, could you review the change in /tools/metrics?
4 years, 3 months ago (2016-09-02 17:31:02 UTC) #20
Mark P
actions.xml lgtm
4 years, 3 months ago (2016-09-02 18:30:59 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/2248913007/80001
4 years, 3 months ago (2016-09-02 21:32:40 UTC) #25
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/286938)
4 years, 3 months ago (2016-09-02 22:36:49 UTC) #27
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/2248913007/80001
4 years, 3 months ago (2016-09-02 22:41:36 UTC) #29
commit-bot: I haz the power
Committed patchset #5 (id:80001)
4 years, 3 months ago (2016-09-02 23:46:38 UTC) #30
commit-bot: I haz the power
4 years, 3 months ago (2016-09-02 23:48:47 UTC) #32
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/364ddcfc06dd2961111c9cbd390ed22323a54284
Cr-Commit-Position: refs/heads/master@{#416393}

Powered by Google App Engine
This is Rietveld 408576698