WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
164755
Web Inspector: Code Coverage should clear its history when it's being disabled
https://bugs.webkit.org/show_bug.cgi?id=164755
Summary
Web Inspector: Code Coverage should clear its history when it's being disabled
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
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2016-11-14 17:27:19 PST
<
rdar://problem/29259164
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug