[Webkit-unassigned] [Bug 279902] New: Return final ContentRuleList file after compilation instead of temporary file

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Sep 18 08:59:42 PDT 2024


https://bugs.webkit.org/show_bug.cgi?id=279902

            Bug ID: 279902
           Summary: Return final ContentRuleList file after compilation
                    instead of temporary file
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit API
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: olivier.blin at softathome.com
                CC: achristensen at apple.com, beidson at apple.com,
                    timothy at apple.com

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.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20240918/5f94be62/attachment.htm>


More information about the webkit-unassigned mailing list