Title: [194997] trunk/Tools
Revision
194997
Author
mmaxfi...@apple.com
Date
2016-01-13 15:31:08 -0800 (Wed, 13 Jan 2016)

Log Message

[Cocoa] Testing with font family name "System Font" is unused
https://bugs.webkit.org/show_bug.cgi?id=153073
<rdar://problem/24091683>

Reviewed by Brent Fulgham.

* DumpRenderTree/mac/DumpRenderTree.mm:
(allowedFontFamilySet): Deleted.
* WebKitTestRunner/InjectedBundle/cocoa/ActivateFontsCocoa.mm:
(WTR::allowedFontFamilySet): Deleted.
* WebKitTestRunner/mac/TestControllerMac.mm:
(WTR::allowedFontFamilySet): Deleted.

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (194996 => 194997)


--- trunk/Tools/ChangeLog	2016-01-13 23:28:38 UTC (rev 194996)
+++ trunk/Tools/ChangeLog	2016-01-13 23:31:08 UTC (rev 194997)
@@ -1,3 +1,18 @@
+2016-01-13  Myles C. Maxfield  <mmaxfi...@apple.com>
+
+        [Cocoa] Testing with font family name "System Font" is unused
+        https://bugs.webkit.org/show_bug.cgi?id=153073
+        <rdar://problem/24091683>
+
+        Reviewed by Brent Fulgham.
+
+        * DumpRenderTree/mac/DumpRenderTree.mm:
+        (allowedFontFamilySet): Deleted.
+        * WebKitTestRunner/InjectedBundle/cocoa/ActivateFontsCocoa.mm:
+        (WTR::allowedFontFamilySet): Deleted.
+        * WebKitTestRunner/mac/TestControllerMac.mm:
+        (WTR::allowedFontFamilySet): Deleted.
+
 2016-01-13  Daniel Bates  <daba...@apple.com>
 
         [XSS Auditor] Add test when XSS payload is in the path portion of the URL

Modified: trunk/Tools/DumpRenderTree/mac/DumpRenderTree.mm (194996 => 194997)


--- trunk/Tools/DumpRenderTree/mac/DumpRenderTree.mm	2016-01-13 23:28:38 UTC (rev 194996)
+++ trunk/Tools/DumpRenderTree/mac/DumpRenderTree.mm	2016-01-13 23:31:08 UTC (rev 194997)
@@ -401,7 +401,6 @@
         @"STKaiti",
         @"STSong",
         @"Symbol",
-        @"System Font",
         @"Tahoma",
         @"Thonburi",
         @"Times New Roman",

Modified: trunk/Tools/WebKitTestRunner/InjectedBundle/cocoa/ActivateFontsCocoa.mm (194996 => 194997)


--- trunk/Tools/WebKitTestRunner/InjectedBundle/cocoa/ActivateFontsCocoa.mm	2016-01-13 23:28:38 UTC (rev 194996)
+++ trunk/Tools/WebKitTestRunner/InjectedBundle/cocoa/ActivateFontsCocoa.mm	2016-01-13 23:31:08 UTC (rev 194997)
@@ -151,7 +151,6 @@
         @"STKaiti",
         @"STSong",
         @"Symbol",
-        @"System Font",
         @"Tahoma",
         @"Thonburi",
         @"Times New Roman",

Modified: trunk/Tools/WebKitTestRunner/mac/TestControllerMac.mm (194996 => 194997)


--- trunk/Tools/WebKitTestRunner/mac/TestControllerMac.mm	2016-01-13 23:28:38 UTC (rev 194996)
+++ trunk/Tools/WebKitTestRunner/mac/TestControllerMac.mm	2016-01-13 23:31:08 UTC (rev 194997)
@@ -232,7 +232,6 @@
         @"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