[Webkit-unassigned] [Bug 144132] Web Inspector: reopening inspector doesn't reload files from disk unless inspected page changes

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Apr 24 22:57:57 PDT 2015


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

--- Comment #4 from Brian Burg <burg at cs.washington.edu> ---
We issue a new navigation every time the inspector is opened, whether it was reused or a new view.

    m_inspectorPage->loadRequest(URL(URL(), m_underTest ? inspectorTestPageURL() : inspectorPageURL()));

I don't believe it should be using cached versions of the files. I need to turn on the network logging spew and reproduce to see what it thinks it is doing.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150425/41714cbc/attachment.html>


More information about the webkit-unassigned mailing list