WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
211278
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+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Jer Noble
Comment 1
2020-04-30 22:21:50 PDT
Created
attachment 398160
[details]
Patch
Radar WebKit Bug Importer
Comment 2
2020-04-30 22:23:50 PDT
<
rdar://problem/62702860
>
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.
Top of Page
Format For Printing
XML
Clone This Bug