[Webkit-unassigned] [Bug 276211] New: [macOS] Avoid extraneous respondsToSelector call for sharing feature shipping since before macOS 11

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jul 3 16:46:19 PDT 2024


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

            Bug ID: 276211
           Summary: [macOS] Avoid extraneous respondsToSelector call for
                    sharing feature shipping since before macOS 11
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit Misc.
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: bfulgham at webkit.org

We perform a selector check on every call to NSSharingService, even though the method being tested has been available since macOS 11 (two releases before our lowest target OS).

We should avoid this unnecessary call.

-- 
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/20240703/d8af2781/attachment.htm>


More information about the webkit-unassigned mailing list