Bug 25095
Summary: | Scripts in the back/forward cache show in the Inspector when enabling the debugger | ||
---|---|---|---|
Product: | WebKit | Reporter: | Timothy Hatcher <timothy> |
Component: | Web Inspector (Deprecated) | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Major | CC: | aroben, ggaren, kmccullough, timothy |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | All | ||
OS: | All |
Timothy Hatcher
When enabling the debugger and all script functions are recompiled, the Inspector is told about source files for pages in the back/forward list in addition to the current page.
Steps:
1) Visit a few pages that use JavaScript and build up a page history.
2) Open the Inspector on the last page and enable the debugger.
Results:
Notice the URLs of some of the scripts in the script menu are from pages in the history.
Expected Results:
Only scripts for the current page should show up.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Timothy Hatcher
Fixed in r42400.