index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
chrome
/
browser
/
autofill
/
form_field.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Autofill: Remove fax number completely.
jhawkins@chromium.org
2011-09-17
1
-1
/
+1
*
Step 2 in removing resource strings in chrome.dll.
tony@chromium.org
2011-09-07
1
-1
/
+0
*
Remove Autofill support for the ECML standard, as it is virtually unused.
isherman@chromium.org
2011-08-08
1
-15
/
+6
*
Revert 90103 - Revert 90034 - Autofill heuristics checkout files for 06_check...
dhollowa@chromium.org
2011-06-22
1
-0
/
+5
*
Revert 90034 - Autofill heuristics checkout files for 06_checkout_urbanoutfit...
dhollowa@chromium.org
2011-06-22
1
-5
/
+0
*
Autofill heuristics checkout files for 06_checkout_urbanoutfitters.com.html
dhollowa@chromium.org
2011-06-22
1
-0
/
+5
*
Cache Autofill heuristics regexes
isherman@chromium.org
2011-06-02
1
-2
/
+3
*
Autofill should use unicode/regex.h instead of WebKit::WebRegularExpression
dhollowa@chromium.org
2011-05-28
1
-27
/
+8
*
Heuristics for grabber-continental.com.out (multi-pass)
dhollowa@chromium.org
2011-05-27
1
-43
/
+42
*
Heuristics for grabber-continental.com.out (select-one)
dhollowa@chromium.org
2011-05-25
1
-7
/
+54
*
Autofill refactor form_field.h/cc.
dhollowa@chromium.org
2011-05-19
1
-218
/
+56
*
Fix memory leak in Autofill parsing code
isherman@chromium.org
2011-05-05
1
-2
/
+4
*
Refactor Autofill parsing code. Most notably, add a helper class for parsing...
isherman@chromium.org
2011-05-05
1
-199
/
+146
*
iwyu: Cleanup in the following files:
jhawkins@chromium.org
2011-03-30
1
-0
/
+9
*
Make FormField be a struct rather than a class per c++ standards.
tsepez@chromium.org
2011-03-08
1
-3
/
+3
*
Revert 77296 -
zea@chromium.org
2011-03-08
1
-3
/
+3
*
Convert autofill messages to use the new IPC macros. This requires
tsepez@chromium.org
2011-03-08
1
-3
/
+3
*
autofill: Rename AutoFillType to AutofillType.
tfarina@chromium.org
2011-03-07
1
-2
/
+2
*
autofill: Rename AutoFillField to AutofillField.
tfarina@chromium.org
2011-03-04
1
-27
/
+27
*
Reorganized phone field parsing, fixing parsing for fax numbers in the proces...
georgey@chromium.org
2011-02-09
1
-4
/
+1
*
Only cache <input type="text"> and <select> elements for autofill.
isherman@chromium.org
2011-02-04
1
-30
/
+0
*
Move l10n_util to ui/base
ben@chromium.org
2011-01-21
1
-1
/
+1
*
Roll WebKit DEPS past WebKit move. Update gyp files and include paths to ref...
abarth@chromium.org
2011-01-17
1
-2
/
+2
*
Autofill heuristics regular expressions should be stored in external data files.
dhollowa@chromium.org
2011-01-05
1
-1
/
+3
*
Even more virtual method deinlining.
erg@google.com
2010-12-13
1
-0
/
+4
*
AutoFill: Skip past hidden input fields when parsing for
jhawkins@chromium.org
2010-10-28
1
-0
/
+6
*
AutoFill incorrectly matches a radio control on youtube.com
dhollowa@chromium.org
2010-08-25
1
-2
/
+12
*
AutoFill: Add more NameField tests and fix incorrect logic in ParseEmpty.
jhawkins@chromium.org
2010-08-04
1
-1
/
+1
*
Add #include utf_string_conversions.h to all files that use ASCIIToWide and
brettw@chromium.org
2010-08-03
1
-0
/
+1
*
Removing string16 global construction and conversion.
tommi@chromium.org
2010-07-14
1
-85
/
+101
*
The Chrome form autofill code defines a number of static string16 objects in ...
ananta@chromium.org
2010-07-01
1
-0
/
+47
*
AutoFill: Don't parse hidden fields for labels. Also don't count hidden fields
jhawkins@chromium.org
2010-06-15
1
-0
/
+14
*
AutoFill: Add a simple heuristic to match fax fields.
jhawkins@chromium.org
2010-04-21
1
-0
/
+4
*
AutoFill address filling when labels are missing.
dhollowa@chromium.org
2010-04-06
1
-14
/
+47
*
Don't use the empty string to try to match against an empty text field. Add ...
jhawkins@chromium.org
2010-03-16
1
-0
/
+7
*
autofill: Tweak the heuristic matching to lower-case form field labels and na...
jhawkins@chromium.org
2010-03-12
1
-3
/
+9
*
AutoFill field parser fixes.
dhollowa@chromium.org
2010-03-11
1
-12
/
+36
*
Remove FormField::priority as it's not used by AutoFill++.
jhawkins@chromium.org
2010-02-23
1
-2
/
+0
*
Fix a few pieces of the heuristic autofill:
jhawkins@chromium.org
2010-01-08
1
-2
/
+2
*
Set the address field type based on how many address fields we encountered.
jhawkins@chromium.org
2009-12-19
1
-0
/
+27
*
Implement NameField, a FormField that matches a name field in a form.
jhawkins@chromium.org
2009-12-17
1
-4
/
+4
*
Implement CreditCardField, a FormField that matches a credit card field in a ...
jhawkins@chromium.org
2009-12-16
1
-1
/
+4
*
Implement AddressField, a FormField that matches a set of address fields in a...
jhawkins@chromium.org
2009-12-15
1
-2
/
+4
*
Implement PhoneField, a FormField that matches a phone number field in a form.
jhawkins@chromium.org
2009-12-11
1
-0
/
+4
*
autofill: Add the FormField interface. Classes that implement the FormField ...
jhawkins@chromium.org
2009-12-09
1
-0
/
+191