summaryrefslogtreecommitdiffstats
path: root/chrome/browser/autofill/autofill_manager_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Move remaining Autofill code to //components/autofill.joi@chromium.org2013-03-091-3228/+0
* Move Autofill-specific switches and pref names into files within the component.joi@chromium.org2013-03-081-1/+0
* Establish components/autofill and move some fileskaiwang@chromium.org2013-03-071-3/+3
* Introduce //components/user_prefs.joi@chromium.org2013-03-061-5/+6
* Move the UI related code from AutofillExternalDelegate to AutofillManagerDele...kaiwang@chromium.org2013-02-271-3/+2
* [Autofill] Stop reference counting the AutofillManager class.isherman@chromium.org2013-02-221-8/+6
* Remove PrefServiceBase, since everyone can now depend directly on PrefService.joi@chromium.org2013-02-161-6/+6
* [Autofill] Add UMA timing metrics for requestAutocomplete dialog.isherman@chromium.org2013-02-141-2/+2
* Move 'theme' parsing out of Extension classMHX348@motorola.com2013-02-121-2/+3
* Download autocheckout whitelist and enable autocheckout for whitelisted sites...benquan@chromium.org2013-02-121-4/+10
* Rename FilePath to base::FilePath and use new location of string_number_conve...brettw@chromium.org2013-02-081-1/+1
* Add support for default values in filling forms (in a multipage autofill flow).ramankk@chromium.org2013-02-071-54/+0
* Adding the page and DPI scale adjustment for Autofill Popups.aurimas@chromium.org2013-02-061-1/+1
* Allow signin to continue even if sync is disabled by policy.atwilson@chromium.org2013-02-031-8/+40
* Browser changes for supporting checkable elementsramankk@chromium.org2013-01-221-0/+54
* Revert 176189abodenha@chromium.org2013-01-141-54/+0
* Chrome-side implementation of AutocompleteErrorEvent#reason.dbeam@chromium.org2013-01-121-8/+16
* Add support for radiobuttons and checkboxes.ramankk@chromium.org2013-01-101-0/+54
* [Autofill] Update unit tests to use country codes when setting raw address info.isherman@chromium.org2013-01-051-5/+4
* Make AutofillManager::GetProfileSuggestions use PersonalDataManager::GetProfi...estade@chromium.org2012-12-211-2/+1
* Revert 173889 Regressed page cyclerstonyg@chromium.org2012-12-201-54/+0
* Add support for autofilling radio buttons and checkboxes.ramankk@chromium.org2012-12-191-0/+54
* [autofill] Dispatch an autocompleteerror if autofill is disabled. dbeam@chromium.org2012-12-141-0/+22
* Real autofill crash fix.estade@chromium.org2012-11-291-6/+43
* [Autofill] Rename AutofillProfile::{Get,Set}MultiInfo to {Get,Set}RawMultiInfoisherman@chromium.org2012-11-291-6/+6
* retry r168247: more autofill refactoringestade@chromium.org2012-11-161-12/+12
* Revert 168247 - more autofill refactoringsreeram@chromium.org2012-11-161-12/+12
* more autofill refactoringestade@chromium.org2012-11-161-12/+12
* [Autofill] Rename GetInfo and SetInfo to GetRawInfo and SetRawInfoisherman@chromium.org2012-11-101-5/+8
* Only Hide New Autofill UI if visible.csharp@chromium.org2012-11-081-1/+2
* [Autofill] Add metrics measuring developer engagement, in terms of implementa...isherman@chromium.org2012-10-261-1/+3
* [Autofill] Update the autocomplete types implementation to match the current ...isherman@chromium.org2012-10-241-21/+21
* Remove TabContents from autofill unittests.avi@chromium.org2012-10-231-32/+17
* [Autofill] Cleanup: Remove a redundant method.isherman@chromium.org2012-10-231-5/+0
* Move the bits of Prefs where production code has only trivially easyjoi@chromium.org2012-10-221-1/+1
* Make the AutocompleteHistoryManager be an implementation detail of AutofillMa...avi@chromium.org2012-10-211-8/+8
* Switch AutofillExternalDelegate to use WebContentsUserData.avi@chromium.org2012-10-101-3/+3
* Switch AutofillManager to be UserData on WebContents.avi@chromium.org2012-10-081-6/+7
* Move forms/ out of webkit/.blundell@chromium.org2012-10-051-49/+47
* Switch TabAutofillManagerDelegate to use WebContentsUserData.avi@chromium.org2012-10-011-5/+5
* Switch AutocompleteHistoryManager to use WebContentsUserData.avi@chromium.org2012-09-281-3/+4
* Switching from ForXyz naming to FromXyz naming, for consistency.joi@chromium.org2012-09-221-3/+3
* Extract abstract base to API directory for ProfileSyncService.joi@chromium.org2012-09-191-6/+7
* Use BrowserContext as key in API. Switch Autofill to use BC in place of Profile.joi@chromium.org2012-09-131-3/+3
* Introduce AutofillClient and use it to get rid of PasswordManager dependency.joi@chromium.org2012-08-301-1/+5
* Extract PrefServiceBase into chrome/browser/api. Use in api and autofill.joi@chromium.org2012-08-211-22/+21
* Move AutocompleteHistoryManager into chrome/browser/autofill/ as it isjoi@chromium.org2012-08-071-1/+1
* base: Make ScopedVector::clear() destroy elements.derat@chromium.org2012-07-191-2/+2
* [Sync] Move ModelType and related classes to 'syncer' namespaceakalin@chromium.org2012-07-031-8/+8
* base: Remove dereference structure operator (i.e ->) from ScopedVector.tfarina@chromium.org2012-06-301-3/+3