Bug 107949 - Web Inspector: Clicking a profile's title in the console loads about:blank.
Summary: Web Inspector: Clicking a profile's title in the console loads about:blank.
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: Eugene Klyuchnikov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-01-25 06:58 PST by Mike West
Modified: 2013-02-05 06:20 PST (History)
9 users (show)

See Also:


Attachments
Patch (1.49 KB, patch)
2013-02-05 05:12 PST, Eugene Klyuchnikov
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Mike West 2013-01-25 06:58:55 PST
Reproduction steps:

1. Generate a profile via `console.profile('title');`.
2. Do something interesting.
3. Stop the profile via `console.profileEnd('title');`.
4. Click "title" in the generate console message.

I assume it should flip to the profile pane, and load the individual profile. Instead, it opens a new tab to 'about:blank'.
Comment 1 Eugene Klyuchnikov 2013-02-05 05:12:10 PST
Created attachment 186606 [details]
Patch
Comment 2 WebKit Review Bot 2013-02-05 06:20:12 PST
Comment on attachment 186606 [details]
Patch

Clearing flags on attachment: 186606

Committed r141890: <http://trac.webkit.org/changeset/141890>
Comment 3 WebKit Review Bot 2013-02-05 06:20:16 PST
All reviewed patches have been landed.  Closing bug.