Bug 279902

Summary: Return final ContentRuleList file after compilation instead of temporary file
Product: WebKit Reporter: Olivier Blin <olivier.blin>
Component: WebKit APIAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: achristensen, beidson, timothy, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Olivier Blin
Reported 2024-09-18 08:59:42 PDT
After compiling a ContentRuleList, a map of the temporary file was returned, instead of the final file. This shared a map to a read-write filehandle to the WebProcess, while it does not need to write the file. Instead, share a read-only map of the final file.
Attachments
Olivier Blin
Comment 1 2024-09-18 09:01:24 PDT
EWS
Comment 2 2024-09-19 03:52:10 PDT
Committed 283910@main (9f1e386e4dc8): <https://commits.webkit.org/283910@main> Reviewed commits have been landed. Closing PR #33834 and removing active labels.
Radar WebKit Bug Importer
Comment 3 2024-09-19 03:53:14 PDT
Note You need to log in before you can comment on or make changes to this bug.