NEW211278
Reduce data copies in the WebContent process custom URL scheme handler
https://bugs.webkit.org/show_bug.cgi?id=211278
Summary Reduce data copies in the WebContent process custom URL scheme handler
Jer Noble
Reported 2020-04-30 22:16:35 PDT
Reduce data copies in the WebContent process custom URL scheme handler
Attachments
Patch (7.97 KB, patch)
2020-04-30 22:21 PDT, Jer Noble
dbates: review+
Jer Noble
Comment 1 2020-04-30 22:21:50 PDT
Radar WebKit Bug Importer
Comment 2 2020-04-30 22:23:50 PDT
Daniel Bates
Comment 3 2020-05-01 12:55:09 PDT
Comment on attachment 398160 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=398160&action=review Patch looks good. > Source/WebKit/WebProcess/WebPage/WebURLSchemeHandlerProxy.h:62 > + void taskDidReceiveBuffer(uint64_t taskIdentifier, Ref<WebCore::SharedBuffer>&& data); Ok as is. No change needed. Optimal solution doesn't name the buffer arg.
Note You need to log in before you can comment on or make changes to this bug.