Bug 19880
Summary: | Inspector should support profile/profileEnd() in the command line | ||
---|---|---|---|
Product: | WebKit | Reporter: | Keishi Hattori <keishi> |
Component: | Web Inspector (Deprecated) | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Enhancement | CC: | aroben, rik |
Priority: | P2 | Keywords: | InRadar |
Version: | 528+ (Nightly build) | ||
Hardware: | All | ||
OS: | All | ||
Bug Depends on: | |||
Bug Blocks: | 14355 |
Keishi Hattori
Inspector should support profile/profileEnd() in the command line for Firebug parity.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Adam Roben (:aroben)
It's already possible to call console.profile[End] from the command line, but I guess Firebug lets you leave off the "console."
Kevin McCullough
Is this true for all console commands?
Adam Roben (:aroben)
(In reply to comment #2)
> Is this true for all console commands?
I don't believe it is. You can tell by looking at http://getfirebug.com/commandline.html
Adam Roben (:aroben)
<rdar://problem/6070236>
Timothy Hatcher
Landed in r35676.