RESOLVED FIXED 234065
Add a way to write a `SharedBuffer` to the Pasteboard
https://bugs.webkit.org/show_bug.cgi?id=234065
Summary Add a way to write a `SharedBuffer` to the Pasteboard
Devin Rousso
Reported 2021-12-08 19:38:43 PST
.
Attachments
Patch (28.89 KB, patch)
2021-12-08 19:52 PST, Devin Rousso
ews-feeder: commit-queue-
Patch (28.91 KB, patch)
2021-12-08 20:45 PST, Devin Rousso
no flags
Patch (7.32 KB, patch)
2021-12-09 16:10 PST, Devin Rousso
no flags
Devin Rousso
Comment 1 2021-12-08 19:52:09 PST
Devin Rousso
Comment 2 2021-12-08 20:45:44 PST
Wenson Hsieh
Comment 3 2021-12-08 22:13:18 PST
Comment on attachment 446496 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=446496&action=review > Source/WebCore/platform/ios/PlatformPasteboardIOS.mm:553 > +#if !PLATFORM(MACCATALYST) > + [representationsToRegister addData:[webIOSPastePboardType dataUsingEncoding:NSUTF8StringEncoding] forType:webIOSPastePboardType]; > +#endif I'm not sure why we need to preserve this bit of "history" in modern code. That said, this iOS-specific code is not going to be exercised by anything, right? If that's the case, should we just leave it as a method stub?
Devin Rousso
Comment 4 2021-12-09 16:10:04 PST
EWS
Comment 5 2021-12-10 11:04:12 PST
Committed r286861 (245094@main): <https://commits.webkit.org/245094@main> All reviewed patches have been landed. Closing bug and clearing flags on attachment 446626 [details].
Radar WebKit Bug Importer
Comment 6 2021-12-10 11:05:19 PST
Note You need to log in before you can comment on or make changes to this bug.