Bug 107949

Summary: Web Inspector: Clicking a profile's title in the console loads about:blank.
Product: WebKit Reporter: Mike West <mkwst>
Component: Web Inspector (Deprecated)Assignee: Eugene Klyuchnikov <eustas>
Status: RESOLVED FIXED    
Severity: Normal CC: apavlov, keishi, loislo, pfeldman, pmuellr, vsevik, web-inspector-bugs, webkit.review.bot, yurys
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Patch none

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.