|
DevTools: extract a component for layer viewer
This lets the layer view to be reused without bringing the entire Timeline
panel as a dependency. Also, made all component widgets of the layer viewer
to be web components.
Committed: https://crrev.com/cc74cc44621d6771dc6fc15de0ecca1752a1b222
Cr-Commit-Position: refs/heads/master@{#420565}
Total comments: 6
Total comments: 1
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+183 lines, -2906 lines) |
Patch |
 |
M |
third_party/WebKit/Source/devtools/BUILD.gn
|
View
|
|
4 chunks |
+14 lines, -7 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/devtools/front_end/inspector.json
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
A + |
third_party/WebKit/Source/devtools/front_end/layer_viewer/LayerDetailsView.js
|
View
|
1
|
3 chunks |
+7 lines, -7 lines |
0 comments
|
Download
|
 |
A + |
third_party/WebKit/Source/devtools/front_end/layer_viewer/LayerTreeOutline.js
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
A + |
third_party/WebKit/Source/devtools/front_end/layer_viewer/LayerViewHost.js
|
View
|
|
0 chunks |
+-1 lines, --1 lines |
0 comments
|
Download
|
 |
A + |
third_party/WebKit/Source/devtools/front_end/layer_viewer/Layers3DView.js
|
View
|
1
2
|
4 chunks |
+10 lines, -9 lines |
0 comments
|
Download
|
 |
A + |
third_party/WebKit/Source/devtools/front_end/layer_viewer/PaintProfilerView.js
|
View
|
1
2
|
2 chunks |
+7 lines, -6 lines |
0 comments
|
Download
|
 |
A + |
third_party/WebKit/Source/devtools/front_end/layer_viewer/TransformController.js
|
View
|
|
0 chunks |
+-1 lines, --1 lines |
0 comments
|
Download
|
 |
A |
third_party/WebKit/Source/devtools/front_end/layer_viewer/layerDetailsView.css
|
View
|
1
|
1 chunk |
+29 lines, -0 lines |
0 comments
|
Download
|
 |
A + |
third_party/WebKit/Source/devtools/front_end/layer_viewer/layers3DView.css
|
View
|
1
|
1 chunk |
+5 lines, -6 lines |
0 comments
|
Download
|
 |
A |
third_party/WebKit/Source/devtools/front_end/layer_viewer/module.json
|
View
|
|
1 chunk |
+22 lines, -0 lines |
0 comments
|
Download
|
 |
A |
third_party/WebKit/Source/devtools/front_end/layer_viewer/paintProfiler.css
|
View
|
1
|
1 chunk |
+61 lines, -0 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/devtools/front_end/layers/LayersPanel.js
|
View
|
1
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/devtools/front_end/layers/module.json
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
D |
third_party/WebKit/Source/devtools/front_end/timeline/LayerDetailsView.js
|
View
|
1
|
1 chunk |
+0 lines, -224 lines |
0 comments
|
Download
|
 |
D |
third_party/WebKit/Source/devtools/front_end/timeline/LayerTreeOutline.js
|
View
|
|
1 chunk |
+0 lines, -263 lines |
0 comments
|
Download
|
 |
D |
third_party/WebKit/Source/devtools/front_end/timeline/LayerViewHost.js
|
View
|
|
1 chunk |
+0 lines, -285 lines |
0 comments
|
Download
|
 |
D |
third_party/WebKit/Source/devtools/front_end/timeline/Layers3DView.js
|
View
|
|
1 chunk |
+0 lines, -1100 lines |
0 comments
|
Download
|
 |
D |
third_party/WebKit/Source/devtools/front_end/timeline/PaintProfilerView.js
|
View
|
|
1 chunk |
+0 lines, -528 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/devtools/front_end/timeline/TimelinePanel.js
|
View
|
1
2
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/devtools/front_end/timeline/TimelineTreeView.js
|
View
|
1
2
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
D |
third_party/WebKit/Source/devtools/front_end/timeline/TransformController.js
|
View
|
|
1 chunk |
+0 lines, -333 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/devtools/front_end/timeline/module.json
|
View
|
|
2 chunks |
+1 line, -6 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/devtools/front_end/timeline/timelinePanel.css
|
View
|
1
2
|
3 chunks |
+2 lines, -129 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/devtools/front_end/ui/inspectorCommon.css
|
View
|
1
2
|
1 chunk |
+22 lines, -0 lines |
0 comments
|
Download
|
Total messages: 16 (8 generated)
|