RESOLVED FIXED83842
Web Inspector: add inspector instrumentation interface for compositing
https://bugs.webkit.org/show_bug.cgi?id=83842
Summary Web Inspector: add inspector instrumentation interface for compositing
Andrey Kosyakov
Reported 2012-04-12 18:15:28 PDT
This adds InspectorInstrumentation::{willComposite,didComposite}() and plumbs them down to the timeline models. The actual calls to these methods are platform-specific and appear in separate patches.
Attachments
Patch (9.77 KB, patch)
2012-04-12 18:18 PDT, Andrey Kosyakov
no flags
Archive of layout-test-results from ec2-cr-linux-01 (6.17 MB, application/zip)
2012-04-12 22:27 PDT, WebKit Review Bot
no flags
Patch (11.16 KB, patch)
2012-04-13 09:37 PDT, Andrey Kosyakov
pfeldman: review+
Andrey Kosyakov
Comment 1 2012-04-12 18:18:47 PDT
WebKit Review Bot
Comment 2 2012-04-12 22:27:08 PDT
Comment on attachment 137011 [details] Patch Attachment 137011 [details] did not pass chromium-ews (chromium-xvfb): Output: http://queues.webkit.org/results/12393695 New failing tests: inspector/timeline/timeline-enum-stability.html
WebKit Review Bot
Comment 3 2012-04-12 22:27:14 PDT
Created attachment 137039 [details] Archive of layout-test-results from ec2-cr-linux-01 The attached test failures were seen while running run-webkit-tests on the chromium-ews. Bot: ec2-cr-linux-01 Port: <class 'webkitpy.common.config.ports.ChromiumXVFBPort'> Platform: Linux-2.6.35-28-virtual-x86_64-with-Ubuntu-10.10-maverick
Pavel Feldman
Comment 4 2012-04-13 00:58:39 PDT
Comment on attachment 137011 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=137011&action=review > Source/WebCore/inspector/front-end/TimelineModel.js:53 > + CompositeLayers: "CompositeLayers", You need to update a test with it. > Source/WebCore/inspector/front-end/TimelinePresentationModel.js:-73 > - recordStyles[recordTypes.BeginFrame] = { title: WebInspector.UIString("Frame Start"), category: categories["rendering"] }; Why did this move?
Andrey Kosyakov
Comment 5 2012-04-13 09:37:06 PDT
Andrey Kosyakov
Comment 6 2012-04-13 09:38:52 PDT
(In reply to comment #4) > > You need to update a test with it. Fixed! > > Source/WebCore/inspector/front-end/TimelinePresentationModel.js:-73 > > - recordStyles[recordTypes.BeginFrame] = { title: WebInspector.UIString("Frame Start"), category: categories["rendering"] }; > > Why did this move? For the consistency with other places (InspectorTimelineAgent, TimelindeModel) where we list all record types. Besides, since we group the records logically, we could as well try to match chronological order.
Andrey Kosyakov
Comment 7 2012-05-24 04:45:32 PDT
Note You need to log in before you can comment on or make changes to this bug.