Bug 56219 - [Chromium] WebAccessibilityObject needs accessibilityIsIgnored
Summary: [Chromium] WebAccessibilityObject needs accessibilityIsIgnored
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Accessibility (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-03-11 13:45 PST by Dominic Mazzoni
Modified: 2011-03-11 15:16 PST (History)
1 user (show)

See Also:


Attachments
Addes accessibilityIsIgnored method to WebAccessibilityObject (2.05 KB, patch)
2011-03-11 13:49 PST, Dominic Mazzoni
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dominic Mazzoni 2011-03-11 13:45:02 PST
The complete AccessibilityObject tree includes many nodes that aren't exposed to the platform accessibility API. We need access to that flag in Chromium so we can walk down and up the complete tree and know whether or not each node is ignored or not.
Comment 1 Dominic Mazzoni 2011-03-11 13:49:05 PST
Created attachment 85525 [details]
Addes accessibilityIsIgnored method to WebAccessibilityObject
Comment 2 Dimitri Glazkov (Google) 2011-03-11 13:51:03 PST
Comment on attachment 85525 [details]
Addes accessibilityIsIgnored method to WebAccessibilityObject

k.
Comment 3 WebKit Commit Bot 2011-03-11 15:16:10 PST
Comment on attachment 85525 [details]
Addes accessibilityIsIgnored method to WebAccessibilityObject

Clearing flags on attachment: 85525

Committed r80890: <http://trac.webkit.org/changeset/80890>
Comment 4 WebKit Commit Bot 2011-03-11 15:16:14 PST
All reviewed patches have been landed.  Closing bug.