[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:27:17 UTC 2010


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

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

diff --git a/ChangeLog b/ChangeLog
index 96ff2f3..261164a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2009-12-08  Nikolas Zimmermann  <nzimmermann at rim.com>
+
+        Rubber-stamped by Maciej Stachowiak.
+
+        Turn on (SVG) Filters for Gtk.
+        https://bugs.webkit.org/show_bug.cgi?id=32224
+
+        * configure.ac:
+
 2009-12-07  Dmitry Titov  <dimich at chromium.org>
 
         Rubber-stamped by Darin Adler.
diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog
index 97ef5c9..dbc1d1c 100644
--- a/LayoutTests/ChangeLog
+++ b/LayoutTests/ChangeLog
@@ -1,5 +1,14 @@
 2009-12-08  Nikolas Zimmermann  <nzimmermann at rim.com>
 
+        Rubber-stamped by Maciej Stachowiak.
+
+        Turn on (SVG) Filters for Gtk.
+        https://bugs.webkit.org/show_bug.cgi?id=32224
+
+        * platform/gtk/Skipped:
+
+2009-12-08  Nikolas Zimmermann  <nzimmermann at rim.com>
+
         Not reviewed. Skip some tests that fail for a longer period on the SnowLeopard bot. Filed two bugs, notifying the authors.
 
         * platform/mac-snowleopard/Skipped:
diff --git a/LayoutTests/platform/gtk/Skipped b/LayoutTests/platform/gtk/Skipped
index f7d635e..ec94063 100644
--- a/LayoutTests/platform/gtk/Skipped
+++ b/LayoutTests/platform/gtk/Skipped
@@ -5722,11 +5722,3 @@ http/tests/loading/state-object-security-exception.html
 # Fails because of new behaviour enforced by libsoup
 # See: https://bugzilla.gnome.org/show_bug.cgi?id=603825
 fast/cookies/local-file-can-set-cookies.html
-
-# Tests that can only be re-enabled once filter support is turned on. Will be done soon.
-fast/dom/prototype-inheritance-2.html
-fast/dom/prototype-inheritance.html
-fast/js/global-constructors.html
-svg/dom/operatorAttribute.html
-svg/custom/js-svg-constructors.svg
-svg/custom/svg-features.html
diff --git a/WebKitTools/ChangeLog b/WebKitTools/ChangeLog
index 22e5749..2a2a17a 100644
--- a/WebKitTools/ChangeLog
+++ b/WebKitTools/ChangeLog
@@ -1,3 +1,12 @@
+2009-12-08  Nikolas Zimmermann  <nzimmermann at rim.com>
+
+        Rubber-stamped by Maciej Stachowiak.
+
+        Turn on (SVG) Filters for Gtk.
+        https://bugs.webkit.org/show_bug.cgi?id=32224
+
+        * Scripts/build-webkit:
+
 2009-12-07  Shinichiro Hamaji  <hamaji at chromium.org>
 
         Reviewed by David Levin.
diff --git a/WebKitTools/Scripts/build-webkit b/WebKitTools/Scripts/build-webkit
index 06adf55..6196cdf 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() || isQt()), value => \$filtersSupport },
+      define => "ENABLE_FILTERS", default => (isAppleMacWebKit() || isGtk() || isQt()), value => \$filtersSupport },
 
     { option => "geolocation", desc => "Toggle Geolocation support",
       define => "ENABLE_GEOLOCATION", default => isGtk(), value => \$geolocationSupport },
diff --git a/configure.ac b/configure.ac
index a29f428..c6e2ed2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -464,8 +464,8 @@ AC_MSG_RESULT([$enable_svg_animation])
 AC_MSG_CHECKING([whether to enable support for filters])
 AC_ARG_ENABLE(filters,
               AC_HELP_STRING([--enable-filters],
-                             [enable support for filters (experimental) [default=no]]),
-              [],[enable_filters="no"])
+                             [enable support for filters (experimental) [default=yes]]),
+              [],[enable_filters="yes"])
 AC_MSG_RESULT([$enable_filters])
 
 # check whether to enable support for SVG fonts

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list