Bug 279902
Summary: | Return final ContentRuleList file after compilation instead of temporary file | ||
---|---|---|---|
Product: | WebKit | Reporter: | Olivier Blin <olivier.blin> |
Component: | WebKit API | Assignee: | 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
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 | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Olivier Blin
Pull request: https://github.com/WebKit/WebKit/pull/33834
EWS
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
<rdar://problem/136284062>