Bug 111535 - Web Inspector: Could not open Profile panel.
Summary: Web Inspector: Could not open Profile panel.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (Deprecated) (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Ilya Tikhonovsky
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-03-06 00:41 PST by Ilya Tikhonovsky
Modified: 2013-03-06 01:01 PST (History)
10 users (show)

See Also:


Attachments
Patch (1.87 KB, patch)
2013-03-06 00:45 PST, Ilya Tikhonovsky
apavlov: review+
apavlov: commit-queue+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ilya Tikhonovsky 2013-03-06 00:41:43 PST
https://code.google.com/p/chromium/issues/detail?id=180400

Version: Version 27.0.1425.0 dev
OS: 10.8.2

What steps will reproduce the problem?
1. Open gmail.
2. Start a CPU profile.
3. Click the gear and "Send Feedback"
4. Stop the profile and see 100% program and no information about what was going on in JS.

What is the expected output? What do you see instead?

You should see a profile of the JS that was executed.

It seems we've completely broken the devtools profiler for async loaded JS?
Comment 1 Ilya Tikhonovsky 2013-03-06 00:45:27 PST
Created attachment 191674 [details]
Patch
Comment 2 Ilya Tikhonovsky 2013-03-06 01:01:50 PST
Committed r144895: <http://trac.webkit.org/changeset/144895>