Bug 164755
| Summary: | Web Inspector: Code Coverage should clear its history when it's being disabled | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Nikita Vasilyev <nvasilyev> |
| Component: | Web Inspector | Assignee: | 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
```
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
<rdar://problem/29259164>