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

Issue 1661063002: Add message and Help Center link to the chooser UI (Closed)

Created:
4 years, 10 months ago by juncai
Modified:
4 years, 10 months ago
CC:
ortuno, chromium-reviews, Jeffrey Yasskin, markusheintz_, msramek+watch_chromium.org, raymes+watch_chromium.org, scheib, tfarina
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Add message and Help Center link to the chooser UI This patch added message "Not seeing your device? Get help" at the bottom of the chooser UI, and the "Get help" links to a Help Center URL. The message is added below the "Connect" and "Cancel" button with a grey separator. BUG=492204, 583479 Committed: https://crrev.com/e26da162b7de08b3918352deff9f5897f1e2cf2a Cr-Commit-Position: refs/heads/master@{#377216}

Patch Set 1 : add privacy message to the chooser UI #

Patch Set 2 : added chooser UI comments #

Total comments: 2

Patch Set 3 : updated message description #

Patch Set 4 : updated comments #

Patch Set 5 : added get help link for chooser UI #

Patch Set 6 : address rolfe@'s comments about the chooser UI #

Patch Set 7 : updated kChooserUIGetHelpURL string constant #

Patch Set 8 : added GetHelpCenterURL function to ChooserBubbleDelegate #

Patch Set 9 : added OpenHelpCenterURL function to ChooserBubbleDelegate #

Total comments: 15

Patch Set 10 : fixed some typos #

Total comments: 20

Patch Set 11 : address comments #

Patch Set 12 : cleaned up code #

Total comments: 27

Patch Set 13 : address comments #

Patch Set 14 : removed debug code #

Patch Set 15 : added GetOptionDescription virtual function to ChooserBubbleDelegate #

Total comments: 6

Patch Set 16 : address jyasskin@'s comments #

Patch Set 17 : merged changes from master and resolved conflicts #

Total comments: 10

Patch Set 18 : address estade@'s comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+119 lines, -40 lines) Patch
M chrome/app/generated_resources.grd View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +8 lines, -0 lines 0 comments Download
M chrome/browser/ui/bluetooth/bluetooth_chooser_bubble_delegate.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/ui/bluetooth/bluetooth_chooser_bubble_delegate.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 2 chunks +6 lines, -0 lines 0 comments Download
M chrome/browser/ui/views/website_settings/chooser_bubble_ui_view.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 11 chunks +74 lines, -40 lines 0 comments Download
M chrome/browser/ui/website_settings/chooser_bubble_delegate.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 4 chunks +11 lines, -0 lines 0 comments Download
M chrome/browser/ui/website_settings/chooser_bubble_delegate.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 2 chunks +7 lines, -0 lines 0 comments Download
M chrome/browser/usb/usb_chooser_bubble_delegate.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/usb/usb_chooser_bubble_delegate.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 2 chunks +5 lines, -0 lines 0 comments Download
M chrome/common/url_constants.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/common/url_constants.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +3 lines, -0 lines 0 comments Download

Dependent Patchsets:

Messages

Total messages: 53 (19 generated)
juncai
Please review this patch.
4 years, 10 months ago (2016-02-03 18:18:26 UTC) #2
Reilly Grant (use Gerrit)
https://codereview.chromium.org/1661063002/diff/20001/chrome/app/generated_resources.grd File chrome/app/generated_resources.grd (right): https://codereview.chromium.org/1661063002/diff/20001/chrome/app/generated_resources.grd#newcode14607 chrome/app/generated_resources.grd:14607: + <message name="IDS_CHOOSER_BUBBLE_PRIVACY_MESSAGE_TEXT" desc="The text that is shown on ...
4 years, 10 months ago (2016-02-03 18:49:08 UTC) #3
juncai
https://codereview.chromium.org/1661063002/diff/20001/chrome/app/generated_resources.grd File chrome/app/generated_resources.grd (right): https://codereview.chromium.org/1661063002/diff/20001/chrome/app/generated_resources.grd#newcode14607 chrome/app/generated_resources.grd:14607: + <message name="IDS_CHOOSER_BUBBLE_PRIVACY_MESSAGE_TEXT" desc="The text that is shown on ...
4 years, 10 months ago (2016-02-03 19:05:24 UTC) #5
Reilly Grant (use Gerrit)
Looks reasonable to me but I'm not a //chrome/browser/ui/views/website_settings OWNER.
4 years, 10 months ago (2016-02-03 19:17:50 UTC) #6
juncai
palmer@chromium.org: Please review changes in chrome/browser/ui/views/website_settings/chooser_bubble_ui_view.cc TBR=grt@chromium.org
4 years, 10 months ago (2016-02-03 19:22:39 UTC) #8
palmer
Can you please post a screenshot of what it looks like on the bug?
4 years, 10 months ago (2016-02-05 20:11:26 UTC) #11
juncai
On 2016/02/05 20:11:26, palmer wrote: > Can you please post a screenshot of what it ...
4 years, 10 months ago (2016-02-05 20:34:00 UTC) #12
juncai
On 2016/02/05 20:34:00, juncai wrote: > On 2016/02/05 20:11:26, palmer wrote: > > Can you ...
4 years, 10 months ago (2016-02-05 20:38:36 UTC) #13
palmer
LGTM (thanks!). I added some relevant UX people to the bug; maybe wait on landing ...
4 years, 10 months ago (2016-02-09 23:14:06 UTC) #14
juncai
Please review the changes. I uploaded a screenshot at: https://code.google.com/p/chromium/issues/detail?id=583479
4 years, 10 months ago (2016-02-12 21:29:11 UTC) #15
juncai
msw@chromium.org: Please review changes in //chrome/browser/ui/bluetooth/ palmer@chromium.org: Please review changes in //chrome/browser/ui/views/website_settings/ //chrome/browser/ui/website_settings/ reillyg@chromium.org: Please ...
4 years, 10 months ago (2016-02-17 01:04:59 UTC) #21
msw
+estade for weird bubble (see 583479) https://codereview.chromium.org/1661063002/diff/160001/chrome/browser/ui/views/website_settings/chooser_bubble_ui_view.cc File chrome/browser/ui/views/website_settings/chooser_bubble_ui_view.cc (right): https://codereview.chromium.org/1661063002/diff/160001/chrome/browser/ui/views/website_settings/chooser_bubble_ui_view.cc#newcode58 chrome/browser/ui/views/website_settings/chooser_bubble_ui_view.cc:58: const int kTextLabelSpacing ...
4 years, 10 months ago (2016-02-17 01:31:35 UTC) #23
Jeffrey Yasskin
https://codereview.chromium.org/1661063002/diff/180001/chrome/app/generated_resources.grd File chrome/app/generated_resources.grd (right): https://codereview.chromium.org/1661063002/diff/180001/chrome/app/generated_resources.grd#newcode14572 chrome/app/generated_resources.grd:14572: + Get help Putting two strings next to each ...
4 years, 10 months ago (2016-02-17 01:33:45 UTC) #25
palmer
https://codereview.chromium.org/1661063002/diff/180001/chrome/browser/ui/website_settings/chooser_bubble_delegate.cc File chrome/browser/ui/website_settings/chooser_bubble_delegate.cc (right): https://codereview.chromium.org/1661063002/diff/180001/chrome/browser/ui/website_settings/chooser_bubble_delegate.cc#newcode23 chrome/browser/ui/website_settings/chooser_bubble_delegate.cc:23: GetBrowser()->OpenURL( On 2016/02/17 01:33:45, Jeffrey Yasskin wrote: > It ...
4 years, 10 months ago (2016-02-17 02:19:54 UTC) #26
ortuno
https://codereview.chromium.org/1661063002/diff/180001/chrome/common/url_constants.cc File chrome/common/url_constants.cc (right): https://codereview.chromium.org/1661063002/diff/180001/chrome/common/url_constants.cc#newcode763 chrome/common/url_constants.cc:763: const char kWebBluetoothHelpCenterURL[] = Would you mind changing this ...
4 years, 10 months ago (2016-02-17 16:02:59 UTC) #28
juncai
https://codereview.chromium.org/1661063002/diff/160001/chrome/browser/ui/views/website_settings/chooser_bubble_ui_view.cc File chrome/browser/ui/views/website_settings/chooser_bubble_ui_view.cc (right): https://codereview.chromium.org/1661063002/diff/160001/chrome/browser/ui/views/website_settings/chooser_bubble_ui_view.cc#newcode58 chrome/browser/ui/views/website_settings/chooser_bubble_ui_view.cc:58: const int kTextLabelSpacing = 3; On 2016/02/17 01:31:35, msw ...
4 years, 10 months ago (2016-02-17 22:40:40 UTC) #29
msw
lgtm with nits and minor comments. https://codereview.chromium.org/1661063002/diff/160001/chrome/browser/ui/views/website_settings/chooser_bubble_ui_view.cc File chrome/browser/ui/views/website_settings/chooser_bubble_ui_view.cc (right): https://codereview.chromium.org/1661063002/diff/160001/chrome/browser/ui/views/website_settings/chooser_bubble_ui_view.cc#newcode173 chrome/browser/ui/views/website_settings/chooser_bubble_ui_view.cc:173: // | Not ...
4 years, 10 months ago (2016-02-17 22:58:17 UTC) #30
Evan Stade
hope you don't mind the driveby, I've been doing a bit of bubble cleanup of ...
4 years, 10 months ago (2016-02-17 23:09:01 UTC) #31
Jeffrey Yasskin
Don't wait for my lgtm on this, but here are a few more comments. https://codereview.chromium.org/1661063002/diff/180001/chrome/browser/ui/website_settings/chooser_bubble_delegate.cc ...
4 years, 10 months ago (2016-02-17 23:54:25 UTC) #32
juncai
https://codereview.chromium.org/1661063002/diff/160001/chrome/browser/ui/views/website_settings/chooser_bubble_ui_view.cc File chrome/browser/ui/views/website_settings/chooser_bubble_ui_view.cc (right): https://codereview.chromium.org/1661063002/diff/160001/chrome/browser/ui/views/website_settings/chooser_bubble_ui_view.cc#newcode173 chrome/browser/ui/views/website_settings/chooser_bubble_ui_view.cc:173: // | Not seeing your device? Get help | ...
4 years, 10 months ago (2016-02-19 01:51:00 UTC) #35
Jeffrey Yasskin
not lgtm, for the translation problems. https://codereview.chromium.org/1661063002/diff/220001/chrome/app/generated_resources.grd File chrome/app/generated_resources.grd (right): https://codereview.chromium.org/1661063002/diff/220001/chrome/app/generated_resources.grd#newcode14572 chrome/app/generated_resources.grd:14572: + Get help ...
4 years, 10 months ago (2016-02-19 21:25:40 UTC) #36
juncai
https://codereview.chromium.org/1661063002/diff/160001/chrome/browser/ui/views/website_settings/chooser_bubble_ui_view.cc File chrome/browser/ui/views/website_settings/chooser_bubble_ui_view.cc (right): https://codereview.chromium.org/1661063002/diff/160001/chrome/browser/ui/views/website_settings/chooser_bubble_ui_view.cc#newcode173 chrome/browser/ui/views/website_settings/chooser_bubble_ui_view.cc:173: // | Not seeing your device? Get help | ...
4 years, 10 months ago (2016-02-20 02:25:05 UTC) #37
Jeffrey Yasskin
lgtm now. Thanks. https://codereview.chromium.org/1661063002/diff/160001/chrome/browser/ui/views/website_settings/chooser_bubble_ui_view.cc File chrome/browser/ui/views/website_settings/chooser_bubble_ui_view.cc (right): https://codereview.chromium.org/1661063002/diff/160001/chrome/browser/ui/views/website_settings/chooser_bubble_ui_view.cc#newcode173 chrome/browser/ui/views/website_settings/chooser_bubble_ui_view.cc:173: // | Not seeing your device? ...
4 years, 10 months ago (2016-02-22 19:54:15 UTC) #38
msw
https://codereview.chromium.org/1661063002/diff/160001/chrome/browser/ui/views/website_settings/chooser_bubble_ui_view.cc File chrome/browser/ui/views/website_settings/chooser_bubble_ui_view.cc (right): https://codereview.chromium.org/1661063002/diff/160001/chrome/browser/ui/views/website_settings/chooser_bubble_ui_view.cc#newcode173 chrome/browser/ui/views/website_settings/chooser_bubble_ui_view.cc:173: // | Not seeing your device? Get help | ...
4 years, 10 months ago (2016-02-22 20:13:11 UTC) #39
juncai
https://codereview.chromium.org/1661063002/diff/220001/chrome/app/generated_resources.grd File chrome/app/generated_resources.grd (right): https://codereview.chromium.org/1661063002/diff/220001/chrome/app/generated_resources.grd#newcode14572 chrome/app/generated_resources.grd:14572: + Get help On 2016/02/22 19:54:15, Jeffrey Yasskin wrote: ...
4 years, 10 months ago (2016-02-22 22:06:37 UTC) #40
msw
lgtm
4 years, 10 months ago (2016-02-22 22:21:02 UTC) #41
juncai
ping reillyg@, :).
4 years, 10 months ago (2016-02-22 22:34:16 UTC) #42
Reilly Grant (use Gerrit)
chrome/browser/usb lgtm
4 years, 10 months ago (2016-02-22 22:36:55 UTC) #43
Evan Stade
https://codereview.chromium.org/1661063002/diff/320001/chrome/browser/ui/views/website_settings/chooser_bubble_ui_view.cc File chrome/browser/ui/views/website_settings/chooser_bubble_ui_view.cc (right): https://codereview.chromium.org/1661063002/diff/320001/chrome/browser/ui/views/website_settings/chooser_bubble_ui_view.cc#newcode63 chrome/browser/ui/views/website_settings/chooser_bubble_ui_view.cc:63: class ChooserBubbleUiViewDelegate : public views::BubbleDelegateView, I find it very ...
4 years, 10 months ago (2016-02-22 23:15:16 UTC) #44
juncai
https://codereview.chromium.org/1661063002/diff/320001/chrome/browser/ui/views/website_settings/chooser_bubble_ui_view.cc File chrome/browser/ui/views/website_settings/chooser_bubble_ui_view.cc (right): https://codereview.chromium.org/1661063002/diff/320001/chrome/browser/ui/views/website_settings/chooser_bubble_ui_view.cc#newcode63 chrome/browser/ui/views/website_settings/chooser_bubble_ui_view.cc:63: class ChooserBubbleUiViewDelegate : public views::BubbleDelegateView, On 2016/02/22 23:15:16, Evan ...
4 years, 10 months ago (2016-02-23 01:34:21 UTC) #45
Evan Stade
lgtm
4 years, 10 months ago (2016-02-24 01:22:42 UTC) #46
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1661063002/340001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1661063002/340001
4 years, 10 months ago (2016-02-24 02:42:26 UTC) #49
commit-bot: I haz the power
Committed patchset #18 (id:340001)
4 years, 10 months ago (2016-02-24 04:12:16 UTC) #51
commit-bot: I haz the power
4 years, 10 months ago (2016-02-24 04:13:28 UTC) #53
Message was sent while issue was closed.
Patchset 18 (id:??) landed as
https://crrev.com/e26da162b7de08b3918352deff9f5897f1e2cf2a
Cr-Commit-Position: refs/heads/master@{#377216}

Powered by Google App Engine
This is Rietveld 408576698