[Webkit-unassigned] [Bug 201033] WebKitWebPage ID doesn't match

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Aug 22 06:35:20 PDT 2019


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

--- Comment #1 from Milan Crha <mcrha at redhat.com> ---
Looking more closely to this, it seems that each WebKitWebView instance runs its own WebKitWebProcess. This wasn't the case, it used to run one WebKitWebProcess per each WebKitWebContext. Evolution uses two WebKitWebContext-s, one for all previews and one for all the composers. Each of these two WebKitWebProcess-es load different set of web-extension-s and evolution talks to those through these extensions over D-Bus. The value used in the call of webkit_web_context_set_web_extensions_initialization_user_data() when the corresponding WebKitWebContext is used to distinguish between these two WebKitWebProcess-es, just as it had been intended. Evolution relies on this behavior heavily.

What did change in WebKit in this regard, please?

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20190822/186e4395/attachment.html>


More information about the webkit-unassigned mailing list