summaryrefslogtreecommitdiffstats
path: root/chrome/browser/autofill/autofill_field.h
Commit message (Expand)AuthorAgeFilesLines
* Move remaining Autofill code to //components/autofill.joi@chromium.org2013-03-091-88/+0
* Establish components/autofill and move some fileskaiwang@chromium.org2013-03-071-1/+1
* Browser changes for supporting checkable elementsramankk@chromium.org2013-01-221-0/+6
* Revert 176189abodenha@chromium.org2013-01-141-6/+0
* Add support for radiobuttons and checkboxes.ramankk@chromium.org2013-01-101-0/+6
* Revert 173889 Regressed page cyclerstonyg@chromium.org2012-12-201-6/+0
* Add support for autofilling radio buttons and checkboxes.ramankk@chromium.org2012-12-191-0/+6
* [Autofill] Update the autocomplete types implementation to match the current ...isherman@chromium.org2012-10-241-3/+3
* Move forms/ out of webkit/.blundell@chromium.org2012-10-051-4/+3
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-111-1/+0
* Group forms-related files in webkit/glue in a forms/ subdirectory.isherman@chromium.org2011-12-151-3/+3
* Ignore crowd-sourced fax number detection.isherman@chromium.org2011-09-211-1/+1
* Add preliminary support for the autocompletetype atttribute for phone/fax pre...isherman@chromium.org2011-08-231-0/+11
* Add preliminary Autofill support for 'autocompletetype' sections.isherman@chromium.org2011-08-121-0/+6
* iwyu: Cleanup in the following files:jhawkins@chromium.org2011-03-301-0/+1
* autofill: Rename all the entries remaining with AutoFill to Autofill.tfarina@chromium.org2011-03-211-2/+2
* Reduce boxing and unboxing of AutofillFieldTypeisherman@chromium.org2011-03-171-2/+2
* autofill: Rename AutoFillField to AutofillField.tfarina@chromium.org2011-03-041-6/+6
* autofill: Rename AutoFillFieldType to AutofillFieldType.tfarina@chromium.org2011-03-011-7/+7
* FBTF: Continue fixing nits found by my automated source scanner.erg@google.com2010-10-051-0/+1
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-261-0/+1
* AutoFill: Use DISALLOW_COPY_AND_ASSIGN where possible.jhawkins@chromium.org2010-06-211-0/+2
* Add tests for AutoFillField.jhawkins@chromium.org2010-03-071-4/+6
* Where possible, use return-by-const-ref for accessors in AutoFill data struct...jhawkins@chromium.org2010-03-031-1/+1
* Implement ImportFormData and GetPossibleFieldTypes for PersonalDataManager, u...jhawkins@chromium.org2010-01-081-0/+4
* autofill: Add the FormField interface. Classes that implement the FormField ...jhawkins@chromium.org2009-12-091-2/+33
* Fixes almost all of the rest of lint errors in the chrome/ directory (minus t...erg@google.com2009-11-131-1/+1
* Implement FormStructure and an initial method, EncodeUploadRequest. This als...jhawkins@chromium.org2009-11-041-0/+25