12013-03-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 * English.lproj/localizedStrings.js:
12 * inspector/InspectorTimelineAgent.cpp:
13 (WebCore::InspectorTimelineAgent::willLayout):
14 (WebCore::InspectorTimelineAgent::didLayout):
15 * inspector/TimelineRecordFactory.cpp:
16 (WebCore):
17 (WebCore::TimelineRecordFactory::createLayoutData):
18 (WebCore::TimelineRecordFactory::appendLayoutRoot):
19 * inspector/TimelineRecordFactory.h:
20 (TimelineRecordFactory):
21 * inspector/front-end/TimelinePresentationModel.js:
22 (WebInspector.TimelinePresentationModel.Record.prototype._generatePopupContentWithImagePreview):
23