[Webkit-unassigned] [Bug 187172] [GTK] web inspector does not work with is-ephemeral set to true
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Jul 11 02:11:20 PDT 2018
https://bugs.webkit.org/show_bug.cgi?id=187172
Michael Catanzaro <mcatanzaro at igalia.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |INVALID
--- Comment #4 from Michael Catanzaro <mcatanzaro at igalia.com> ---
You're trying to set the is-ephemeral property of WebKitWebSettings, which does not exist. I'm surprised there is no nasty runtime warning about this.
is-ephemeral is a construct-only property of WebKitWebView and WebKitWebsiteDataManager. It's not a WebKitWebSettings property. The property cannot be changed after construct time.
--
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/20180711/34d14cce/attachment-0001.html>
More information about the webkit-unassigned
mailing list