[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:52 UTC 2010
The following commit has been merged in the webkit-1.1 branch:
commit d9176f3dc09c331db78cd755ab6f43c4a7c41305
Author: cfleizach at apple.com <cfleizach at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date: Mon Mar 15 23:28:48 2010 +0000
Unreviewed layout test fix.
WebKitTools:
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:
(AccessibilityUIElement::press):
LayoutTests:
VO not able to perform a VO-spacebar on facebook links
https://bugs.webkit.org/show_bug.cgi?id=36132
This test must be skipped until https://bugs.webkit.org/show_bug.cgi?id=36145 is done.
* platform/win/Skipped:
git-svn-id: http://svn.webkit.org/repository/webkit/trunk@56025 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog
index 95e8927..64fb853 100644
--- a/LayoutTests/ChangeLog
+++ b/LayoutTests/ChangeLog
@@ -1,5 +1,16 @@
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
+
+ This test must be skipped until https://bugs.webkit.org/show_bug.cgi?id=36145 is done.
+
+ * platform/win/Skipped:
+
+2010-03-15 Chris Fleizach <cfleizach at apple.com>
+
Reviewed by Beth Dakin.
VO not able to perform a VO-spacebar on facebook links
diff --git a/LayoutTests/platform/win/Skipped b/LayoutTests/platform/win/Skipped
index 4399a22..90591a7 100644
--- a/LayoutTests/platform/win/Skipped
+++ b/LayoutTests/platform/win/Skipped
@@ -361,6 +361,9 @@ http/tests/appcache
http/tests/xmlhttprequest/access-control-basic-non-simple-allow-async.html
http/tests/xmlhttprequest/access-control-basic-non-simple-allow.html
+# https://bugs.webkit.org/show_bug.cgi?id=36145 - AX: windows DRT needs to implement ::press
+accessibility/label-element-press.html
+
# Accessibility tests without results or with Mac-specific results.
accessibility/aria-checkbox-text.html
accessibility/aria-combobox.html
diff --git a/WebKitTools/ChangeLog b/WebKitTools/ChangeLog
index 78f48cc..4696532 100644
--- a/WebKitTools/ChangeLog
+++ b/WebKitTools/ChangeLog
@@ -1,5 +1,17 @@
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:
+ (AccessibilityUIElement::press):
+
+2010-03-15 Chris Fleizach <cfleizach at apple.com>
+
Unreviewed. Fix break of layout tests on win and gtk.
VO not able to perform a VO-spacebar on facebook links
diff --git a/WebKitTools/DumpRenderTree/win/AccessibilityUIElementWin.cpp b/WebKitTools/DumpRenderTree/win/AccessibilityUIElementWin.cpp
index ecb7b11..0970eae 100644
--- a/WebKitTools/DumpRenderTree/win/AccessibilityUIElementWin.cpp
+++ b/WebKitTools/DumpRenderTree/win/AccessibilityUIElementWin.cpp
@@ -491,7 +491,7 @@ void AccessibilityUIElement::showMenu()
void AccessibilityUIElement::press()
{
- m_element->accDoDefaultAction(self());
+ // FIXME: implement
}
AccessibilityUIElement AccessibilityUIElement::disclosedRowAtIndex(unsigned index)
--
WebKit Debian packaging
More information about the Pkg-webkit-commits
mailing list