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

Unified Diff: components/url_formatter/elide_url.h

Issue 2375803002: Use Unicode in Format{Origin,URL}forSecurityDisplay (Closed)
Patch Set: mention {LSI, PDI} as well Created 4 years, 2 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:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « components/url_formatter/BUILD.gn ('k') | components/url_formatter/elide_url.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/url_formatter/elide_url.h
diff --git a/components/url_formatter/elide_url.h b/components/url_formatter/elide_url.h
index bb34f7c3f5fbeb79028a503d4af87f71fd056418..fb07e4ecfe9049bc5462087b68d36c5f00f4f166 100644
--- a/components/url_formatter/elide_url.h
+++ b/components/url_formatter/elide_url.h
@@ -64,9 +64,11 @@ enum class SchemeDisplay {
// other circumstances when people need to distinguish sites, origins, or
// otherwise-simplified URLs from each other).
//
-// Internationalized domain names (IDN) may be presented in Unicode if
-// they're regarded safe. See |url_formatter::FormatUrl| for more details on
-// the algorithm).
+// Internationalized domain names (IDN) will be presented in Unicode if
+// they're regarded safe except that domain names with RTL characters
+// will still be in ACE/punycode for now (http://crbug.com/650760).
+// See http://dev.chromium.org/developers/design-documents/idn-in-google-chrome
+// for details on the algorithm.
//
// - Omits the path for standard schemes, excepting file and filesystem.
// - Omits the port if it is the default for the scheme.
« no previous file with comments | « components/url_formatter/BUILD.gn ('k') | components/url_formatter/elide_url.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698