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

laszlo.1.gombos at nokia.com laszlo.1.gombos at nokia.com
Wed Dec 22 12:20:42 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 5ec2e864fb67374c337ae6b9fc028f32b4ceb268
Author: laszlo.1.gombos at nokia.com <laszlo.1.gombos at nokia.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Thu Aug 19 19:07:27 2010 +0000

    2010-08-19  Laszlo Gombos  <laszlo.1.gombos at nokia.com>
    
            Reviewed by Simon Hausmann.
    
            [Qt] Disable XSLT for production configuration
            https://bugs.webkit.org/show_bug.cgi?id=37445
    
            Introduce a new CONFIG option to maintain stable configuration for
            the QtWebKit port and disable XSLT for the stable configuration
            because of bug 37445.
    
            No new tests as there is no new functionality.
    
            * features.pri:
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@65690 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index eab37bf..578da0e 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,3 +1,18 @@
+2010-08-19  Laszlo Gombos  <laszlo.1.gombos at nokia.com>
+
+        Reviewed by Simon Hausmann.
+
+        [Qt] Disable XSLT for production configuration
+        https://bugs.webkit.org/show_bug.cgi?id=37445
+
+        Introduce a new CONFIG option to maintain stable configuration for
+        the QtWebKit port and disable XSLT for the stable configuration
+        because of bug 37445.
+
+        No new tests as there is no new functionality.
+
+        * features.pri:
+
 2010-08-18  Zhenyao Mo  <zmo at google.com>
 
         Reviewed by Kenneth Russell.
diff --git a/WebCore/features.pri b/WebCore/features.pri
index 2a02465..1b9f704 100644
--- a/WebCore/features.pri
+++ b/WebCore/features.pri
@@ -4,6 +4,10 @@ CONFIG(minimal) {
     DEFINES += ENABLE_NETSCAPE_PLUGIN_API=0
 }
 
+CONFIG(production) {
+    DEFINES += ENABLE_XSLT=0
+}
+
 ## load mobilityconfig if mobility is available
 load(mobilityconfig, true)
 

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list