summaryrefslogtreecommitdiffstats
path: root/components/autofill/browser/autofill_manager.cc
Commit message (Expand)AuthorAgeFilesLines
* In components/autofill, move browser/ to core/browser/blundell@chromium.org2013-06-201-1302/+0
* components: Rename component_resources.* to component_strings.*tfarina@chromium.org2013-06-191-1/+1
* In components/autofill, move common/ to core/common/blundell@chromium.org2013-06-181-7/+7
* Abstract WebContentsObserver from Autofill shared codeblundell@chromium.org2013-06-161-50/+27
* Revert "In components/autofill, move common/ to shared/"blundell@chromium.org2013-06-151-7/+7
* In components/autofill, move common/ to shared/blundell@chromium.org2013-06-151-7/+7
* In components/autofill, move browser/autocheckout* to content/browser/blundell@chromium.org2013-06-141-2/+2
* Rewrite scoped_ptr<T>(NULL) to use the default ctor in components/.dcheng@chromium.org2013-06-131-1/+1
* Use a direct include of strings headers in components/, part 1.avi@chromium.org2013-06-111-2/+2
* Use a direct include of utf_string_conversions.h in chrome_frame/, chromeos/,...avi@chromium.org2013-06-071-1/+1
* Stop offering Autocheckout bubble on the forms of no interest to Autocheckout.ramankk@chromium.org2013-06-041-13/+33
* [Password Autofill] Fix password Autofill on Facebook and Gmail.isherman@chromium.org2013-05-221-1/+3
* Separate component resources into their own .grd filecaitkp@chromium.org2013-05-141-1/+1
* Revert 199800 "Separate component resources into their own .grd ..."tonyg@chromium.org2013-05-131-1/+1
* Separate component resources into their own .grd filecaitkp@chromium.org2013-05-131-1/+1
* Allow disabling autocomplete download managersgurun@chromium.org2013-05-101-14/+19
* components: Move PrefRegistrySyncable into user_prefs namespace.tfarina@chromium.org2013-05-061-16/+22
* Make PersonalDataManager use GetCreditCards() (rather than using credit_cards...dbeam@chromium.org2013-05-021-2/+3
* Requery the autofill server when forms and input fields are dynamically added.dgwallinga@chromium.org2013-04-301-3/+14
* components: Remove use of ALLOW_THIS_IN_INITIALIZER_LIST.scherkus@chromium.org2013-04-261-2/+2
* Pull password generation code out of AutofillManager.gcasto@chromium.org2013-04-241-87/+0
* There are race conditions between IPC messages which causes autocheckout bubb...benquan@chromium.org2013-04-221-2/+6
* [Autofill] Split off AutofillDataModel as a subclass of FormData.isherman@chromium.org2013-04-191-13/+13
* Disabling Autocheckout on non-Views builds.ahutter@chromium.org2013-04-191-0/+4
* Autofill:Autocheckout: In addition to "Enable Experimental Form filling" flag...ramankk@chromium.org2013-04-181-1/+2
* Put autofill code into namepspace autofill Step 2kaiwang@chromium.org2013-04-121-0/+4
* Convert string16 -> base::string16 in components/brettw@chromium.org2013-04-111-30/+31
* Fail autocheckout if there is no forms in the page.benquan@chromium.org2013-04-111-2/+8
* Preventing Autofill saving user entered data during Autocheckout.ahutter@chromium.org2013-04-111-1/+3
* Position Autocheckout bubble correctly on Windows.ahutter@chromium.org2013-04-101-1/+0
* Fixed a crash by not depending on manager's metrics logger.mad@chromium.org2013-04-101-1/+1
* Remove application locale cache in autofill code (AutofillCountry::Applicatio...jam@chromium.org2013-04-051-6/+11
* Adds a static Create function to AutofillDialogControllerImpl that returns a ...ahutter@chromium.org2013-04-021-5/+0
* Implements SendAutocheckoutStatus API calls for stats tracking.ahutter@chromium.org2013-03-291-4/+7
* Added personal_data_manager android implementation for auto-populating auto-f...apiccion@chromium.org2013-03-271-1/+1
* Fixing TODO in autofill_agent.cc.ahutter@chromium.org2013-03-271-4/+8
* Address TODO: Use formdata to carry around ssl_status for rAcramankk@chromium.org2013-03-211-6/+3
* Schedule whitelist download when autofill manager is created to avoid false n...benquan@chromium.org2013-03-191-2/+8
* Autofill: Get rid of 3 field limit for autocheckoutramankk@chromium.org2013-03-171-1/+12
* Remove Autofill notification typeskaiwang@chromium.org2013-03-161-17/+15
* Show Autocheckout bubble on focusahutter@chromium.org2013-03-121-14/+19
* Hiding bubble on navigation, zoom change, and scrolling.ahutter@chromium.org2013-03-111-3/+4
* Move remaining Autofill code to //components/autofill.joi@chromium.org2013-03-091-0/+1321