Bug 194060
| Summary: | Create proper NSPasteboardWriting objects for NSDragItem | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Keith Rollin <krollin> |
| Component: | Tools / Tests | Assignee: | 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
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 | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Darin Adler
The changes in r283431 finished the process of fixing this by removing the code, leaving more modern code that uses SPI instead.