Title: [230679] trunk/Source/WebCore
Revision
230679
Author
commit-qu...@webkit.org
Date
2018-04-16 12:45:27 -0700 (Mon, 16 Apr 2018)

Log Message

[WinCairo] Media elements should be enabled by default
https://bugs.webkit.org/show_bug.cgi?id=184597

Patch by Christopher Reid <chris.r...@sony.com> on 2018-04-16
Reviewed by Per Arne Vollan.

Enabling media elements by default with media foundation.

* page/SettingsDefaultValues.h:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (230678 => 230679)


--- trunk/Source/WebCore/ChangeLog	2018-04-16 19:22:17 UTC (rev 230678)
+++ trunk/Source/WebCore/ChangeLog	2018-04-16 19:45:27 UTC (rev 230679)
@@ -1,5 +1,16 @@
 2018-04-16  Christopher Reid  <chris.r...@sony.com>
 
+        [WinCairo] Media elements should be enabled by default
+        https://bugs.webkit.org/show_bug.cgi?id=184597
+
+        Reviewed by Per Arne Vollan.
+
+        Enabling media elements by default with media foundation.
+
+        * page/SettingsDefaultValues.h:
+
+2018-04-16  Christopher Reid  <chris.r...@sony.com>
+
         [Curl] Add the Accept-Language field to curl request headers
         https://bugs.webkit.org/show_bug.cgi?id=184605
 

Modified: trunk/Source/WebCore/page/SettingsDefaultValues.h (230678 => 230679)


--- trunk/Source/WebCore/page/SettingsDefaultValues.h	2018-04-16 19:22:17 UTC (rev 230678)
+++ trunk/Source/WebCore/page/SettingsDefaultValues.h	2018-04-16 19:45:27 UTC (rev 230679)
@@ -98,7 +98,7 @@
 static const bool defaultSmartInsertDeleteEnabled = true;
 static const bool defaultSelectTrailingWhitespaceEnabled = false;
 
-#if ENABLE(VIDEO) && (USE(AVFOUNDATION) || USE(GSTREAMER))
+#if ENABLE(VIDEO) && (USE(AVFOUNDATION) || USE(GSTREAMER) || USE(MEDIA_FOUNDATION))
 static const bool defaultMediaEnabled = true;
 #else
 static const bool defaultMediaEnabled = false;
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to