Commit 2fdb80d3 authored by Hiroshi Ichikawa's avatar Hiroshi Ichikawa Committed by Commit Bot

Port more comments from the comment of FormatUrlForSecurityDisplay().

To clarify the behavior.

Change-Id: Ie9a1ff59b934615c353fb6c11c06b2678fca5c97
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2041836
Commit-Queue: Hiroshi Ichikawa <ichikawa@chromium.org>
Reviewed-by: default avatarJohn Wu <jzw@chromium.org>
Cr-Commit-Position: refs/heads/master@{#739272}
parent a611b67c
...@@ -81,7 +81,8 @@ CWV_EXPORT ...@@ -81,7 +81,8 @@ CWV_EXPORT
// @"https://example.com". Precisely speaking: // @"https://example.com". Precisely speaking:
// //
// - Internationalized domain names (IDN) are presented in Unicode if they're // - Internationalized domain names (IDN) are presented in Unicode if they're
// regarded safe. See // regarded safe. Domain names with RTL characters will still be in
// ACE/punycode for now (crbug.com/650760). See
// https://dev.chromium.org/developers/design-documents/idn-in-google-chrome // https://dev.chromium.org/developers/design-documents/idn-in-google-chrome
// for details. // for details.
// - Omits the path for standard schemes, excepting file and filesystem. // - Omits the path for standard schemes, excepting file and filesystem.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment