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   

Description Timothy Hatcher 2009-04-08 09:31:48 PDT
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.
Comment 1 Timothy Hatcher 2009-04-10 13:00:43 PDT
Fixed in r42400.