|
Add "previewing on hover" support for single-field autocomplete input
In terms of previewing on hover, treat single-field autocomplete
the same as Autofill. Functions are introduced to handle when an
AutoComplete selection is hovered over and clear once preview is done.
This fix only handles autocomplete field. Preview support for password
autofill support mentioned in the bug descriptions will be handled in a
separate commit.
BUG= 63421
R=estade@chromium.org, isherman@chromium.org
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=257274
Total comments: 2
Total comments: 6
Total comments: 34
Total comments: 12
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+126 lines, -38 lines) |
Patch |
|
M |
chrome/browser/ui/autofill/autofill_dialog_controller_impl.h
|
View
|
1
2
3
4
5
6
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
|
M |
chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc
|
View
|
1
2
3
4
5
6
|
1 chunk |
+3 lines, -1 line |
0 comments
|
Download
|
|
M |
chrome/browser/ui/autofill/autofill_popup_controller_impl.cc
|
View
|
1
2
3
4
5
6
|
1 chunk |
+5 lines, -3 lines |
0 comments
|
Download
|
|
M |
chrome/browser/ui/autofill/autofill_popup_controller_unittest.cc
|
View
|
1
2
3
4
5
6
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
|
M |
components/autofill/content/browser/content_autofill_driver.h
|
View
|
1
2
3
4
5
6
|
1 chunk |
+4 lines, -1 line |
0 comments
|
Download
|
|
M |
components/autofill/content/browser/content_autofill_driver.cc
|
View
|
1
2
3
4
5
6
|
1 chunk |
+10 lines, -2 lines |
0 comments
|
Download
|
|
M |
components/autofill/content/browser/content_autofill_driver_unittest.cc
|
View
|
1
2
3
4
5
6
|
2 chunks |
+21 lines, -6 lines |
0 comments
|
Download
|
|
M |
components/autofill/content/common/autofill_messages.h
|
View
|
1
2
3
4
|
1 chunk |
+6 lines, -2 lines |
0 comments
|
Download
|
|
M |
components/autofill/content/renderer/autofill_agent.h
|
View
|
1
2
3
4
5
6
|
2 chunks |
+10 lines, -2 lines |
0 comments
|
Download
|
|
M |
components/autofill/content/renderer/autofill_agent.cc
|
View
|
1
2
3
4
5
6
|
4 chunks |
+20 lines, -6 lines |
0 comments
|
Download
|
|
M |
components/autofill/core/browser/autofill_driver.h
|
View
|
1
2
3
4
|
1 chunk |
+7 lines, -1 line |
0 comments
|
Download
|
|
M |
components/autofill/core/browser/autofill_external_delegate.h
|
View
|
1
2
3
4
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
|
M |
components/autofill/core/browser/autofill_external_delegate.cc
|
View
|
1
2
3
4
|
2 chunks |
+6 lines, -2 lines |
0 comments
|
Download
|
|
M |
components/autofill/core/browser/autofill_external_delegate_unittest.cc
|
View
|
1
2
3
4
5
6
|
4 chunks |
+17 lines, -6 lines |
0 comments
|
Download
|
|
M |
components/autofill/core/browser/autofill_popup_delegate.h
|
View
|
1
2
3
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
|
M |
components/autofill/core/browser/test_autofill_driver.h
|
View
|
1
2
3
4
|
1 chunk |
+4 lines, -1 line |
0 comments
|
Download
|
|
M |
components/autofill/core/browser/test_autofill_driver.cc
|
View
|
1
2
3
4
|
1 chunk |
+5 lines, -1 line |
0 comments
|
Download
|
Total messages: 24 (0 generated)
|