Bug 246908 - simplify FEComponentTransfer coding
Summary: simplify FEComponentTransfer coding
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Cameron McCormack (:heycam)
URL:
Keywords: InRadar
Depends on: 246898
Blocks:
  Show dependency treegraph
 
Reported: 2022-10-22 15:54 PDT by Cameron McCormack (:heycam)
Modified: 2022-10-24 00:14 PDT (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Cameron McCormack (:heycam) 2022-10-22 15:54:29 PDT
Bug 246898 adds an IPC coder for WTF::EnumeratedArray, which FEComponentTrasfer is using as of bug 246602.  Let's use it to simplify FEComponentTransfer's encode/decoder functions.
Comment 1 Radar WebKit Bug Importer 2022-10-22 15:55:00 PDT
<rdar://problem/101464975>
Comment 2 Cameron McCormack (:heycam) 2022-10-23 21:24:31 PDT
Pull request: https://github.com/WebKit/WebKit/pull/5694
Comment 3 EWS 2022-10-24 00:14:03 PDT
Committed 255906@main (355426c15db9): <https://commits.webkit.org/255906@main>

Reviewed commits have been landed. Closing PR #5694 and removing active labels.