12012-08-29 Andrey Kosyakov <caseq@chromium.org>
2
3 Web Inspector: display the number of dirty render objects in Layout timeline event
4 https://bugs.webkit.org/show_bug.cgi?id=95331
5
6 Reviewed by NOBODY (OOPS!).
7
8 Count the render objects that need layout in InspectorTimelineAgent::willLayout()
9 and display the number in popover over Layout record in Timeline panel.
10
11 * inspector/InspectorTimelineAgent.cpp:
12 (WebCore::InspectorTimelineAgent::willLayout):
13 * inspector/TimelineRecordFactory.cpp:
14 (WebCore):
15 (WebCore::TimelineRecordFactory::createLayoutData):
16 * inspector/TimelineRecordFactory.h:
17 (TimelineRecordFactory):
18 * inspector/front-end/TimelinePresentationModel.js:
19 (WebInspector.TimelinePresentationModel.Record.prototype._generatePopupContentWithImagePreview):
20