Title: [253415] tags/Safari-609.1.12/Tools
Revision
253415
Author
[email protected]
Date
2019-12-11 18:22:49 -0800 (Wed, 11 Dec 2019)

Log Message

Cherry-pick r253328. rdar://problem/57759297

    Disable video capture in UIProcess for WebKitTestRunner
    https://bugs.webkit.org/show_bug.cgi?id=205054

    Reviewed by Eric Carlson.

    * WebKitTestRunner/TestOptions.h:
    Some tests are still flaky as noted in bug 205053 and this option is still experimental.

    git-svn-id: https://svn.webkit.org/repository/webkit/trunk@253328 268f45cc-cd09-0410-ab3c-d52691b4dbfc

Modified Paths

Diff

Modified: tags/Safari-609.1.12/Tools/ChangeLog (253414 => 253415)


--- tags/Safari-609.1.12/Tools/ChangeLog	2019-12-12 02:15:49 UTC (rev 253414)
+++ tags/Safari-609.1.12/Tools/ChangeLog	2019-12-12 02:22:49 UTC (rev 253415)
@@ -1,3 +1,27 @@
+2019-12-11  Alan Coon  <[email protected]>
+
+        Cherry-pick r253328. rdar://problem/57759297
+
+    Disable video capture in UIProcess for WebKitTestRunner
+    https://bugs.webkit.org/show_bug.cgi?id=205054
+    
+    Reviewed by Eric Carlson.
+    
+    * WebKitTestRunner/TestOptions.h:
+    Some tests are still flaky as noted in bug 205053 and this option is still experimental.
+    
+    git-svn-id: https://svn.webkit.org/repository/webkit/trunk@253328 268f45cc-cd09-0410-ab3c-d52691b4dbfc
+
+    2019-12-10  youenn fablet  <[email protected]>
+
+            Disable video capture in UIProcess for WebKitTestRunner
+            https://bugs.webkit.org/show_bug.cgi?id=205054
+
+            Reviewed by Eric Carlson.
+
+            * WebKitTestRunner/TestOptions.h:
+            Some tests are still flaky as noted in bug 205053 and this option is still experimental.
+
 2019-12-06  Jonathan Bedard  <[email protected]>
 
         Python 3: Add support in webkitpy.tool (Follow-up, part 2)

Modified: tags/Safari-609.1.12/Tools/WebKitTestRunner/TestOptions.h (253414 => 253415)


--- tags/Safari-609.1.12/Tools/WebKitTestRunner/TestOptions.h	2019-12-12 02:15:49 UTC (rev 253414)
+++ tags/Safari-609.1.12/Tools/WebKitTestRunner/TestOptions.h	2019-12-12 02:22:49 UTC (rev 253415)
@@ -97,7 +97,7 @@
     bool enableBackForwardCache { false };
     bool enableLazyImageLoading { false };
     bool allowsLinkPreview { true };
-    bool enableCaptureVideoInUIProcess { true };
+    bool enableCaptureVideoInUIProcess { false };
 
     double contentInsetTop { 0 };
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to