Title: [181359] trunk/Tools
Revision
181359
Author
mmaxfi...@apple.com
Date
2015-03-10 19:26:56 -0700 (Tue, 10 Mar 2015)

Log Message

Migrate from SystemUIFontSelect to AppleSystemFontOSSubversion
https://bugs.webkit.org/show_bug.cgi?id=142555

Reviewed by Simon Fraser.

* DumpRenderTree/mac/DumpRenderTree.mm:
(setDefaultsToConsistentValuesForTesting):
* WebKitTestRunner/InjectedBundle/mac/InjectedBundleMac.mm:
(WTR::InjectedBundle::platformInitialize):

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (181358 => 181359)


--- trunk/Tools/ChangeLog	2015-03-11 02:21:20 UTC (rev 181358)
+++ trunk/Tools/ChangeLog	2015-03-11 02:26:56 UTC (rev 181359)
@@ -1,3 +1,15 @@
+2015-03-10  Myles C. Maxfield  <mmaxfi...@apple.com>
+
+        Migrate from SystemUIFontSelect to AppleSystemFontOSSubversion
+        https://bugs.webkit.org/show_bug.cgi?id=142555
+
+        Reviewed by Simon Fraser.
+
+        * DumpRenderTree/mac/DumpRenderTree.mm:
+        (setDefaultsToConsistentValuesForTesting):
+        * WebKitTestRunner/InjectedBundle/mac/InjectedBundleMac.mm:
+        (WTR::InjectedBundle::platformInitialize):
+
 2015-03-10  Alex Christensen  <achristen...@webkit.org>
 
         Use unsigned for HashSet size.

Modified: trunk/Tools/DumpRenderTree/mac/DumpRenderTree.mm (181358 => 181359)


--- trunk/Tools/DumpRenderTree/mac/DumpRenderTree.mm	2015-03-11 02:21:20 UTC (rev 181358)
+++ trunk/Tools/DumpRenderTree/mac/DumpRenderTree.mm	2015-03-11 02:26:56 UTC (rev 181359)
@@ -936,7 +936,7 @@
         @"AppleShowScrollBars": @"Always",
         @"NSButtonAnimationsEnabled": @NO, // Ideally, we should find a way to test animations, but for now, make sure that the dumped snapshot matches actual state.
 #if PLATFORM(MAC) && __MAC_OS_X_VERSION_MIN_REQUIRED > 101000
-        @"SystemUIFontSelect": @"Neue",
+        @"AppleSystemFontOSSubversion": @(10),
 #endif
     };
 

Modified: trunk/Tools/WebKitTestRunner/InjectedBundle/mac/InjectedBundleMac.mm (181358 => 181359)


--- trunk/Tools/WebKitTestRunner/InjectedBundle/mac/InjectedBundleMac.mm	2015-03-11 02:21:20 UTC (rev 181358)
+++ trunk/Tools/WebKitTestRunner/InjectedBundle/mac/InjectedBundleMac.mm	2015-03-11 02:26:56 UTC (rev 181359)
@@ -62,7 +62,7 @@
             @"notationl": @"notational"
         },
 #if __MAC_OS_X_VERSION_MIN_REQUIRED > 101000
-        @"SystemUIFontSelect": @"Neue",
+        @"AppleSystemFontOSSubversion": @(10),
 #endif
     };
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to