Bug 199262

Summary: WebSockets: avoid data copies when queuing tasks in WebSocketChannel
Product: WebKit Reporter: Carlos Garcia Campos <cgarcia>
Component: WebKit2Assignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: achristensen, commit-queue, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Description Carlos Garcia Campos 2019-06-27 02:05:28 PDT
For IPC message handler arguments we can receive rvalue references instead of const references.
Comment 1 Carlos Garcia Campos 2019-06-27 02:07:01 PDT
Created attachment 373011 [details]
Patch
Comment 2 WebKit Commit Bot 2019-06-27 11:43:17 PDT
Comment on attachment 373011 [details]
Patch

Clearing flags on attachment: 373011

Committed r246896: <https://trac.webkit.org/changeset/246896>
Comment 3 WebKit Commit Bot 2019-06-27 11:43:26 PDT
All reviewed patches have been landed.  Closing bug.
Comment 4 Radar WebKit Bug Importer 2019-06-27 11:44:42 PDT
<rdar://problem/52274060>