Bug 194060

Summary: Create proper NSPasteboardWriting objects for NSDragItem
Product: WebKit Reporter: Keith Rollin <krollin>
Component: Tools / TestsAssignee: Wenson Hsieh <wenson_hsieh>
Status: RESOLVED FIXED    
Severity: Normal CC: aestes, ap, cdumez, darin, lforschler
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Keith Rollin
Reported 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.
Attachments
Darin Adler
Comment 1 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.
Note You need to log in before you can comment on or make changes to this bug.