[webkit-changes] [WebKit/WebKit] 94302b: Cherry-pick 283910 at main (9f1e386e4dc8). https://bu...
Olivier Blin
noreply at github.com
Fri Sep 20 09:47:39 PDT 2024
Branch: refs/heads/webkitglib/2.46
Home: https://github.com/WebKit/WebKit
Commit: 94302b866a69d1539a32f1bae5ab1bedc5b5180c
https://github.com/WebKit/WebKit/commit/94302b866a69d1539a32f1bae5ab1bedc5b5180c
Author: Olivier Blin <olivier.blin at softathome.com>
Date: 2024-09-20 (Fri, 20 Sep 2024)
Changed paths:
M Source/WebKit/UIProcess/API/APIContentRuleListStore.cpp
Log Message:
-----------
Cherry-pick 283910 at main (9f1e386e4dc8). https://bugs.webkit.org/show_bug.cgi?id=279902
Return final ContentRuleList file after compilation instead of temporary file
https://bugs.webkit.org/show_bug.cgi?id=279902
Reviewed by Timothy Hatcher.
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.
Drive-by removal of trailing spaces.
* Source/WebKit/UIProcess/API/APIContentRuleListStore.cpp:
(API::compiledToFile):
Canonical link: https://commits.webkit.org/283910@main
Canonical link: https://commits.webkit.org/282416.114@webkitglib/2.46
To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications
More information about the webkit-changes
mailing list