[SCM] WebKit Debian packaging branch, debian/experimental, updated. upstream/1.3.3-9427-gc2be6fc

gyuyoung.kim at samsung.com gyuyoung.kim at samsung.com
Wed Dec 22 15:29:28 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 9e517545d462bec08fb91836bb14b3588130e982
Author: gyuyoung.kim at samsung.com <gyuyoung.kim at samsung.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Thu Nov 4 22:40:10 2010 +0000

    2010-11-04  Gyuyoung Kim  <gyuyoung.kim at samsung.com>
    
            Reviewed by Adam Barth.
    
            [EFL] Enable HTML5 Video
            https://bugs.webkit.org/show_bug.cgi?id=48972
    
            Enable HTML 5 Video option for WebKit EFL.
    
            * cmake/OptionsEfl.cmake:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@71361 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/ChangeLog b/ChangeLog
index 5749489..a5e2350 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2010-11-04  Gyuyoung Kim  <gyuyoung.kim at samsung.com>
+
+        Reviewed by Adam Barth.
+
+        [EFL] Enable HTML5 Video
+        https://bugs.webkit.org/show_bug.cgi?id=48972 
+
+        Enable HTML 5 Video option for WebKit EFL. 
+
+        * cmake/OptionsEfl.cmake:
+
 2010-11-01  Viatcheslav Ostapenko  <ostapenko.viatcheslav at nokia.com>
 
         Reviewed by Andreas Kling.
diff --git a/cmake/OptionsEfl.cmake b/cmake/OptionsEfl.cmake
index a18a272..39b5725 100644
--- a/cmake/OptionsEfl.cmake
+++ b/cmake/OptionsEfl.cmake
@@ -75,7 +75,7 @@ WEBKIT_FEATURE(ENABLE_SVG_ANIMATION "Enable SVG animation" DEFAULT ON SVG)
 WEBKIT_FEATURE(ENABLE_SVG_FONTS "Enable SVG fonts" DEFAULT ON SVG)
 WEBKIT_FEATURE(ENABLE_SVG_FOREIGN_OBJECT "Enable SVG foreign object" DEFAULT ON SVG)
 WEBKIT_FEATURE(ENABLE_SVG_USE "Enable SVG use" DEFAULT ON SVG)
-WEBKIT_FEATURE(ENABLE_VIDEO "Enable video" DEFAULT OFF HTML)
+WEBKIT_FEATURE(ENABLE_VIDEO "Enable video" DEFAULT ON HTML)
 WEBKIT_FEATURE(ENABLE_WEB_SOCKETS "Enable web sockets" DEFAULT OFF)
 WEBKIT_FEATURE(ENABLE_WML "Enable WML" DEFAULT OFF)
 WEBKIT_FEATURE(ENABLE_WORKERS "Enable workers" DEFAULT ON)

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list