[Webkit-unassigned] [Bug 190505] Web Inspector: preserve showing the Request/Response when switching between network entries

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 11 21:39:51 PDT 2018


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

--- Comment #1 from Devin Rousso <drousso at apple.com> ---
As it turns out, this does work (mostly) as you'd expect.  The "Request"/"Response"/"JSON" choice is preserved per URL, but it is not preserved across URLs, meaning adding `Math.random()` to the end of the URL will cause each request to be given a different setting.  If you run the example in comment 0, but without the `Math.random`, it should work as expected.  Selecting to a network entry with a different URL, however, will not.

There's actually a FIXME in `WI.ResourceClusterContentView` about this exact issue.

-- 
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/20181012/f3c773ec/attachment.html>


More information about the webkit-unassigned mailing list