Bug 164755

Summary: Web Inspector: Code Coverage should clear its history when it's being disabled
Product: WebKit Reporter: Nikita Vasilyev <nvasilyev>
Component: Web InspectorAssignee: Saam Barati <saam>
Status: NEW    
Severity: Normal CC: inspector-bugzilla-changes, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: All   
OS: All   
Bug Depends on:    
Bug Blocks: 162469    

Nikita Vasilyev
Reported 2016-11-14 17:24:33 PST
``` function foo() { console.log("foo") } function bar() { console.log("bar") } ``` Steps: 1. Enable Code Coverage. 2. Execute `foo()`. 3. Disable Code Coverage. 4. Enable Code Coverage. 5. Execute `bar()`. Expected: function foo is fade out. Actual: function foo isn't fade out.
Attachments
Radar WebKit Bug Importer
Comment 1 2016-11-14 17:27:19 PST
Note You need to log in before you can comment on or make changes to this bug.