summaryrefslogtreecommitdiffstats
path: root/chrome/browser/autofill/autofill_manager.cc
Commit message (Expand)AuthorAgeFilesLines
* Begin the DCHECK() cleanup. Starting off with /src/chrome/a* and /src/chrome/...rsesek@chromium.org2011-02-171-6/+6
* Make TabContentsObserver handle registration automatically, as well as exposi...jam@chromium.org2011-02-171-25/+17
* Autofill doesn't fill months properly if they are not zero-paddeddhollowa@chromium.org2011-02-111-3/+3
* Reorganized phone field parsing, fixing parsing for fax numbers in the proces...georgey@chromium.org2011-02-091-2/+4
* Clean up PersonalDataManager::ImportFormData()isherman@chromium.org2011-02-041-8/+6
* Autofill billing and shipping addresses separately.isherman@chromium.org2011-02-041-39/+125
* Revert 73700 - Autofill billing and shipping addresses separately.isherman@chromium.org2011-02-031-125/+39
* Autofill billing and shipping addresses separately.isherman@chromium.org2011-02-031-39/+125
* Support autocompletion for HTMl5 tags:"email", "month" and "tel".dhollowa@chromium.org2011-02-031-2/+14
* Rename Real* to Double* in values.* and dependent filesarv@chromium.org2011-02-011-4/+4
* Add support for autofill server experimentsisherman@chromium.org2011-01-311-16/+26
* Move AutoFill messages into a separate file.jam@chromium.org2011-01-261-11/+12
* Fix crash in autofill metrics logging.isherman@chromium.org2011-01-251-17/+35
* Move l10n_util to ui/baseben@chromium.org2011-01-211-1/+1
* Clean up WebNavigationObserver by taking out password specific callbacks, and...jam@chromium.org2011-01-211-0/+6
* Refactoring of upload, form saving, and UMA logging.dhollowa@chromium.org2011-01-201-43/+43
* Add autofill metrics to dig into the failure case.isherman@chromium.org2011-01-131-14/+41
* Revert 71002 since it didn't fix things - Create PersonalDataManager lazily s...jam@chromium.org2011-01-111-22/+21
* Create PersonalDataManager lazily since it seems to be using a huge amount of...jam@chromium.org2011-01-111-21/+22
* Cleanup: Remove unneeded includes of chrome_switches.h.thestig@chromium.org2011-01-111-2/+4
* Make RenderViewHost not know about AutoFill and AutoComplete.jam@chromium.org2011-01-101-82/+129
* Fix a couple of autofill typosisherman@chromium.org2010-12-171-2/+3
* Decompose and clean up code for determining which fields to draw from for Aut...isherman@chromium.org2010-12-161-2/+2
* Don't show duplicate Autofill suggestions.isherman@chromium.org2010-12-161-29/+28
* Move GUID utils to src/chrome/common.sergeyu@chromium.org2010-12-151-1/+1
* Add some basic success/failure UMA logging for autofill.isherman@chromium.org2010-12-151-13/+55
* Try to always show a label with autofill suggestions.isherman@chromium.org2010-12-151-1/+1
* Cleanup: Remove call to DeterminePossibleFieldTypes in AutoFillManager::Parse...isherman@chromium.org2010-12-091-2/+0
* Move:ben@chromium.org2010-12-021-1/+1
* Once a form has been partially autofilled, autofill should only update fields...isherman@chromium.org2010-11-291-89/+173
* Always include nonzero unique ID with autofill suggestions.isherman@chromium.org2010-11-241-9/+2
* Autofill: correctly save phone numbers split across multiple fieldsisherman@chromium.org2010-11-231-13/+9
* Autofill: Prefer maxLength to size attribute for form filling heuristics.isherman@chromium.org2010-11-201-2/+2
* Display a warning when autofill is disabled for a website.isherman@chromium.org2010-11-161-16/+47
* Revert 66214 - Display a warning when autofill is disabled for a website.isherman@chromium.org2010-11-161-47/+16
* Display a warning when autofill is disabled for a website.isherman@chromium.org2010-11-161-16/+47
* Autofill form submission creates wrong credit cards.dhollowa@chromium.org2010-11-111-1/+1
* Fix for Autofill popup labels should reflect the contents of the HTML formgeorgey@chromium.org2010-11-051-1/+12
* Autofill deprecate unique_ids in favor of guids for profile and credit card u...dhollowa@chromium.org2010-10-271-16/+53
* Autofill address and credit card data separately.isherman@chromium.org2010-10-261-177/+13
* Autofilled values should match previewed values for previously autofilled forms.isherman@chromium.org2010-10-251-5/+7
* Autofill help link should link to locale specific sitedhollowa@chromium.org2010-10-091-4/+0
* AutoFill: Don't send select option values to the browser on page load. Onlyjhawkins@chromium.org2010-10-011-25/+0
* r60095 switched cc_infobar_ to be raw pointer but forgot to initialize it.avi@chromium.org2010-09-271-3/+6
* Fix crasher with autofill infobar.jcivelli@chromium.org2010-09-211-3/+8
* Clean up RenderViewHostDelegate::AutoFill interface -- remove |value| and |la...isherman@chromium.org2010-09-141-5/+2
* DOMUI: Implement adding and editing credit cards in the AutoFill page.jhawkins@chromium.org2010-09-131-5/+5
* Fix for 54439 Browser crash @ WideToUTF8(std::basic_string<wchar_t,std::char_...georgey@chromium.org2010-09-081-1/+1
* Get rid of FormStructure::ConvertToFormData()isherman@chromium.org2010-09-081-1/+1
* Break out of nested loops in AutoFillManager::GetAutoFillSuggestionsisherman@chromium.org2010-09-081-1/+1