Bug 39238 - [chromium] Add methods to chromium WebAccessibilityObject
Summary: [chromium] Add methods to chromium WebAccessibilityObject
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Accessibility (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Windows Vista
: P2 Minor
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-05-17 14:39 PDT by Dominic Mazzoni
Modified: 2010-05-20 19:19 PDT (History)
4 users (show)

See Also:


Attachments
Add headingLevel and setFocused methods to WebAccessibilityObject. (2.31 KB, patch)
2010-05-17 14:45 PDT, 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 2010-05-17 14:39:51 PDT
Chromium classes such as WebAccessibilityObject are simple wrappers for corresponding WebCore classes like AccessibilityObject. They work fine, but much functionality is not exposed in the wrapper.

I'm using this bug to keep track of the progress.

Rather than trying to add support for everything at once, for now I'm just adding methods as needed, starting with:

  headingLevel
  setFocused
Comment 1 Dominic Mazzoni 2010-05-17 14:45:58 PDT
Created attachment 56271 [details]
Add headingLevel and setFocused methods to WebAccessibilityObject.
Comment 2 David Levin 2010-05-19 10:55:42 PDT
Chromium public api changes, so leaving this for Darin Fisher.
Comment 3 chris fleizach 2010-05-19 11:30:06 PDT
looks ok to me, but i'm not a reviewer
Comment 4 WebKit Commit Bot 2010-05-20 19:19:48 PDT
Comment on attachment 56271 [details]
Add headingLevel and setFocused methods to WebAccessibilityObject.

Clearing flags on attachment: 56271

Committed r59898: <http://trac.webkit.org/changeset/59898>
Comment 5 WebKit Commit Bot 2010-05-20 19:19:54 PDT
All reviewed patches have been landed.  Closing bug.