[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 04:07:35 PST 2019


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

--- Comment #25 from Carlos Garcia Campos <cgarcia at igalia.com> ---
(In reply to youenn fablet from comment #24)
> Comment on attachment 383735 [details]
> Patch
> 
> View in context:
> https://bugs.webkit.org/attachment.cgi?id=383735&action=review
> 
> > Source/WebKit/NetworkProcess/cache/NetworkCache.cpp:68
> > +        return nullptr;
> 
> I would think this check is not needed.
> Cache::open should only be called if sessionID.isEphemeral() is not true,
> hence cachePath not being null.
> Is it possible that GTK port is using 'ephemeral' sessions with
> sessionID.isEphemeral() being false?

The network process always creates a default non ephemeral session in NetworkProcess::initializeNetworkProcess().

-- 
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/0081d115/attachment.htm>


More information about the webkit-unassigned mailing list