Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(391)

Unified Diff: chrome/app/generated_resources.grd

Side-by-side diff isn't available for this file because of its large size.
Issue 962673004: [Autofill/Autocomplete Feature] Substring matching instead of prefix matching. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
Download patch
« no previous file with comments | « no previous file | chrome/browser/about_flags.cc » ('j') | components/autofill/core/common/autofill_util.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/generated_resources.grd
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd
index 91f6b2d94318555fdb41b398e82ae114c2be14be..367d3c0a5832a6b69ab6695a2b8c9119eae24c88 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -6383,6 +6383,12 @@ Keep your key file in a safe place. You will need it to create new versions of y
<message name="IDS_FLAGS_ENABLE_SAVE_PASSOWRD_ON_IN_PAGE_NAVIGATION_DESCRIPTION" desc="Description of the flag to enable showing of password save prompt on in-page navigations">
Enable showing of the password prompt on in-page navigations. This allows for saving passwords on more pages but might sometimes trigger the prompt on unsuccessful login attempts.
</message>
+ <message name="IDS_FLAGS_ENABLE_SUGGESTIONS_WITH_SUB_STRING_MATCH_NAME" desc="Name of the flag to enable showing of autofill, autocomplete and password manager suggestions for substring matching.">
+ Enable showing of autofill, autocomplete and password manager suggestions for substring matching.
Evan Stade 2015/05/11 19:07:12 "Substring matching for Autofill suggestions."
Pritam Nikam 2015/05/21 10:58:22 Done.
+ </message>
+ <message name="IDS_FLAGS_ENABLE_SUGGESTIONS_WITH_SUB_STRING_MATCH_DESCRIPTION" desc="Description of the flag to enable showing of autofill, autocomplete and password manager suggestions for substring matching.">
+ Enable showing of autofill, autocomplete and password manager suggestions for substring matching. This allows only match against the beginning of each token like how omnibar autocomplete does.
Evan Stade 2015/05/11 19:07:12 It's the omnibox, not omnibar. This description s
Pritam Nikam 2015/05/21 10:58:22 Done.
+ </message>
<message name="IDS_FLAGS_ENABLE_AFFILIATION_BASED_MATCHING_NAME" desc="Name of the flag to enable affiliation based matching, so that credentials stored for an Android application will also be considered matches for, and be filled into corresponding websites (so-called 'affiliated' websites).">
Enable affiliation based matching in password manager.
</message>
« no previous file with comments | « no previous file | chrome/browser/about_flags.cc » ('j') | components/autofill/core/common/autofill_util.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698