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

Issue 2232893002: Display text prompting user to set screen lock in order to view password in PasswordEntryEditor

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

Description

Display text prompting user to set screen lock in order to view password in PasswordEntryEditor This CL modifies the PasswordEntryEditor for devices that do not have a screen lock set by removing the hidden password view and the copy/view buttons and replacing them with a string of text that asks the user to set a screen lock in order to be able to access the password. BUG=619868

Patch Set 1 #

Total comments: 8

Patch Set 2 : Add style #

Total comments: 2

Patch Set 3 : Revert display condition #

Unified diffs Side-by-side diffs Delta from patch set Stats (+34 lines, -10 lines) Patch
M chrome/android/java/res/layout/password_entry_editor_interactive.xml View 1 2 chunks +13 lines, -7 lines 0 comments Download
M chrome/android/java/res/values-v21/styles.xml View 1 1 chunk +8 lines, -0 lines 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/preferences/password/PasswordEntryEditor.java View 2 2 chunks +11 lines, -1 line 0 comments Download
M chrome/android/java/strings/android_chrome_strings.grd View 1 1 chunk +2 lines, -2 lines 0 comments Download

Depends on Patchset:

Messages

Total messages: 7 (2 generated)
dozsa
Hello Yusuf and Theresa, Could you please take a look over this CL? Best, Paula
4 years, 4 months ago (2016-08-10 14:19:10 UTC) #3
Theresa
https://codereview.chromium.org/2232893002/diff/1/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/2232893002/diff/1/chrome/android/java/res/layout/password_entry_editor_interactive.xml#newcode121 chrome/android/java/res/layout/password_entry_editor_interactive.xml:121: android:layout_marginStart="15dp" This TextView and password_entry_editor_password share a number of ...
4 years, 4 months ago (2016-08-12 18:34:28 UTC) #4
dozsa
https://codereview.chromium.org/2232893002/diff/1/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/2232893002/diff/1/chrome/android/java/res/layout/password_entry_editor_interactive.xml#newcode121 chrome/android/java/res/layout/password_entry_editor_interactive.xml:121: android:layout_marginStart="15dp" On 2016/08/12 18:34:28, Theresa Wellington wrote: > This ...
4 years, 4 months ago (2016-08-18 12:40:37 UTC) #5
Theresa
https://codereview.chromium.org/2232893002/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/2232893002/diff/20001/chrome/android/java/src/org/chromium/chrome/browser/preferences/password/PasswordEntryEditor.java#newcode137 chrome/android/java/src/org/chromium/chrome/browser/preferences/password/PasswordEntryEditor.java:137: return !ChromeFeatureList.isEnabled(VIEW_PASSWORDS) If viewing passwords isn't enabled we want ...
4 years, 4 months ago (2016-08-18 18:10:23 UTC) #6
dozsa
4 years, 4 months ago (2016-08-19 08:03:05 UTC) #7
https://codereview.chromium.org/2232893002/diff/20001/chrome/android/java/src...
File
chrome/android/java/src/org/chromium/chrome/browser/preferences/password/PasswordEntryEditor.java
(right):

https://codereview.chromium.org/2232893002/diff/20001/chrome/android/java/src...
chrome/android/java/src/org/chromium/chrome/browser/preferences/password/PasswordEntryEditor.java:137:
return !ChromeFeatureList.isEnabled(VIEW_PASSWORDS)
On 2016/08/18 18:10:23, Theresa Wellington wrote:
> If viewing passwords isn't enabled we want to display the interactive password
> entry editor?

Sorry, for some reason I wasn't able to change the flag value from the terminal
so I changed it here for testing and forgot to change it back. Changed back to
original now.

Powered by Google App Engine
This is Rietveld 408576698