Bug 252637
| Summary: | Lazily allocate ResourceResponse within CachedResource | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Matt Woodrow <mattwoodrow> |
| Component: | Page Loading | Assignee: | Matt Woodrow <mattwoodrow> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | beidson, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Matt Woodrow
CachedResource objects often don't have an initialised ResourceResponse, especially in the case of Fonts.
We can move the ResourceResponse (and associated response data) into a lazily allocated inner structure to save memory.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/105704324>
Matt Woodrow
Pull request: https://github.com/WebKit/WebKit/pull/10416
EWS
Committed 260788@main (98761d6864f7): <https://commits.webkit.org/260788@main>
Reviewed commits have been landed. Closing PR #10416 and removing active labels.