RESOLVED FIXED 108930
Web Inspector: [Timeline] Show "curtains" when mouse is over CPU bar.
https://bugs.webkit.org/show_bug.cgi?id=108930
Summary Web Inspector: [Timeline] Show "curtains" when mouse is over CPU bar.
Eugene Klyuchnikov
Reported 2013-02-05 04:11:48 PST
This feature will help developers to focus on events that caused CPU bar.
Attachments
Patch (10.12 KB, patch)
2013-02-05 05:00 PST, Eugene Klyuchnikov
no flags
Screenshot (51.41 KB, image/png)
2013-02-06 06:28 PST, Eugene Klyuchnikov
no flags
Patch (11.45 KB, patch)
2013-02-11 07:00 PST, Eugene Klyuchnikov
no flags
Screenshot: expand hoverable "frame" space. (44.38 KB, image/png)
2013-02-19 01:17 PST, Eugene Klyuchnikov
no flags
Screenshot (51.41 KB, image/png)
2013-03-01 04:38 PST, Eugene Klyuchnikov
no flags
Eugene Klyuchnikov
Comment 1 2013-02-05 05:00:11 PST
Pavel Feldman
Comment 2 2013-02-06 04:11:01 PST
A screenshot?
Eugene Klyuchnikov
Comment 3 2013-02-06 06:28:30 PST
Created attachment 186841 [details] Screenshot
Andrey Kosyakov
Comment 4 2013-02-07 05:44:34 PST
Comment on attachment 186603 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=186603&action=review The CPU bars would be on top of frame bars in frame mode. I'm a bit concerned how this will look when one attempts to hover over frames to get frame stats... > Source/WebCore/inspector/front-end/Popover.js:74 > + this._innerShow(view, view.element, anchor, preferredWidth, preferredHeight, null); drop null > Source/WebCore/inspector/front-end/Popover.js:160 > + if ((roomAbove > roomBelow) || (arrowDirection === "bottom")) { Please add an enum-style class for the direction.
Vsevolod Vlasov
Comment 5 2013-02-11 02:03:28 PST
Comment on attachment 186603 [details] Patch r- per Andrey;s comment
Eugene Klyuchnikov
Comment 6 2013-02-11 07:00:38 PST
Eugene Klyuchnikov
Comment 7 2013-02-19 01:17:45 PST
Created attachment 189018 [details] Screenshot: expand hoverable "frame" space. @caseq: How do you feel about making "CPU" smaller?
Eugene Klyuchnikov
Comment 8 2013-02-26 09:55:11 PST
Comment on attachment 187564 [details] Patch "hover over frames" is addressed in another bug/patch. PTAL.
Eugene Klyuchnikov
Comment 9 2013-03-01 04:38:21 PST
Created attachment 190935 [details] Screenshot
WebKit Review Bot
Comment 10 2013-03-01 07:17:30 PST
Comment on attachment 187564 [details] Patch Clearing flags on attachment: 187564 Committed r144453: <http://trac.webkit.org/changeset/144453>
WebKit Review Bot
Comment 11 2013-03-01 07:17:34 PST
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.