
This CL adds a new histogram called Navigation.HostnameHasDeviationCharacters. This histogram records boolean value for each typed, non-reload main frame navigation. The recorded value is true if the navigated hostname contains at least one deviation character, such as faß.de (https://unicode.org/reports/tr46/#Table_Deviation_Characters). We'll use this information to understand how common it is for users to enter hostnames with deviation characters, thus a rough indication of the impact of a switch to Non-Transitional IDNA 2008. Bug: 1351768 Change-Id: I06d54e215c163d61ae8f12c4dbeea3459c37ba84 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3842697 Reviewed-by: David Benjamin <davidben@chromium.org> Reviewed-by: Chris Thompson <cthomp@chromium.org> Reviewed-by: Tommy Li <tommycli@chromium.org> Reviewed-by: Peter Kasting <pkasting@chromium.org> Commit-Queue: Mustafa Emre Acer <meacer@chromium.org> Cr-Commit-Position: refs/heads/main@{#1039794}
9 lines
223 B
Python
9 lines
223 B
Python
include_rules = [
|
|
"+components/dom_distiller/core",
|
|
"+components/profile_metrics",
|
|
"+components/url_formatter",
|
|
"+net/base/registry_controlled_domains",
|
|
# For net::IsHostnameNonUnique.
|
|
"+net/base/url_util.h",
|
|
]
|