Title: [271954] trunk/Tools
Revision
271954
Author
[email protected]
Date
2021-01-27 08:12:27 -0800 (Wed, 27 Jan 2021)

Log Message

Enable GPU WebRTC codecs in WebKitTestRunner
https://bugs.webkit.org/show_bug.cgi?id=220936

Reviewed by Eric Carlson.

* WebKitTestRunner/TestController.cpp:
(WTR::TestController::resetPreferencesToConsistentValues):

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (271953 => 271954)


--- trunk/Tools/ChangeLog	2021-01-27 16:05:19 UTC (rev 271953)
+++ trunk/Tools/ChangeLog	2021-01-27 16:12:27 UTC (rev 271954)
@@ -1,3 +1,13 @@
+2021-01-27  Youenn Fablet  <[email protected]>
+
+        Enable GPU WebRTC codecs in WebKitTestRunner
+        https://bugs.webkit.org/show_bug.cgi?id=220936
+
+        Reviewed by Eric Carlson.
+
+        * WebKitTestRunner/TestController.cpp:
+        (WTR::TestController::resetPreferencesToConsistentValues):
+
 2021-01-27  Philippe Normand  <[email protected]>
 
         REGRESSION(r271634): keyring still failing to retrieve secrets

Modified: trunk/Tools/WebKitTestRunner/TestController.cpp (271953 => 271954)


--- trunk/Tools/WebKitTestRunner/TestController.cpp	2021-01-27 16:05:19 UTC (rev 271953)
+++ trunk/Tools/WebKitTestRunner/TestController.cpp	2021-01-27 16:12:27 UTC (rev 271954)
@@ -902,7 +902,6 @@
     WKPreferencesSetHiddenPageCSSAnimationSuspensionEnabled(preferences, false);
     WKPreferencesSetStorageBlockingPolicy(preferences, kWKAllowAllStorage); // FIXME: We should be testing the default.
     WKPreferencesSetIsNSURLSessionWebSocketEnabled(preferences, false);
-    WKPreferencesSetWebRTCPlatformCodecsInGPUProcessEnabled(preferences, false);
     WKPreferencesSetFetchAPIKeepAliveEnabled(preferences, true);
     WKPreferencesSetMediaPreloadingEnabled(preferences, true);
     WKPreferencesSetExposeSpeakersEnabled(preferences, true);
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to