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

Issue 319603007: DevTools: Add snapshot command log on the frontend. (Closed)

Created:
6 years, 6 months ago by malch
Modified:
6 years, 6 months ago
Reviewers:
caseq
CC:
blink-reviews, jamesr, caseq+blink_chromium.org, krit, loislo+blink_chromium.org, Rik, pdr., eustas+blink_chromium.org, malch+blink_chromium.org, yurys+blink_chromium.org, lushnikov+blink_chromium.org, jbroman, vsevik+blink_chromium.org, pfeldman+blink_chromium.org, paulirish+reviews_chromium.org, apavlov+blink_chromium.org, danakj, devtools-reviews_chromium.org, sergeyv+blink_chromium.org, aandrey+blink_chromium.org, Stephen Chennney, rwlbuis
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Visibility:
Public.

Description

Patch Set 1 #

Total comments: 2

Patch Set 2 : Select command log step range on the frontend. #

Total comments: 6

Patch Set 3 : Fixes. #

Total comments: 10

Patch Set 4 : Fixes. #

Total comments: 2

Patch Set 5 : Small fix. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+145 lines, -9 lines) Patch
M Source/devtools/front_end/layers/PaintProfilerView.js View 1 2 3 4 5 chunks +135 lines, -8 lines 0 comments Download
M Source/devtools/front_end/layersPanel.css View 1 chunk +1 line, -1 line 0 comments Download
M Source/devtools/front_end/sdk/PaintProfiler.js View 1 1 chunk +9 lines, -0 lines 0 comments Download

Messages

Total messages: 14 (0 generated)
malch
Please take a look.
6 years, 6 months ago (2014-06-05 05:14:59 UTC) #1
caseq
https://codereview.chromium.org/319603007/diff/1/Source/core/inspector/InspectorLayerTreeAgent.h File Source/core/inspector/InspectorLayerTreeAgent.h (right): https://codereview.chromium.org/319603007/diff/1/Source/core/inspector/InspectorLayerTreeAgent.h#newcode81 Source/core/inspector/InspectorLayerTreeAgent.h:81: virtual void snapshotCommandLog(ErrorString*, const String& snapshotId, const int* fromStep, ...
6 years, 6 months ago (2014-06-05 06:00:52 UTC) #2
caseq
6 years, 6 months ago (2014-06-05 06:00:54 UTC) #3
malch
https://codereview.chromium.org/319603007/diff/1/Source/core/inspector/InspectorLayerTreeAgent.h File Source/core/inspector/InspectorLayerTreeAgent.h (right): https://codereview.chromium.org/319603007/diff/1/Source/core/inspector/InspectorLayerTreeAgent.h#newcode81 Source/core/inspector/InspectorLayerTreeAgent.h:81: virtual void snapshotCommandLog(ErrorString*, const String& snapshotId, const int* fromStep, ...
6 years, 6 months ago (2014-06-05 07:36:45 UTC) #4
caseq
Mostly looks good, but let's not abuse Panel. https://codereview.chromium.org/319603007/diff/20001/Source/devtools/front_end/layers/PaintProfilerView.js File Source/devtools/front_end/layers/PaintProfilerView.js (right): https://codereview.chromium.org/319603007/diff/20001/Source/devtools/front_end/layers/PaintProfilerView.js#newcode35 Source/devtools/front_end/layers/PaintProfilerView.js:35: * ...
6 years, 6 months ago (2014-06-05 11:14:24 UTC) #5
malch
https://codereview.chromium.org/319603007/diff/20001/Source/devtools/front_end/layers/PaintProfilerView.js File Source/devtools/front_end/layers/PaintProfilerView.js (right): https://codereview.chromium.org/319603007/diff/20001/Source/devtools/front_end/layers/PaintProfilerView.js#newcode35 Source/devtools/front_end/layers/PaintProfilerView.js:35: * @extends {WebInspector.PanelWithSidebarTree} On 2014/06/05 11:14:24, caseq wrote: > ...
6 years, 6 months ago (2014-06-05 12:41:09 UTC) #6
caseq
https://codereview.chromium.org/319603007/diff/40001/Source/devtools/front_end/layers/PaintProfilerView.js File Source/devtools/front_end/layers/PaintProfilerView.js (right): https://codereview.chromium.org/319603007/diff/40001/Source/devtools/front_end/layers/PaintProfilerView.js#newcode175 Source/devtools/front_end/layers/PaintProfilerView.js:175: function onProfileDone(snapshot, profiles) You don't need to pass snapshot, ...
6 years, 6 months ago (2014-06-05 16:25:39 UTC) #7
malch
https://codereview.chromium.org/319603007/diff/40001/Source/devtools/front_end/layers/PaintProfilerView.js File Source/devtools/front_end/layers/PaintProfilerView.js (right): https://codereview.chromium.org/319603007/diff/40001/Source/devtools/front_end/layers/PaintProfilerView.js#newcode175 Source/devtools/front_end/layers/PaintProfilerView.js:175: function onProfileDone(snapshot, profiles) On 2014/06/05 16:25:40, caseq wrote: > ...
6 years, 6 months ago (2014-06-09 05:59:45 UTC) #8
caseq
lgtm https://codereview.chromium.org/319603007/diff/60001/Source/devtools/front_end/layers/PaintProfilerView.js File Source/devtools/front_end/layers/PaintProfilerView.js (right): https://codereview.chromium.org/319603007/diff/60001/Source/devtools/front_end/layers/PaintProfilerView.js#newcode201 Source/devtools/front_end/layers/PaintProfilerView.js:201: WebInspector.LogTreeView = function() nit: let's give it a ...
6 years, 6 months ago (2014-06-09 06:13:09 UTC) #9
malch
https://codereview.chromium.org/319603007/diff/60001/Source/devtools/front_end/layers/PaintProfilerView.js File Source/devtools/front_end/layers/PaintProfilerView.js (right): https://codereview.chromium.org/319603007/diff/60001/Source/devtools/front_end/layers/PaintProfilerView.js#newcode201 Source/devtools/front_end/layers/PaintProfilerView.js:201: WebInspector.LogTreeView = function() On 2014/06/09 06:13:08, caseq wrote: > ...
6 years, 6 months ago (2014-06-09 06:20:45 UTC) #10
caseq
The CQ bit was checked by caseq@chromium.org
6 years, 6 months ago (2014-06-09 06:23:50 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/malch@chromium.org/319603007/80001
6 years, 6 months ago (2014-06-09 06:24:20 UTC) #12
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: linux_gpu on tryserver.chromium.gpu ...
6 years, 6 months ago (2014-06-09 07:33:27 UTC) #13
commit-bot: I haz the power
6 years, 6 months ago (2014-06-09 08:15:25 UTC) #14
Message was sent while issue was closed.
Change committed as 175780

Powered by Google App Engine
This is Rietveld 408576698