summaryrefslogtreecommitdiffstats
path: root/chrome/browser/autofill
Commit message (Expand)AuthorAgeFilesLines
* AutoFill "me" card integration defaults to enabled on Macdhollowa@chromium.org2010-06-282-6/+7
* AutoFill Help Link added on Macdhollowa@chromium.org2010-06-282-1/+16
* AutoFill: GRD strings cleanup.jhawkins@chromium.org2010-06-251-1/+1
* AutoFill: Don't show labels in the suggestions popup when the user is editing ajhawkins@chromium.org2010-06-243-7/+48
* AutoFill: Use DISALLOW_COPY_AND_ASSIGN where possible.jhawkins@chromium.org2010-06-2111-125/+87
* AutoFill: Remove an out-dated comment. We will not support phone extensions.jhawkins@chromium.org2010-06-191-3/+0
* AutoFill: Remove a TODO and update a comment.jhawkins@chromium.org2010-06-191-2/+1
* AutoFill: Fix a comment, remove a TODO, simplify some code.jhawkins@chromium.org2010-06-191-7/+2
* AutoFill: Remove dead code.jhawkins@chromium.org2010-06-192-22/+0
* AutoFill: De-segregate credit card filling.jhawkins@chromium.org2010-06-177-206/+519
* [Mac] more -Wextra support:thomasvl@chromium.org2010-06-172-2/+6
* gtk: Coalesce the three name fields into a Full Name field in the AutoFilljhawkins@chromium.org2010-06-161-21/+7
* gtk: Remove the CVC from the AutoFill dialog.jhawkins@chromium.org2010-06-161-8/+0
* AutoFill Mac UI : Validation, CVC Removal, Credit Card year list.dhollowa@chromium.org2010-06-166-17/+8
* Revert 49984 - patch from issue 2762014thakis@chromium.org2010-06-161-5/+3
* patch from issue 2762014thakis@chromium.org2010-06-161-3/+5
* AutoFill duplicate NAME_FULL checks.dhollowa@chromium.org2010-06-161-21/+1
* 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