RESOLVED FIXED 96279
Web Inspector: visualize layout root in Timeline
https://bugs.webkit.org/show_bug.cgi?id=96279
Summary Web Inspector: visualize layout root in Timeline
Andrey Kosyakov
Reported 2012-09-10 09:13:45 PDT
Show rectangles of the node that was the layout root upon hover over Layout record in Timeline.
Attachments
Patch (11.27 KB, patch)
2012-09-10 09:17 PDT, Andrey Kosyakov
pfeldman: review+
Andrey Kosyakov
Comment 1 2012-09-10 09:17:27 PDT
Pavel Feldman
Comment 2 2012-09-10 10:07:19 PDT
Comment on attachment 163147 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=163147&action=review > Source/WebCore/inspector/TimelineRecordFactory.cpp:211 > + data->setNumber("x", rect.x()); I've seen methods creating reactsint that class. > Source/WebCore/inspector/front-end/TimelinePanel.js:950 > + const recordTypesToHighlight = [ Use object for faster lookup?
Andrey Kosyakov
Comment 3 2012-09-11 07:34:30 PDT
Note You need to log in before you can comment on or make changes to this bug.