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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 23 16:55:19 PDT 2015


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

            Bug ID: 144132
           Summary: Web Inspector: reopening inspector doesn't reload
                    files from disk unless inspected page changes
    Classification: Unclassified
           Product: WebKit
           Version: 528+ (Nightly build)
          Hardware: All
                OS: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Web Inspector
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: burg at cs.washington.edu
                CC: graouts at webkit.org, joepeck at webkit.org,
                    jonowells at apple.com, mattbaker at apple.com,
                    nvasilyev at apple.com, timothy at apple.com,
                    webkit-bug-importer at group.apple.com

Steps to reproduce:

1. Add console.log("123") to the end of WebInspector.contentLoaded.
2. Build and open the inspector for some page
3. 123 is printed
4. Change console.log("123") to "456"
5. Build, close, and reopen the inspector
6. 123 is printed again.

Expected behavior:

Step 6 should print 456 to the console, but stale copies of the interface are picked up.

This works as expected if you close the inspector, navigate to a different page, and open the inspector. It also works if you open the 2nd level inspector.

My guess is that we are holding onto the inspector WKWebView for some time to reduce re-open latency, but not reloading the resources in that case. Or, there is some sort of cache configuration bug?

-- 
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/20150423/8a222137/attachment.html>


More information about the webkit-unassigned mailing list