|
Moving AutofillAgent Logic into Browser
This is the first attempt at moving some of the Autofill logic out of the
autofillagent in the renderer and into the external delegate in the browser.
I just focused on OnSuggestionsReturned, so the browser side should be able to
correcrtly create the list of suggestions to show. There are still features that
need to be moved, such as the ability to select an item, which I will address in
future cls.
BUG= 51644
TEST=
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=111240
Total comments: 24
Total comments: 10
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+247 lines, -46 lines) |
Patch |
 |
M |
chrome/browser/autocomplete_history_manager_unittest.cc
|
View
|
1
|
2 chunks |
+16 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/autofill/autofill_external_delegate.h
|
View
|
1
2
3
|
4 chunks |
+49 lines, -11 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/autofill/autofill_external_delegate.cc
|
View
|
1
2
3
|
2 chunks |
+106 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/autofill/autofill_manager.h
|
View
|
1
2
3
4
|
3 chunks |
+11 lines, -13 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/autofill/autofill_manager.cc
|
View
|
1
2
3
4
|
3 chunks |
+14 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/autofill/autofill_manager_unittest.cc
|
View
|
1
|
3 chunks |
+16 lines, -8 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/autofill/autofill_metrics_unittest.cc
|
View
|
1
|
3 chunks |
+8 lines, -4 lines |
0 comments
|
Download
|
 |
M |
chrome/common/autofill_messages.h
|
View
|
1
|
3 chunks |
+8 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/renderer/autofill/autofill_agent.cc
|
View
|
1
|
2 chunks |
+7 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/renderer/autofill/form_autofill_util.cc
|
View
|
1
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
webkit/glue/form_field.h
|
View
|
1
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
webkit/glue/form_field.cc
|
View
|
1
2
3
4
|
2 chunks |
+8 lines, -2 lines |
0 comments
|
Download
|
Total messages: 21 (0 generated)
|