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

Issue 1710443002: bluetooth: Add URLs for Web Bluetooth help links. (Closed)

Created:
4 years, 10 months ago by ortuno
Modified:
4 years, 10 months ago
CC:
asvitkine+watch_chromium.org, chromium-reviews, darin-cc_chromium.org, Finnur, jam, juncai, ortuno+watch_chromium.org, scheib+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@my-origin
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

bluetooth: Add URLs for Web Bluetooth help links. * Adds URLs to all help links in the Android chooser. * Removes the link on "pair with": https://folio.googleplex.com/chrome-ux/mocks/236-fizz/choosers/032515_ChooserPhone#%2F02_Loading.jpg * Updates text on https://folio.googleplex.com/chrome-ux/mocks/236-fizz/choosers/032515_ChooserPhone#%2F02_Loading.jpg to read "Searching for devices... get help" with a help center link on 'get help'. * Updates text on https://folio.googleplex.com/chrome-ux/mocks/236-fizz/choosers/032515_ChooserPhone#%2F03_NoneAfterTimeOut.jpg to read "Get help" and link to same help center article. * Rejects promises when clicking help links. BUG=570613 Committed: https://crrev.com/d52c2c72c58d3d566bc2bd8c2bf4835f2cc721e4 Cr-Commit-Position: refs/heads/master@{#376522}

Patch Set 1 #

Patch Set 2 : Clean up #1 #

Patch Set 3 : Cleanup #2 #

Total comments: 10

Patch Set 4 : Address jyasskin's comments #

Patch Set 5 : Moar comments #

Total comments: 9

Patch Set 6 : Address tedchoc's comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+143 lines, -108 lines) Patch
M chrome/android/java/src/org/chromium/chrome/browser/BluetoothChooserDialog.java View 1 2 3 4 5 5 chunks +23 lines, -18 lines 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/ItemChooserDialog.java View 1 2 3 4 5 2 chunks +13 lines, -6 lines 0 comments Download
M chrome/android/java/strings/android_chrome_strings.grd View 1 2 2 chunks +6 lines, -3 lines 0 comments Download
M chrome/android/javatests/src/org/chromium/chrome/browser/ItemChooserDialogTest.java View 3 chunks +8 lines, -6 lines 0 comments Download
M chrome/browser/ui/android/bluetooth_chooser_android.h View 1 2 3 3 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/ui/android/bluetooth_chooser_android.cc View 1 2 3 4 4 chunks +17 lines, -12 lines 0 comments Download
M chrome/common/url_constants.h View 1 2 1 chunk +4 lines, -0 lines 0 comments Download
M chrome/common/url_constants.cc View 1 2 1 chunk +3 lines, -0 lines 0 comments Download
M content/browser/bluetooth/bluetooth_dispatcher_host.h View 1 chunk +0 lines, -6 lines 0 comments Download
M content/browser/bluetooth/bluetooth_dispatcher_host.cc View 1 2 7 chunks +57 lines, -49 lines 0 comments Download
M content/browser/bluetooth/bluetooth_metrics.h View 1 chunk +3 lines, -0 lines 0 comments Download
M content/public/browser/bluetooth_chooser.h View 1 2 3 4 2 chunks +3 lines, -5 lines 0 comments Download
M tools/metrics/histograms/histograms.xml View 1 2 1 chunk +3 lines, -0 lines 0 comments Download

Messages

Total messages: 24 (9 generated)
ortuno
jyasskin: PTAL
4 years, 10 months ago (2016-02-18 00:42:53 UTC) #2
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1710443002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1710443002/40001
4 years, 10 months ago (2016-02-18 01:42:56 UTC) #5
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: win_chromium_compile_dbg_ng on tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_compile_dbg_ng/builds/146980)
4 years, 10 months ago (2016-02-18 02:15:04 UTC) #7
Jeffrey Yasskin
LGTM with the below changes. https://codereview.chromium.org/1710443002/diff/40001/chrome/browser/ui/android/bluetooth_chooser_android.cc File chrome/browser/ui/android/bluetooth_chooser_android.cc (right): https://codereview.chromium.org/1710443002/diff/40001/chrome/browser/ui/android/bluetooth_chooser_android.cc#newcode28 chrome/browser/ui/android/bluetooth_chooser_android.cc:28: web_contents_ = content::WebContents::FromRenderFrameHost(frame); Use ...
4 years, 10 months ago (2016-02-18 02:17:24 UTC) #8
ortuno
https://codereview.chromium.org/1710443002/diff/40001/chrome/browser/ui/android/bluetooth_chooser_android.cc File chrome/browser/ui/android/bluetooth_chooser_android.cc (right): https://codereview.chromium.org/1710443002/diff/40001/chrome/browser/ui/android/bluetooth_chooser_android.cc#newcode28 chrome/browser/ui/android/bluetooth_chooser_android.cc:28: web_contents_ = content::WebContents::FromRenderFrameHost(frame); On 2016/02/18 at 02:17:24, Jeffrey Yasskin ...
4 years, 10 months ago (2016-02-18 18:26:33 UTC) #9
ortuno
tedchoc: PTAL at chrome/browser/ui/android and chrome/android/
4 years, 10 months ago (2016-02-19 16:36:42 UTC) #11
Ilya Sherman
histograms.xml lgtm
4 years, 10 months ago (2016-02-19 16:38:53 UTC) #12
ortuno
jam: PTAL: content/public
4 years, 10 months ago (2016-02-19 16:40:56 UTC) #13
jam
lgtm
4 years, 10 months ago (2016-02-19 17:00:04 UTC) #14
Ted C
lgtm w/ a couple nits. I suspect my general questions at the end are handled ...
4 years, 10 months ago (2016-02-19 17:54:01 UTC) #15
ortuno
https://codereview.chromium.org/1710443002/diff/80001/chrome/android/java/src/org/chromium/chrome/browser/BluetoothChooserDialog.java File chrome/android/java/src/org/chromium/chrome/browser/BluetoothChooserDialog.java (right): https://codereview.chromium.org/1710443002/diff/80001/chrome/android/java/src/org/chromium/chrome/browser/BluetoothChooserDialog.java#newcode110 chrome/android/java/src/org/chromium/chrome/browser/BluetoothChooserDialog.java:110: new NoUnderlineClickableSpan(LinkType.RESTART_SEARCH, mContext))); On 2016/02/19 at 17:54:00, Ted C ...
4 years, 10 months ago (2016-02-19 18:26:28 UTC) #16
Ted C
https://codereview.chromium.org/1710443002/diff/80001/chrome/android/java/src/org/chromium/chrome/browser/ItemChooserDialog.java File chrome/android/java/src/org/chromium/chrome/browser/ItemChooserDialog.java (right): https://codereview.chromium.org/1710443002/diff/80001/chrome/android/java/src/org/chromium/chrome/browser/ItemChooserDialog.java#newcode422 chrome/android/java/src/org/chromium/chrome/browser/ItemChooserDialog.java:422: : mLabels.mStatusIdleSomeFound); On 2016/02/19 18:26:28, ortuno wrote: > On ...
4 years, 10 months ago (2016-02-19 18:39:30 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1710443002/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1710443002/100001
4 years, 10 months ago (2016-02-19 18:40:32 UTC) #20
commit-bot: I haz the power
Committed patchset #6 (id:100001)
4 years, 10 months ago (2016-02-19 20:12:30 UTC) #22
commit-bot: I haz the power
4 years, 10 months ago (2016-02-19 20:15:02 UTC) #24
Message was sent while issue was closed.
Patchset 6 (id:??) landed as
https://crrev.com/d52c2c72c58d3d566bc2bd8c2bf4835f2cc721e4
Cr-Commit-Position: refs/heads/master@{#376522}

Powered by Google App Engine
This is Rietveld 408576698