Bug 39238

Summary: [chromium] Add methods to chromium WebAccessibilityObject
Product: WebKit Reporter: Dominic Mazzoni <dmazzoni>
Component: AccessibilityAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Minor CC: cfleizach, commit-queue, fishd, levin
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: Windows Vista   
Attachments:
Description Flags
Add headingLevel and setFocused methods to WebAccessibilityObject. none

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.