|
Add initial implementation of AutoFill++. This implementation is hidden behind a switch, --enable-new-autofill. So far, we only pop up an infobar asking the user if he'd like to save the form information. I've added a rudimentary icon for the infobar, pulled from the mocks, so we'll probably want a blessed version of this icon at some point.
BUG= 18201
TEST=none
|
Unified diffs |
Side-by-side diffs |
Stats (+265 lines, -2 lines) |
 |
M |
chrome/app/chromium_strings.grd
|
View
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
 |
M |
chrome/app/generated_resources.grd
|
View
|
1 chunk |
+6 lines, -0 lines |
0 comments
|
 |
M |
chrome/app/google_chrome_strings.grd
|
View
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
 |
A |
chrome/app/theme/infobar_autofill.png
|
View
|
|
Binary file |
0 comments
|
|
 |
M |
chrome/app/theme/theme_resources.grd
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
|
 |
A |
chrome/browser/autofill/autofill_infobar_delegate.h
|
View
|
|
1 chunk |
+42 lines, -0 lines |
0 comments
|
|
 |
A |
chrome/browser/autofill/autofill_infobar_delegate.cc
|
View
|
1
|
1 chunk |
+76 lines, -0 lines |
0 comments
|
|
 |
A |
chrome/browser/autofill/autofill_manager.h
|
View
|
|
1 chunk |
+48 lines, -0 lines |
0 comments
|
|
 |
A |
chrome/browser/autofill/autofill_manager.cc
|
View
|
|
1 chunk |
+41 lines, -0 lines |
0 comments
|
|
 |
M |
chrome/browser/renderer_host/render_view_host.cc
|
View
|
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
|
 |
M |
chrome/browser/renderer_host/render_view_host_delegate.h
|
View
|
|
2 chunks |
+11 lines, -0 lines |
0 comments
|
|
 |
M |
chrome/browser/renderer_host/render_view_host_delegate.cc
|
View
|
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
|
 |
M |
chrome/browser/tab_contents/tab_contents.h
|
View
|
|
4 chunks |
+7 lines, -2 lines |
0 comments
|
|
 |
M |
chrome/browser/tab_contents/tab_contents.cc
|
View
|
|
3 chunks |
+8 lines, -0 lines |
0 comments
|
|
 |
M |
chrome/chrome.gyp
|
View
|
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
|
 |
M |
chrome/common/chrome_switches.h
|
View
|
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
|
 |
M |
chrome/common/chrome_switches.cc
|
View
|
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
|
Total messages: 6 (0 generated)
|