Bug 253683 - Split RemoteLayerBackingStore into separate classes for Web process and UI process
Summary: Split RemoteLayerBackingStore into separate classes for Web process and UI pr...
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: Matt Woodrow
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2023-03-09 17:00 PST by Matt Woodrow
Modified: 2023-03-12 14:15 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 Matt Woodrow 2023-03-09 17:00:49 PST
The code and data members for each process are entirely separate, and so have them intermingled in a single class makes the code harder to understand.
Comment 1 Radar WebKit Bug Importer 2023-03-09 17:05:55 PST
<rdar://problem/106528400>
Comment 2 Matt Woodrow 2023-03-09 17:06:47 PST
Pull request: https://github.com/WebKit/WebKit/pull/11337
Comment 3 EWS 2023-03-12 14:15:35 PDT
Committed 261552@main (6ef716ad7cfa): <https://commits.webkit.org/261552@main>

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