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

Issue 180273023: DevTools: encapsulate presentation model in timeline view. (Closed)

Created:
6 years, 9 months ago by pfeldman
Modified:
6 years, 9 months ago
Reviewers:
caseq, loislo
CC:
blink-reviews, caseq+blink_chromium.org, loislo+blink_chromium.org, eustas+blink_chromium.org, alph+blink_chromium.org, yurys+blink_chromium.org, lushnikov+blink_chromium.org, vsevik+blink_chromium.org, pfeldman+blink_chromium.org, paulirish+reviews_chromium.org, apavlov+blink_chromium.org, devtools-reviews_chromium.org, aandrey+blink_chromium.org
Visibility:
Public.

Description

DevTools: encapsulate presentation model in timeline view. R=caseq@chromium.org Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=168396

Patch Set 1 #

Patch Set 2 : #

Total comments: 12

Patch Set 3 : Review comments addressed. #

Total comments: 3

Patch Set 4 : For landing #

Patch Set 5 : For landing #

Unified diffs Side-by-side diffs Delta from patch set Stats (+363 lines, -305 lines) Patch
M LayoutTests/http/tests/inspector/timeline-test.js View 2 chunks +6 lines, -1 line 0 comments Download
M LayoutTests/inspector/timeline-dfs.html View 1 2 3 4 2 chunks +19 lines, -17 lines 0 comments Download
M LayoutTests/inspector/timeline/timeline-filtering.html View 1 chunk +1 line, -3 lines 0 comments Download
M Source/devtools/front_end/CountersGraph.js View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M Source/devtools/front_end/MemoryStatistics.js View 1 2 3 3 chunks +6 lines, -2 lines 0 comments Download
M Source/devtools/front_end/TimelineFlameChart.js View 1 2 3 4 3 chunks +8 lines, -3 lines 0 comments Download
M Source/devtools/front_end/TimelineFrameModel.js View 3 chunks +4 lines, -5 lines 0 comments Download
M Source/devtools/front_end/TimelineModel.js View 1 2 3 8 chunks +138 lines, -29 lines 0 comments Download
M Source/devtools/front_end/TimelinePanel.js View 1 2 3 21 chunks +140 lines, -67 lines 0 comments Download
M Source/devtools/front_end/TimelinePresentationModel.js View 1 2 3 13 chunks +13 lines, -141 lines 0 comments Download
M Source/devtools/front_end/TimelineView.js View 1 2 3 14 chunks +27 lines, -36 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
pfeldman
6 years, 9 months ago (2014-03-04 15:00:58 UTC) #1
caseq
https://codereview.chromium.org/180273023/diff/20001/Source/devtools/front_end/TimelinePanel.js File Source/devtools/front_end/TimelinePanel.js (right): https://codereview.chromium.org/180273023/diff/20001/Source/devtools/front_end/TimelinePanel.js#newcode77 Source/devtools/front_end/TimelinePanel.js:77: this._model.addFilter(this._windowFilter); indent https://codereview.chromium.org/180273023/diff/20001/Source/devtools/front_end/TimelinePanel.js#newcode1072 Source/devtools/front_end/TimelinePanel.js:1072: return innerTraverse.call(this, record); Use farAllRecords? ...
6 years, 9 months ago (2014-03-04 15:47:49 UTC) #2
pfeldman
https://codereview.chromium.org/180273023/diff/20001/Source/devtools/front_end/TimelinePanel.js File Source/devtools/front_end/TimelinePanel.js (right): https://codereview.chromium.org/180273023/diff/20001/Source/devtools/front_end/TimelinePanel.js#newcode77 Source/devtools/front_end/TimelinePanel.js:77: this._model.addFilter(this._windowFilter); On 2014/03/04 15:47:49, caseq wrote: > indent Done. ...
6 years, 9 months ago (2014-03-04 16:01:28 UTC) #3
caseq
lgtm https://codereview.chromium.org/180273023/diff/40001/Source/devtools/front_end/TimelinePanel.js File Source/devtools/front_end/TimelinePanel.js (right): https://codereview.chromium.org/180273023/diff/40001/Source/devtools/front_end/TimelinePanel.js#newcode1068 Source/devtools/front_end/TimelinePanel.js:1068: WebInspector.TimelineModel.forAllRecords([record], processRecord.bind(this)); Can we have forAllRecords() return some ...
6 years, 9 months ago (2014-03-04 16:38:03 UTC) #4
pfeldman
6 years, 9 months ago (2014-03-04 17:39:17 UTC) #5
Message was sent while issue was closed.
Committed patchset #5 manually as r168396 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698