RESOLVED FIXED 97661
Web Inspector: add experiment to show rendering information on inspector overlay
https://bugs.webkit.org/show_bug.cgi?id=97661
Summary Web Inspector: add experiment to show rendering information on inspector overlay
Andrey Kosyakov
Reported 2012-09-26 04:57:30 PDT
Add a window that displays whether the object being inspected is a relayout boundary and whether it requires a layer. This may help web app developers to minimize time spent on layout by minimizing the invalidates relayout tree and minimize time spent on compositing by minimizing the number of layers.
Attachments
Patch (11.04 KB, patch)
2012-09-26 05:22 PDT, Andrey Kosyakov
no flags
Screenshot (7.61 KB, image/png)
2012-09-28 05:27 PDT, Andrey Kosyakov
no flags
Patch (10.49 KB, patch)
2012-09-28 05:28 PDT, Andrey Kosyakov
pfeldman: review-
Andrey Kosyakov
Comment 1 2012-09-26 05:22:10 PDT
Pavel Feldman
Comment 2 2012-09-28 05:05:43 PDT
Comment on attachment 165771 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=165771&action=review Please provide screenshot. > Source/WebCore/inspector/InspectorOverlay.cpp:214 > + context.setCompositeOperation(CompositeCopy); This patch needs rebaseline.
Andrey Kosyakov
Comment 3 2012-09-28 05:27:25 PDT
Created attachment 166225 [details] Screenshot
Andrey Kosyakov
Comment 4 2012-09-28 05:28:37 PDT
Pavel Feldman
Comment 5 2012-09-28 05:46:46 PDT
Comment on attachment 166226 [details] Patch As we agreed offline, lets paint invalidate boundaries per layout in a "show paint rects" style.
Blaze Burg
Comment 6 2014-02-08 19:11:23 PST
Layer tree visualizations are in the web inspector, as are repaint rects. There is a separate bug somewhere for layout damage rects, which has been migrated to the new component.
Note You need to log in before you can comment on or make changes to this bug.