Bug 250649
Summary: | Make it posible to start downloads without a process pool | ||
---|---|---|---|
Product: | WebKit | Reporter: | Carlos Garcia Campos <cgarcia> |
Component: | WebKit2 | Assignee: | Carlos Garcia Campos <cgarcia> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | achristensen, kkinnunen, webkit-bug-importer, youennf |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Bug Depends on: | |||
Bug Blocks: | 222366 |
Carlos Garcia Campos
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
Pull request: https://github.com/WebKit/WebKit/pull/8674
EWS
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
<rdar://problem/104297977>