Bug 241884 - [macOS] Remove usage of deprecated NSPasteboardNames
Summary: [macOS] Remove usage of deprecated NSPasteboardNames
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2022-06-22 16:25 PDT by Richard Robinson
Modified: 2022-06-24 13:10 PDT (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 Richard Robinson 2022-06-22 16:25:27 PDT
NSGeneralPboard, NSFontPboard, NSRulerPboard, NSFindPboard and NSDragPboard were all deprecated in macOS 10.13.

We should use the latest API.
Comment 1 Richard Robinson 2022-06-22 16:28:39 PDT
rdar://95716307
Comment 2 Richard Robinson 2022-06-22 17:07:23 PDT
Pull request: https://github.com/WebKit/WebKit/pull/1708
Comment 3 EWS 2022-06-24 13:10:09 PDT
Committed 251834@main (c28bb7beb9af): <https://commits.webkit.org/251834@main>

Reviewed commits have been landed. Closing PR #1708 and removing active labels.