Bug 256424 - Reduce build times by refactoring WebPage.h
Summary: Reduce build times by refactoring WebPage.h
Status: ASSIGNED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Misc. (show other bugs)
Version: WebKit Nightly Build
Hardware: All All
: P2 Normal
Assignee: Darin Adler
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2023-05-06 19:04 PDT by Darin Adler
Modified: 2023-05-06 22:11 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 Darin Adler 2023-05-06 19:04:05 PDT
WebPage.h is one of the slowest headers in the build. Speed up the build by cutting down what it includes and also including it less.
Comment 1 Radar WebKit Bug Importer 2023-05-06 19:04:54 PDT
<rdar://problem/108997618>
Comment 2 Darin Adler 2023-05-06 22:11:27 PDT
Pull request: https://github.com/WebKit/WebKit/pull/13545