[Webkit-unassigned] [Bug 20868] New: webkit should use AX array centric API for performance

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Sep 15 17:42:48 PDT 2008


https://bugs.webkit.org/show_bug.cgi?id=20868

           Summary: webkit should use AX array centric API for performance
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Macintosh
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Accessibility
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: cfleizach at apple.com


webkit should use the following on the mac

- (NSUInteger)accessibilityIndexOfChild:(id)child
AVAILABLE_MAC_OS_X_VERSION_10_2_AND_LATER;
- (NSUInteger)accessibilityArrayAttributeCount:(NSString *)attribute
AVAILABLE_MAC_OS_X_VERSION_10_2_AND_LATER;
- (NSArray *)accessibilityArrayAttributeValues:(NSString *)attribute
index:(NSUInteger)index maxCount:(NSUInteger)maxCount
AVAILABLE_MAC_OS_X_VERSION_10_2_AND_LATER;


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list