[webkit-reviews] review canceled: [Bug 202081] Move DownloadClient from WebProcessPool to WebsiteDataStore : [Attachment 379329] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Sep 23 13:32:51 PDT 2019


Alex Christensen <achristensen at apple.com> has canceled Alex Christensen
<achristensen at apple.com>'s request for review:
Bug 202081: Move DownloadClient from WebProcessPool to WebsiteDataStore
https://bugs.webkit.org/show_bug.cgi?id=202081

Attachment 379329: Patch

https://bugs.webkit.org/attachment.cgi?id=379329&action=review




--- Comment #10 from Alex Christensen <achristensen at apple.com> ---
Comment on attachment 379329
  --> https://bugs.webkit.org/attachment.cgi?id=379329
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=379329&action=review

> Source/WebKit/UIProcess/API/C/WKContext.h:116
> +WK_EXPORT void WKContextSetDownloadClient(WKContextRef context, const
WKContextDownloadClientBase* client)
WK_C_API_DEPRECATED_WITH_REPLACEMENT(WKWebsiteDataStoreSetDownloadClient);

Not quite ready.  I need to shim WKContextSetDownloadClient onto
WKWebsiteDataStoreSetDownloadClient for an internal client during the
transition.


More information about the webkit-reviews mailing list