summaryrefslogtreecommitdiffstats
path: root/chrome/browser/autofill
Commit message (Expand)AuthorAgeFilesLines
* Refactor autofill code somewhat.estade@chromium.org2012-11-1314-880/+840
* [Autofill] Rename GetInfo and SetInfo to GetRawInfo and SetRawInfoisherman@chromium.org2012-11-1025-362/+450
* Revert 166704 - Convert PrefChangeRegistrar usages, batch 1.joi@chromium.org2012-11-092-7/+9
* Only Hide New Autofill UI if visible.csharp@chromium.org2012-11-088-9/+66
* Convert PrefChangeRegistrar usages, batch 1.joi@chromium.org2012-11-082-9/+7
* [Autofill] Add support for parsing credit card verification codes.isherman@chromium.org2012-11-086-31/+44
* Added switch to guard all autofill new elements work.ramankk@chromium.org2012-11-081-0/+14
* Re-enable FormStructureBrowserTest.DataDrivenHeuristics07 on Mac.isherman@chromium.org2012-11-061-3/+1
* Fix Crashes in the New Autofill UIcsharp@chromium.org2012-11-056-72/+87
* [autofill] Adding new API to request an interactive autocomplete UI flow.dbeam@chromium.org2012-11-052-0/+17
* [Autofill] Add support for filling credit card type fields.isherman@chromium.org2012-11-024-11/+147
* Remove content::NotificationObserver dependency from most Prefs code.joi@chromium.org2012-11-012-14/+9
* Cleanup New Autofill UI Popup Locationcsharp@chromium.org2012-11-014-16/+53
* [Autofill] Fall back to filling a 2-digit year if filling a 4-digit year fails.isherman@chromium.org2012-11-012-15/+39
* [Autofill] Add a unit test for the autofill_regexes code.isherman@chromium.org2012-10-302-1/+60
* [Autofill] Include <select> fields as candidates for credit card type.isherman@chromium.org2012-10-303-3/+15
* [Autofill] Prune some dead code.isherman@chromium.org2012-10-301-10/+0
* Adding commandline switch and user pref for autofill server url.ahutter@chromium.org2012-10-294-15/+91
* [Autofill] Add parsing for credit card type fields.isherman@chromium.org2012-10-2720-39/+140
* [Autofill] Add metrics measuring developer engagement, in terms of implementa...isherman@chromium.org2012-10-2610-80/+227
* Test suite that monitors the disposition of JS-created windows based on whatericu@chromium.org2012-10-241-1/+2
* [Autofill] Update the autocomplete types implementation to match the current ...isherman@chromium.org2012-10-2420-414/+536
* Add flags for new Autofill work.isherman@chromium.org2012-10-241-1/+0
* Remove TabContents from autofill unittests.avi@chromium.org2012-10-238-53/+36
* [Autofill] Cleanup: Remove a redundant method.isherman@chromium.org2012-10-236-34/+4
* Rate limiting code on autofill upload was interfering with debug logging of u...abodenha@chromium.org2012-10-231-7/+7
* Upstream Autofill functionality for Android.aurimas@chromium.org2012-10-231-16/+0
* Allow Better Sharing of Mouse Handling Code in new Autofill UIcsharp@chromium.org2012-10-222-1/+33
* Move the bits of Prefs where production code has only trivially easyjoi@chromium.org2012-10-227-7/+7
* Skip Unacceptable Items in new Autofill UI when Navigating with Keys.csharp@chromium.org2012-10-222-0/+36
* Make the AutocompleteHistoryManager be an implementation detail of AutofillMa...avi@chromium.org2012-10-218-43/+66
* Avoid crashing if the AddressBook is broken.avi@chromium.org2012-10-201-1/+8
* Add logging of autofill upload request.abodenha@chromium.org2012-10-201-0/+11
* Remove alias from ChromeRenderViewHostTestHarness.avi@chromium.org2012-10-191-3/+3
* Display new Autofill UI Contents in Viewscsharp@chromium.org2012-10-181-0/+11
* Clean up DEPS file post Avi's recent changes to usejoi@chromium.org2012-10-152-19/+7
* fix uninitialized variable warning for vs2012 compilationscottmg@chromium.org2012-10-131-1/+1
* Make the WebContentsUserData locator key private.avi@chromium.org2012-10-121-1/+1
* Remove NOTIFICATION_TAB_CONTENTS_DESTROYED from AutofillManager.avi@chromium.org2012-10-122-19/+10
* Switch InfoBarTabHelper to use WebContentsUserData.avi@chromium.org2012-10-112-7/+7
* Switch AutofillExternalDelegate to use WebContentsUserData.avi@chromium.org2012-10-108-52/+60
* add some missing includes of <functional> to fix compilation on VS2012scottmg@chromium.org2012-10-101-0/+1
* [Autofill] Remove client-side culling for old autocomplete entries.isherman@chromium.org2012-10-091-15/+0
* Move WebContentsUserData to content/public/browser.joi@chromium.org2012-10-091-3/+3
* Switch AutofillManager to be UserData on WebContents.avi@chromium.org2012-10-087-39/+63
* Move forms/ out of webkit/.blundell@chromium.org2012-10-0534-365/+314
* Move platform independent code from AutofillPopupViewGtk to AutofillPopupViewcsharp@chromium.org2012-10-032-0/+143
* Switch TabAutofillManagerDelegate to use WebContentsUserData.avi@chromium.org2012-10-013-14/+14
* Switch AutocompleteHistoryManager to use WebContentsUserData.avi@chromium.org2012-09-286-9/+19
* Share Font Code for New Autofill.csharp@chromium.org2012-09-252-0/+13