Title: [164790] trunk/Tools
Revision
164790
Author
[email protected]
Date
2014-02-27 03:35:46 -0800 (Thu, 27 Feb 2014)

Log Message

[ATK] Utilize AtkTableCell to expose directly AccessibilityTableCell to AT
https://bugs.webkit.org/show_bug.cgi?id=129250

Patch by Krzysztof Czech <[email protected]> on 2014-02-27
Reviewed by Mario Sanchez Prada.

Changing version of ATK to 2.11.90, because it introduces AtkTableCell interface.
Implementing methods so that we could test column/row headers represented as an array of cells.

* DumpRenderTree/AccessibilityUIElement.cpp:
* DumpRenderTree/atk/AccessibilityUIElementAtk.cpp:
(AccessibilityUIElement::columnHeaders):
(AccessibilityUIElement::rowHeaders):
* DumpRenderTree/win/AccessibilityUIElementWin.cpp: Adding empty stubs, to not break compilation.
(AccessibilityUIElement::columnHeaders):
(AccessibilityUIElement::rowHeaders):
* WebKitTestRunner/InjectedBundle/atk/AccessibilityUIElementAtk.cpp:
(WTR::AccessibilityUIElement::rowHeaders):
(WTR::AccessibilityUIElement::columnHeaders):
* efl/jhbuild.modules:
* gtk/jhbuild.modules:

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (164789 => 164790)


--- trunk/Tools/ChangeLog	2014-02-27 11:34:58 UTC (rev 164789)
+++ trunk/Tools/ChangeLog	2014-02-27 11:35:46 UTC (rev 164790)
@@ -23,6 +23,13 @@
 
 2014-02-27  Andres Gomez  <[email protected]>
 
+        Unreviewed. Add myself to watchlists
+
+        * Scripts/webkitpy/common/config/watchlist: Add myself to
+        watchlists.
+
+2014-02-27  Andres Gomez  <[email protected]>
+
         Unreviewed. Add myself as a committer.
 
         * Scripts/webkitpy/common/config/contributors.json:

Modified: trunk/Tools/Scripts/webkitpy/common/config/watchlist (164789 => 164790)


--- trunk/Tools/Scripts/webkitpy/common/config/watchlist	2014-02-27 11:34:58 UTC (rev 164789)
+++ trunk/Tools/Scripts/webkitpy/common/config/watchlist	2014-02-27 11:35:46 UTC (rev 164790)
@@ -320,8 +320,8 @@
         "FrameLoader": [ "[email protected]" ],
         "Geolocation": [ "[email protected]" ],
         "GraphicsLayer": [ "[email protected]", "[email protected]", "[email protected]" ],
-        "GStreamerGraphics": [ "[email protected]", "[email protected]", "[email protected]", "[email protected]", "[email protected]", "[email protected]", "[email protected]" ],
-        "GStreamerAudio": [ "[email protected]", "[email protected]", "[email protected]", "[email protected]", "[email protected]" ],
+        "GStreamerGraphics": [ "[email protected]", "[email protected]", "[email protected]", "[email protected]", "[email protected]", "[email protected]", "[email protected]", "[email protected]" ],
+        "GStreamerAudio": [ "[email protected]", "[email protected]", "[email protected]", "[email protected]", "[email protected]", "[email protected]" ],
         "GtkBuildSystem": [ "[email protected]", "[email protected]" ],
         "GtkWebKit2PublicAPI": [ "[email protected]", "[email protected]", "[email protected]", "[email protected]" ],
         "Harfbuzz": [ "[email protected]" ],
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to