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

Issue 2954093002: Adding an edit button for username correction while saving new credentials for password management. (Closed)

Created:
3 years, 6 months ago by irmakk
Modified:
3 years, 5 months ago
Reviewers:
vasilii, melandory
CC:
chromium-reviews, tfarina, gcasto+watchlist_chromium.org, srahim+watch_chromium.org, vabr+watchlistpasswordmanager_chromium.org
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

Adding an edit button for username correction while saving new credentials for password management. This cl implements an edit button inside the password management bubble when saving a new credential for a site. The feature is added as an experiment, and the edit button which is newly added currently does nothing. Screenshots for both rtl and ltr languages are in the bug and the document. The document for the feature can be found here: https: //docs.google.com/a/google.com/document/d/1zTXXiiyJ5NdYSNEUNUjPUT6jyzCqv52rqjsY8GXZ6II/edit?usp=sharing Review-Url: https://codereview.chromium.org/2954093002 Cr-Commit-Position: refs/heads/master@{#482219} Committed: https://chromium.googlesource.com/chromium/src/+/c0e8613b70e3d3899c09a4e40a1ac066fe3763d2

Patch Set 1 : Added the feature tag and edit button view #

Total comments: 6

Patch Set 2 : Fixed crushing on edit button click #

Patch Set 3 : Fixed typo. #

Patch Set 4 : Removed unnecessary declaration. #

Patch Set 5 : Experiment constraints added #

Total comments: 4

Patch Set 6 : Initialized edit_button_ in the constructor #

Unified diffs Side-by-side diffs Delta from patch set Stats (+29 lines, -6 lines) Patch
M chrome/app/generated_resources.grd View 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/browser/ui/views/passwords/manage_passwords_bubble_view.cc View 1 2 3 4 5 7 chunks +21 lines, -6 lines 0 comments Download
M components/password_manager/core/common/password_manager_features.h View 4 1 chunk +1 line, -0 lines 0 comments Download
M components/password_manager/core/common/password_manager_features.cc View 1 chunk +4 lines, -0 lines 0 comments Download

Messages

Total messages: 24 (14 generated)
irmakk
On 2017/06/23 09:20:45, irmakk wrote: > mailto:irmakk@google.com changed reviewers: > + mailto:melandory@chromium.org, mailto:vasilii@chromium.org Will we ...
3 years, 6 months ago (2017-06-23 09:22:04 UTC) #3
vasilii
Change the description to something more meaningful. Re: update bubble This is tricky. We decide ...
3 years, 6 months ago (2017-06-23 12:02:07 UTC) #4
irmakk
Screenshot for right-to-left languages added to the bug. Currently not doing anything for the update ...
3 years, 6 months ago (2017-06-23 12:19:57 UTC) #6
vasilii
https://codereview.chromium.org/2954093002/diff/1/components/password_manager/core/common/password_manager_features.h File components/password_manager/core/common/password_manager_features.h (right): https://codereview.chromium.org/2954093002/diff/1/components/password_manager/core/common/password_manager_features.h#newcode24 components/password_manager/core/common/password_manager_features.h:24: extern const base::Feature kEnableUsernameCorrection; On 2017/06/23 12:19:56, irmakk wrote: ...
3 years, 6 months ago (2017-06-23 12:35:19 UTC) #7
irmakk
https://codereview.chromium.org/2954093002/diff/1/components/password_manager/core/common/password_manager_features.h File components/password_manager/core/common/password_manager_features.h (right): https://codereview.chromium.org/2954093002/diff/1/components/password_manager/core/common/password_manager_features.h#newcode24 components/password_manager/core/common/password_manager_features.h:24: extern const base::Feature kEnableUsernameCorrection; On 2017/06/23 12:35:19, vasilii wrote: ...
3 years, 6 months ago (2017-06-23 13:04:24 UTC) #8
vasilii
https://codereview.chromium.org/2954093002/diff/80001/chrome/browser/ui/views/passwords/manage_passwords_bubble_view.cc File chrome/browser/ui/views/passwords/manage_passwords_bubble_view.cc (right): https://codereview.chromium.org/2954093002/diff/80001/chrome/browser/ui/views/passwords/manage_passwords_bubble_view.cc#newcode313 chrome/browser/ui/views/passwords/manage_passwords_bubble_view.cc:313: views::Button* edit_button_; potentially uninitialized in the constructor https://codereview.chromium.org/2954093002/diff/80001/chrome/browser/ui/views/passwords/manage_passwords_bubble_view.cc#newcode361 chrome/browser/ui/views/passwords/manage_passwords_bubble_view.cc:361: ...
3 years, 6 months ago (2017-06-23 13:27:19 UTC) #11
irmakk
PTAL https://codereview.chromium.org/2954093002/diff/80001/chrome/browser/ui/views/passwords/manage_passwords_bubble_view.cc File chrome/browser/ui/views/passwords/manage_passwords_bubble_view.cc (right): https://codereview.chromium.org/2954093002/diff/80001/chrome/browser/ui/views/passwords/manage_passwords_bubble_view.cc#newcode313 chrome/browser/ui/views/passwords/manage_passwords_bubble_view.cc:313: views::Button* edit_button_; On 2017/06/23 13:27:19, vasilii wrote: > ...
3 years, 6 months ago (2017-06-23 14:10:02 UTC) #12
vasilii
lgtm
3 years, 6 months ago (2017-06-23 14:13:12 UTC) #13
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/2954093002/100001
3 years, 5 months ago (2017-06-26 08:41:47 UTC) #21
commit-bot: I haz the power
3 years, 5 months ago (2017-06-26 09:45:18 UTC) #24
Message was sent while issue was closed.
Committed patchset #6 (id:100001) as
https://chromium.googlesource.com/chromium/src/+/c0e8613b70e3d3899c09a4e40a1a...

Powered by Google App Engine
This is Rietveld 408576698