[SCM] WebKit Debian packaging branch, webkit-1.1, updated. upstream/1.1.22-985-g3c00f00
cfleizach at apple.com
cfleizach at apple.com
Wed Mar 17 18:42:54 UTC 2010
The following commit has been merged in the webkit-1.1 branch:
commit 5ed5abc1a718d5cd830c43b7f58d4946461a70f9
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