|
DevTools: extract TimelineModel.Record from TimelinePresentationModel.Record.
This change splits the model and presentation parts of the timeline recod. Now model + all views operates modal records. TimelineView wraps them in presentation records. Next step is to move filters out of presentation model and make it private to the TimelineView.
R=caseq@chromium.org
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=168290
Total comments: 12
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+944 lines, -756 lines) |
Patch |
 |
M |
LayoutTests/http/tests/inspector/timeline-test.js
|
View
|
|
4 chunks |
+34 lines, -5 lines |
0 comments
|
Download
|
 |
M |
LayoutTests/http/tests/inspector/websocket/timeline-websocket-event.html
|
View
|
1
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
LayoutTests/inspector/timeline-dfs.html
|
View
|
|
1 chunk |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
LayoutTests/inspector/timeline-dfs-expected.txt
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
LayoutTests/inspector/timeline/timeline-animation-frame.html
|
View
|
1
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
LayoutTests/inspector/timeline/timeline-coalescing.html
|
View
|
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
LayoutTests/inspector/timeline/timeline-coalescing-expected.txt
|
View
|
|
2 chunks |
+6 lines, -5 lines |
0 comments
|
Download
|
 |
M |
LayoutTests/inspector/timeline/timeline-compatibility.html
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
LayoutTests/inspector/timeline/timeline-dom-content-loaded-event.html
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
LayoutTests/inspector/timeline/timeline-filtering.html
|
View
|
|
2 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
LayoutTests/inspector/timeline/timeline-load.html
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
LayoutTests/inspector/timeline/timeline-load-event.html
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
LayoutTests/inspector/timeline/timeline-mark-timeline.html
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
LayoutTests/inspector/timeline/timeline-network-resource.html
|
View
|
|
2 chunks |
+1 line, -2 lines |
0 comments
|
Download
|
 |
M |
LayoutTests/inspector/timeline/timeline-receive-response-event.html
|
View
|
|
1 chunk |
+15 lines, -14 lines |
0 comments
|
Download
|
 |
M |
LayoutTests/inspector/timeline/timeline-time.html
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
LayoutTests/inspector/timeline/timeline-time-stamp.html
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
LayoutTests/inspector/timeline/timeline-timer.html
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
Source/devtools/front_end/CountersGraph.js
|
View
|
|
3 chunks |
+7 lines, -7 lines |
0 comments
|
Download
|
 |
M |
Source/devtools/front_end/MemoryStatistics.js
|
View
|
|
6 chunks |
+10 lines, -12 lines |
0 comments
|
Download
|
 |
M |
Source/devtools/front_end/TimelineEventOverview.js
|
View
|
|
2 chunks |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
Source/devtools/front_end/TimelineFlameChart.js
|
View
|
|
6 chunks |
+12 lines, -9 lines |
0 comments
|
Download
|
 |
M |
Source/devtools/front_end/TimelineFrameModel.js
|
View
|
|
9 chunks |
+11 lines, -11 lines |
0 comments
|
Download
|
 |
M |
Source/devtools/front_end/TimelineMemoryOverview.js
|
View
|
|
3 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
Source/devtools/front_end/TimelineModel.js
|
View
|
1
|
12 chunks |
+508 lines, -22 lines |
0 comments
|
Download
|
 |
M |
Source/devtools/front_end/TimelineOverviewPane.js
|
View
|
|
3 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
Source/devtools/front_end/TimelinePanel.js
|
View
|
1
|
15 chunks |
+26 lines, -32 lines |
0 comments
|
Download
|
 |
M |
Source/devtools/front_end/TimelinePresentationModel.js
|
View
|
1
|
18 chunks |
+147 lines, -475 lines |
0 comments
|
Download
|
 |
M |
Source/devtools/front_end/TimelineUIUtils.js
|
View
|
1
2
|
14 chunks |
+39 lines, -32 lines |
0 comments
|
Download
|
 |
M |
Source/devtools/front_end/TimelineView.js
|
View
|
1
|
30 chunks |
+107 lines, -102 lines |
0 comments
|
Download
|
Total messages: 4 (0 generated)
|