Title: [116189] trunk/Source/WebCore
Revision
116189
Author
joep...@webkit.org
Date
2012-05-04 16:34:25 -0700 (Fri, 04 May 2012)

Log Message

Add "combining short stroke overlay character (u0335)" to lookalike characters blacklist.
https://bugs.webkit.org/show_bug.cgi?id=85440

Patch by Yongjun Zhang <yongjun_zh...@apple.com> on 2012-05-04
Reviewed by David Kilzer.

We should add u0335 to the characters blacklist.

* platform/mac/WebCoreNSURLExtras.mm:
(WebCore::isLookalikeCharacter):

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (116188 => 116189)


--- trunk/Source/WebCore/ChangeLog	2012-05-04 23:31:14 UTC (rev 116188)
+++ trunk/Source/WebCore/ChangeLog	2012-05-04 23:34:25 UTC (rev 116189)
@@ -1,3 +1,15 @@
+2012-05-04  Yongjun Zhang  <yongjun_zh...@apple.com>
+
+        Add "combining short stroke overlay character (u0335)" to lookalike characters blacklist.
+        https://bugs.webkit.org/show_bug.cgi?id=85440
+
+        Reviewed by David Kilzer.
+
+        We should add u0335 to the characters blacklist.
+
+        * platform/mac/WebCoreNSURLExtras.mm:
+        (WebCore::isLookalikeCharacter):
+
 2012-05-04  Satoru Takabayashi  <sato...@chromium.org>
 
         [chromium] Add plumbing for file display names for drag and drop

Modified: trunk/Source/WebCore/platform/mac/WebCoreNSURLExtras.mm (116188 => 116189)


--- trunk/Source/WebCore/platform/mac/WebCoreNSURLExtras.mm	2012-05-04 23:31:14 UTC (rev 116188)
+++ trunk/Source/WebCore/platform/mac/WebCoreNSURLExtras.mm	2012-05-04 23:34:25 UTC (rev 116189)
@@ -66,6 +66,7 @@
         case 0x01C3: /* LATIN LETTER RETROFLEX CLICK */
         case 0x0251: /* LATIN SMALL LETTER ALPHA */
         case 0x0261: /* LATIN SMALL LETTER SCRIPT G */
+        case 0x0335: /* COMBINING SHORT STROKE OVERLAY */
         case 0x0337: /* COMBINING SHORT SOLIDUS OVERLAY */
         case 0x0338: /* COMBINING LONG SOLIDUS OVERLAY */
         case 0x05B4: /* HEBREW POINT HIRIQ */
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to