|
[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
Total comments: 21
Total comments: 18
Total comments: 8
Total comments: 12
Total comments: 10
Total comments: 2
Total comments: 1
|
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
|
Total messages: 29 (0 generated)
|