summaryrefslogtreecommitdiffstats
path: root/chrome/browser/autofill
Commit message (Expand)AuthorAgeFilesLines
* AutoFill filling billing address and company name from profile.dhollowa@chromium.org2010-05-147-66/+220
* Form AutoFill Phone number should be displayed as xxx-xxx-xxxxdhollowa@chromium.org2010-05-1411-165/+477
* AutoFill heuristics extended to include multiple separator characters.dhollowa@chromium.org2010-05-132-4/+39
* gtk: Don't set the GDK_WINDOW_TYPE_HINT_NORMAL hint on the AutoFill dialogjhawkins@chromium.org2010-05-111-2/+0
* gtk: Delay load the AutoFill profiles and credit cards.jhawkins@chromium.org2010-05-082-126/+184
* Moved URLFetcher and related classes to chrome/common/net.sanjeevr@chromium.org2010-05-072-2/+2
* AutoFill: Parse the ignored fields at the end of ParseAddress, so we don'tjhawkins@chromium.org2010-05-072-9/+42
* AutoFill: Credit card filling fixes.jhawkins@chromium.org2010-05-074-32/+212
* gtk: Use the new ShowAutoFillDialog interface to load imported profiles/CCs injhawkins@chromium.org2010-05-061-7/+18
* AutoFill: Clean up the server response handling code.jhawkins@chromium.org2010-05-067-68/+88
* AutoFill: Use PrefService::FindPreference instead of PrefService::HasPrefPath.jhawkins@chromium.org2010-05-051-1/+1
* AutoFill profile shouldn't be saved when cancelled during initial setup.dhollowa@chromium.org2010-05-0510-163/+448
* Revert 46424 - AutoFill profile shouldn't be saved when cancelled during init...dhollowa@chromium.org2010-05-0510-448/+163
* AutoFill profile shouldn't be saved when cancelled during initial setup.dhollowa@chromium.org2010-05-0510-163/+448
* autofill: Implement a TODO.jhawkins@chromium.org2010-05-042-6/+5
* Host native gtk dialog in a Chrome window.xiyuan@chromium.org2010-05-041-9/+5
* AutoFill: Fix IsAutoFillable to only count fields that are heuristicallyjhawkins@chromium.org2010-05-045-201/+106
* Delete map items before overwriting in AutoFillProfile::Clone().skrul@chromium.org2010-05-031-0/+2
* Don't trigger auto fill setup when submitting empty forms.bulach@chromium.org2010-04-304-7/+72
* AutoFill: Notify the renderer when the page has finished translating. Extractjhawkins@chromium.org2010-04-272-11/+61
* AutoFill crash in CreditCard::SetInfo().dhollowa@chromium.org2010-04-273-101/+214
* AutoFill: Try to parse a third address line and discard it if it exists.jhawkins@chromium.org2010-04-233-0/+100
* AutoFill crash in FormStructure::GetHeuristicAutoFillTypes().dhollowa@chromium.org2010-04-227-2/+23
* AutoFill: Add a simple heuristic to match fax fields.jhawkins@chromium.org2010-04-217-7/+123
* AutoFill: Don't match empty profile values with empty field values.jhawkins@chromium.org2010-04-202-2/+12
* AutoFill: Segregate profile and credit card filling.jhawkins@chromium.org2010-04-207-94/+468
* AutoFill: Don't send suggestions for empty field values.jhawkins@chromium.org2010-04-191-6/+8
* AutoFill Mac UI telephone/fax fields now one.dhollowa@chromium.org2010-04-197-117/+235
* gtk: Store the original credit card number and save that if the user has notjhawkins@chromium.org2010-04-191-5/+15
* AutoFill: Handle non-unique profile labels by appending an increasing number tojhawkins@chromium.org2010-04-153-11/+144
* AutoFill: Don't send suggestions or fill forms that are not auto-fillable.jhawkins@chromium.org2010-04-141-1/+11
* AutoFill: Remove one incorrect comment and one useless comment.jhawkins@chromium.org2010-04-131-2/+1
* AutoFill unit test cleanup for AutoFillProfileTest.dhollowa@chromium.org2010-04-121-9/+9
* AutoFill: Add another variation of a middle name field for heuristics.jhawkins@chromium.org2010-04-122-1/+37
* Add "Use as default" checkboxes to the autofill dialogs on the Mac.avi@chromium.org2010-04-097-38/+364
* AutoFill: Fill the default profile when the AutoFill accelerator combo is pre...jhawkins@chromium.org2010-04-095-31/+201
* Hierarchy. Hierarchy. Hierarchy!!!avi@chromium.org2010-04-091-2/+2
* Fixes for several crashing bugs ##40674,40720,40744georgey@chromium.org2010-04-092-17/+3
* Fix for autofill profile setup through infobar where the "imported" profile w...tim@chromium.org2010-04-092-2/+23
* AutoFill: Initiate AutoFill for all fields, not just the name field.jhawkins@chromium.org2010-04-093-78/+56
* Possible fix for 40234 + changed one of the DCHECK to CHECKgeorgey@chromium.org2010-04-081-2/+6
* AutoFill: Only match the exact string 'mi' when matching a middle initial field.jhawkins@chromium.org2010-04-083-2/+64
* AutoFill: A few fixes.jhawkins@chromium.org2010-04-081-3/+3
* Added "Learn More" link to autofill on Windows.georgey@chromium.org2010-04-074-7/+12
* AutoFill: Handle NAME_MIDDLE_INITIAL when setting field info.jhawkins@chromium.org2010-04-071-1/+1
* AutoFill credit card filling when initiated from an address fill.dhollowa@chromium.org2010-04-074-3/+264
* gtk: Add the 'Learn more' link to the AutoFill dialog.jhawkins@chromium.org2010-04-072-2/+32
* AutoFill: Add a 'Learn more' link to the AutoFill InfoBar that contains a linkjhawkins@chromium.org2010-04-072-0/+21
* Fix for bug #38260 AutoFill needs to obfuscate the saved credit card info in ...georgey@chromium.org2010-04-062-3/+12
* AutoFill address filling when labels are missing.dhollowa@chromium.org2010-04-064-16/+88