|
Timeline: do not imply event.thread.target is the main target
We used to rely on event.thread.target in multiple places where
target was needed. These places mostly imply that this was a main
target (i.e. using it to get DOMModel & co), while it can now be a
different (or null) target. Let's keep main target associated with
timeline in Timeline model (and perhaps return null for recorded
timelines later) and plumb it where it is necessary.
BUG=
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=185294
Total comments: 1
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+113 lines, -168 lines) |
Patch |
 |
M |
LayoutTests/http/tests/inspector/layers-test.js
|
View
|
|
1 chunk |
+0 lines, -3 lines |
0 comments
|
Download
|
 |
M |
LayoutTests/http/tests/inspector/timeline-test.js
|
View
|
1
2
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
D |
LayoutTests/inspector/layers/tracing-layer-tree.html
|
View
|
|
1 chunk |
+0 lines, -72 lines |
0 comments
|
Download
|
 |
D |
LayoutTests/inspector/layers/tracing-layer-tree-expected.txt
|
View
|
1
|
1 chunk |
+0 lines, -8 lines |
0 comments
|
Download
|
 |
M |
LayoutTests/inspector/tracing/frame-model.html
|
View
|
1
2
3
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
A + |
LayoutTests/inspector/tracing/layer-tree.html
|
View
|
|
2 chunks |
+19 lines, -22 lines |
0 comments
|
Download
|
 |
A + |
LayoutTests/inspector/tracing/layer-tree-expected.txt
|
View
|
1
|
0 chunks |
+-1 lines, --1 lines |
0 comments
|
Download
|
 |
M |
LayoutTests/inspector/tracing/timeline-event-causes.html
|
View
|
|
4 chunks |
+8 lines, -8 lines |
0 comments
|
Download
|
 |
M |
LayoutTests/inspector/tracing/timeline-script-id.html
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
LayoutTests/virtual/implsidepainting/inspector/tracing/paint-command-log-nodes.html
|
View
|
1
2
|
2 chunks |
+1 line, -2 lines |
0 comments
|
Download
|
 |
M |
Source/devtools/front_end/sdk/TracingManager.js
|
View
|
|
1 chunk |
+8 lines, -0 lines |
0 comments
|
Download
|
 |
M |
Source/devtools/front_end/timeline/TimelineFlameChart.js
|
View
|
1
2
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
Source/devtools/front_end/timeline/TimelineFrameModel.js
|
View
|
1
2
3
|
8 chunks |
+29 lines, -23 lines |
0 comments
|
Download
|
 |
M |
Source/devtools/front_end/timeline/TimelineModel.js
|
View
|
1
2
|
1 chunk |
+9 lines, -0 lines |
0 comments
|
Download
|
 |
M |
Source/devtools/front_end/timeline/TimelinePanel.js
|
View
|
1
2
3
|
4 chunks |
+5 lines, -4 lines |
0 comments
|
Download
|
 |
M |
Source/devtools/front_end/timeline/TimelineUIUtils.js
|
View
|
1
2
|
11 chunks |
+25 lines, -19 lines |
0 comments
|
Download
|
 |
M |
Source/devtools/front_end/timeline/TimelineView.js
|
View
|
|
4 chunks |
+5 lines, -3 lines |
0 comments
|
Download
|
Total messages: 9 (4 generated)
|