Bug 242499
Summary: | [GPU Process] Under memory pressure WebPage should release its cached shared NativeImages | ||
---|---|---|---|
Product: | WebKit | Reporter: | Said Abou-Hallawa <sabouhallawa> |
Component: | Layout and Rendering | Assignee: | Said Abou-Hallawa <sabouhallawa> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | bfulgham, simon.fraser, webkit-bug-importer, zalan |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Said Abou-Hallawa
WebProcess::initializeWebProcess() sets a low memory pressure handler. This handler loops through the WebPages and call WebPage::releaseMemory() for every one. This function just calls RemoteResourceCacheProxy::releaseMemory() but this function does not release the cached shared NativeImages.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Said Abou-Hallawa
Pull request: https://github.com/WebKit/WebKit/pull/2214
Radar WebKit Bug Importer
<rdar://problem/96656391>
EWS
Committed 252286@main (a07f7ff6ab85): <https://commits.webkit.org/252286@main>
Reviewed commits have been landed. Closing PR #2214 and removing active labels.