Bug 260404 - ResourceHeap clean-up
Summary: ResourceHeap clean-up
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: Said Abou-Hallawa
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2023-08-18 12:24 PDT by Said Abou-Hallawa
Modified: 2023-08-21 20:01 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 Said Abou-Hallawa 2023-08-18 12:24:33 PDT
All rendering resource objects have RenderingResourceIdentifiers. So there is no need to pass this identifier when caching the resource object in ResourceHeap. It can be just retrieved from the resource object itself.
Comment 1 Radar WebKit Bug Importer 2023-08-18 12:25:36 PDT
<rdar://problem/114103796>
Comment 2 Said Abou-Hallawa 2023-08-18 12:30:31 PDT
Pull request: https://github.com/WebKit/WebKit/pull/16843
Comment 3 EWS 2023-08-21 20:01:16 PDT
Committed 267117@main (e5cffaf13292): <https://commits.webkit.org/267117@main>

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