Title: [165455] trunk/Tools
Revision
165455
Author
mmaxfi...@apple.com
Date
2014-03-11 17:12:22 -0700 (Tue, 11 Mar 2014)

Log Message

Add "System Font" to the list of whitelisted DRT fonts
https://bugs.webkit.org/show_bug.cgi?id=130046

Reviewed by Darin Adler.

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

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (165454 => 165455)


--- trunk/Tools/ChangeLog	2014-03-11 23:00:19 UTC (rev 165454)
+++ trunk/Tools/ChangeLog	2014-03-12 00:12:22 UTC (rev 165455)
@@ -1,3 +1,14 @@
+2014-03-10  Myles C. Maxfield  <mmaxfi...@apple.com>
+
+        Add "System Font" to the list of whitelisted DRT fonts
+        https://bugs.webkit.org/show_bug.cgi?id=130046
+
+        Reviewed by Darin Adler.
+
+        * DumpRenderTree/mac/DumpRenderTree.mm:
+        (allowedFontFamilySet):
+        * WebKitTestRunner/InjectedBundle/mac/ActivateFonts.mm:
+
 2014-03-11  Martin Robinson  <mrobin...@igalia.com>
 
         [GTK] The jhbuild environment should set CMAKE_PREFIX_PATH and CMAKE_LIBRARY_PATH

Modified: trunk/Tools/DumpRenderTree/mac/DumpRenderTree.mm (165454 => 165455)


--- trunk/Tools/DumpRenderTree/mac/DumpRenderTree.mm	2014-03-11 23:00:19 UTC (rev 165454)
+++ trunk/Tools/DumpRenderTree/mac/DumpRenderTree.mm	2014-03-12 00:12:22 UTC (rev 165455)
@@ -397,6 +397,7 @@
         @"STKaiti",
         @"STSong",
         @"Symbol",
+        @"System Font",
         @"Tahoma",
         @"Thonburi",
         @"Times New Roman",

Modified: trunk/Tools/WebKitTestRunner/InjectedBundle/mac/ActivateFonts.mm (165454 => 165455)


--- trunk/Tools/WebKitTestRunner/InjectedBundle/mac/ActivateFonts.mm	2014-03-11 23:00:19 UTC (rev 165454)
+++ trunk/Tools/WebKitTestRunner/InjectedBundle/mac/ActivateFonts.mm	2014-03-12 00:12:22 UTC (rev 165455)
@@ -146,6 +146,7 @@
         @"STKaiti",
         @"STSong",
         @"Symbol",
+        @"System Font",
         @"Tahoma",
         @"Thonburi",
         @"Times New Roman",
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to