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

Issue 2156613002: Modify PasswordEntryEditor UI to display account credentials in a user-friendly manner (Closed)

Created:
4 years, 5 months ago by dozsa
Modified:
4 years, 5 months ago
CC:
chromium-reviews, gcasto+watchlist_chromium.org, vabr+watchlistpasswordmanager_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Modify PasswordEntryEditor UI to display account credentials in a user-friendly manner This CL modifies the way in which account credentials (URL/username) are displayed on PasswordEntryEditor.java and adds buttons which will allow users to view/copy their credentials. BUG=628669 Committed: https://crrev.com/f7795abfa54c8e1639a817b09f94bd8694d98077 Cr-Commit-Position: refs/heads/master@{#407158}

Patch Set 1 #

Patch Set 2 : Add buttons #

Total comments: 5

Patch Set 3 : Add flag #

Total comments: 13

Patch Set 4 : Fix feature implementation #

Patch Set 5 : Add accessibility labels #

Total comments: 13

Patch Set 6 : Update icons #

Patch Set 7 : Rename icons #

Total comments: 2

Patch Set 8 : Remove mirrored images #

Patch Set 9 : Optimize pngs #

Patch Set 10 : Rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+192 lines, -5 lines) Patch
A chrome/android/java/res/drawable-hdpi/ic_content_copy.png View 1 2 3 4 5 6 Binary file 0 comments Download
A chrome/android/java/res/drawable-hdpi/ic_visibility.png View 1 2 3 4 5 6 Binary file 0 comments Download
A chrome/android/java/res/drawable-mdpi/ic_content_copy.png View 1 2 3 4 5 6 Binary file 0 comments Download
A chrome/android/java/res/drawable-mdpi/ic_visibility.png View 1 2 3 4 5 6 Binary file 0 comments Download
A chrome/android/java/res/drawable-xhdpi/ic_content_copy.png View 1 2 3 4 5 6 Binary file 0 comments Download
A chrome/android/java/res/drawable-xhdpi/ic_visibility.png View 1 2 3 4 5 6 Binary file 0 comments Download
A chrome/android/java/res/drawable-xxhdpi/ic_content_copy.png View 1 2 3 4 5 6 Binary file 0 comments Download
A chrome/android/java/res/drawable-xxhdpi/ic_visibility.png View 1 2 3 4 5 6 Binary file 0 comments Download
A chrome/android/java/res/drawable-xxxhdpi/ic_content_copy.png View 1 2 3 4 5 6 Binary file 0 comments Download
A chrome/android/java/res/drawable-xxxhdpi/ic_visibility.png View 1 2 3 4 5 6 Binary file 0 comments Download
M chrome/android/java/res/layout/password_entry_editor.xml View 1 2 3 1 chunk +2 lines, -1 line 0 comments Download
A chrome/android/java/res/layout/password_entry_editor_interactive.xml View 1 2 3 4 5 6 7 1 chunk +154 lines, -0 lines 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/preferences/password/PasswordEntryEditor.java View 1 2 3 4 5 4 chunks +12 lines, -3 lines 0 comments Download
M chrome/android/java/strings/android_chrome_strings.grd View 1 2 3 4 5 6 7 8 9 1 chunk +22 lines, -1 line 0 comments Download
M chrome/browser/android/chrome_feature_list.cc View 1 2 3 4 5 6 7 8 9 2 chunks +2 lines, -0 lines 0 comments Download

Messages

Total messages: 45 (16 generated)
dozsa
I've added similar buttons to the one displayed in the screenshot in the bug, as ...
4 years, 5 months ago (2016-07-18 15:45:59 UTC) #3
vabr (Chromium)
Hi Paula, Thanks for the CL. I have not seen the code checking the flag ...
4 years, 5 months ago (2016-07-18 16:00:26 UTC) #4
dozsa
https://codereview.chromium.org/2156613002/diff/20001/chrome/android/java/src/org/chromium/chrome/browser/preferences/password/PasswordEntryEditor.java File chrome/android/java/src/org/chromium/chrome/browser/preferences/password/PasswordEntryEditor.java (right): https://codereview.chromium.org/2156613002/diff/20001/chrome/android/java/src/org/chromium/chrome/browser/preferences/password/PasswordEntryEditor.java#newcode92 chrome/android/java/src/org/chromium/chrome/browser/preferences/password/PasswordEntryEditor.java:92: /*private void hookupCancelDeleteButtons(View v) { On 2016/07/18 16:00:26, vabr ...
4 years, 5 months ago (2016-07-18 18:44:52 UTC) #5
dozsa
Hi Tanja, I'm having an issue with hiding the newly created xml using the ViewPasswords ...
4 years, 5 months ago (2016-07-19 08:29:16 UTC) #7
vabr (Chromium)
Thanks, Paula. I remembered one thing we did not talk about yet: accessibility labels. The ...
4 years, 5 months ago (2016-07-19 08:44:38 UTC) #8
melandory
On 2016/07/19 08:29:16, dozsa wrote: > Hi Tanja, > > I'm having an issue with ...
4 years, 5 months ago (2016-07-19 09:31:35 UTC) #9
melandory
Also, should I start looking at the code or it's too early?
4 years, 5 months ago (2016-07-19 09:32:49 UTC) #10
chromium-reviews
I'll let you know as soon as I address Vaclav's comments and add the OWNER ...
4 years, 5 months ago (2016-07-19 09:36:09 UTC) #11
dozsa
Hello Bernhard and Tanja, Could you please take a look over this CL? Thank you! ...
4 years, 5 months ago (2016-07-19 10:01:05 UTC) #13
vabr (Chromium)
Thanks, Paula, for addressing the comments. I have a few more below, but the CL ...
4 years, 5 months ago (2016-07-19 10:54:12 UTC) #14
Bernhard Bauer
We only have the images in hdpi? What is going to happen at a higher ...
4 years, 5 months ago (2016-07-19 11:46:49 UTC) #15
dozsa
On 2016/07/19 11:46:49, Bernhard Bauer wrote: > We only have the images in hdpi? What ...
4 years, 5 months ago (2016-07-19 11:51:54 UTC) #16
dozsa
https://codereview.chromium.org/2156613002/diff/80001/chrome/android/java/res/layout/password_entry_editor_1.xml File chrome/android/java/res/layout/password_entry_editor_1.xml (right): https://codereview.chromium.org/2156613002/diff/80001/chrome/android/java/res/layout/password_entry_editor_1.xml#newcode33 chrome/android/java/res/layout/password_entry_editor_1.xml:33: android:weightSum="1" > On 2016/07/19 11:46:50, Bernhard Bauer wrote: > ...
4 years, 5 months ago (2016-07-20 12:07:09 UTC) #17
Bernhard Bauer
Can you remove the _googblue_24dp part from the icon names? Also, why is the RTL ...
4 years, 5 months ago (2016-07-20 14:25:56 UTC) #20
dozsa
I've removed the _googblue_24dp part from the icon names, and thank you for noticing the ...
4 years, 5 months ago (2016-07-20 15:32:59 UTC) #23
Bernhard Bauer
On 2016/07/20 15:32:59, dozsa wrote: > I've removed the _googblue_24dp part from the icon names, ...
4 years, 5 months ago (2016-07-21 09:06:40 UTC) #24
dozsa
Okay, I get what you mean now, thanks for noticing the mirrored images. I just ...
4 years, 5 months ago (2016-07-21 09:42:21 UTC) #25
dozsa
https://codereview.chromium.org/2156613002/diff/120001/chrome/android/java/res/layout/password_entry_editor_interactive.xml File chrome/android/java/res/layout/password_entry_editor_interactive.xml (right): https://codereview.chromium.org/2156613002/diff/120001/chrome/android/java/res/layout/password_entry_editor_interactive.xml#newcode115 chrome/android/java/res/layout/password_entry_editor_interactive.xml:115: android:weightSum="1" > On 2016/07/21 09:06:40, Bernhard Bauer wrote: > ...
4 years, 5 months ago (2016-07-21 09:43:43 UTC) #26
Bernhard Bauer
LGTM, but you should probably get an additional reviewer for the files in chrome/android/java/res/, as ...
4 years, 5 months ago (2016-07-21 09:46:48 UTC) #27
dozsa
Hello Ted, Could you please take a look over this CL? Best, Paula
4 years, 5 months ago (2016-07-21 09:50:56 UTC) #29
dozsa
On 2016/07/21 09:50:56, dozsa wrote: > Hello Ted, > > Could you please take a ...
4 years, 5 months ago (2016-07-21 11:05:35 UTC) #30
Ted C
On 2016/07/21 11:05:35, dozsa wrote: > On 2016/07/21 09:50:56, dozsa wrote: > > Hello Ted, ...
4 years, 5 months ago (2016-07-21 17:33:45 UTC) #31
dozsa
Hi Ted, I've just optimized the pngs as you suggested.
4 years, 5 months ago (2016-07-22 13:03:48 UTC) #32
Ted C
lgtm
4 years, 5 months ago (2016-07-22 13:48:17 UTC) #33
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/2156613002/160001
4 years, 5 months ago (2016-07-22 13:54:31 UTC) #36
commit-bot: I haz the power
Try jobs failed on following builders: ios-device on master.tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/ios-device/builds/39938) ios-device-gn on master.tryserver.chromium.mac (JOB_FAILED, ...
4 years, 5 months ago (2016-07-22 13:56:12 UTC) #38
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/2156613002/180001
4 years, 5 months ago (2016-07-22 14:09:01 UTC) #41
commit-bot: I haz the power
Committed patchset #10 (id:180001)
4 years, 5 months ago (2016-07-22 14:51:53 UTC) #43
commit-bot: I haz the power
4 years, 5 months ago (2016-07-22 14:53:14 UTC) #45
Message was sent while issue was closed.
Patchset 10 (id:??) landed as
https://crrev.com/f7795abfa54c8e1639a817b09f94bd8694d98077
Cr-Commit-Position: refs/heads/master@{#407158}

Powered by Google App Engine
This is Rietveld 408576698