|
Add supports that allow Autofill to be initiated from textarea field
Handling both keyboard and mouse events in textarea that initiate autofill preview and fill form actions. Add test cases from browser tests aspect to cover page click and findformfieldfortextarea cases.
BUG= 332557
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=259076
Total comments: 2
Total comments: 6
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+523 lines, -227 lines) |
Patch |
|
M |
chrome/renderer/autofill/autofill_renderer_browsertest.cc
|
View
|
1
2
3
4
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
chrome/renderer/autofill/form_autofill_browsertest.cc
|
View
|
|
19 chunks |
+167 lines, -35 lines |
0 comments
|
Download
|
|
M |
chrome/renderer/autofill/page_click_tracker_browsertest.cc
|
View
|
|
5 chunks |
+96 lines, -34 lines |
0 comments
|
Download
|
|
M |
components/autofill/content/renderer/autofill_agent.h
|
View
|
1
2
3
4
|
6 chunks |
+14 lines, -9 lines |
0 comments
|
Download
|
|
M |
components/autofill/content/renderer/autofill_agent.cc
|
View
|
1
2
3
4
|
13 chunks |
+87 lines, -42 lines |
0 comments
|
Download
|
|
M |
components/autofill/content/renderer/form_autofill_util.h
|
View
|
|
3 chunks |
+10 lines, -8 lines |
0 comments
|
Download
|
|
M |
components/autofill/content/renderer/form_autofill_util.cc
|
View
|
|
11 chunks |
+60 lines, -77 lines |
0 comments
|
Download
|
|
M |
components/autofill/content/renderer/form_cache.h
|
View
|
|
2 chunks |
+2 lines, -1 line |
0 comments
|
Download
|
|
M |
components/autofill/content/renderer/form_cache.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
components/autofill/content/renderer/page_click_listener.h
|
View
|
|
2 chunks |
+7 lines, -7 lines |
0 comments
|
Download
|
|
M |
components/autofill/content/renderer/page_click_tracker.cc
|
View
|
|
7 chunks |
+27 lines, -7 lines |
0 comments
|
Download
|
|
M |
components/autofill/content/renderer/password_autofill_agent.cc
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
components/autofill/core/browser/autocomplete_history_manager.h
|
View
|
1
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
components/autofill/core/browser/autocomplete_history_manager.cc
|
View
|
1
2
|
2 chunks |
+3 lines, -1 line |
0 comments
|
Download
|
|
M |
components/autofill/core/browser/autocomplete_history_manager_unittest.cc
|
View
|
1
2
3
4
|
1 chunk |
+42 lines, -0 lines |
0 comments
|
Download
|
|
M |
components/autofill/core/browser/autofill_manager.cc
|
View
|
1
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
Total messages: 17 (0 generated)
|