[webkit-reviews] review canceled: [Bug 25897] [Gtk] Extraneous object of ROLE_PANEL in hierarchy for entries : [Attachment 41877] Add ability for platforms to ignore objects

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Oct 26 12:10:24 PDT 2009


Joanmarie Diggs <joanmarie.diggs at gmail.com> has canceled Joanmarie Diggs
<joanmarie.diggs at gmail.com>'s request for review:
Bug 25897: [Gtk] Extraneous object of ROLE_PANEL in hierarchy for entries
https://bugs.webkit.org/show_bug.cgi?id=25897

Attachment 41877: Add ability for platforms to ignore objects
https://bugs.webkit.org/attachment.cgi?id=41877&action=review

------- Additional Comments from Joanmarie Diggs <joanmarie.diggs at gmail.com>
Xan and I chatted about this in IRC. I was (mistakenly) under the impression
that everything had to start with Accessibility.

So 'tis now:

+enum AccessibilityObjectPlatformInclusion {
+    IncludeObject,
+    IgnoreObject,
+    DefaultBehavior,
+};
+

Also, Xan reminded me of the one-thing-per-patch rule. Sorry! :-) So this patch
*only* has the expansion in functionality; it does not include the fix for this
bug. I'll re-submit that once we decide about this bit.

Thanks!


More information about the webkit-reviews mailing list