summaryrefslogtreecommitdiffstats
path: root/components/autofill.gypi
diff options
context:
space:
mode:
authorkenjitoyama <kenjitoyama@chromium.org>2016-02-23 15:26:55 -0800
committerCommit bot <commit-bot@chromium.org>2016-02-23 23:29:02 +0000
commit8adecc7be5960d468c3f241fec4864990560efb5 (patch)
treeb800a2bda447d0ad9a0b017d07a8d25fa769eae6 /components/autofill.gypi
parent986f356d2dddf1a814208610172df2b10c7adfcc (diff)
downloadchromium_src-8adecc7be5960d468c3f241fec4864990560efb5.zip
chromium_src-8adecc7be5960d468c3f241fec4864990560efb5.tar.gz
chromium_src-8adecc7be5960d468c3f241fec4864990560efb5.tar.bz2
Introduce FieldCandidates.
Instead of taking hard decisions, parsers and other heuristics are now able to give scores to their detected types. This allows having different strategies with varying degrees of confidence, allowing us to be more precise and even have more recall. In a future CL, we will also be able to have all type heuristics seeing the entire form instead of a mutable structure passed around that is incrementally modified. TESTED=FormStructureBrowserTest,*FieldTest*,*FieldCandidates* Review URL: https://codereview.chromium.org/1724553002 Cr-Commit-Position: refs/heads/master@{#377122}
Diffstat (limited to 'components/autofill.gypi')
-rw-r--r--components/autofill.gypi2
1 files changed, 2 insertions, 0 deletions
diff --git a/components/autofill.gypi b/components/autofill.gypi
index ca9e8e0..8c5396d 100644
--- a/components/autofill.gypi
+++ b/components/autofill.gypi
@@ -161,6 +161,8 @@
'autofill/core/browser/dialog_section.h',
'autofill/core/browser/email_field.cc',
'autofill/core/browser/email_field.h',
+ 'autofill/core/browser/field_candidates.h',
+ 'autofill/core/browser/field_candidates.cc',
'autofill/core/browser/field_types.h',
'autofill/core/browser/form_field.cc',
'autofill/core/browser/form_field.h',