Bug 262119 - Use more std::span<uint8_t> in IPC::Encoder
Summary: Use more std::span<uint8_t> in IPC::Encoder
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Process Model (show other bugs)
Version: Other
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: David Kilzer (:ddkilzer)
URL:
Keywords: InRadar
Depends on: 261228
Blocks:
  Show dependency treegraph
 
Reported: 2023-09-26 08:18 PDT by David Kilzer (:ddkilzer)
Modified: 2023-09-26 08:35 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description David Kilzer (:ddkilzer) 2023-09-26 08:18:10 PDT
Use more std::span<uint8_t> in IPC::Encoder.
Comment 1 Radar WebKit Bug Importer 2023-09-26 08:18:29 PDT
<rdar://problem/116055966>
Comment 2 David Kilzer (:ddkilzer) 2023-09-26 08:32:52 PDT
Pull request: https://github.com/WebKit/WebKit/pull/18227