[webkit-gtk] Multiple contexts withing a single application?

Egor Egorov me at egorfine.com
Thu Sep 19 06:22:20 PDT 2013


> On Sep 19, 2013, at 16:19, Martin Robinson <martin.james.robinson at gmail.com> wrote:
> 
>> On Thu, Sep 19, 2013 at 5:10 AM, Egor Egorov <me at egorfine.com> wrote:
>> 
>> I'm creating a small application using WebKit2 and I needed separate contexts for separate webkit_web_view instances.
> 
> You didn't really explain why you need them.

Different cookie jars per webview. If there is a "cheaper" way to achieve the same cookie separation I'd love to know it. 

> At some point in the
> future, each contexts might correspond to a WebProcess. Right now
> though, every context runs in the same process.
> 

Oh and I am willing to try different processes now if that's possible. :-)

> --Martin


More information about the webkit-gtk mailing list