[webkit-reviews] review requested: [Bug 25897] [Gtk] Extraneous object of ROLE_PANEL in hierarchy for entries : [Attachment 41882] Add ability for platforms to ignore objects - Shorter Name Edition

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


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

Attachment 41882: Add ability for platforms to ignore objects - Shorter Name
Edition
https://bugs.webkit.org/attachment.cgi?id=41882&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