summaryrefslogtreecommitdiffstats
path: root/components/autofill
Commit message (Expand)AuthorAgeFilesLines
* [iOS/GN] Fix compilation of ios_chrome_unittests with gn.sdefresne2016-03-261-0/+1
* [GN] Fix missing public dependency.sdefresne2016-03-251-2/+4
* Add more out of line copy ctors for complex classes.vmpstr2016-03-242-0/+3
* Added the uploads for the new credit card types.sebsg2016-03-237-22/+390
* Some forms have "Address Nickname" or "Address Label" fields that are used to...sebsg2016-03-233-1/+4
* Add RetainedRef uses where needed.vmpstr2016-03-211-1/+2
* Don't ever attempt to upload credit cards whose numbers match.jdonnelly2016-03-184-4/+53
* Added code to try getting the full text value and abbreviation of a possible ...sebsg2016-03-184-4/+32
* Some text state fields have a maxlength of two. This can cause problem for so...sebsg2016-03-172-0/+71
* Autofill & passwords: Replace NavigationEntryCommitted with DidFinishNavigationvabr2016-03-172-5/+7
* Added the following cvc regexes to make the heuristics work on sites of the t...sebsg2016-03-161-0/+1
* Since the site hal-india.com uses "Contact Number" to label phone number fiel...sebsg2016-03-161-8/+8
* [Autofill] Possibly import more than one address profile per form submission.mathp2016-03-166-53/+331
* Remove kAutofillWalletSyncExperimentEnabled.jdonnelly2016-03-1514-260/+12
* Fix AddressField "lookup" fields ignore logic.sense2016-03-141-5/+4
* [Autofill] Fix heuristics to detect consecutive CVCs.sebsg2016-03-143-13/+225
* Adds the phone extension type for autocomplete attributes and server predicti...sebsg2016-03-136-11/+27
* Cleanup: roll AutofillCCInfoBarDelegate into AutofillSaveCardInfoBarDelegateM...jdonnelly2016-03-115-221/+112
* Introduce a constant for the midline horizontal ellipsis character.jdonnelly2016-03-103-5/+9
* Replace base::Tuple in //components with std::tupletzik2016-03-093-15/+20
* blink: Rename modules/ method to prefix with get when they collide.Dana Jansens2016-03-092-4/+4
* Enable the save card bubble on Mac without a flag.jdonnelly2016-03-092-10/+0
* [Autofill] Fix heuristics to detect cc-number on united.com.sebsg2016-03-041-3/+4
* Allowing partial matches on Credit Card type.tmartino2016-03-016-112/+100
* Added two new field types : CREDIT_CARD_NAME_FIRST and CREDIT_CARD_NAME_LAST....sebsg2016-03-0132-303/+554
* [Autofill] Fix expiration month filling bug.sebsg2016-03-012-3/+16
* [Autofill] Replace list by deque.kenjitoyama2016-02-271-2/+2
* Add UMA timing metrics for Autofill.kenjitoyama2016-02-275-0/+68
* [Autofill] All parsers now see the same immutable input.kenjitoyama2016-02-278-40/+79
* Make the name requirements for credit card upload stricter.jdonnelly2016-02-263-17/+114
* CREDENTIAL: Disable auto sign-in by default for existing credentials.mkwst2016-02-261-1/+1
* CREDENTIAL: Convert federations from URLs to origins throughout.mkwst2016-02-262-5/+7
* Modifying Autofill common prefix logic to discard short field names.tmartino2016-02-263-33/+52
* components: Add out-of-line copy ctors for complex classes.vmpstr2016-02-2516-0/+28
* A credit card type prediction made by the heuristics or the server now overri...sebsg2016-02-254-8/+68
* Introduce FieldCandidates.kenjitoyama2016-02-2325-468/+722
* Sending generated vote on password generation.dvadym2016-02-239-17/+66
* Fix regression in serialization of autofill::FormFieldData.jam2016-02-203-7/+8
* Remove document.defaultCharsetphilipj2016-02-181-2/+1
* Relax credit card upload ZIP code matching rule.jdonnelly2016-02-172-6/+65
* [ios] Cleaned up Chrome*WebViewWebTest predeclarations.eugenebut2016-02-171-3/+0
* [Autofill] Fill fields if they contain a default value.mathp2016-02-161-5/+11
* [ios] Removed FormStructureBrowserTestIos from AutofillManager friends.eugenebut2016-02-141-3/+0
* Don't offer to save/upload credit cards that matched masked cards.jdonnelly2016-02-135-45/+10
* [Autofill] Fix CVS.com Credit Card checkout.kenjitoyama2016-02-121-3/+3
* [Autofill] When getting matching types for upload, check for empty canonicali...mathp2016-02-122-1/+4
* Refactoring of ParseFormFields().kenjitoyama2016-02-124-43/+37
* [libphonenumber] move phonenumber_api.h up one levelmathp2016-02-112-2/+2
* [Autofill] Add label and parseable_name to predictions debug.kenjitoyama2016-02-115-10/+25
* Autofill server-side heuristics for 2 fields password form.dvadym2016-02-117-3/+56