[webkit-reviews] review canceled: [Bug 25679] [GTK] Improve accessibility of focusable lists : [Attachment 41852] Just selection

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Oct 26 03:15:24 PDT 2009


Joanmarie Diggs <joanmarie.diggs at gmail.com> has canceled Joanmarie Diggs
<joanmarie.diggs at gmail.com>'s request for review:
Bug 25679: [GTK] Improve accessibility of focusable lists
https://bugs.webkit.org/show_bug.cgi?id=25679

Attachment 41852: Just selection
https://bugs.webkit.org/attachment.cgi?id=41852&action=review

------- Additional Comments from Joanmarie Diggs <joanmarie.diggs at gmail.com>
When splitting the patches, this bit got left out:

@@ -100,6 +101,11 @@ static AccessibilityObject* core(AtkAction* action)
     return core(ATK_OBJECT(action));
 }
 
+static AccessibilityObject* core(AtkSelection* selection)
+{
+    return core(ATK_OBJECT(selection));
+}
+
 static AccessibilityObject* core(AtkText* text)
 {
     return core(ATK_OBJECT(text));

I believe this is now all of the needed bits from Part 2 and none of the bits
from Part 1. :-)


More information about the webkit-reviews mailing list