[Webkit-unassigned] [Bug 172345] New: REGRESSION(r216977): [GTK] Ephemeral sessions broken after r216977
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu May 18 23:48:48 PDT 2017
https://bugs.webkit.org/show_bug.cgi?id=172345
Bug ID: 172345
Summary: REGRESSION(r216977): [GTK] Ephemeral sessions broken
after r216977
Product: WebKit
Version: WebKit Nightly Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Keywords: Gtk, Regression
Severity: Normal
Priority: P2
Component: WebKit Gtk
Assignee: webkit-unassigned at lists.webkit.org
Reporter: cgarcia at igalia.com
CC: achristensen at apple.com, beidson at apple.com,
bugs-noreply at webkitgtk.org
Since r216977, WebProcessPool sends the page session ID to the web process, but the WebsiteDataStoreParameters session ID to the network process. WebsiteDataStoreParameters is only implemented for Cocoa, so we are sending 0 session ID to the network process, while using the right session ID everywhere else.
$ MiniBrowser -p
Attempted to create a NetworkLoad with a session (id=9223372036854775810) that does not exist.
This has also broken two unit tests.
--
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/20170519/c730f960/attachment.html>
More information about the webkit-unassigned
mailing list