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

xan at webkit.org xan at webkit.org
Thu Apr 8 00:30:54 UTC 2010


The following commit has been merged in the webkit-1.2 branch:
commit 74b2b6d1ae2aefb6af0e483d8d8c1060db53ed01
Author: xan at webkit.org <xan at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Thu Dec 10 08:21:48 2009 +0000

    2009-12-10  Xan Lopez  <xlopez at igalia.com>
    
            Reviewed by Jan Alonzo.
    
            [GTK] editing/selection/shrink-selection-after-shift-pagedown.html failing
            https://bugs.webkit.org/show_bug.cgi?id=31103
    
            Give focus to the webviews when we create them, since some tests expect this.
    
            * DumpRenderTree/gtk/DumpRenderTree.cpp:
            (main):
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@51941 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKitTools/ChangeLog b/WebKitTools/ChangeLog
index c460ff9..39f9c99 100644
--- a/WebKitTools/ChangeLog
+++ b/WebKitTools/ChangeLog
@@ -1,3 +1,15 @@
+2009-12-10  Xan Lopez  <xlopez at igalia.com>
+
+        Reviewed by Jan Alonzo.
+
+        [GTK] editing/selection/shrink-selection-after-shift-pagedown.html failing
+        https://bugs.webkit.org/show_bug.cgi?id=31103
+
+        Give focus to the webviews when we create them, since some tests expect this.
+
+        * DumpRenderTree/gtk/DumpRenderTree.cpp:
+        (main):
+
 2009-12-10  Eric Seidel  <eric at webkit.org>
 
         Reviewed by Adam Barth.
diff --git a/WebKitTools/DumpRenderTree/gtk/DumpRenderTree.cpp b/WebKitTools/DumpRenderTree/gtk/DumpRenderTree.cpp
index d32b096..bf45d37 100644
--- a/WebKitTools/DumpRenderTree/gtk/DumpRenderTree.cpp
+++ b/WebKitTools/DumpRenderTree/gtk/DumpRenderTree.cpp
@@ -833,6 +833,7 @@ int main(int argc, char* argv[])
     gtk_container_add(GTK_CONTAINER(container), GTK_WIDGET(webView));
     gtk_widget_realize(GTK_WIDGET(webView));
     gtk_widget_show_all(container);
+    gtk_widget_grab_focus(GTK_WIDGET(webView));
     mainFrame = webkit_web_view_get_main_frame(webView);
 
     setDefaultsToConsistentStateValuesForTesting();

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list