WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
Bug 250649
Make it posible to start downloads without a process pool
https://bugs.webkit.org/show_bug.cgi?id=250649
Summary
Make it posible to start downloads without a process pool
Carlos Garcia Campos
Reported
2023-01-15 08:21:44 PST
In the new GLib API we plan to move the networking related APIs from WebKitWebContext (a process pool) to a new WebKitNetworkSession class. Currently downloads are actually handled by the WebsiteDataStore, the process pool is only used to use the legacy downloads client for compatibility, so we can just move the implementation to WebsiteDataStore and make WebProcessPool use it.
Attachments
Add attachment
proposed patch, testcase, etc.
Carlos Garcia Campos
Comment 1
2023-01-15 08:25:06 PST
Pull request:
https://github.com/WebKit/WebKit/pull/8674
EWS
Comment 2
2023-01-16 06:21:03 PST
Committed
258951@main
(83cf78beac00): <
https://commits.webkit.org/258951@main
> Reviewed commits have been landed. Closing PR #8674 and removing active labels.
Radar WebKit Bug Importer
Comment 3
2023-01-16 06:22:16 PST
<
rdar://problem/104297977
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug