[Webkit-unassigned] [Bug 203460] REGRESSION(2.27.2): [GTK] Incognito mode is broken

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Nov 18 06:22:20 PST 2019


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

--- Comment #26 from Michael Catanzaro <mcatanzaro at gnome.org> ---
soup ports have never supported creation of non-default sessions (since our API does not, and probably will not ever, expose this). Our code persistently assumes that defaultSessionID() may be used anywhere and that non-default session IDs are used only by Cocoa-specific code. This probably used to be true when SessionID was introduced but now we can see it's become a problem. Changing that should be possible, but likely not trivial as it requires auditing everywhere that uses defaultSessionID() and many places are going to require changes.

-- 
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/20191118/42591440/attachment.htm>


More information about the webkit-unassigned mailing list