OSDN Git Service

Safely convert punycode IDN to Unicode for display.
authorShimeng (Simon) Wang <swang@google.com>
Wed, 20 Jul 2011 23:36:45 +0000 (16:36 -0700)
committerShimeng (Simon) Wang <swang@google.com>
Thu, 21 Jul 2011 16:24:53 +0000 (09:24 -0700)
commitd20466cbeb31c73eace8f0c4eb6c717b1e1ae540
treee8621919a689be4699820f68692e8296e418cf5b
parent4f25266c21bdd7dcd9996807fae04f7dfb0373de
Safely convert punycode IDN to Unicode for display.

Use chromium's net::IDNToUnicode to accomplish this, which adopts
safe measures for converting.

issue: 4384726
Change-Id: If265a849ff0e9d6782705fc1639391bab9e6bcab
Source/WebKit/android/WebCoreSupport/ChromiumIncludes.h
Source/WebKit/android/jni/WebCoreFrameBridge.cpp
Source/WebKit/android/jni/WebCoreFrameBridge.h
Source/WebKit/android/jni/WebHistory.cpp