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

Issue 2541693004: Add Information Tooltip for Public Suffix List Matches (Closed)

Created:
4 years ago by jdoerrie
Modified:
4 years ago
CC:
chromium-reviews, gcasto+watchlist_chromium.org, vabr+watchlistpasswordmanager_chromium.org, agrieve+watch_chromium.org, melandory, vabr (Chromium)
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Add Information Tooltip for Public Suffix List Matches Similarly as done for Desktop this change adds an information tooltip for PSL matches. This tooltip shows the origin URL when tapped on. BUG=666340 R=bauerb@chromium.org,vasilii@chromium.org CC=vabr@chromium.org,melandory@chromium.org Committed: https://crrev.com/875df60ed3a8b3e1dd89043953b3f8aa00cf70d6 Cr-Commit-Position: refs/heads/master@{#439098}

Patch Set 1 #

Patch Set 2 : Add doc string #

Patch Set 3 : UI Overhaul #

Total comments: 8

Patch Set 4 : Addressed comments. #

Total comments: 32

Patch Set 5 : Addressed new set of comments. #

Total comments: 20

Patch Set 6 : New Round of Comments #

Total comments: 1

Patch Set 7 : Addressed Nits #

Unified diffs Side-by-side diffs Delta from patch set Stats (+121 lines, -6 lines) Patch
A chrome/android/java/res/drawable/material_tooltip_background.xml View 1 2 3 4 5 6 1 chunk +13 lines, -0 lines 0 comments Download
M chrome/android/java/res/layout/account_chooser_dialog_item.xml View 1 2 3 4 5 3 chunks +15 lines, -2 lines 0 comments Download
A chrome/android/java/res/layout/material_tooltip.xml View 1 2 3 4 5 1 chunk +16 lines, -0 lines 0 comments Download
M chrome/android/java/res/values/dimens.xml View 1 2 3 4 5 1 chunk +4 lines, -1 line 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/password_manager/AccountChooserDialog.java View 1 2 3 4 5 4 chunks +57 lines, -0 lines 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/password_manager/Credential.java View 1 4 chunks +11 lines, -3 lines 0 comments Download
M chrome/browser/password_manager/credential_android.cc View 2 chunks +5 lines, -0 lines 0 comments Download

Messages

Total messages: 38 (13 generated)
jdoerrie
Dear all, please review. A screenshot of the Toast in action can be found here: ...
4 years ago (2016-11-30 17:16:41 UTC) #1
jdoerrie
I got feedback from the designer and am changing the Toast to a PopupWindow. Please ...
4 years ago (2016-12-01 12:27:15 UTC) #2
jdoerrie
On 2016/12/01 12:27:15, jdoerrie wrote: > I got feedback from the designer and am changing ...
4 years ago (2016-12-05 17:37:54 UTC) #3
vasilii
Is it possible to take sizes, paddings, colors from the tooltip in the credit card ...
4 years ago (2016-12-05 18:17:40 UTC) #4
Bernhard Bauer
You might want to get an additional OWNER for chrome/android/java/res/, as I'm only owner for ...
4 years ago (2016-12-06 16:46:42 UTC) #5
jdoerrie
I asked the UI designer regarding re-using styles from the CC dialog, will report back ...
4 years ago (2016-12-06 17:39:53 UTC) #7
Bernhard Bauer
lgtm
4 years ago (2016-12-07 15:38:37 UTC) #9
gone
Any reason why you're not using the standard Android tooltips like we do everywhere else? ...
4 years ago (2016-12-08 01:32:44 UTC) #10
gone
(See what we do for ToolbarLayout#showAccessibilityToast())
4 years ago (2016-12-08 01:37:29 UTC) #11
jdoerrie
Please have another look at the updated patchset. Screenshots displaying a general case, left eliding ...
4 years ago (2016-12-13 17:24:48 UTC) #14
gone
On 2016/12/13 17:24:48, jdoerrie wrote: > Please have another look at the updated patchset. Screenshots ...
4 years ago (2016-12-13 17:53:57 UTC) #15
gone
> > I would like to avoid specifying this into so much detail, but the ...
4 years ago (2016-12-13 17:55:23 UTC) #16
vasilii
dfalcantara@, looks like your comments are not attached.
4 years ago (2016-12-13 17:56:18 UTC) #17
vasilii
On 2016/12/13 17:55:23, dfalcantara (check my queue) wrote: > > > I would like to ...
4 years ago (2016-12-13 17:57:52 UTC) #18
gone
Spoke with Hwi; she wasn't aware that we used standard Android toasts everywhere else outside ...
4 years ago (2016-12-13 23:14:30 UTC) #21
jdoerrie
Thank you for talking to Hwi! I'm happy to help unifying the look of tooltips, ...
4 years ago (2016-12-14 16:04:01 UTC) #22
gone
https://codereview.chromium.org/2541693004/diff/60001/chrome/android/java/res/layout/account_chooser_dialog_item.xml File chrome/android/java/res/layout/account_chooser_dialog_item.xml (right): https://codereview.chromium.org/2541693004/diff/60001/chrome/android/java/res/layout/account_chooser_dialog_item.xml#newcode18 chrome/android/java/res/layout/account_chooser_dialog_item.xml:18: android:layout_centerVertical="true" On 2016/12/14 16:04:01, jdoerrie wrote: > On 2016/12/13 ...
4 years ago (2016-12-14 18:20:42 UTC) #23
jdoerrie
https://codereview.chromium.org/2541693004/diff/60001/chrome/android/java/res/layout/account_chooser_dialog_item.xml File chrome/android/java/res/layout/account_chooser_dialog_item.xml (right): https://codereview.chromium.org/2541693004/diff/60001/chrome/android/java/res/layout/account_chooser_dialog_item.xml#newcode18 chrome/android/java/res/layout/account_chooser_dialog_item.xml:18: android:layout_centerVertical="true" On 2016/12/14 18:20:42, dfalcantara (check my queue) wrote: ...
4 years ago (2016-12-15 13:27:18 UTC) #24
gone
lgtm https://codereview.chromium.org/2541693004/diff/100001/chrome/android/java/res/drawable/material_tooltip_background.xml File chrome/android/java/res/drawable/material_tooltip_background.xml (right): https://codereview.chromium.org/2541693004/diff/100001/chrome/android/java/res/drawable/material_tooltip_background.xml#newcode9 chrome/android/java/res/drawable/material_tooltip_background.xml:9: android:radius="2dp"/> nit: should be alright to keep XML ...
4 years ago (2016-12-15 18:54:12 UTC) #25
vasilii
lgtm
4 years ago (2016-12-16 09:35:45 UTC) #26
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/2541693004/120001
4 years ago (2016-12-16 10:01:01 UTC) #29
commit-bot: I haz the power
Try jobs failed on following builders: android_n5x_swarming_rel on master.tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/android_n5x_swarming_rel/builds/87481)
4 years ago (2016-12-16 11:48:33 UTC) #31
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/2541693004/120001
4 years ago (2016-12-16 12:16:19 UTC) #33
commit-bot: I haz the power
Committed patchset #7 (id:120001)
4 years ago (2016-12-16 14:09:24 UTC) #36
commit-bot: I haz the power
4 years ago (2016-12-16 14:13:31 UTC) #38
Message was sent while issue was closed.
Patchset 7 (id:??) landed as
https://crrev.com/875df60ed3a8b3e1dd89043953b3f8aa00cf70d6
Cr-Commit-Position: refs/heads/master@{#439098}

Powered by Google App Engine
This is Rietveld 408576698