summaryrefslogtreecommitdiffstats
path: root/chrome/browser/autofill/autofill_manager.cc
Commit message (Expand)AuthorAgeFilesLines
* Remove c/b/api/sync dependency from AutofillManager using delegate.joi@chromium.org2013-03-061-18/+11
* Introduce //components/user_prefs.joi@chromium.org2013-03-061-1/+1
* Revert 185157.tommi@chromium.org2013-02-281-8/+4
* [Autofill] Post an async task for DOM parsing.isherman@chromium.org2013-02-281-4/+8
* Move the UI related code from AutofillExternalDelegate to AutofillManagerDele...kaiwang@chromium.org2013-02-271-3/+3
* [Autofill] Stop reference counting the AutofillManager class.isherman@chromium.org2013-02-221-9/+10
* [Autofill] Remove some unneeded methods from AutofillManagerDelegateisherman@chromium.org2013-02-211-6/+3
* Removing AutocheckoutInfoBarDelegateahutter@chromium.org2013-02-201-1/+0
* Remove PrefServiceBase, since everyone can now depend directly on PrefService.joi@chromium.org2013-02-161-1/+0
* [Autofill] Add UMA timing metrics for requestAutocomplete dialog.isherman@chromium.org2013-02-141-2/+5
* Download autocheckout whitelist and enable autocheckout for whitelisted sites...benquan@chromium.org2013-02-121-4/+19
* Move remaining non-test, non-Chrome-specific Prefs code to base/prefs/.joi@chromium.org2013-02-111-1/+1
* Introduce PrefRegistrySyncable, simplifying PrefServiceSyncable.joi@chromium.org2013-02-101-20/+21
* Add support for default values in filling forms (in a multipage autofill flow).ramankk@chromium.org2013-02-071-20/+0
* When the Autofill server hints that the current page is the start of an Autoc...ahutter@chromium.org2013-02-061-6/+10
* Adding the page and DPI scale adjustment for Autofill Popups.aurimas@chromium.org2013-02-061-2/+2
* Autocheckout progresses through a series of pages with forms and fills them o...ahutter@chromium.org2013-02-061-2/+7
* Extract details from autofill_dialog_controller's response and use them to fi...ramankk@chromium.org2013-02-041-0/+8
* Refactoring multipage autofill data out of every form and into one common loc...ahutter@chromium.org2013-01-291-1/+2
* [autofill] Hide the autofill dialog when a renderer is navigated to fix multipledbeam@chromium.org2013-01-291-5/+10
* Remove the dependency from c/b/autofill to c/b/ui/autofill/autofill_dialog_co...kaiwang@chromium.org2013-01-261-10/+8
* Browser changes for supporting checkable elementsramankk@chromium.org2013-01-221-0/+20
* Pop up requestAutocomplete UI when autofill server hints chrome client that i...ramankk@chromium.org2013-01-181-0/+20
* refactor AutofillDialogController: separate the interface the view usesestade@chromium.org2013-01-181-7/+7
* Reject data if the vector sizes are mismatched.cevans@chromium.org2013-01-151-0/+5
* Adding Autocheckout IPC messages and stub implementations of their handlers.ahutter@chromium.org2013-01-141-0/+6
* Revert 176189abodenha@chromium.org2013-01-141-20/+0
* handle credit card autofill popups in autofill dialogestade@chromium.org2013-01-121-2/+1
* Chrome-side implementation of AutocompleteErrorEvent#reason.dbeam@chromium.org2013-01-121-13/+13
* requestAutocomplete: mark textfields as invalid when user tries to submit wit...estade@chromium.org2013-01-111-29/+5
* Add support for radiobuttons and checkboxes.ramankk@chromium.org2013-01-101-0/+20
* Change infobar creation to use a public static Create() method on the infobar...pkasting@chromium.org2013-01-081-6/+2
* Split PrefService into PrefService, PrefServiceSimple and PrefServiceSyncable.joi@chromium.org2012-12-221-7/+8
* Make AutofillManager::GetProfileSuggestions use PersonalDataManager::GetProfi...estade@chromium.org2012-12-211-76/+13
* Revert 173889 Regressed page cyclerstonyg@chromium.org2012-12-201-20/+0
* Add support for autofilling radio buttons and checkboxes.ramankk@chromium.org2012-12-191-0/+20
* [autofill] Dispatch an autocompleteerror if autofill is disabled. dbeam@chromium.org2012-12-141-0/+5
* [autofill] Pass along frame URL and SSL status, only allow requests for credi...dbeam@chromium.org2012-12-061-2/+15
* fix autofill crash, third tryestade@chromium.org2012-12-051-3/+6
* [Autofill] Rename {Get,Set}CanonicalizedInfo() to {Get,Set}Info(), and pass i...isherman@chromium.org2012-12-051-7/+11
* [autofill] Fill in values on a successful run of interactive autocomplete.dbeam@chromium.org2012-11-301-6/+5
* [autofill] Fix crash while closing tab or browser window with interactivedbeam@chromium.org2012-11-301-0/+5
* Real autofill crash fix.estade@chromium.org2012-11-291-25/+9
* [Autofill] Don't crash if autocomplete is disabled while the user is interact...isherman@chromium.org2012-11-271-3/+4
* "fix" autofill crashestade@chromium.org2012-11-201-6/+17
* retry r168312 with static initializer fix.estade@chromium.org2012-11-191-4/+19
* Revert 168312 - [views] continue with Autofill interactive dialogdmichael@google.com2012-11-161-19/+4
* [views] continue with Autofill interactive dialogestade@chromium.org2012-11-161-4/+19
* retry r168247: more autofill refactoringestade@chromium.org2012-11-161-77/+35
* Revert 168247 - more autofill refactoringsreeram@chromium.org2012-11-161-35/+77