From 2dfdae10eacafadd4103018bde5b9481b3cec9d2 Mon Sep 17 00:00:00 2001 From: "pritam.nikam" Date: Tue, 14 Jul 2015 06:51:11 -0700 Subject: [Autofill/Autocomplete Feature] Substring matching instead of prefix matching. With present implementation autofill/autocomplete suggestions are matched for prefix for what user has typed. This patch brings in suggestions with substring matching (i.e. substring matching to the beginning of suggestion tokens) instead of prefix matching. This patch keeps the feature behind a command line switch --enable-suggestions-with-substring-match. BUG=77194 Review URL: https://codereview.chromium.org/962673004 Cr-Commit-Position: refs/heads/master@{#338677} --- components/components_tests.gyp | 1 + 1 file changed, 1 insertion(+) (limited to 'components/components_tests.gyp') diff --git a/components/components_tests.gyp b/components/components_tests.gyp index 4bf8a14..02c39b3 100644 --- a/components/components_tests.gyp +++ b/components/components_tests.gyp @@ -62,6 +62,7 @@ 'autofill/core/browser/webdata/autofill_wallet_metadata_syncable_service_unittest.cc', 'autofill/core/browser/webdata/web_data_service_unittest.cc', 'autofill/core/common/autofill_regexes_unittest.cc', + 'autofill/core/common/autofill_util_unittest.cc', 'autofill/core/common/form_data_unittest.cc', 'autofill/core/common/form_field_data_unittest.cc', 'autofill/core/common/password_form_fill_data_unittest.cc', -- cgit v1.1