[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 01:22:38 PST 2019


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

--- Comment #24 from youenn fablet <youennf at gmail.com> ---
Comment on attachment 383735
  --> https://bugs.webkit.org/attachment.cgi?id=383735
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?

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


More information about the webkit-unassigned mailing list