[Webkit-unassigned] [Bug 282596] New: [Windows] Bundle WebKit.resources folder

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Nov 5 05:10:24 PST 2024


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

            Bug ID: 282596
           Summary: [Windows] Bundle WebKit.resources folder
           Product: WebKit
           Version: Safari Technology Preview
          Hardware: Other
                OS: Windows 11
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Platform
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: max at schmitt.mx

Currently the Minibrowser on Windows ships a WebKit.resources directory while other platforms bundle it.

The directory consists of 1273 files and 19 MB in total. Bundling would make distribution easier, since esp. file writes are slow on Windows.

Probably Resource Files should be used in order to replace these:

https://github.com/WebKit/WebKit/blob/460abf576622806c66767e3ac5c9f01ee912070e/Source/WebCore/platform/win/WebCoreBundleWin.cpp#L49-L73

and align them with GTK/WPE which is using g_resources_lookup_data:

https://github.com/search?q=repo%3AWebKit%2FWebKit+g_resources_lookup_data+&type=code

-- 
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/20241105/384704f4/attachment.htm>


More information about the webkit-unassigned mailing list