Bug 157939 - Web Inspector: Main Resource with <scripts> not showing up in debugger sidebar after reload
Summary: Web Inspector: Main Resource with <scripts> not showing up in debugger sideba...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (show other bugs)
Version: WebKit Nightly Build
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2016-05-19 22:44 PDT by Joseph Pecoraro
Modified: 2016-05-19 23:30 PDT (History)
8 users (show)

See Also:


Attachments
[PATCH] Proposed Fix (4.37 KB, patch)
2016-05-19 22:53 PDT, Joseph Pecoraro
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Joseph Pecoraro 2016-05-19 22:44:55 PDT
* SUMMARY
Main Resource with <scripts> not showing up in debugger sidebar after reload

* TEST
<script>
console.log("test");
</script>

* STEPS TO REPRODUCE
1. Inspect test
2. Show Debugger tab
  => Notice "test.html" is in sidebar
3. Reload
  => Notice "test.html" is not in sidebar
Comment 1 Radar WebKit Bug Importer 2016-05-19 22:45:28 PDT
<rdar://problem/26385691>
Comment 2 Joseph Pecoraro 2016-05-19 22:53:12 PDT
Created attachment 279469 [details]
[PATCH] Proposed Fix
Comment 3 WebKit Commit Bot 2016-05-19 23:30:46 PDT
Comment on attachment 279469 [details]
[PATCH] Proposed Fix

Clearing flags on attachment: 279469

Committed r201210: <http://trac.webkit.org/changeset/201210>
Comment 4 WebKit Commit Bot 2016-05-19 23:30:51 PDT
All reviewed patches have been landed.  Closing bug.