|
Observing DocumentTiming and sending data to RenderFrameImpl
Data from DocumentTiming must be pushed out of blink as it comes in,
to avoid losing data from fast shut downs. We propogate these
notifications to the WebFrameClient, for easy access outside of blink.
BUG= 382542
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=200730
Total comments: 9
Total comments: 6
Total comments: 5
Total comments: 1
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+100 lines, -8 lines) |
Patch |
 |
M |
Source/core/dom/Document.h
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
Source/core/dom/Document.cpp
|
View
|
1
2
3
4
5
6
7
8
9
|
2 chunks |
+10 lines, -4 lines |
0 comments
|
Download
|
 |
M |
Source/core/dom/DocumentTiming.h
|
View
|
1
2
3
4
5
6
7
|
2 chunks |
+9 lines, -1 line |
1 comment
|
Download
|
 |
M |
Source/core/dom/DocumentTiming.cpp
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+16 lines, -1 line |
0 comments
|
Download
|
 |
M |
Source/core/loader/DocumentLoadTiming.h
|
View
|
1
2
3
4
5
6
7
8
|
3 chunks |
+7 lines, -1 line |
0 comments
|
Download
|
 |
M |
Source/core/loader/DocumentLoadTiming.cpp
|
View
|
1
2
3
4
5
6
7
8
|
5 chunks |
+19 lines, -1 line |
0 comments
|
Download
|
 |
M |
Source/core/loader/DocumentLoader.h
|
View
|
1
2
3
4
5
6
7
8
|
3 chunks |
+6 lines, -0 lines |
0 comments
|
Download
|
 |
M |
Source/core/loader/DocumentLoader.cpp
|
View
|
1
2
3
4
5
6
7
8
9
|
3 chunks |
+19 lines, -0 lines |
1 comment
|
Download
|
 |
M |
Source/core/loader/FrameLoaderClient.h
|
View
|
1
2
3
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
Source/web/FrameLoaderClientImpl.h
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
Source/web/FrameLoaderClientImpl.cpp
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+6 lines, -0 lines |
0 comments
|
Download
|
 |
M |
public/web/WebFrameClient.h
|
View
|
1
2
3
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
Total messages: 32 (9 generated)
|