summaryrefslogtreecommitdiffstats
path: root/chrome/browser/autofill
Commit message (Expand)AuthorAgeFilesLines
* Add preliminary support for the autocompletetype atttribute for phone/fax pre...isherman@chromium.org2011-08-239-162/+281
* Move AddressType enum from field_types.h to address_field.hisherman@chromium.org2011-08-234-24/+25
* autofill: Get rid of a static variable of string16 type as it's no longer used.tfarina@chromium.org2011-08-201-2/+0
* Prefix all IPC messages used by src\chrome with Chrome. For e.g ChromeViewMsg...ananta@chromium.org2011-08-191-2/+2
* Revert "Modifying prefetch to account for multi-profile."avi@chromium.org2011-08-191-0/+1
* Revert 97465 - Revert 97446 - Modifying prefetch to account for multi-profile.avi@chromium.org2011-08-191-1/+0
* Revert 97446 - Modifying prefetch to account for multi-profile.avi@chromium.org2011-08-191-0/+1
* Modifying prefetch to account for multi-profile.rlp@chromium.org2011-08-191-1/+0
* Add NAMEK_MIDDLE_INITIAL to return NAME_FULL in GetEquivalentFieldTypeCollaps...honten@chromium.org2011-08-182-1/+10
* Add maxlength support for autocompletetype="cc-exp", according to the prelimi...isherman@chromium.org2011-08-171-2/+4
* Autofill heuristics: detect combined month/year credit card expiration fields.isherman@chromium.org2011-08-174-31/+164
* Autofill: Check for different string sizes when comparing for equality.jhawkins@chromium.org2011-08-171-2/+2
* Autofill: Use case-insensitive comparison when merging values in multi-valued...jhawkins@chromium.org2011-08-152-3/+113
* Added kAPPhoneMobileLabel and kABPhoneMainLabel in GetAddressBookPhoneNumbers.honten@chromium.org2011-08-151-0/+5
* Update recognized 'autocompletetype' tokens with the most recent values from ...isherman@chromium.org2011-08-121-6/+28
* Add preliminary Autofill support for 'autocompletetype' sections.isherman@chromium.org2011-08-127-181/+397
* Update Autofill query and upload URLs to use https.isherman@chromium.org2011-08-111-2/+2
* Reorganize chrome/test, part #9phajdan.jr@chromium.org2011-08-119-10/+10
* Add preliminary Autofill support for the 'autocompletetype' attribute.isherman@chromium.org2011-08-104-10/+335
* Add address line 2 as a distinguishing field for Autofill addresses (in WebUI...isherman@chromium.org2011-08-092-7/+17
* Refactor webkit_glue::FormField to remove hacky methods: Remove webkit_glue:...isherman@chromium.org2011-08-0910-1766/+1320
* autofill: Refactor PersonalDataManager::Observer into its own header file.tfarina@chromium.org2011-08-085-25/+37
* Remove Autofill support for the ECML standard, as it is virtually unused.isherman@chromium.org2011-08-0818-948/+128
* Allow sync integration tests to operate on multiple datatypes: Typed Urlsrsimha@chromium.org2011-08-081-1/+5
* In Alaska Air regsitration page, there is "title" selection. So I added "titl...Takano.Naoki@gmail.com2011-08-042-3/+3
* Remove some additional form signatures from Autofill Feedback toolbar's listisherman@chromium.org2011-08-031-6/+0
* GTTF: Use a fresh TestingBrowserProcess for each test, part #4phajdan.jr@chromium.org2011-08-037-46/+64
* Re-land: Allow sync integration tests to operate on multiple datatypes: Autofillrsimha@chromium.org2011-08-031-1/+1
* Revert 95263 - Allow sync integration tests to operate on multiple datatypes:...rsimha@chromium.org2011-08-031-1/+1
* Allow sync integration tests to operate on multiple datatypes: Autofillrsimha@chromium.org2011-08-031-1/+1
* Improve Autofill heuristics when detecting labels from previous elements.isherman@chromium.org2011-08-023-5/+26
* Move more files from chrome/test to chrome/test/base, part #4phajdan.jr@chromium.org2011-08-013-3/+3
* Removal of Profile from content part 5.avi@chromium.org2011-08-011-2/+0
* Move more files from chrome/test to chrome/test/base, part #3phajdan.jr@chromium.org2011-07-291-1/+1
* Update Autofill data driven heuristics output files to also include the field...isherman@chromium.org2011-07-291-0/+3
* Move in_process_browser_test and ui_test_utils to chrome/test/basephajdan.jr@chromium.org2011-07-292-4/+4
* Add a scoper object for URLFetcher::Factoryphajdan.jr@chromium.org2011-07-292-14/+2
* Re-enable the Autofill feedback infobar on the dev channel.isherman@chromium.org2011-07-291-0/+3
* Disabled _AutofillAfterTranslate on chromeosrtenneti@chromium.org2011-07-281-1/+1
* Removal of Profile from content part 3.avi@chromium.org2011-07-281-4/+5
* Remove overly defensive NOTREACHED()isherman@chromium.org2011-07-261-2/+2
* Don't consider repeated fields (adjacent fields of the same type) to be secti...isherman@chromium.org2011-07-262-9/+70
* Do not try to Autofill "nickname" or "maiden name" fields.isherman@chromium.org2011-07-252-7/+13
* Show all multi-valued suggestions for the initiating field for Autofillisherman@chromium.org2011-07-252-26/+65
* Remove Autofill Feedback infobar in preparation for the branch.isherman@chromium.org2011-07-231-3/+0
* Remove an old TODOisherman@chromium.org2011-07-231-1/+0
* Consolidate Autofill possible type detection code, and enforce greater match ...isherman@chromium.org2011-07-2230-964/+854
* Don't learn credit cards for Autofill if they are missing any data.isherman@chromium.org2011-07-225-78/+119
* Disable Autofill server queries for forms with only <select> fields.isherman@chromium.org2011-07-222-0/+87
* Don't save default form field values for Autofillisherman@chromium.org2011-07-224-54/+108