summaryrefslogtreecommitdiffstats
path: root/components/autofill_strings.grdp
diff options
context:
space:
mode:
authorkenjitoyama <kenjitoyama@chromium.org>2016-02-11 11:55:28 -0800
committerCommit bot <commit-bot@chromium.org>2016-02-11 19:57:06 +0000
commit888a550ad227b3546baa480c386640e206f36319 (patch)
treea657221ebdfd1b4ca862f28d420ad535522c51ac /components/autofill_strings.grdp
parent6fe4b6fcc0102460f4c4f71dee5ca02122983f01 (diff)
downloadchromium_src-888a550ad227b3546baa480c386640e206f36319.zip
chromium_src-888a550ad227b3546baa480c386640e206f36319.tar.gz
chromium_src-888a550ad227b3546baa480c386640e206f36319.tar.bz2
[Autofill] Add label and parseable_name to predictions debug.
This makes debugging heuristics easier because we can now see what we're detecting as label and names for each form field. Please see screenshot at https://drive.google.com/file/d/0ByNLDGiNy51OWmQtdER3ZHdWUGs/view?usp=sharing Review URL: https://codereview.chromium.org/1686843002 Cr-Commit-Position: refs/heads/master@{#374947}
Diffstat (limited to 'components/autofill_strings.grdp')
-rw-r--r--components/autofill_strings.grdp6
1 files changed, 4 insertions, 2 deletions
diff --git a/components/autofill_strings.grdp b/components/autofill_strings.grdp
index 38c596f..faabd2e 100644
--- a/components/autofill_strings.grdp
+++ b/components/autofill_strings.grdp
@@ -123,8 +123,10 @@
overall type: <ph name="OVERALL_TYPE">$1<ex>NAME_FIRST</ex></ph>
server type: <ph name="SERVER_TYPE">$2<ex>NAME_FIRST</ex></ph>
heuristic type: <ph name="HEURISTIC_TYPE">$3<ex>NAME_FIRST</ex></ph>
- field signature: <ph name="FIELD_SIGNATURE">$4<ex>12345678</ex></ph>
- form signature: <ph name="FORM_SIGNATURE">$5<ex>1234567812345678</ex></ph>
+ label: <ph name="LABEL">$4<ex>SOME LABEL</ex></ph>
+ parseable name: <ph name="PARSEABLE_NAME">$5<ex>SOME_NAME</ex></ph>
+ field signature: <ph name="FIELD_SIGNATURE">$6<ex>12345678</ex></ph>
+ form signature: <ph name="FORM_SIGNATURE">$7<ex>1234567812345678</ex></ph>
</message>
<!-- Autofill dialog: legal documents -->