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

eric at webkit.org eric at webkit.org
Thu Apr 8 00:31:07 UTC 2010


The following commit has been merged in the webkit-1.2 branch:
commit eaa72406c071bf92ce67c85d27de9c2831de75d9
Author: eric at webkit.org <eric at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Thu Dec 10 13:55:37 2009 +0000

    2009-12-10  Eric Z. Ayers  <zundel at google.com>
    
            Reviewed by Pavel Feldman.
    
            DumpRenderTree has been patched so that the timeline-paint.html
            unit test now runs under GTK+.
    
            https://bugs.webkit.org/show_bug.cgi?id=31729
    
            * platform/gtk/Skipped:
    2009-12-10  Eric Z. Ayers  <zundel at google.com>
    
            Reviewed by Pavel Feldman.
    
            Implements displayWebView() to force an invalidation and repaint.
            This fixes a problem running the timeline-paint.html unit test.
    
            https://bugs.webkit.org/show_bug.cgi?id=31729
    
            * DumpRenderTree/gtk/DumpRenderTree.cpp:
            (displayWebView):
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@51947 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog
index e0b122b..7b67146 100644
--- a/LayoutTests/ChangeLog
+++ b/LayoutTests/ChangeLog
@@ -1,3 +1,14 @@
+2009-12-10  Eric Z. Ayers  <zundel at google.com>
+
+        Reviewed by Pavel Feldman.
+
+        DumpRenderTree has been patched so that the timeline-paint.html 
+        unit test now runs under GTK+.
+
+        https://bugs.webkit.org/show_bug.cgi?id=31729
+
+        * platform/gtk/Skipped:
+
 2009-12-10  Nikolas Zimmermann  <nzimmermann at rim.com>
 
         Not reviewed. Skip two tests on gtk/qt that generate new results.
diff --git a/LayoutTests/platform/gtk/Skipped b/LayoutTests/platform/gtk/Skipped
index 6bc5f5d..4f92dea 100644
--- a/LayoutTests/platform/gtk/Skipped
+++ b/LayoutTests/platform/gtk/Skipped
@@ -5680,7 +5680,6 @@ fast/css/color-correction-on-text-shadow.html
 # Tests that seem to need a rebaseline
 fast/block/positioning/relative-positioned-inline-container.html
 fast/repaint/inline-relative-positioned.html
-inspector/timeline-paint.html
 
 # Test crashing on release bot
 # See https://bugs.webkit.org/show_bug.cgi?id=31433
diff --git a/WebKitTools/ChangeLog b/WebKitTools/ChangeLog
index 9583f57..5d63a5d 100644
--- a/WebKitTools/ChangeLog
+++ b/WebKitTools/ChangeLog
@@ -1,3 +1,15 @@
+2009-12-10  Eric Z. Ayers  <zundel at google.com>
+
+        Reviewed by Pavel Feldman.
+
+        Implements displayWebView() to force an invalidation and repaint.
+        This fixes a problem running the timeline-paint.html unit test.
+
+        https://bugs.webkit.org/show_bug.cgi?id=31729
+
+        * DumpRenderTree/gtk/DumpRenderTree.cpp:
+        (displayWebView):
+
 2009-12-10  Adam Barth  <abarth at webkit.org>
 
         Reviewed by Eric Seidel.
diff --git a/WebKitTools/DumpRenderTree/gtk/DumpRenderTree.cpp b/WebKitTools/DumpRenderTree/gtk/DumpRenderTree.cpp
index bf45d37..fd1e3c6 100644
--- a/WebKitTools/DumpRenderTree/gtk/DumpRenderTree.cpp
+++ b/WebKitTools/DumpRenderTree/gtk/DumpRenderTree.cpp
@@ -126,7 +126,7 @@ void dumpFrameScrollPosition(WebKitWebFrame* frame)
 
 void displayWebView()
 {
-
+    gtk_widget_queue_draw(GTK_WIDGET(webView));
 }
 
 static void appendString(gchar*& target, gchar* string)

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list