[Webkit-unassigned] [Bug 253752] New: AX: -[WebAccessibilityObjectWrapperMac attachmentView] should only be called when needed

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Mar 10 19:40:49 PST 2023


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

            Bug ID: 253752
           Summary: AX: -[WebAccessibilityObjectWrapperMac attachmentView]
                    should only be called when needed
           Product: WebKit
           Version: Other
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Accessibility
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: tyler_w at apple.com
                CC: andresg_22 at apple.com,
                    webkit-bug-importer at group.apple.com

There are several places where we repeat calls to -[WebAccessibilityObjectWrapperMac attachmentView] in close succession rather than storing the attachment view in a local variable and re-using it. This is wasteful in ITM as each call requires a separate, synchronous round-trip to the main-thread.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20230311/2ed659f9/attachment.htm>


More information about the webkit-unassigned mailing list