Bug 33956
Summary: | Web Inspector: REGRESSION: Programmatically created profile is not displayed | ||
---|---|---|---|
Product: | WebKit | Reporter: | Alexander Pavlov (apavlov) <apavlov> |
Component: | Web Inspector (Deprecated) | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED INVALID | ||
Severity: | Normal | CC: | bweinstein, joepeck, keishi, pfeldman, pmuellr, rik, timothy |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | All | ||
OS: | All |
Alexander Pavlov (apavlov)
Steps to reproduce:
1. Open the Profiles panel with no profiles. Observe the Welcome view displayed.
2. In the Console, run console.profile("foo"), then console.profileEnd()
3. The Welcome view is not replaced by the "foo" profile view.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Pavel Feldman
Works for me.