|
|
Move the UI related code from AutofillExternalDelegate to AutofillManagerDelegate
Move the UI related code (autofill popup controlling) to AutofillManagerDelegate
(implementated by TabAutofillManagerDelegate), which is a better place for UI
dependencies, and many other UI dependencies are already there.
Note: work in progress. Will modify tests
BUG= 140037
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=184881
Total comments: 23
Total comments: 14
Total comments: 6
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+385 lines, -372 lines) |
Patch |
 |
M |
chrome/browser/autofill/DEPS
|
View
|
1
2
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/autofill/autocheckout_manager_unittest.cc
|
View
|
1
|
4 chunks |
+7 lines, -41 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/autofill/autocomplete_history_manager_unittest.cc
|
View
|
1
|
3 chunks |
+6 lines, -40 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/autofill/autofill_browsertest.cc
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+0 lines, -9 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/autofill/autofill_external_delegate.h
|
View
|
1
2
3
|
4 chunks |
+3 lines, -19 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/autofill/autofill_external_delegate.cc
|
View
|
1
2
3
4
5
|
11 chunks |
+17 lines, -52 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/autofill/autofill_external_delegate_browsertest.cc
|
View
|
1
2
3
4
|
5 chunks |
+55 lines, -51 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/autofill/autofill_external_delegate_unittest.cc
|
View
|
1
2
3
4
|
15 chunks |
+71 lines, -54 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/autofill/autofill_manager.h
|
View
|
1
2
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/autofill/autofill_manager.cc
|
View
|
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/autofill/autofill_manager_delegate.h
|
View
|
1
|
3 chunks |
+19 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/autofill/autofill_manager_unittest.cc
|
View
|
1
|
1 chunk |
+2 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/autofill/test_autofill_external_delegate.h
|
View
|
1
2
3
|
1 chunk |
+0 lines, -23 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/autofill/test_autofill_external_delegate.cc
|
View
|
1
2
3
|
1 chunk |
+0 lines, -22 lines |
0 comments
|
Download
|
 |
A |
chrome/browser/autofill/test_autofill_manager_delegate.h
|
View
|
1
2
|
1 chunk |
+60 lines, -0 lines |
0 comments
|
Download
|
 |
A |
chrome/browser/autofill/test_autofill_manager_delegate.cc
|
View
|
1
2
|
1 chunk |
+70 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/password_manager/password_manager_delegate_impl.cc
|
View
|
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/autofill/autofill_popup_controller_unittest.cc
|
View
|
1
|
2 chunks |
+6 lines, -34 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/autofill/tab_autofill_manager_delegate.h
|
View
|
1
|
4 chunks |
+13 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/autofill/tab_autofill_manager_delegate.cc
|
View
|
1
2
3
4
5
6
|
6 chunks |
+45 lines, -12 lines |
0 comments
|
Download
|
 |
M |
chrome/chrome_tests_unit.gypi
|
View
|
1
2
3
4
5
|
2 chunks |
+4 lines, -2 lines |
0 comments
|
Download
|
Total messages: 14 (0 generated)
|