summaryrefslogtreecommitdiffstats
path: root/chrome/browser/autofill
Commit message (Expand)AuthorAgeFilesLines
* AutoFill: Don't parse hidden fields for labels. Also don't count hidden fieldsjhawkins@chromium.org2010-06-155-2/+85
* AutoFill Mac dialog needs layout changesdhollowa@chromium.org2010-06-141-5/+21
* AutoFill: Remove the default profile/CC prefs.jhawkins@chromium.org2010-06-114-257/+0
* AutoFill: Implement the 'AutoFill Options...' entry in the AutoFill suggestionsjhawkins@chromium.org2010-06-103-30/+24
* AutoFill: Fix a bug that caused AutoFill to not fill the field the user isjhawkins@chromium.org2010-06-102-58/+0
* Make AutoFillDialogController conform to NSTableViewDelegate.rsesek@chromium.org2010-06-091-1/+3
* TBR: miranda@chromium.orgdhollowa@chromium.org2010-06-092-2/+2
* AutoFill Profiles dialog implemented according to new mocks on Macdhollowa@chromium.org2010-06-0918-625/+929
* gtk: Populate the AutoFill billing address combobox with profile labels. Alsojhawkins@chromium.org2010-06-091-177/+66
* Putting this back in since it didn't solve the failures.thomasvl@chromium.org2010-06-082-30/+29
* Backing this out to see if it fixes the failures on the two windows bots (lan...thomasvl@chromium.org2010-06-082-29/+30
* Adjusted icons, control sizes, etc.georgey@chromium.org2010-06-073-0/+97
* AutoFill: Don't save credit card numbers from Autocomplete to the WebDB.jhawkins@chromium.org2010-06-072-30/+29
* Fix autofill dialog not reshowing problem.xiyuan@chromium.org2010-06-041-1/+3
* AutoFill: Make PersonalDataManager RefCountedThreadSafe.jhawkins@chromium.org2010-06-035-18/+32
* New autofill UI. Still not done:georgey@chromium.org2010-06-032-5/+7
* New libjingle integrated to chrome.sergeyu@chromium.org2010-06-034-4/+4
* Revert 48798 - New libjingle integrated to chrome.sergeyu@chromium.org2010-06-034-4/+4
* New libjingle integrated to chrome.sergeyu@chromium.org2010-06-034-4/+4
* gtk: Collapse the three AutoFill phone/fax fields into one.jhawkins@chromium.org2010-06-021-47/+30
* AutoFill remove defaults from settings dialogdhollowa@chromium.org2010-06-027-295/+1
* AutoFill <dl> label scraping and dynamic html in forms.dhollowa@chromium.org2010-05-272-5/+143
* Fix for autofill crash (all systems) - created unit tests for all touched cod...georgey@chromium.org2010-05-255-8/+141
* Small correction in comment.dhollowa@chromium.org2010-05-241-1/+1
* AutoFill telephone number prefix and suffix heuristics.dhollowa@chromium.org2010-05-202-2/+43
* AutoFill fill billing address when credit card settings specify a billing add...dhollowa@chromium.org2010-05-196-54/+219
* 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