diff options
author | jcivelli@google.com <jcivelli@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-14 17:36:08 +0000 |
---|---|---|
committer | jcivelli@google.com <jcivelli@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-14 17:36:08 +0000 |
commit | 03f57072cd19125c59fbc1d7c76f2856ca200850 (patch) | |
tree | 80eadc11ae10e48c8c21fe2bc6dfe50dd4a32ec6 /chrome/chrome_renderer.gypi | |
parent | a2a7fcfe13e9d42c35cb79a0c57d02c3ce7778ea (diff) | |
download | chromium_src-03f57072cd19125c59fbc1d7c76f2856ca200850.zip chromium_src-03f57072cd19125c59fbc1d7c76f2856ca200850.tar.gz chromium_src-03f57072cd19125c59fbc1d7c76f2856ca200850.tar.bz2 |
First step in moving the password autocomplete code from the WebKit API
to the Chromium code.
This is currently behind a #define that will be defined in the WebKit API
when the change is finished on that side.
PasswordAutocompleteManager replaces webpasswordautocompletelistener_impl.cc, it
is responsible for trigering password autocomplete
The unit-tests in webpasswordautocompletelistener_unittest.cc have been ported
to password_autocomplete_manager_unittest.cc. They are now test shell unit-tests
so we don't have to use a wrapper around WebElements.
BUG=None
TEST=The new code is not yet enabled. Test that the password autocomplete still
works as expected.
Review URL: http://codereview.chromium.org/2827030
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@52342 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_renderer.gypi')
-rw-r--r-- | chrome/chrome_renderer.gypi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/chrome_renderer.gypi b/chrome/chrome_renderer.gypi index 1b27e29..b0b2532 100644 --- a/chrome/chrome_renderer.gypi +++ b/chrome/chrome_renderer.gypi @@ -107,6 +107,8 @@ 'renderer/notification_provider.cc', 'renderer/notification_provider.h', 'renderer/paint_aggregator.cc', + 'renderer/password_autocomplete_manager.cc', + 'renderer/password_autocomplete_manager.h', 'renderer/pepper_devices.cc', 'renderer/pepper_devices.h', 'renderer/pepper_plugin_delegate_impl.cc', |