[SCM] WebKit Debian packaging branch, webkit-1.2, updated. upstream/1.1.90-6072-g9a69373

zimmermann at webkit.org zimmermann at webkit.org
Thu Apr 8 00:25:59 UTC 2010


The following commit has been merged in the webkit-1.2 branch:
commit 5564218d4952a1d8257bd9326abeb196556ee2b5
Author: zimmermann at webkit.org <zimmermann at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Tue Dec 8 03:44:11 2009 +0000

    2009-12-07  Nikolas Zimmermann  <nzimmermann at rim.com>
    
            Rubber-stamped by Maciej Stachowiak.
    
            Turn on (SVG) Filters for Qt.
            https://bugs.webkit.org/show_bug.cgi?id=32224
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@51828 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog
index 4818577..bcc9d34 100644
--- a/LayoutTests/ChangeLog
+++ b/LayoutTests/ChangeLog
@@ -1,5 +1,14 @@
 2009-12-07  Nikolas Zimmermann  <nzimmermann at rim.com>
 
+        Rubber-stamped by Maciej Stachowiak.
+
+        Turn on (SVG) Filters for Qt.
+        https://bugs.webkit.org/show_bug.cgi?id=32224
+
+        * platform/qt/Skipped:
+
+2009-12-07  Nikolas Zimmermann  <nzimmermann at rim.com>
+
         Not reviewed. Reverting problematic patch, causing errors.
 
         Revert r51789 (Avoid zero division during SVGPaintServerPattern::setup()). Crashes on all Windows slaves.
diff --git a/LayoutTests/platform/qt/Skipped b/LayoutTests/platform/qt/Skipped
index 403bccb..184e5de 100644
--- a/LayoutTests/platform/qt/Skipped
+++ b/LayoutTests/platform/qt/Skipped
@@ -5171,24 +5171,3 @@ http/tests/security/cross-frame-access-getOwnPropertyDescriptor.html
 http/tests/uri/css-href.php
 printing/compositing-layer-printing.html
 svg/custom/radial-gradient-with-outstanding-focalPoint.svg
-
-# Tests that can only be re-enabled once filter support is turned on. Will be done soon.
-fast/dom/prototype-inheritance.html
-fast/dom/Window/window-properties.html
-fast/js/global-constructors.html
-svg/custom/js-svg-constructors.svg
-svg/custom/svg-features.html
-svg/dom/operatorAttribute.html
-svg/filters/feComposite.svg
-svg/filters/feGaussianBlur.svg
-svg/filters/feMerge.svg
-svg/filters/feMerge-wrong-input.svg
-svg/filters/feOffset.svg
-svg/filters/feTile.svg
-svg/filters/shadow-on-filter.svg
-svg/filters/shadow-on-rect-with-filter.svg
-svg/filters/sourceAlpha.svg
-svg/filters/subRegion-in-userSpace.svg
-svg/filters/subRegion-one-effect.svg
-svg/filters/subRegion-two-effects.svg
-svg/webarchive/svg-feimage-subresources.svg
diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index 9660980..607abc5 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,3 +1,12 @@
+2009-12-07  Nikolas Zimmermann  <nzimmermann at rim.com>
+
+        Rubber-stamped by Maciej Stachowiak.
+
+        Turn on (SVG) Filters for Qt.
+        https://bugs.webkit.org/show_bug.cgi?id=32224
+
+        * WebCore.pro:
+
 2009-12-07  Evan Martin  <evan at chromium.org>
 
         Reviewed by Eric Seidel.
diff --git a/WebCore/WebCore.pro b/WebCore/WebCore.pro
index e1da965..03efb2f 100644
--- a/WebCore/WebCore.pro
+++ b/WebCore/WebCore.pro
@@ -130,7 +130,7 @@ contains(DEFINES, ENABLE_SINGLE_THREADED=1) {
 }
 
 !contains(DEFINES, ENABLE_DASHBOARD_SUPPORT=.): DEFINES += ENABLE_DASHBOARD_SUPPORT=0
-!contains(DEFINES, ENABLE_FILTERS=.): DEFINES += ENABLE_FILTERS=0
+!contains(DEFINES, ENABLE_FILTERS=.): DEFINES += ENABLE_FILTERS=1
 !contains(DEFINES, ENABLE_XPATH=.): DEFINES += ENABLE_XPATH=1
 #!contains(DEFINES, ENABLE_XBL=.): DEFINES += ENABLE_XBL=1
 !contains(DEFINES, ENABLE_WCSS=.): DEFINES += ENABLE_WCSS=0
diff --git a/WebKitTools/ChangeLog b/WebKitTools/ChangeLog
index a1ce4b5..393bf61 100644
--- a/WebKitTools/ChangeLog
+++ b/WebKitTools/ChangeLog
@@ -1,3 +1,12 @@
+2009-12-07  Nikolas Zimmermann  <nzimmermann at rim.com>
+
+        Rubber-stamped by Maciej Stachowiak.
+
+        Turn on (SVG) Filters for Qt.
+        https://bugs.webkit.org/show_bug.cgi?id=32224
+
+        * Scripts/build-webkit:
+
 2009-12-07  Yuzo Fujishima  <yuzo at google.com>
 
         Reviewed by Alexey Proskuryakov.
diff --git a/WebKitTools/Scripts/build-webkit b/WebKitTools/Scripts/build-webkit
index 43be077..06adf55 100755
--- a/WebKitTools/Scripts/build-webkit
+++ b/WebKitTools/Scripts/build-webkit
@@ -86,7 +86,7 @@ my @features = (
       define => "ENABLE_EVENTSOURCE", default => 1, value => \$eventsourceSupport },
 
     { option => "filters", desc => "Toggle Filters support",
-      define => "ENABLE_FILTERS", default => (isAppleMacWebKit()), value => \$filtersSupport },
+      define => "ENABLE_FILTERS", default => (isAppleMacWebKit() || isQt()), value => \$filtersSupport },
 
     { option => "geolocation", desc => "Toggle Geolocation support",
       define => "ENABLE_GEOLOCATION", default => isGtk(), value => \$geolocationSupport },

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list