Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(531)

Issue 2358253002: DevTools: extract a component for layer viewer (Closed)

Created:
4 years, 3 months ago by caseq
Modified:
4 years, 3 months ago
Reviewers:
dgozman, pfeldman
CC:
chromium-reviews, caseq+blink_chromium.org, lushnikov+blink_chromium.org, pfeldman+blink_chromium.org, apavlov+blink_chromium.org, devtools-reviews_chromium.org, blink-reviews, pfeldman, kozyatinskiy+blink_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

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}

Patch Set 1 #

Total comments: 6

Patch Set 2 : review comments addressed #

Total comments: 1

Patch Set 3 : renamed the banner #

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

Messages

Total messages: 16 (8 generated)
caseq
4 years, 3 months ago (2016-09-21 20:52:46 UTC) #2
caseq
4 years, 3 months ago (2016-09-22 00:15:21 UTC) #5
dgozman
https://codereview.chromium.org/2358253002/diff/1/third_party/WebKit/Source/devtools/front_end/layer_viewer/PaintProfilerView.js File third_party/WebKit/Source/devtools/front_end/layer_viewer/PaintProfilerView.js (right): https://codereview.chromium.org/2358253002/diff/1/third_party/WebKit/Source/devtools/front_end/layer_viewer/PaintProfilerView.js#newcode38 third_party/WebKit/Source/devtools/front_end/layer_viewer/PaintProfilerView.js:38: WebInspector.HBox.call(this); Turn into web component as well? https://codereview.chromium.org/2358253002/diff/1/third_party/WebKit/Source/devtools/front_end/layer_viewer/layerDetailsView.css File ...
4 years, 3 months ago (2016-09-22 16:35:35 UTC) #6
caseq
ptal. On 2016/09/22 16:35:35, dgozman wrote: > https://codereview.chromium.org/2358253002/diff/1/third_party/WebKit/Source/devtools/front_end/layer_viewer/PaintProfilerView.js > File > third_party/WebKit/Source/devtools/front_end/layer_viewer/PaintProfilerView.js > (right): > ...
4 years, 3 months ago (2016-09-23 00:12:18 UTC) #8
dgozman
lgtm https://codereview.chromium.org/2358253002/diff/40001/third_party/WebKit/Source/devtools/front_end/ui/inspectorCommon.css File third_party/WebKit/Source/devtools/front_end/ui/inspectorCommon.css (right): https://codereview.chromium.org/2358253002/diff/40001/third_party/WebKit/Source/devtools/front_end/ui/inspectorCommon.css#newcode296 third_party/WebKit/Source/devtools/front_end/ui/inspectorCommon.css:296: .banner a { At least rename this to ...
4 years, 3 months ago (2016-09-23 00:40:06 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2358253002/60001
4 years, 3 months ago (2016-09-23 01:46:55 UTC) #12
commit-bot: I haz the power
Committed patchset #3 (id:60001)
4 years, 3 months ago (2016-09-23 03:21:46 UTC) #14
commit-bot: I haz the power
4 years, 3 months ago (2016-09-23 03:25:41 UTC) #16
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/cc74cc44621d6771dc6fc15de0ecca1752a1b222
Cr-Commit-Position: refs/heads/master@{#420565}

Powered by Google App Engine
This is Rietveld 408576698