summaryrefslogtreecommitdiffstats
path: root/chrome/browser/autofill
Commit message (Expand)AuthorAgeFilesLines
* AutoFill: Allow parsing a cardholder name separately from the card number andjhawkins@chromium.org2010-10-122-2/+58
* Import locally saved IE Tolbar Autofill datageorgey@chromium.org2010-10-123-0/+494
* Rename ChromeThread to BrowserThread Part19:tfarina@chromium.org2010-10-122-2/+2
* Autofill help link should link to locale specific sitedhollowa@chromium.org2010-10-094-11/+7
* Release unique_ids_lock_ in Autofill PDM in case observers need to acquire it.isherman@chromium.org2010-10-091-2/+18
* FBTF: Small nits; moving virtual methods to implementation.erg@google.com2010-10-084-2/+10
* FBTF: Continue fixing nits found by my automated source scanner.erg@google.com2010-10-058-9/+22
* Move TestTimeouts from chrome/test to base/test.sergeyu@chromium.org2010-10-051-2/+1
* Disabling AutoFillTest.BasicFormFill as it is timing out on windows.satish@chromium.org2010-10-051-1/+7
* Rename ChromeThread to BrowserThread Part 1:tfarina@chromium.org2010-10-052-6/+6
* Autofill browsertestisherman@chromium.org2010-10-049-276/+435
* AutoFill: Don't send select option values to the browser on page load. Onlyjhawkins@chromium.org2010-10-012-32/+0
* Fix form_structure_unittest two-phase lookup problems.hans@chromium.org2010-10-011-1/+5
* GTTF: use chrome/test/test_timeouts in more places.phajdan.jr@chromium.org2010-09-301-5/+3
* Fix typo in a function name.pkasting@chromium.org2010-09-271-1/+1
* r60095 switched cc_infobar_ to be raw pointer but forgot to initialize it.avi@chromium.org2010-09-271-3/+6
* FBTF: Move virtual methods to implementation files.erg@google.com2010-09-232-3/+4
* AutoFill schema changes break AutoFill syncingdhollowa@chromium.org2010-09-222-0/+41
* Mac: clang buildthakis@chromium.org2010-09-221-3/+9
* Fix crasher with autofill infobar.jcivelli@chromium.org2010-09-213-9/+11
* Autofill profile pop-up should trigger for mouse double-clicksdhollowa@chromium.org2010-09-201-8/+13
* Clean up RenderViewHostDelegate::AutoFill interface -- remove |value| and |la...isherman@chromium.org2010-09-143-21/+7
* AutoFill credit card Valgrind errors.dhollowa@chromium.org2010-09-141-0/+2
* DOMUI: Implement adding and editing credit cards in the AutoFill page.jhawkins@chromium.org2010-09-1319-64/+121
* AutoFill Mac dialog should be non-modaldhollowa@chromium.org2010-09-084-329/+284
* Fix for 54439 Browser crash @ WideToUTF8(std::basic_string<wchar_t,std::char_...georgey@chromium.org2010-09-081-1/+1
* FBTF: Remove unneeded headers from base/ (part 8)thestig@chromium.org2010-09-081-2/+1
* Get rid of FormStructure::ConvertToFormData()isherman@chromium.org2010-09-084-52/+6
* Break out of nested loops in AutoFillManager::GetAutoFillSuggestionsisherman@chromium.org2010-09-081-1/+1
* Allow uploading of the form data to toolbar autofill servers.georgey@chromium.org2010-09-022-5/+23
* DOMUI: Implement editing AutoFill addresses.jhawkins@chromium.org2010-09-012-0/+22
* Reduce the number of files that recompile when changing template_url.h or tem...levin@chromium.org2010-08-311-0/+1
* A quick fix for Bug 53559.hbono@chromium.org2010-08-311-3/+3
* AutoFill doesn't fill address information on www.gorillaclothing.comdhollowa@chromium.org2010-08-272-7/+53
* Fix for: Autofill on Windows does not work for the first autofillable page en...georgey@chromium.org2010-08-261-5/+0
* DOMUI: Implement adding an AutoFill address.jhawkins@chromium.org2010-08-265-124/+57
* Autofill address line 2 is not applied to ebay.comdhollowa@chromium.org2010-08-263-14/+97
* Move prefs-related files under chrome/browser/ into a prefs/ subdir.evan@chromium.org2010-08-2611-12/+12
* Revert 57385 - Fix for: Autofill on Windows does not work for the first autof...dhollowa@chromium.org2010-08-252-30/+2
* AutoFill incorrectly matches a radio control on youtube.comdhollowa@chromium.org2010-08-253-2/+104
* Fix for: Autofill on Windows does not work for the first autofillable page en...georgey@chromium.org2010-08-252-2/+30
* Implement policy for disabling auto fill.mnissler@chromium.org2010-08-254-9/+149
* AutoFill address profile not seen in dropdown for name and address field on d...dhollowa@chromium.org2010-08-244-7/+120
* DOMUI: Implement the 'Remove...' button on the AutoFill page.jhawkins@chromium.org2010-08-242-1/+61
* Remove forward declares for ASCIIToUTF16 from string_util. All callers now usebrettw@chromium.org2010-08-195-0/+5
* Clean up unnecessary #includes of base/{scoped_ptr.h,string16.h}.viettrungluu@chromium.org2010-08-191-2/+0
* AutoFillManagerTest.GetProfileSuggestionsEmptyValue crashes in official buildsgeorgey@chromium.org2010-08-173-44/+61
* DOMUI: Load and display the AutoFill addresses and credit cards.jhawkins@chromium.org2010-08-171-1/+1
* Change WindowSizeAutoSaver to store window size only when the window has resi...bauerb@chromium.org2010-08-171-2/+1
* FBTF: Remove "obviously" unneeded standard C++ library #includes.viettrungluu@chromium.org2010-08-152-4/+2