Title: [151954] trunk/Tools
Revision
151954
Author
[email protected]
Date
2013-06-24 21:23:13 -0700 (Mon, 24 Jun 2013)

Log Message

[Mac] Update font used for Chinese in test systems
https://bugs.webkit.org/show_bug.cgi?id=117970

Reviewed by Alexey Proskuryakov.

Add "Songti TC" and "Songti SC" to the list of allowed fonts
in DRT and WKTR.

* DumpRenderTree/mac/DumpRenderTree.mm:
(allowedFontFamilySet):
* WebKitTestRunner/InjectedBundle/mac/ActivateFonts.mm:
(WTR::allowedFontFamilySet):

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (151953 => 151954)


--- trunk/Tools/ChangeLog	2013-06-25 04:07:26 UTC (rev 151953)
+++ trunk/Tools/ChangeLog	2013-06-25 04:23:13 UTC (rev 151954)
@@ -1,3 +1,18 @@
+2013-06-24  Dean Jackson  <[email protected]>
+
+        [Mac] Update font used for Chinese in test systems
+        https://bugs.webkit.org/show_bug.cgi?id=117970
+
+        Reviewed by Alexey Proskuryakov.
+
+        Add "Songti TC" and "Songti SC" to the list of allowed fonts
+        in DRT and WKTR.
+
+        * DumpRenderTree/mac/DumpRenderTree.mm:
+        (allowedFontFamilySet):
+        * WebKitTestRunner/InjectedBundle/mac/ActivateFonts.mm:
+        (WTR::allowedFontFamilySet):
+
 2013-06-24  Tim Horton  <[email protected]>
 
         Make MiniBrowser paginated mode work with WebKit1

Modified: trunk/Tools/DumpRenderTree/mac/DumpRenderTree.mm (151953 => 151954)


--- trunk/Tools/DumpRenderTree/mac/DumpRenderTree.mm	2013-06-25 04:07:26 UTC (rev 151953)
+++ trunk/Tools/DumpRenderTree/mac/DumpRenderTree.mm	2013-06-25 04:23:13 UTC (rev 151954)
@@ -331,6 +331,8 @@
         @"Sathu",
         @"Silom",
         @"Skia",
+        @"Songti SC",
+        @"Songti TC",
         @"STFangsong",
         @"STHeiti",
         @"STIXGeneral",

Modified: trunk/Tools/WebKitTestRunner/InjectedBundle/mac/ActivateFonts.mm (151953 => 151954)


--- trunk/Tools/WebKitTestRunner/InjectedBundle/mac/ActivateFonts.mm	2013-06-25 04:07:26 UTC (rev 151953)
+++ trunk/Tools/WebKitTestRunner/InjectedBundle/mac/ActivateFonts.mm	2013-06-25 04:23:13 UTC (rev 151954)
@@ -137,6 +137,8 @@
         @"Sathu",
         @"Silom",
         @"Skia",
+        @"Songti SC",
+        @"Songti TC",
         @"STFangsong",
         @"STHeiti",
         @"STIXGeneral",
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to