Title: [154781] trunk
- Revision
- 154781
- Author
- [email protected]
- Date
- 2013-08-28 15:35:14 -0700 (Wed, 28 Aug 2013)
Log Message
[GTK] accessibility/menu-list-sends-change-notification.html has incorrect expected results
https://bugs.webkit.org/show_bug.cgi?id=120419
Patch by Denis Nomiyama <[email protected]> on 2013-08-28
Reviewed by Chris Fleizach.
Tools:
Added a notification for AXFocusedUIElementChanged.
* DumpRenderTree/atk/AccessibilityCallbacksAtk.cpp:
(axObjectEventListener): Added a notification for AXFocusedUIElementChanged.
LayoutTests:
Updated the expected results according to the fix added to AccessibilityCallbacksAtk.cpp
where a notification was added for AXFocusedUIElementChanged.
* platform/gtk/accessibility/menu-list-sends-change-notification-expected.txt:
Modified Paths
Diff
Modified: trunk/LayoutTests/ChangeLog (154780 => 154781)
--- trunk/LayoutTests/ChangeLog 2013-08-28 22:29:13 UTC (rev 154780)
+++ trunk/LayoutTests/ChangeLog 2013-08-28 22:35:14 UTC (rev 154781)
@@ -1,3 +1,15 @@
+2013-08-28 Denis Nomiyama <[email protected]>
+
+ [GTK] accessibility/menu-list-sends-change-notification.html has incorrect expected results
+ https://bugs.webkit.org/show_bug.cgi?id=120419
+
+ Reviewed by Chris Fleizach.
+
+ Updated the expected results according to the fix added to AccessibilityCallbacksAtk.cpp
+ where a notification was added for AXFocusedUIElementChanged.
+
+ * platform/gtk/accessibility/menu-list-sends-change-notification-expected.txt:
+
2013-08-28 Rob Buis <[email protected]>
Namespace prefix is blindly followed when serializing
Modified: trunk/LayoutTests/platform/gtk/accessibility/menu-list-sends-change-notification-expected.txt (154780 => 154781)
--- trunk/LayoutTests/platform/gtk/accessibility/menu-list-sends-change-notification-expected.txt 2013-08-28 22:29:13 UTC (rev 154780)
+++ trunk/LayoutTests/platform/gtk/accessibility/menu-list-sends-change-notification-expected.txt 2013-08-28 22:35:14 UTC (rev 154781)
@@ -4,4 +4,7 @@
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+Got notification: AXFocusedUIElementChanged
+TEST COMPLETE
+
Modified: trunk/Tools/ChangeLog (154780 => 154781)
--- trunk/Tools/ChangeLog 2013-08-28 22:29:13 UTC (rev 154780)
+++ trunk/Tools/ChangeLog 2013-08-28 22:35:14 UTC (rev 154781)
@@ -1,3 +1,15 @@
+2013-08-28 Denis Nomiyama <[email protected]>
+
+ [GTK] accessibility/menu-list-sends-change-notification.html has incorrect expected results
+ https://bugs.webkit.org/show_bug.cgi?id=120419
+
+ Reviewed by Chris Fleizach.
+
+ Added a notification for AXFocusedUIElementChanged.
+
+ * DumpRenderTree/atk/AccessibilityCallbacksAtk.cpp:
+ (axObjectEventListener): Added a notification for AXFocusedUIElementChanged.
+
2013-08-28 Roger Fong <[email protected]>
Decrease number of workers used in NRWT by the Windows port.
Modified: trunk/Tools/DumpRenderTree/atk/AccessibilityCallbacksAtk.cpp (154780 => 154781)
--- trunk/Tools/DumpRenderTree/atk/AccessibilityCallbacksAtk.cpp 2013-08-28 22:29:13 UTC (rev 154780)
+++ trunk/Tools/DumpRenderTree/atk/AccessibilityCallbacksAtk.cpp 2013-08-28 22:35:14 UTC (rev 154781)
@@ -104,6 +104,7 @@
} else if (!g_strcmp0(signalQuery.signal_name, "focus-event")) {
signalName.set(g_strdup("focus-event"));
signalValue.set(g_strdup_printf("%d", g_value_get_boolean(¶mValues[1])));
+ notificationName = "AXFocusedUIElementChanged";
} else if (!g_strcmp0(signalQuery.signal_name, "children-changed")) {
signalName.set(g_strdup("children-changed"));
signalValue.set(g_strdup_printf("%d", g_value_get_uint(¶mValues[1])));
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes