Bug 45434 - Add methods used to determine accessibility state.
Summary: Add methods used to determine accessibility state.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Accessibility (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-09-08 19:55 PDT by Chris Guillory
Modified: 2010-09-09 03:34 PDT (History)
4 users (show)

See Also:


Attachments
Add methods to WebAccessibilityObject in Chromium port (3.70 KB, patch)
2010-09-08 19:58 PDT, Chris Guillory
ctguil: review-
ctguil: commit-queue-
Details | Formatted Diff | Diff
Add implementation for isSelected() (3.87 KB, patch)
2010-09-08 20:01 PDT, Chris Guillory
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Guillory 2010-09-08 19:55:27 PDT
In chromium on windows accessibility we need additional methods to determine the accessibility state to report to AT.
Comment 1 Chris Guillory 2010-09-08 19:58:01 PDT
Created attachment 66991 [details]
Add methods to WebAccessibilityObject in Chromium port
Comment 2 Chris Guillory 2010-09-08 20:01:30 PDT
Created attachment 66992 [details]
Add implementation for isSelected()
Comment 3 chris fleizach 2010-09-09 00:44:22 PDT
Comment on attachment 66991 [details]
Add methods to WebAccessibilityObject in Chromium port

r=me
Comment 4 chris fleizach 2010-09-09 00:45:59 PDT
i r'd the first patch. they look almost identical so i'm not sure why there's two still up here. when the first patch lands i assume you can add a new patch just for the additional changes you want
Comment 5 Chris Guillory 2010-09-09 00:53:16 PDT
Oops, I thought I cancelled the first patch. It didn't have an implementation for isSelected.
Comment 6 chris fleizach 2010-09-09 02:26:22 PDT
Comment on attachment 66992 [details]
Add implementation for isSelected()

r=me
Comment 7 WebKit Commit Bot 2010-09-09 03:34:37 PDT
Comment on attachment 66992 [details]
Add implementation for isSelected()

Clearing flags on attachment: 66992

Committed r67077: <http://trac.webkit.org/changeset/67077>
Comment 8 WebKit Commit Bot 2010-09-09 03:34:42 PDT
All reviewed patches have been landed.  Closing bug.