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

dbates at webkit.org dbates at webkit.org
Wed Apr 7 23:31:27 UTC 2010


The following commit has been merged in the webkit-1.2 branch:
commit 24aab2155583cd525646ce0fe866a6aea8743ecf
Author: dbates at webkit.org <dbates at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Wed Nov 11 19:04:59 2009 +0000

    2009-11-11  Daniel Bates  <dbates at webkit.org>
    
            Reviewed by Eric Seidel.
    
            https://bugs.webkit.org/show_bug.cgi?id=31334
    
            We should skip the test case /fast/events/drag-and-drop-fire-drag-dragover.html
            on both the Qt and GTK builds since there are issues with drag-and-drop support
            in these builds.
    
            For Qt: https://bugs.webkit.org/show_bug.cgi?id=31332
            For GTK: https://bugs.webkit.org/show_bug.cgi?id=30576
    
            * platform/gtk/Skipped: Skip test case /fast/events/drag-and-drop-fire-drag-dragover.html
            since there are issues with drag-and-drop support in both GTK and Qt.
            * platform/qt/Skipped: Ditto.
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@50825 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog
index 1e32157..a336a82 100644
--- a/LayoutTests/ChangeLog
+++ b/LayoutTests/ChangeLog
@@ -1,3 +1,20 @@
+2009-11-11  Daniel Bates  <dbates at webkit.org>
+
+        Reviewed by Eric Seidel.
+
+        https://bugs.webkit.org/show_bug.cgi?id=31334
+        
+        We should skip the test case /fast/events/drag-and-drop-fire-drag-dragover.html
+        on both the Qt and GTK builds since there are issues with drag-and-drop support
+        in these builds.
+        
+        For Qt: https://bugs.webkit.org/show_bug.cgi?id=31332
+        For GTK: https://bugs.webkit.org/show_bug.cgi?id=30576
+
+        * platform/gtk/Skipped: Skip test case /fast/events/drag-and-drop-fire-drag-dragover.html
+        since there are issues with drag-and-drop support in both GTK and Qt.
+        * platform/qt/Skipped: Ditto.
+
 2009-11-11  Yuta Kitamura  <yutak at chromium.org>
 
         Reviewed by Eric Seidel.
diff --git a/LayoutTests/platform/gtk/Skipped b/LayoutTests/platform/gtk/Skipped
index d2af359..e947311 100644
--- a/LayoutTests/platform/gtk/Skipped
+++ b/LayoutTests/platform/gtk/Skipped
@@ -1458,6 +1458,7 @@ fast/dom/elementFromPoint-relative-to-viewport.html
 
 # DnD failures https://bugs.webkit.org/show_bug.cgi?id=30576
 fast/events/drag-and-drop-dataTransfer-types-nocrash.html
+fast/events/drag-and-drop-fire-drag-dragover.html
 fast/events/drag-and-drop.html
 fast/events/drag-parent-node.html
 
diff --git a/LayoutTests/platform/qt/Skipped b/LayoutTests/platform/qt/Skipped
index b5f8ea9..78be1a0 100644
--- a/LayoutTests/platform/qt/Skipped
+++ b/LayoutTests/platform/qt/Skipped
@@ -185,9 +185,11 @@ fast/dom/Document/CaretRangeFromPoint/caretRangeFromPoint-in-zoom-and-scroll.htm
 fast/dom/elementFromPoint-relative-to-viewport.html
 
 # ------- missing drag-and-drop support
+# See bug https://bugs.webkit.org/show_bug.cgi?id=31332
 fast/events/drag-parent-node.html
 fast/events/drag-and-drop.html
 fast/events/drag-and-drop-dataTransfer-types-nocrash.html
+fast/events/drag-and-drop-fire-drag-dragover.html
 
 # ------- broken backgroundOf(el)
 fast/forms/input-live-pseudo-selectors.html

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list