<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>[160220] trunk</title>
</head>
<body>

<style type="text/css"><!--
#msg dl.meta { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; }
#msg dl.meta dt { float: left; width: 6em; font-weight: bold; }
#msg dt:after { content:':';}
#msg dl, #msg dt, #msg ul, #msg li, #header, #footer, #logmsg { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt;  }
#msg dl a { font-weight: bold}
#msg dl a:link    { color:#fc3; }
#msg dl a:active  { color:#ff0; }
#msg dl a:visited { color:#cc6; }
h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; }
#msg pre { overflow: auto; background: #ffc; border: 1px #fa0 solid; padding: 6px; }
#logmsg { background: #ffc; border: 1px #fa0 solid; padding: 1em 1em 0 1em; }
#logmsg p, #logmsg pre, #logmsg blockquote { margin: 0 0 1em 0; }
#logmsg p, #logmsg li, #logmsg dt, #logmsg dd { line-height: 14pt; }
#logmsg h1, #logmsg h2, #logmsg h3, #logmsg h4, #logmsg h5, #logmsg h6 { margin: .5em 0; }
#logmsg h1:first-child, #logmsg h2:first-child, #logmsg h3:first-child, #logmsg h4:first-child, #logmsg h5:first-child, #logmsg h6:first-child { margin-top: 0; }
#logmsg ul, #logmsg ol { padding: 0; list-style-position: inside; margin: 0 0 0 1em; }
#logmsg ul { text-indent: -1em; padding-left: 1em; }#logmsg ol { text-indent: -1.5em; padding-left: 1.5em; }
#logmsg > ul, #logmsg > ol { margin: 0 0 1em 0; }
#logmsg pre { background: #eee; padding: 1em; }
#logmsg blockquote { border: 1px solid #fa0; border-left-width: 10px; padding: 1em 1em 0 1em; background: white;}
#logmsg dl { margin: 0; }
#logmsg dt { font-weight: bold; }
#logmsg dd { margin: 0; padding: 0 0 0.5em 0; }
#logmsg dd:before { content:'\00bb';}
#logmsg table { border-spacing: 0px; border-collapse: collapse; border-top: 4px solid #fa0; border-bottom: 1px solid #fa0; background: #fff; }
#logmsg table th { text-align: left; font-weight: normal; padding: 0.2em 0.5em; border-top: 1px dotted #fa0; }
#logmsg table td { text-align: right; border-top: 1px dotted #fa0; padding: 0.2em 0.5em; }
#logmsg table thead th { text-align: center; border-bottom: 1px solid #fa0; }
#logmsg table th.Corner { text-align: left; }
#logmsg hr { border: none 0; border-top: 2px dashed #fa0; height: 1px; }
#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; }
#patch { width: 100%; }
#patch h4 {font-family: verdana,arial,helvetica,sans-serif;font-size:10pt;padding:8px;background:#369;color:#fff;margin:0;}
#patch .propset h4, #patch .binary h4 {margin:0;}
#patch pre {padding:0;line-height:1.2em;margin:0;}
#patch .diff {width:100%;background:#eee;padding: 0 0 10px 0;overflow:auto;}
#patch .propset .diff, #patch .binary .diff  {padding:10px 0;}
#patch span {display:block;padding:0 10px;}
#patch .modfile, #patch .addfile, #patch .delfile, #patch .propset, #patch .binary, #patch .copfile {border:1px solid #ccc;margin:10px 0;}
#patch ins {background:#dfd;text-decoration:none;display:block;padding:0 10px;}
#patch del {background:#fdd;text-decoration:none;display:block;padding:0 10px;}
#patch .lines, .info {color:#888;background:#fff;}
--></style>
<div id="msg">
<dl class="meta">
<dt>Revision</dt> <dd><a href="http://trac.webkit.org/projects/webkit/changeset/160220">160220</a></dd>
<dt>Author</dt> <dd>commit-queue@webkit.org</dd>
<dt>Date</dt> <dd>2013-12-06 05:58:38 -0800 (Fri, 06 Dec 2013)</dd>
</dl>

<h3>Log Message</h3>
<pre>[ATK] Missing aria roles mappings
https://bugs.webkit.org/show_bug.cgi?id=117729

Patch by Lukasz Gajowy &lt;l.gajowy@samsung.com&gt; on 2013-12-06
Reviewed by Mario Sanchez Prada.

Source/WebCore:

Added a few mappings from ARIA roles to ATK roles.

Test: accessibility/aria-mappings.html

* accessibility/atk/WebKitAccessibleWrapperAtk.cpp:
(atkRole):

Tools:

Added new mappings to AccessibilityUIElementAtk.cpp.

* DumpRenderTree/atk/AccessibilityUIElementAtk.cpp:
* WebKitTestRunner/InjectedBundle/atk/AccessibilityUIElementAtk.cpp:

LayoutTests:

Added new test, checking whether ARIA roles to ATK roles mappings work properly.

* accessibility/aria-mappings-expected.txt: Added.
* accessibility/aria-mappings.html: Added.
* platform/mac/accessibility/aria-mappings-expected.txt: Added.</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkLayoutTestsChangeLog">trunk/LayoutTests/ChangeLog</a></li>
<li><a href="#trunkSourceWebCoreChangeLog">trunk/Source/WebCore/ChangeLog</a></li>
<li><a href="#trunkSourceWebCoreaccessibilityatkWebKitAccessibleWrapperAtkcpp">trunk/Source/WebCore/accessibility/atk/WebKitAccessibleWrapperAtk.cpp</a></li>
<li><a href="#trunkToolsChangeLog">trunk/Tools/ChangeLog</a></li>
<li><a href="#trunkToolsDumpRenderTreeatkAccessibilityUIElementAtkcpp">trunk/Tools/DumpRenderTree/atk/AccessibilityUIElementAtk.cpp</a></li>
<li><a href="#trunkToolsWebKitTestRunnerInjectedBundleatkAccessibilityUIElementAtkcpp">trunk/Tools/WebKitTestRunner/InjectedBundle/atk/AccessibilityUIElementAtk.cpp</a></li>
</ul>

<h3>Added Paths</h3>
<ul>
<li><a href="#trunkLayoutTestsaccessibilityariamappingsexpectedtxt">trunk/LayoutTests/accessibility/aria-mappings-expected.txt</a></li>
<li><a href="#trunkLayoutTestsaccessibilityariamappingshtml">trunk/LayoutTests/accessibility/aria-mappings.html</a></li>
<li><a href="#trunkLayoutTestsplatformmacaccessibilityariamappingsexpectedtxt">trunk/LayoutTests/platform/mac/accessibility/aria-mappings-expected.txt</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkLayoutTestsChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/ChangeLog (160219 => 160220)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/ChangeLog        2013-12-06 12:41:44 UTC (rev 160219)
+++ trunk/LayoutTests/ChangeLog        2013-12-06 13:58:38 UTC (rev 160220)
</span><span class="lines">@@ -1,3 +1,16 @@
</span><ins>+2013-12-06  Lukasz Gajowy  &lt;l.gajowy@samsung.com&gt;
+
+        [ATK] Missing aria roles mappings
+        https://bugs.webkit.org/show_bug.cgi?id=117729
+
+        Reviewed by Mario Sanchez Prada.
+
+        Added new test, checking whether ARIA roles to ATK roles mappings work properly.
+
+        * accessibility/aria-mappings-expected.txt: Added.
+        * accessibility/aria-mappings.html: Added.
+        * platform/mac/accessibility/aria-mappings-expected.txt: Added.
+
</ins><span class="cx"> 2013-12-04  Filip Pizlo  &lt;fpizlo@apple.com&gt;
</span><span class="cx"> 
</span><span class="cx">         FTL should use cvttsd2si directly for double-to-int32 conversions
</span></span></pre></div>
<a id="trunkLayoutTestsaccessibilityariamappingsexpectedtxt"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/accessibility/aria-mappings-expected.txt (0 => 160220)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/accessibility/aria-mappings-expected.txt                                (rev 0)
+++ trunk/LayoutTests/accessibility/aria-mappings-expected.txt        2013-12-06 13:58:38 UTC (rev 160220)
</span><span class="lines">@@ -0,0 +1,56 @@
</span><ins>+alert role
+alertdialog role
+article role
+dialog role
+document role
+status role
+tooltip role
+tree role
+treeitem role
+
+This tests that each of these ARIA roles have appropriate mappings.
+
+On success, you will see a series of &quot;PASS&quot; messages, followed by &quot;TEST COMPLETE&quot;.
+
+
+Role for 'body' is: AXRole: AXWebArea
+
+
+role=&quot;alert&quot; should give a message with important, and usually time-sensitive, information.
+Role for 'alert' div is: AXRole: AXAlert
+
+
+role=&quot;alertdialog&quot; is a dialog which contains an alert message.
+Role for 'alertdialog' div is: AXRole: AXDialog
+
+
+role=&quot;article&quot; is a  section of a page that consists of a composition that forms an independent part of a document, page, or site
+Role for 'article' div is: AXRole: AXDocument
+
+
+role=&quot;dialog&quot; is an application window that is designed to interrupt the current processing of an application in order to prompt the user to enter information or require a response.
+Role for 'dialog' div is: AXRole: AXDialog
+
+
+role=&quot;document&quot; is a region containing related information that is declared as document content, as opposed to a web application.
+Role for 'document' div is: AXRole: AXDocument
+
+
+role=&quot;status&quot; is a container whose content is advisory information for the user but is not important enough to justify an alert, often but not necessarily presented as a status bar.
+Role for 'status' div is: AXRole: AXStatusBar
+
+
+role=&quot;tooltip&quot; is a contextual popup that displays a description for an element.
+Role for 'tooltip' div is: AXRole: AXUserInterfaceTooltip
+
+
+role=&quot;tree&quot; is a type of list that may contain sub-level nested groups that can be collapsed and expanded.
+Role for 'tree' div is: AXRole: AXTree
+
+
+role=&quot;treeitem&quot; is an option item of a tree.
+Role for 'treeitem' div is: AXRole: AXTreeItem
+PASS successfullyParsed is true
+
+TEST COMPLETE
+
</ins></span></pre></div>
<a id="trunkLayoutTestsaccessibilityariamappingshtml"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/accessibility/aria-mappings.html (0 => 160220)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/accessibility/aria-mappings.html                                (rev 0)
+++ trunk/LayoutTests/accessibility/aria-mappings.html        2013-12-06 13:58:38 UTC (rev 160220)
</span><span class="lines">@@ -0,0 +1,74 @@
</span><ins>+&lt;html&gt;
+
+&lt;head&gt;
+&lt;script src=&quot;../resources/js-test-pre.js&quot;&gt;&lt;/script&gt;
+&lt;/head&gt;
+
+&lt;body&gt;
+&lt;div id=&quot;alert&quot; role=&quot;alert&quot;&gt;alert role&lt;/div&gt;
+&lt;div id=&quot;alertdialog&quot; role=&quot;alertdialog&quot;&gt;alertdialog role&lt;/div&gt;
+&lt;div id=&quot;article&quot; role=&quot;article&quot;&gt;article role&lt;/div&gt;
+&lt;div id=&quot;dialog&quot; role=&quot;dialog&quot;&gt;dialog role&lt;/div&gt;
+&lt;div id=&quot;document&quot; role=&quot;document&quot;&gt;document role&lt;/div&gt;
+&lt;div id=&quot;status&quot; role=&quot;status&quot;&gt;status role&lt;/div&gt;
+&lt;div id=&quot;tooltip&quot; role=&quot;tooltip&quot;&gt;tooltip role&lt;/div&gt;
+&lt;div id=&quot;tree&quot; role=&quot;tree&quot;&gt;tree role&lt;/div&gt;
+&lt;div id=&quot;treeitem&quot; role=&quot;treeitem&quot;&gt;treeitem role&lt;/div&gt;
+&lt;br&gt;
+&lt;p id=&quot;description&quot;&gt;&lt;/p&gt;
+&lt;div id=&quot;console&quot;&gt;&lt;/div&gt;
+
+&lt;script&gt;
+    description(&quot;This tests that each of these ARIA roles have appropriate mappings.&quot;);
+
+    if (window.testRunner) {
+        testRunner.dumpAsText();
+
+        if (window.accessibilityController) {
+
+            document.body.focus();
+            var body = accessibilityController.focusedElement;
+            debug(&quot;Role for 'body' is: &quot; + body.role);
+
+            debug(&quot;&lt;br&gt;&quot;);
+            debug(&quot;role=\&quot;alert\&quot; should give a message with important, and usually time-sensitive, information.&quot;);
+            debug(&quot;Role for 'alert' div is: &quot; + accessibilityController.accessibleElementById(&quot;alert&quot;).role);
+
+            debug(&quot;&lt;br&gt;&quot;);
+            debug(&quot;role=\&quot;alertdialog\&quot; is a dialog which contains an alert message.&quot;);
+            debug(&quot;Role for 'alertdialog' div is: &quot; + accessibilityController.accessibleElementById(&quot;alertdialog&quot;).role);
+
+            debug(&quot;&lt;br&gt;&quot;);
+            debug(&quot;role=\&quot;article\&quot; is a  section of a page that consists of a composition that forms an independent part of a document, page, or site&quot;);
+            debug(&quot;Role for 'article' div is: &quot; + accessibilityController.accessibleElementById(&quot;article&quot;).role);
+
+            debug(&quot;&lt;br&gt;&quot;);
+            debug(&quot;role=\&quot;dialog\&quot; is an application window that is designed to interrupt the current processing of an application in order to prompt the user to enter information or require a response.&quot;);
+            debug(&quot;Role for 'dialog' div is: &quot; + accessibilityController.accessibleElementById(&quot;dialog&quot;).role);
+
+            debug(&quot;&lt;br&gt;&quot;);
+            debug(&quot;role=\&quot;document\&quot; is a region containing related information that is declared as document content, as opposed to a web application.&quot;);
+            debug(&quot;Role for 'document' div is: &quot; + accessibilityController.accessibleElementById(&quot;document&quot;).role);
+
+            debug(&quot;&lt;br&gt;&quot;);
+            debug(&quot;role=\&quot;status\&quot; is a container whose content is advisory information for the user but is not important enough to justify an alert, often but not necessarily presented as a status bar.&quot;);
+            debug(&quot;Role for 'status' div is: &quot; + accessibilityController.accessibleElementById(&quot;status&quot;).role);
+
+            debug(&quot;&lt;br&gt;&quot;);
+            debug(&quot;role=\&quot;tooltip\&quot; is a contextual popup that displays a description for an element.&quot;);
+            debug(&quot;Role for 'tooltip' div is: &quot; + accessibilityController.accessibleElementById(&quot;tooltip&quot;).role);
+
+            debug(&quot;&lt;br&gt;&quot;);
+            debug(&quot;role=\&quot;tree\&quot; is a type of list that may contain sub-level nested groups that can be collapsed and expanded.&quot;);
+            debug(&quot;Role for 'tree' div is: &quot; + accessibilityController.accessibleElementById(&quot;tree&quot;).role);
+
+            debug(&quot;&lt;br&gt;&quot;);
+            debug(&quot;role=\&quot;treeitem\&quot; is an option item of a tree.&quot;);
+            debug(&quot;Role for 'treeitem' div is: &quot; + accessibilityController.accessibleElementById(&quot;treeitem&quot;).role);
+    }
+}
+&lt;/script&gt;
+
+&lt;script src=&quot;../resources/js-test-post.js&quot;&gt;&lt;/script&gt;
+&lt;/body&gt;
+&lt;/html&gt;
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacaccessibilityariamappingsexpectedtxt"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/platform/mac/accessibility/aria-mappings-expected.txt (0 => 160220)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/accessibility/aria-mappings-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/mac/accessibility/aria-mappings-expected.txt        2013-12-06 13:58:38 UTC (rev 160220)
</span><span class="lines">@@ -0,0 +1,56 @@
</span><ins>+alert role
+alertdialog role
+article role
+dialog role
+document role
+status role
+tooltip role
+tree role
+treeitem role
+
+This tests that each of these ARIA roles have appropriate mappings.
+
+On success, you will see a series of &quot;PASS&quot; messages, followed by &quot;TEST COMPLETE&quot;.
+
+
+Role for 'body' is: AXRole: AXWebArea
+
+
+role=&quot;alert&quot; should give a message with important, and usually time-sensitive, information.
+Role for 'alert' div is: AXRole: AXGroup
+
+
+role=&quot;alertdialog&quot; is a dialog which contains an alert message.
+Role for 'alertdialog' div is: AXRole: AXGroup
+
+
+role=&quot;article&quot; is a  section of a page that consists of a composition that forms an independent part of a document, page, or site
+Role for 'article' div is: AXRole: AXGroup
+
+
+role=&quot;dialog&quot; is an application window that is designed to interrupt the current processing of an application in order to prompt the user to enter information or require a response.
+Role for 'dialog' div is: AXRole: AXGroup
+
+
+role=&quot;document&quot; is a region containing related information that is declared as document content, as opposed to a web application.
+Role for 'document' div is: AXRole: AXGroup
+
+
+role=&quot;status&quot; is a container whose content is advisory information for the user but is not important enough to justify an alert, often but not necessarily presented as a status bar.
+Role for 'status' div is: AXRole: AXGroup
+
+
+role=&quot;tooltip&quot; is a contextual popup that displays a description for an element.
+Role for 'tooltip' div is: AXRole: AXGroup
+
+
+role=&quot;tree&quot; is a type of list that may contain sub-level nested groups that can be collapsed and expanded.
+Role for 'tree' div is: AXRole: AXOutline
+
+
+role=&quot;treeitem&quot; is an option item of a tree.
+Role for 'treeitem' div is: AXRole: AXRow
+PASS successfullyParsed is true
+
+TEST COMPLETE
+
</ins></span></pre></div>
<a id="trunkSourceWebCoreChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/ChangeLog (160219 => 160220)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/ChangeLog        2013-12-06 12:41:44 UTC (rev 160219)
+++ trunk/Source/WebCore/ChangeLog        2013-12-06 13:58:38 UTC (rev 160220)
</span><span class="lines">@@ -1,3 +1,17 @@
</span><ins>+2013-12-06  Lukasz Gajowy  &lt;l.gajowy@samsung.com&gt;
+
+        [ATK] Missing aria roles mappings
+        https://bugs.webkit.org/show_bug.cgi?id=117729
+
+        Reviewed by Mario Sanchez Prada.
+
+        Added a few mappings from ARIA roles to ATK roles.
+
+        Test: accessibility/aria-mappings.html
+
+        * accessibility/atk/WebKitAccessibleWrapperAtk.cpp:
+        (atkRole):
+
</ins><span class="cx"> 2013-11-11  Philippe Normand  &lt;pnormand@igalia.com&gt;
</span><span class="cx"> 
</span><span class="cx">         [GStreamer] webkitwebaudiosrc element needs to emit stream-start, caps and segment events
</span></span></pre></div>
<a id="trunkSourceWebCoreaccessibilityatkWebKitAccessibleWrapperAtkcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/accessibility/atk/WebKitAccessibleWrapperAtk.cpp (160219 => 160220)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/accessibility/atk/WebKitAccessibleWrapperAtk.cpp        2013-12-06 12:41:44 UTC (rev 160219)
+++ trunk/Source/WebCore/accessibility/atk/WebKitAccessibleWrapperAtk.cpp        2013-12-06 13:58:38 UTC (rev 160220)
</span><span class="lines">@@ -534,6 +534,13 @@
</span><span class="cx"> static AtkRole atkRole(AccessibilityRole role)
</span><span class="cx"> {
</span><span class="cx">     switch (role) {
</span><ins>+    case ApplicationAlertRole:
+        return ATK_ROLE_ALERT;
+    case ApplicationDialogRole:
+    case ApplicationAlertDialogRole:
+        return ATK_ROLE_DIALOG;
+    case ApplicationStatusRole:
+        return ATK_ROLE_STATUSBAR;
</ins><span class="cx">     case UnknownRole:
</span><span class="cx">         return ATK_ROLE_UNKNOWN;
</span><span class="cx">     case AudioRole:
</span><span class="lines">@@ -558,7 +565,10 @@
</span><span class="cx">     case StaticTextRole:
</span><span class="cx">         return ATK_ROLE_TEXT;
</span><span class="cx">     case OutlineRole:
</span><ins>+    case TreeRole:
</ins><span class="cx">         return ATK_ROLE_TREE;
</span><ins>+    case TreeItemRole:
+        return ATK_ROLE_TREE_ITEM;
</ins><span class="cx">     case MenuBarRole:
</span><span class="cx">         return ATK_ROLE_MENU_BAR;
</span><span class="cx">     case MenuListPopupRole:
</span><span class="lines">@@ -621,8 +631,8 @@
</span><span class="cx">         return ATK_ROLE_IMAGE;
</span><span class="cx">     case ListMarkerRole:
</span><span class="cx">         return ATK_ROLE_TEXT;
</span><del>-    case WebAreaRole:
-        // return ATK_ROLE_HTML_CONTAINER; // Is this right?
</del><ins>+    case DocumentRole:
+    case DocumentArticleRole:
</ins><span class="cx">         return ATK_ROLE_DOCUMENT_FRAME;
</span><span class="cx">     case HeadingRole:
</span><span class="cx">         return ATK_ROLE_HEADING;
</span><span class="lines">@@ -648,6 +658,10 @@
</span><span class="cx">         return ATK_ROLE_SPIN_BUTTON;
</span><span class="cx">     case TabRole:
</span><span class="cx">         return ATK_ROLE_PAGE_TAB;
</span><ins>+    case UserInterfaceTooltipRole:
+        return ATK_ROLE_TOOL_TIP;
+    case WebAreaRole:
+        return ATK_ROLE_DOCUMENT_WEB;
</ins><span class="cx">     default:
</span><span class="cx">         return ATK_ROLE_UNKNOWN;
</span><span class="cx">     }
</span></span></pre></div>
<a id="trunkToolsChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/Tools/ChangeLog (160219 => 160220)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Tools/ChangeLog        2013-12-06 12:41:44 UTC (rev 160219)
+++ trunk/Tools/ChangeLog        2013-12-06 13:58:38 UTC (rev 160220)
</span><span class="lines">@@ -1,3 +1,15 @@
</span><ins>+2013-12-06  Lukasz Gajowy  &lt;l.gajowy@samsung.com&gt;
+
+        [ATK] Missing aria roles mappings
+        https://bugs.webkit.org/show_bug.cgi?id=117729
+
+        Reviewed by Mario Sanchez Prada.
+
+        Added new mappings to AccessibilityUIElementAtk.cpp.
+
+        * DumpRenderTree/atk/AccessibilityUIElementAtk.cpp:
+        * WebKitTestRunner/InjectedBundle/atk/AccessibilityUIElementAtk.cpp:
+
</ins><span class="cx"> 2013-12-06  Csaba Osztrogonác  &lt;ossy@webkit.org&gt;
</span><span class="cx"> 
</span><span class="cx">         Typo fix after r160218.
</span></span></pre></div>
<a id="trunkToolsDumpRenderTreeatkAccessibilityUIElementAtkcpp"></a>
<div class="modfile"><h4>Modified: trunk/Tools/DumpRenderTree/atk/AccessibilityUIElementAtk.cpp (160219 => 160220)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Tools/DumpRenderTree/atk/AccessibilityUIElementAtk.cpp        2013-12-06 12:41:44 UTC (rev 160219)
+++ trunk/Tools/DumpRenderTree/atk/AccessibilityUIElementAtk.cpp        2013-12-06 13:58:38 UTC (rev 160220)
</span><span class="lines">@@ -183,6 +183,8 @@
</span><span class="cx">     switch (role) {
</span><span class="cx">     case ATK_ROLE_ALERT:
</span><span class="cx">         return &quot;AXAlert&quot;;
</span><ins>+    case ATK_ROLE_DIALOG:
+        return &quot;AXDialog&quot;;
</ins><span class="cx">     case ATK_ROLE_CANVAS:
</span><span class="cx">         return &quot;AXCanvas&quot;;
</span><span class="cx">     case ATK_ROLE_CHECK_BOX:
</span><span class="lines">@@ -194,6 +196,8 @@
</span><span class="cx">     case ATK_ROLE_COMBO_BOX:
</span><span class="cx">         return &quot;AXComboBox&quot;;
</span><span class="cx">     case ATK_ROLE_DOCUMENT_FRAME:
</span><ins>+        return &quot;AXDocument&quot;;
+    case ATK_ROLE_DOCUMENT_WEB:
</ins><span class="cx">         return &quot;AXWebArea&quot;;
</span><span class="cx">     case ATK_ROLE_EMBEDDED:
</span><span class="cx">         return &quot;AXEmbedded&quot;;
</span><span class="lines">@@ -261,6 +265,8 @@
</span><span class="cx">         return &quot;AXSlider&quot;;
</span><span class="cx">     case ATK_ROLE_SPIN_BUTTON:
</span><span class="cx">         return &quot;AXSpinButton&quot;;
</span><ins>+    case ATK_ROLE_STATUSBAR:
+        return &quot;AXStatusBar&quot;;
</ins><span class="cx">     case ATK_ROLE_TABLE:
</span><span class="cx">         return &quot;AXTable&quot;;
</span><span class="cx">     case ATK_ROLE_TABLE_CELL:
</span></span></pre></div>
<a id="trunkToolsWebKitTestRunnerInjectedBundleatkAccessibilityUIElementAtkcpp"></a>
<div class="modfile"><h4>Modified: trunk/Tools/WebKitTestRunner/InjectedBundle/atk/AccessibilityUIElementAtk.cpp (160219 => 160220)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Tools/WebKitTestRunner/InjectedBundle/atk/AccessibilityUIElementAtk.cpp        2013-12-06 12:41:44 UTC (rev 160219)
+++ trunk/Tools/WebKitTestRunner/InjectedBundle/atk/AccessibilityUIElementAtk.cpp        2013-12-06 13:58:38 UTC (rev 160220)
</span><span class="lines">@@ -272,6 +272,8 @@
</span><span class="cx">     switch (role) {
</span><span class="cx">     case ATK_ROLE_ALERT:
</span><span class="cx">         return &quot;AXAlert&quot;;
</span><ins>+    case ATK_ROLE_DIALOG:
+        return &quot;AXDialog&quot;;
</ins><span class="cx">     case ATK_ROLE_CANVAS:
</span><span class="cx">         return &quot;AXCanvas&quot;;
</span><span class="cx">     case ATK_ROLE_CHECK_BOX:
</span><span class="lines">@@ -283,6 +285,8 @@
</span><span class="cx">     case ATK_ROLE_COMBO_BOX:
</span><span class="cx">         return &quot;AXComboBox&quot;;
</span><span class="cx">     case ATK_ROLE_DOCUMENT_FRAME:
</span><ins>+        return &quot;AXDocument&quot;;
+    case ATK_ROLE_DOCUMENT_WEB:
</ins><span class="cx">         return &quot;AXWebArea&quot;;
</span><span class="cx">     case ATK_ROLE_EMBEDDED:
</span><span class="cx">         return &quot;AXEmbedded&quot;;
</span><span class="lines">@@ -350,6 +354,8 @@
</span><span class="cx">         return &quot;AXSlider&quot;;
</span><span class="cx">     case ATK_ROLE_SPIN_BUTTON:
</span><span class="cx">         return &quot;AXSpinButton&quot;;
</span><ins>+    case ATK_ROLE_STATUSBAR:
+        return &quot;AXStatusBar&quot;;
</ins><span class="cx">     case ATK_ROLE_TABLE:
</span><span class="cx">         return &quot;AXTable&quot;;
</span><span class="cx">     case ATK_ROLE_TABLE_CELL:
</span></span></pre>
</div>
</div>

</body>
</html>