Bug 245106 - Generate more serialization code
Summary: Generate more serialization code
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Misc. (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Alex Christensen
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2022-09-12 17:12 PDT by Alex Christensen
Modified: 2022-09-13 10:25 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 Alex Christensen 2022-09-12 17:12:02 PDT
We generate code for what used to be nested classes and nested enum classes.  Since these can't be forward declared in C++, we make them non-nested rather than include more headers everywhere and slow down the build.
Comment 1 Alex Christensen 2022-09-12 17:14:27 PDT
Pull request: https://github.com/WebKit/WebKit/pull/4287
Comment 2 EWS 2022-09-13 10:24:22 PDT
Committed 254446@main (11f7471c70b0): <https://commits.webkit.org/254446@main>

Reviewed commits have been landed. Closing PR #4287 and removing active labels.
Comment 3 Radar WebKit Bug Importer 2022-09-13 10:25:20 PDT
<rdar://problem/99877945>