Bug 128846 - AX: Add generic DRT/TestRunner accessibility functions analogous to accessibilityAttributeValue: and accessibilityAttributeValue:forParameter:
Summary: AX: Add generic DRT/TestRunner accessibility functions analogous to accessibi...
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Accessibility (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac (Intel) OS X 10.9
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2014-02-14 14:29 PST by Samuel White
Modified: 2014-02-14 14:29 PST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Samuel White 2014-02-14 14:29:03 PST
We have a very large number of DRT and TestRunner functions that are only used on the Mac/iOS platforms. To keep things building, we have to stub these platform specific testing functions out in win and atk. Because of this, we end up with a good deal of meaningless stub code. Instead, we could use a small number of .js functions that are designed to mirror accessibilityAttributeValue: and accessibilityAttributeValue:forParameter: more closely so we don't have to implement a new DRT/TestRunner method every time we add functionality.

I'll add some additional implementation details shortly.
Comment 1 Radar WebKit Bug Importer 2014-02-14 14:29:26 PST
<rdar://problem/16074136>