|
Make WebThreadedDataReceiver wrap a Blink-managed object instead.
Separate the embedder view of a 'threaded data receiver' and the Blink
implementation, including where it is allocated and managed, by having
WebThreadedDataReceiver use a WebPrivatePtr<> to wrap the Blink object.
In order to support this, WebPrivatePtr<> can now wrap an Oilpan
GC mixin object also.
TBR=jochen,tkent
BUG= 398076
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=188941
Total comments: 3
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+133 lines, -37 lines) |
Patch |
|
M |
Source/core/core.gypi
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
Source/core/fetch/ResourceLoader.h
|
View
|
|
2 chunks |
+2 lines, -1 line |
0 comments
|
Download
|
|
M |
Source/core/fetch/ResourceLoader.cpp
|
View
|
1
2
|
2 chunks |
+5 lines, -4 lines |
0 comments
|
Download
|
|
M |
Source/core/html/parser/HTMLDocumentParser.cpp
|
View
|
1
|
4 chunks |
+29 lines, -11 lines |
0 comments
|
Download
|
|
A + |
Source/core/html/parser/ThreadedDataReceiver.h
|
View
|
|
1 chunk |
+14 lines, -7 lines |
3 comments
|
Download
|
|
M |
Source/core/loader/DocumentLoader.h
|
View
|
|
3 chunks |
+2 lines, -5 lines |
0 comments
|
Download
|
|
M |
Source/core/loader/DocumentLoader.cpp
|
View
|
1
|
3 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
|
A |
Source/web/WebThreadedDataReceiver.cpp
|
View
|
|
1 chunk |
+47 lines, -0 lines |
0 comments
|
Download
|
|
M |
Source/web/web.gypi
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
public/platform/WebPrivatePtr.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
public/platform/WebThreadedDataReceiver.h
|
View
|
|
1 chunk |
+29 lines, -6 lines |
0 comments
|
Download
|
Total messages: 16 (6 generated)
|