Title: [239506] trunk
Revision
239506
Author
achristen...@apple.com
Date
2018-12-21 09:52:57 -0800 (Fri, 21 Dec 2018)

Log Message

Revert r239503.
https://bugs.webkit.org/show_bug.cgi?id=192944

Source/WTF:

* wtf/cocoa/NSURLExtras.mm:
(WTF::isLookalikeCharacter):

LayoutTests:

* fast/url/host-expected.txt:
* fast/url/host.html:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (239505 => 239506)


--- trunk/LayoutTests/ChangeLog	2018-12-21 17:40:14 UTC (rev 239505)
+++ trunk/LayoutTests/ChangeLog	2018-12-21 17:52:57 UTC (rev 239506)
@@ -1,3 +1,11 @@
+2018-12-21  Alex Christensen  <achristen...@webkit.org>
+
+        Revert r239503.
+        https://bugs.webkit.org/show_bug.cgi?id=192944
+
+        * fast/url/host-expected.txt:
+        * fast/url/host.html:
+
 2018-12-21  Truitt Savell  <tsav...@apple.com>
 
         Skipping webgpu/ tests after https://trac.webkit.org/changeset/239495/webkit disabled webgpu on 10.12

Modified: trunk/LayoutTests/fast/url/host-expected.txt (239505 => 239506)


--- trunk/LayoutTests/fast/url/host-expected.txt	2018-12-21 17:40:14 UTC (rev 239505)
+++ trunk/LayoutTests/fast/url/host-expected.txt	2018-12-21 17:52:57 UTC (rev 239506)
@@ -49,8 +49,6 @@
 PASS canonicalize('http://quip−apple.com/') is 'http://xn--quipapple-tf4e.com/'
 PASS canonicalize('http://iclouꝱ.com/') is 'http://xn--iclou-rl3s.com/'
 PASS canonicalize('http://gọọgle.com/') is 'http://xn--ggle-gx5aa.com/'
-PASS canonicalize('http://ıcloud.com/') is 'http://xn--cloud-m4a.com/'
-PASS canonicalize('http://twıtter.com/') is 'http://xn--twtter-q9a.com/'
 PASS successfullyParsed is true
 
 TEST COMPLETE

Modified: trunk/LayoutTests/fast/url/host.html (239505 => 239506)


--- trunk/LayoutTests/fast/url/host.html	2018-12-21 17:40:14 UTC (rev 239505)
+++ trunk/LayoutTests/fast/url/host.html	2018-12-21 17:52:57 UTC (rev 239506)
@@ -89,9 +89,7 @@
   ["quip\u2011apple.com", "xn--quipapple-y79d.com"],
   ["quip\u2212apple.com", "xn--quipapple-tf4e.com"],
   ["iclou\uA771.com", "xn--iclou-rl3s.com"],
-  ["g\u1ECD\u1ECDgle.com", "xn--ggle-gx5aa.com"],
-  ["\u0131cloud.com", "xn--cloud-m4a.com"],
-  ["tw\u0131tter.com", "xn--twtter-q9a.com"]
+  ["g\u1ECD\u1ECDgle.com", "xn--ggle-gx5aa.com"]
 ];
 
 for (var i = 0; i < cases.length; ++i) {

Modified: trunk/Source/WTF/ChangeLog (239505 => 239506)


--- trunk/Source/WTF/ChangeLog	2018-12-21 17:40:14 UTC (rev 239505)
+++ trunk/Source/WTF/ChangeLog	2018-12-21 17:52:57 UTC (rev 239506)
@@ -1,3 +1,11 @@
+2018-12-21  Alex Christensen  <achristen...@webkit.org>
+
+        Revert r239503.
+        https://bugs.webkit.org/show_bug.cgi?id=192944
+
+        * wtf/cocoa/NSURLExtras.mm:
+        (WTF::isLookalikeCharacter):
+
 2018-12-20  Brent Fulgham  <bfulg...@apple.com>
 
         Show punycode if URL contains Latin small letter dotless i

Modified: trunk/Source/WTF/wtf/cocoa/NSURLExtras.mm (239505 => 239506)


--- trunk/Source/WTF/wtf/cocoa/NSURLExtras.mm	2018-12-21 17:40:14 UTC (rev 239505)
+++ trunk/Source/WTF/wtf/cocoa/NSURLExtras.mm	2018-12-21 17:52:57 UTC (rev 239506)
@@ -115,7 +115,6 @@
         case 0x00BD: /* VULGAR FRACTION ONE HALF */
         case 0x00BE: /* VULGAR FRACTION THREE QUARTERS */
         case 0x00ED: /* LATIN SMALL LETTER I WITH ACUTE */
-        case 0x0131: /* LATIN SMALL LETTER DOTLESS I */
         case 0x01C3: /* LATIN LETTER RETROFLEX CLICK */
         case 0x0251: /* LATIN SMALL LETTER ALPHA */
         case 0x0261: /* LATIN SMALL LETTER SCRIPT G */
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to