WebKit Bugzilla
Attachment 368804 Details for
Bug 197526
: Mark U+01C0 as a homograph of U+006C
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
bug-197526-20190502121944.patch (text/plain), 2.52 KB, created by
Alex Christensen
on 2019-05-02 12:19:44 PDT
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Alex Christensen
Created:
2019-05-02 12:19:44 PDT
Size:
2.52 KB
patch
obsolete
>Index: Source/WTF/ChangeLog >=================================================================== >--- Source/WTF/ChangeLog (revision 244793) >+++ Source/WTF/ChangeLog (working copy) >@@ -1,3 +1,14 @@ >+2019-05-02 Alex Christensen <achristensen@webkit.org> >+ >+ Mark U+01C0 as a homograph of U+006C >+ https://bugs.webkit.org/show_bug.cgi?id=197526 >+ <rdar://problem/50301904> >+ >+ Reviewed by NOBODY (OOPS!). >+ >+ * wtf/URLHelpers.cpp: >+ (WTF::URLHelpers::isLookalikeCharacter): >+ > 2019-04-30 Youenn Fablet <youenn@apple.com> > > Make Document audio producers use WeakPtr >Index: Source/WTF/wtf/URLHelpers.cpp >=================================================================== >--- Source/WTF/wtf/URLHelpers.cpp (revision 244759) >+++ Source/WTF/wtf/URLHelpers.cpp (working copy) >@@ -120,6 +120,7 @@ static bool isLookalikeCharacter(const O > case 0x00BE: /* VULGAR FRACTION THREE QUARTERS */ > case 0x00ED: /* LATIN SMALL LETTER I WITH ACUTE */ > /* 0x0131 LATIN SMALL LETTER DOTLESS I is intentionally not considered a lookalike character because it is visually distinguishable from i and it has legitimate use in the Turkish language. */ >+ case 0x01C0: /* LATIN LETTER DENTAL CLICK */ > case 0x01C3: /* LATIN LETTER RETROFLEX CLICK */ > case 0x0251: /* LATIN SMALL LETTER ALPHA */ > case 0x0261: /* LATIN SMALL LETTER SCRIPT G */ >Index: Tools/ChangeLog >=================================================================== >--- Tools/ChangeLog (revision 244879) >+++ Tools/ChangeLog (working copy) >@@ -1,3 +1,14 @@ >+2019-05-02 Alex Christensen <achristensen@webkit.org> >+ >+ Mark U+01C0 as a homograph of U+006C >+ https://bugs.webkit.org/show_bug.cgi?id=197526 >+ <rdar://problem/50301904> >+ >+ Reviewed by NOBODY (OOPS!). >+ >+ * TestWebKitAPI/Tests/WTF/cocoa/URLExtras.mm: >+ (TestWebKitAPI::TEST): >+ > 2019-05-02 Alex Christensen <achristensen@webkit.org> > > Build fix for internal branch. >Index: Tools/TestWebKitAPI/Tests/WTF/cocoa/URLExtras.mm >=================================================================== >--- Tools/TestWebKitAPI/Tests/WTF/cocoa/URLExtras.mm (revision 244759) >+++ Tools/TestWebKitAPI/Tests/WTF/cocoa/URLExtras.mm (working copy) >@@ -102,6 +102,7 @@ TEST(WTF_URLExtras, URLExtras_Spoof) > "xn--sdb7a", // U+05D5 U+05C4 > "xn--2-zic", // U+0032 U+05E1 > "xn--uoa", // U+027E >+ "xn--fja", // U+01C0 > }; > for (const String& host : punycodedSpoofHosts) { > auto url = makeString("http://", host, "/").utf8();
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Formatted Diff
|
Diff
Attachments on
bug 197526
: 368804 |
368819