[Webkit-unassigned] [Bug 31236] New: AX: convert accessibilityAttributeName to dispatch based on attribute instead if if/else

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Nov 7 20:28:12 PST 2009


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

           Summary: AX: convert accessibilityAttributeName to dispatch
                    based on attribute instead if if/else
           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


in accessibilityAttributeName in AccessibilityObjectWrapperMac.mm, there's a
whole lot of if/else, that I have to imagine is slowing things down, since that
method is called a *lot*

we could speed it up by dispatching to methods to handle each specific
attribute. there's enough of them to make this worthwhile now

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



More information about the webkit-unassigned mailing list