summaryrefslogtreecommitdiffstats
path: root/chrome/browser/autofill
Commit message (Expand)AuthorAgeFilesLines
* Allow disabling autocomplete download managersgurun@chromium.org2013-05-101-1/+2
* components: Move PrefRegistrySyncable into user_prefs namespace.tfarina@chromium.org2013-05-061-1/+1
* Change GetProfileToUse method from Profile to content::BrowserContextphajdan.jr@chromium.org2013-05-034-6/+12
* Formatting cleanup. Should be no code change.pkasting@chromium.org2013-05-031-0/+1
* Make PersonalDataManager use GetCreditCards() (rather than using credit_cards...dbeam@chromium.org2013-05-023-10/+10
* Disable flaky AutofillSelectViaTabisherman@chromium.org2013-04-301-1/+1
* [Autofill] Make AutofillSelectViaTab an Interactive UI testcsharp@chromium.org2013-04-292-28/+357
* [components] Switch {RefCounted}ProfileKeyedService to use BrowserContextphajdan.jr@chromium.org2013-04-264-6/+6
* Update Autofill OWNERSdhollowa@chromium.org2013-04-251-1/+1
* Allowing PersonalDataManagerFactory to create a service while incognito.dbeam@chromium.org2013-04-252-0/+5
* Disable AutofillSelectViaTabsergiu@chromium.org2013-04-251-1/+1
* Add InfoBarDelegate::web_contents(). This is convenient for the number ofpkasting@chromium.org2013-04-241-8/+4
* Eliminate InfoBarTabHelper. Make InfoBarService a concrete class.pkasting@chromium.org2013-04-232-15/+9
* [Autofill] Fix use-after-freecsharp@chromium.org2013-04-221-1/+1
* [Autofill] Handle the Tab Key in the new UIcsharp@chromium.org2013-04-201-0/+25
* [Autofill] Split off AutofillDataModel as a subclass of FormData.isherman@chromium.org2013-04-191-4/+4
* [Autofill] Mark a few DISABLED tests as FLAKYcsharp@chromium.org2013-04-181-3/+3
* Be more consistent about respecting link click dispositions in infobars: for ...pkasting@chromium.org2013-04-161-5/+6
* Put autofill code into namepspace autofill Step 2kaiwang@chromium.org2013-04-123-4/+5
* Move all code in c/b/autofill and autofill related code in c/b/ui into namesp...kaiwang@chromium.org2013-04-119-1/+33
* Rewrite std::string("") to std::string(), Linux edition.dcheng@chromium.org2013-04-091-12/+12
* Revert "Rewrite std::string("") to std::string(), Linux edition."dcheng@chromium.org2013-04-091-12/+12
* Rewrite std::string("") to std::string(), Linux edition.dcheng@chromium.org2013-04-091-12/+12
* Hide ContentClient getters from embedders so that they they don't reuse conte...jam@chromium.org2013-04-051-0/+2
* Remove application locale cache in autofill code (AutofillCountry::Applicatio...jam@chromium.org2013-04-052-2/+7
* Make autofill's Address store country using the country code so that app loca...jam@chromium.org2013-04-052-4/+6
* [Autofill:Risk] Add browser feature to the Risk protobuf.isherman@chromium.org2013-03-261-2/+6
* [Autofill] Remove debug logging from Risk fingerprint browsertest.isherman@chromium.org2013-03-231-9/+0
* Move c/b/a/infobar files back to c/b/infobarkaiwang@chromium.org2013-03-193-4/+4
* Fix OS_MACOS typos. Should be OS_MACOSX.dalecurtis@google.com2013-03-191-1/+1
* Schedule whitelist download when autofill manager is created to avoid false n...benquan@chromium.org2013-03-192-0/+144
* Remove Autofill notification typeskaiwang@chromium.org2013-03-161-42/+65
* Chromium style checker cleanuprsleevi@chromium.org2013-03-151-1/+1
* Move remaining Autofill code to //components/autofill.joi@chromium.org2013-03-09161-39841/+24
* Allows wallet::WalletClient to queue when requests are in progress.dbeam@chromium.org2013-03-0911-441/+513
* Introduce a Java wrapper for PersonalDataManager.yfriedman@chromium.org2013-03-093-0/+384
* Fixing which RequiredActions apply to what type of request.ahutter@chromium.org2013-03-094-11/+15
* Add AutofillDialogControllerTest.AutofillProfilesestade@chromium.org2013-03-083-1/+22
* Pass Feature flag to wallet api, so the server knows what the request is for.benquan@chromium.org2013-03-083-3/+26
* Adding another status for MaskedInstrument.ahutter@chromium.org2013-03-082-0/+3
* Get rid of remaining Autofill dependencies on chrome/common, except notificat...joi@chromium.org2013-03-084-21/+14
* [Autofill] Update tests to support native UIisherman@chromium.org2013-03-081-21/+105
* Move Autofill-specific switches and pref names into files within the component.joi@chromium.org2013-03-0814-18/+31
* Separate WebDatabase management from WebDataService.caitkp@chromium.org2013-03-082-1/+3
* [Mac] Convert ignore-exceptions helpers to block version.shess@chromium.org2013-03-071-2/+3
* Always Close the Autofill UI through the same path csharp@chromium.org2013-03-071-0/+7
* Establish components/autofill and move some fileskaiwang@chromium.org2013-03-0735-56/+56
* Remove dependency on BrowserProcess and pref_names.h by passing parametersjoi@chromium.org2013-03-074-43/+54
* Remove sync dependency from PersonalDataManager.joi@chromium.org2013-03-063-75/+6
* Make autofill stop depending on InfoBarServicekaiwang@chromium.org2013-03-068-73/+81