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

Issue 147533005: [Password Generation] Update UI to match final mocks. (Closed)

Created:
6 years, 10 months ago by Garrett Casto
Modified:
6 years, 10 months ago
Reviewers:
sky, nasko, Evan Stade
CC:
chromium-reviews, jam, benquan, tfarina, browser-components-watch_chromium.org, joi+watch-content_chromium.org, darin-cc_chromium.org, Dane Wallinga, dyu1, estade+watch_chromium.org, Ilya Sherman, rouslan+autofillwatch_chromium.org, Patrick Dubroy
Base URL:
https://chromium.googlesource.com/chromium/src.git@replace_password_generation_ui
Visibility:
Public.

Description

[Password Generation] Update UI to match final mocks. Specifically - Change the text of the generation popup. - Add a suggestion label. - Show editing popup when password is focused after generation. - Display password when it is focused after generation. - Various other small UI cleanups. BUG=318977 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=251494

Patch Set 1 #

Patch Set 2 : Merge #

Total comments: 21

Patch Set 3 : Comments #

Patch Set 4 : #

Patch Set 5 : #

Total comments: 18

Patch Set 6 : Comments #

Total comments: 8

Patch Set 7 : #

Total comments: 12

Patch Set 8 : #

Total comments: 10

Patch Set 9 : Comments #

Total comments: 2

Patch Set 10 : Comments #

Patch Set 11 : #

Total comments: 1

Patch Set 12 : #

Patch Set 13 : Unittests #

Unified diffs Side-by-side diffs Delta from patch set Stats (+359 lines, -123 lines) Patch
M chrome/app/generated_resources.grd View 1 chunk +6 lines, -6 lines 0 comments Download
M chrome/browser/password_manager/password_generation_interactive_uitest.cc View 1 2 3 4 5 6 7 8 8 chunks +37 lines, -10 lines 0 comments Download
M chrome/browser/password_manager/password_generation_manager.h View 1 2 3 4 5 6 7 8 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/password_manager/password_generation_manager.cc View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +19 lines, -3 lines 0 comments Download
M chrome/browser/ui/autofill/password_generation_popup_controller.h View 1 2 3 4 5 6 7 1 chunk +14 lines, -6 lines 0 comments Download
M chrome/browser/ui/autofill/password_generation_popup_controller_impl.h View 1 2 3 4 5 6 7 5 chunks +21 lines, -6 lines 0 comments Download
M chrome/browser/ui/autofill/password_generation_popup_controller_impl.cc View 1 2 3 4 5 6 7 8 9 10 11 12 chunks +92 lines, -37 lines 0 comments Download
M chrome/browser/ui/autofill/password_generation_popup_observer.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/autofill/password_generation_popup_view.h View 1 2 3 4 5 6 2 chunks +8 lines, -0 lines 0 comments Download
M chrome/browser/ui/views/autofill/password_generation_popup_view_views.h View 1 2 2 chunks +10 lines, -4 lines 0 comments Download
M chrome/browser/ui/views/autofill/password_generation_popup_view_views.cc View 1 2 3 4 5 6 7 8 3 chunks +94 lines, -37 lines 0 comments Download
M components/autofill/content/common/autofill_messages.h View 1 2 3 4 5 6 1 chunk +5 lines, -3 lines 0 comments Download
M components/autofill/content/renderer/password_generation_agent.cc View 1 2 3 4 5 6 4 chunks +11 lines, -4 lines 0 comments Download
M ui/views/controls/styled_label.h View 1 2 3 4 5 6 7 3 chunks +8 lines, -0 lines 0 comments Download
M ui/views/controls/styled_label.cc View 1 2 3 4 5 6 7 7 chunks +13 lines, -5 lines 0 comments Download
M ui/views/controls/styled_label_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +18 lines, -0 lines 0 comments Download

Messages

Total messages: 29 (0 generated)
Garrett Casto
sky: StyledLabel changes estade: The rest. Note that this change depends on https://codereview.chromium.org/151503006/
6 years, 10 months ago (2014-01-31 22:07:16 UTC) #1
Garrett Casto
On 2014/01/31 22:07:16, Garrett Casto wrote: > sky: StyledLabel changes > estade: The rest. > ...
6 years, 10 months ago (2014-01-31 23:59:40 UTC) #2
Evan Stade
I think this still contains changes from the other patchset https://codereview.chromium.org/147533005/diff/100001/chrome/browser/password_manager/password_generation_interactive_uitest.cc File chrome/browser/password_manager/password_generation_interactive_uitest.cc (right): https://codereview.chromium.org/147533005/diff/100001/chrome/browser/password_manager/password_generation_interactive_uitest.cc#newcode63 ...
6 years, 10 months ago (2014-02-03 18:49:14 UTC) #3
Garrett Casto
https://codereview.chromium.org/147533005/diff/100001/chrome/browser/password_manager/password_generation_interactive_uitest.cc File chrome/browser/password_manager/password_generation_interactive_uitest.cc (right): https://codereview.chromium.org/147533005/diff/100001/chrome/browser/password_manager/password_generation_interactive_uitest.cc#newcode63 chrome/browser/password_manager/password_generation_interactive_uitest.cc:63: // test tests to hang on Mac. On 2014/02/03 ...
6 years, 10 months ago (2014-02-04 17:54:57 UTC) #4
Garrett Casto
On 2014/02/04 17:54:57, Garrett Casto wrote: > https://codereview.chromium.org/147533005/diff/100001/chrome/browser/password_manager/password_generation_interactive_uitest.cc > File chrome/browser/password_manager/password_generation_interactive_uitest.cc > (right): > > ...
6 years, 10 months ago (2014-02-06 09:42:44 UTC) #5
Evan Stade
https://codereview.chromium.org/147533005/diff/280001/chrome/browser/ui/views/autofill/password_generation_popup_view_views.cc File chrome/browser/ui/views/autofill/password_generation_popup_view_views.cc (right): https://codereview.chromium.org/147533005/diff/280001/chrome/browser/ui/views/autofill/password_generation_popup_view_views.cc#newcode33 chrome/browser/ui/views/autofill/password_generation_popup_view_views.cc:33: class PasswordLabel : public views::View { think it's a ...
6 years, 10 months ago (2014-02-06 16:13:52 UTC) #6
Garrett Casto
https://codereview.chromium.org/147533005/diff/280001/chrome/browser/ui/views/autofill/password_generation_popup_view_views.cc File chrome/browser/ui/views/autofill/password_generation_popup_view_views.cc (right): https://codereview.chromium.org/147533005/diff/280001/chrome/browser/ui/views/autofill/password_generation_popup_view_views.cc#newcode33 chrome/browser/ui/views/autofill/password_generation_popup_view_views.cc:33: class PasswordLabel : public views::View { On 2014/02/06 16:13:52, ...
6 years, 10 months ago (2014-02-06 18:39:57 UTC) #7
Evan Stade
https://codereview.chromium.org/147533005/diff/280001/chrome/browser/ui/views/autofill/password_generation_popup_view_views.cc File chrome/browser/ui/views/autofill/password_generation_popup_view_views.cc (right): https://codereview.chromium.org/147533005/diff/280001/chrome/browser/ui/views/autofill/password_generation_popup_view_views.cc#newcode56 chrome/browser/ui/views/autofill/password_generation_popup_view_views.cc:56: suggestion_label_->SetBoundsRect(bounds()); On 2014/02/06 18:39:57, Garrett Casto wrote: > On ...
6 years, 10 months ago (2014-02-07 21:45:48 UTC) #8
Garrett Casto
https://codereview.chromium.org/147533005/diff/280001/chrome/browser/ui/views/autofill/password_generation_popup_view_views.cc File chrome/browser/ui/views/autofill/password_generation_popup_view_views.cc (right): https://codereview.chromium.org/147533005/diff/280001/chrome/browser/ui/views/autofill/password_generation_popup_view_views.cc#newcode56 chrome/browser/ui/views/autofill/password_generation_popup_view_views.cc:56: suggestion_label_->SetBoundsRect(bounds()); On 2014/02/07 21:45:48, Evan Stade wrote: > On ...
6 years, 10 months ago (2014-02-10 11:02:43 UTC) #9
Garrett Casto
And unfortunately 'git cl' doesn't seem to work right now. I'll update the patch in ...
6 years, 10 months ago (2014-02-10 11:10:17 UTC) #10
Garrett Casto
On 2014/02/10 11:10:17, Garrett Casto wrote: > And unfortunately 'git cl' doesn't seem to work ...
6 years, 10 months ago (2014-02-10 21:33:25 UTC) #11
Evan Stade
https://codereview.chromium.org/147533005/diff/530001/chrome/app/generated_resources.grd File chrome/app/generated_resources.grd (right): https://codereview.chromium.org/147533005/diff/530001/chrome/app/generated_resources.grd#newcode14678 chrome/app/generated_resources.grd:14678: + saved passwords. this will make translations somewhere between ...
6 years, 10 months ago (2014-02-11 19:42:13 UTC) #12
Garrett Casto
https://codereview.chromium.org/147533005/diff/530001/chrome/app/generated_resources.grd File chrome/app/generated_resources.grd (right): https://codereview.chromium.org/147533005/diff/530001/chrome/app/generated_resources.grd#newcode14678 chrome/app/generated_resources.grd:14678: + saved passwords. On 2014/02/11 19:42:14, Evan Stade wrote: ...
6 years, 10 months ago (2014-02-11 23:24:05 UTC) #13
Garrett Casto
On 2014/02/11 23:24:05, Garrett Casto wrote: > https://codereview.chromium.org/147533005/diff/530001/chrome/app/generated_resources.grd > File chrome/app/generated_resources.grd (right): > > https://codereview.chromium.org/147533005/diff/530001/chrome/app/generated_resources.grd#newcode14678 ...
6 years, 10 months ago (2014-02-12 22:39:00 UTC) #14
Evan Stade
https://codereview.chromium.org/147533005/diff/530001/chrome/browser/ui/autofill/password_generation_popup_controller_impl.cc File chrome/browser/ui/autofill/password_generation_popup_controller_impl.cc (right): https://codereview.chromium.org/147533005/diff/530001/chrome/browser/ui/autofill/password_generation_popup_controller_impl.cc#newcode32 chrome/browser/ui/autofill/password_generation_popup_controller_impl.cc:32: // All measurements in pixels On 2014/02/11 23:24:06, Garrett ...
6 years, 10 months ago (2014-02-12 23:10:56 UTC) #15
Garrett Casto
https://codereview.chromium.org/147533005/diff/530001/chrome/browser/ui/autofill/password_generation_popup_controller_impl.cc File chrome/browser/ui/autofill/password_generation_popup_controller_impl.cc (right): https://codereview.chromium.org/147533005/diff/530001/chrome/browser/ui/autofill/password_generation_popup_controller_impl.cc#newcode32 chrome/browser/ui/autofill/password_generation_popup_controller_impl.cc:32: // All measurements in pixels On 2014/02/12 23:10:57, Evan ...
6 years, 10 months ago (2014-02-12 23:38:50 UTC) #16
Garrett Casto
+nasko for IPC change.
6 years, 10 months ago (2014-02-12 23:39:33 UTC) #17
Evan Stade
https://codereview.chromium.org/147533005/diff/620001/chrome/browser/ui/autofill/password_generation_popup_controller_impl.cc File chrome/browser/ui/autofill/password_generation_popup_controller_impl.cc (right): https://codereview.chromium.org/147533005/diff/620001/chrome/browser/ui/autofill/password_generation_popup_controller_impl.cc#newcode40 chrome/browser/ui/autofill/password_generation_popup_controller_impl.cc:40: const base::char16 kRangeSeperator = '|'; On 2014/02/12 23:38:51, Garrett ...
6 years, 10 months ago (2014-02-13 02:21:09 UTC) #18
Garrett Casto
https://codereview.chromium.org/147533005/diff/620001/chrome/browser/ui/autofill/password_generation_popup_controller_impl.cc File chrome/browser/ui/autofill/password_generation_popup_controller_impl.cc (right): https://codereview.chromium.org/147533005/diff/620001/chrome/browser/ui/autofill/password_generation_popup_controller_impl.cc#newcode40 chrome/browser/ui/autofill/password_generation_popup_controller_impl.cc:40: const base::char16 kRangeSeperator = '|'; On 2014/02/13 02:21:10, Evan ...
6 years, 10 months ago (2014-02-13 22:32:26 UTC) #19
Evan Stade
lgtm https://codereview.chromium.org/147533005/diff/820001/chrome/browser/ui/autofill/password_generation_popup_controller_impl.cc File chrome/browser/ui/autofill/password_generation_popup_controller_impl.cc (right): https://codereview.chromium.org/147533005/diff/820001/chrome/browser/ui/autofill/password_generation_popup_controller_impl.cc#newcode93 chrome/browser/ui/autofill/password_generation_popup_controller_impl.cc:93: '|' /* separator */, prefer C++ style comments ...
6 years, 10 months ago (2014-02-13 22:52:10 UTC) #20
nasko
LGTM on IPC. Please add me as the reviewer for the subsequent CL that uses ...
6 years, 10 months ago (2014-02-13 23:35:30 UTC) #21
sky
LGTM
6 years, 10 months ago (2014-02-14 19:20:34 UTC) #22
Garrett Casto
The CQ bit was checked by gcasto@chromium.org
6 years, 10 months ago (2014-02-14 19:37:03 UTC) #23
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/gcasto@chromium.org/147533005/900001
6 years, 10 months ago (2014-02-14 19:38:32 UTC) #24
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 10 months ago (2014-02-14 20:25:02 UTC) #25
commit-bot: I haz the power
Retried try job too often on win_rel for step(s) base_unittests, browser_tests, interactive_ui_tests, net_unittests, unit_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=win_rel&number=264544
6 years, 10 months ago (2014-02-14 20:25:03 UTC) #26
Garrett Casto
The CQ bit was checked by gcasto@chromium.org
6 years, 10 months ago (2014-02-14 22:21:28 UTC) #27
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/gcasto@chromium.org/147533005/1190001
6 years, 10 months ago (2014-02-14 22:26:14 UTC) #28
commit-bot: I haz the power
6 years, 10 months ago (2014-02-15 03:39:00 UTC) #29
Message was sent while issue was closed.
Change committed as 251494

Powered by Google App Engine
This is Rietveld 408576698