[Webkit-unassigned] [Bug 170413] Need way of creating WKContextConfiguration with legacy options

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Apr 3 15:23:05 PDT 2017


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

Sam Weinig <sam at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |sam at webkit.org

--- Comment #1 from Sam Weinig <sam at webkit.org> ---
(In reply to Ansh Shukla from comment #0)
> Safari uses WKContext to configure its web processes. Under the covers, the
> default initializer we use for WKContext uses
> ProcessPoolConfiguration::createWithLegacyOptions() to instantiate some
> configuration options. We would like to change some of these options and,
> consequently, need support for first getting a WKContextConfiguration with
> these legacy options.
> 
> As a result, we want to add WKContextConfigurationCreateWithLegacyOptions()
> API which simply returns the ProcessPoolConfiguration created with legacy
> options.

You can probably emulate this by just creating a WKContext the way you are, casting it to a WKProcessPool, and grabbing the _WKProcessPoolConfiguration.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20170403/ed6f652d/attachment-0001.html>


More information about the webkit-unassigned mailing list