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

cfleizach at apple.com cfleizach at apple.com
Thu Apr 8 02:23:04 UTC 2010


The following commit has been merged in the webkit-1.2 branch:
commit a0e87399825319e956fdfbf7e9d6ee2bb50d5783
Author: cfleizach at apple.com <cfleizach at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Mon Mar 15 23:54:04 2010 +0000

    WebKitTools: Unreviewed layout test fix.
    
    VO not able to perform a VO-spacebar on facebook links
    https://bugs.webkit.org/show_bug.cgi?id=36132
    
    GTK needs to implement press for this test to work.
    
    * DumpRenderTree/gtk/AccessibilityUIElementGtk.cpp:
    (AccessibilityUIElement::press):
    
    LayoutTests: Unreviewed.
    
    VO not able to perform a VO-spacebar on facebook links
    https://bugs.webkit.org/show_bug.cgi?id=36132
    
    GTK needs to implement press in DRT before this test can work.
    
    * platform/gtk/Skipped:
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@56026 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog
index 64fb853..2310130 100644
--- a/LayoutTests/ChangeLog
+++ b/LayoutTests/ChangeLog
@@ -1,5 +1,16 @@
 2010-03-15  Chris Fleizach  <cfleizach at apple.com>
 
+        Unreviewed.
+
+        VO not able to perform a VO-spacebar on facebook links
+        https://bugs.webkit.org/show_bug.cgi?id=36132
+
+        GTK needs to implement press in DRT before this test can work.
+
+        * platform/gtk/Skipped:
+
+2010-03-15  Chris Fleizach  <cfleizach at apple.com>
+
         Unreviewed layout test fix.
 
         VO not able to perform a VO-spacebar on facebook links
diff --git a/LayoutTests/platform/gtk/Skipped b/LayoutTests/platform/gtk/Skipped
index e1dde80..75dea0d 100644
--- a/LayoutTests/platform/gtk/Skipped
+++ b/LayoutTests/platform/gtk/Skipped
@@ -104,6 +104,9 @@ accessibility/table-with-rules.html
 # https://bugs.webkit.org/show_bug.cgi?id=30123
 accessibility/iframe-bastardization.html
 
+# https://bugs.webkit.org/show_bug.cgi?id=36146 - GTK: AX: implement press in DRT 
+accessibility/label-element-press.html
+
 # Tests in animations/
 # Tests expecting new results
 animations/3d/change-transform-in-end-event.html
diff --git a/WebKitTools/ChangeLog b/WebKitTools/ChangeLog
index 4696532..2254a88 100644
--- a/WebKitTools/ChangeLog
+++ b/WebKitTools/ChangeLog
@@ -5,6 +5,18 @@
         VO not able to perform a VO-spacebar on facebook links
         https://bugs.webkit.org/show_bug.cgi?id=36132
 
+        GTK needs to implement press for this test to work.
+     
+        * DumpRenderTree/gtk/AccessibilityUIElementGtk.cpp:
+        (AccessibilityUIElement::press):
+
+2010-03-15  Chris Fleizach  <cfleizach at apple.com>
+
+        Unreviewed layout test fix.
+
+        VO not able to perform a VO-spacebar on facebook links
+        https://bugs.webkit.org/show_bug.cgi?id=36132
+
         Windows needs to implement press in DRT.
 
         * DumpRenderTree/win/AccessibilityUIElementWin.cpp:
diff --git a/WebKitTools/DumpRenderTree/gtk/AccessibilityUIElementGtk.cpp b/WebKitTools/DumpRenderTree/gtk/AccessibilityUIElementGtk.cpp
index d519f91..7ac5308 100644
--- a/WebKitTools/DumpRenderTree/gtk/AccessibilityUIElementGtk.cpp
+++ b/WebKitTools/DumpRenderTree/gtk/AccessibilityUIElementGtk.cpp
@@ -506,7 +506,7 @@ void AccessibilityUIElement::decrement()
 
 void AccessibilityUIElement::press()
 {
-    atk_action_do_action(ATK_ACTION(ATK_OBJECT(m_element)), 0);
+    // FIXME: implement
 }
 
 void AccessibilityUIElement::showMenu()

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list