Bug 194060 - Create proper NSPasteboardWriting objects for NSDragItem
Summary: Create proper NSPasteboardWriting objects for NSDragItem
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Wenson Hsieh
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-01-30 16:15 PST by Keith Rollin
Modified: 2021-10-01 20:00 PDT (History)
5 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Keith Rollin 2019-01-30 16:15:49 PST
Bug 194059 temporarily fixes a compilation issue when creating NSDragItem's by invoking an initializer that takes a NSPasteBoardWriting object. However, the objects passed in that patch are not proper NSPasteBoardWriting instances. A more-complete solution needs to be implemented.
Comment 1 Darin Adler 2021-10-01 20:00:46 PDT
The changes in r283431 finished the process of fixing this by removing the code, leaving more modern code that uses SPI instead.