Title: [174003] releases/WebKitGTK/webkit-2.4
Revision
174003
Author
[email protected]
Date
2014-09-26 02:50:30 -0700 (Fri, 26 Sep 2014)

Log Message

Merge r170997 - [GTK] Enable VIDEO_TRACK by default
https://bugs.webkit.org/show_bug.cgi?id=134801

Reviewed by Philippe Normand.

* Source/cmake/OptionsGTK.cmake:

Modified Paths

Diff

Modified: releases/WebKitGTK/webkit-2.4/ChangeLog (174002 => 174003)


--- releases/WebKitGTK/webkit-2.4/ChangeLog	2014-09-26 08:39:59 UTC (rev 174002)
+++ releases/WebKitGTK/webkit-2.4/ChangeLog	2014-09-26 09:50:30 UTC (rev 174003)
@@ -1,3 +1,12 @@
+2014-07-11  Carlos Garcia Campos  <[email protected]>
+
+        [GTK] Enable VIDEO_TRACK by default
+        https://bugs.webkit.org/show_bug.cgi?id=134801
+
+        Reviewed by Philippe Normand.
+
+        * Source/cmake/OptionsGTK.cmake:
+
 2014-09-26  Carlos Garcia Campos  <[email protected]>
 
         [GTK] Enable CSS_IMAGE_SET in production builds

Modified: releases/WebKitGTK/webkit-2.4/Source/autotools/SetupWebKitFeatures.m4 (174002 => 174003)


--- releases/WebKitGTK/webkit-2.4/Source/autotools/SetupWebKitFeatures.m4	2014-09-26 08:39:59 UTC (rev 174002)
+++ releases/WebKitGTK/webkit-2.4/Source/autotools/SetupWebKitFeatures.m4	2014-09-26 09:50:30 UTC (rev 174003)
@@ -171,7 +171,7 @@
     ENABLE_TOUCH_ICON_LOADING=0 \
     ENABLE_USER_TIMING=0 \
     ENABLE_VIBRATION=0 \
-    ENABLE_VIDEO_TRACK=0 \
+    ENABLE_VIDEO_TRACK=1 \
     ENABLE_VIEW_MODE_CSS_MEDIA=1 \
     ENABLE_WEB_SOCKETS=1 \
     ENABLE_WEB_TIMING=1 \
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to