|
|
DevTools: add instrumentation for deferred canvas rasterization
- expose instrumentation cookie through WebDevToolsAgent, so that
embedder-side trace events may be associated with particular
inspected page;
- instrument Canvas2DLayerBridge
- process UpdateLayer and RasterizeCanvas events in TimelineTraceEventProcessor
Related chromium-side change: https://codereview.chromium.org/16848010/
BUG= 244505
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+99 lines, -25 lines) |
Patch |
 |
M |
Source/WebKit/chromium/src/WebDevToolsAgentImpl.h
|
View
|
1
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
Source/WebKit/chromium/src/WebDevToolsAgentImpl.cpp
|
View
|
1
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
M |
Source/core/inspector/InspectorController.h
|
View
|
1
|
3 chunks |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
Source/core/inspector/InspectorController.cpp
|
View
|
1
|
2 chunks |
+10 lines, -3 lines |
0 comments
|
Download
|
 |
M |
Source/core/inspector/InspectorInstrumentation.h
|
View
|
1
|
1 chunk |
+3 lines, -1 line |
0 comments
|
Download
|
 |
M |
Source/core/inspector/InspectorInstrumentation.cpp
|
View
|
1
|
1 chunk |
+3 lines, -1 line |
0 comments
|
Download
|
 |
M |
Source/core/inspector/InspectorTimelineAgent.h
|
View
|
1
|
2 chunks |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
Source/core/inspector/InspectorTimelineAgent.cpp
|
View
|
1
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
Source/core/inspector/TimelineTraceEventProcessor.h
|
View
|
1
|
1 chunk |
+6 lines, -3 lines |
0 comments
|
Download
|
 |
M |
Source/core/inspector/TimelineTraceEventProcessor.cpp
|
View
|
1
|
5 chunks |
+44 lines, -15 lines |
0 comments
|
Download
|
 |
M |
Source/core/platform/PlatformInstrumentation.h
|
View
|
|
3 chunks |
+14 lines, -0 lines |
0 comments
|
Download
|
 |
M |
Source/core/platform/PlatformInstrumentation.cpp
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
Source/core/platform/graphics/chromium/Canvas2DLayerBridge.cpp
|
View
|
1
|
3 chunks |
+3 lines, -0 lines |
2 comments
|
Download
|
 |
M |
Source/core/rendering/RenderLayerBacking.cpp
|
View
|
1
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
public/web/WebDevToolsAgent.h
|
View
|
1
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
Total messages: 10 (0 generated)
|