Bug 250649 - Make it posible to start downloads without a process pool
Summary: Make it posible to start downloads without a process pool
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Carlos Garcia Campos
URL:
Keywords: InRadar
Depends on:
Blocks: 222366
  Show dependency treegraph
 
Reported: 2023-01-15 08:21 PST by Carlos Garcia Campos
Modified: 2023-01-16 06:22 PST (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Carlos Garcia Campos 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.
Comment 1 Carlos Garcia Campos 2023-01-15 08:25:06 PST
Pull request: https://github.com/WebKit/WebKit/pull/8674
Comment 2 EWS 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.
Comment 3 Radar WebKit Bug Importer 2023-01-16 06:22:16 PST
<rdar://problem/104297977>