|
Conversion of more places in Blink to use WebLocalFrame
I'm breaking up my local mega patch to land in several chunks. This is
the Blink portion that's needed to build blink_tests successfully with
WebLocalFrame subclassing WebFrame.
Overall, the changes are pretty straightforward. One method changed back
to taking a WebFrame*. It's not yet clear how we're going to coordinate
frame detach for remote frames. Once there's a clear story, I'll update
it appropriately.
The typedef remains for now, as I work on landing the Chrome bits that
depend on this.
BUG= 346764
R=eseidel@chromium.org
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=170717
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+58 lines, -58 lines) |
Patch |
 |
M |
Source/web/FrameLoaderClientImpl.cpp
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
Source/web/WebDOMFileSystem.cpp
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
Source/web/WebDocument.cpp
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
Source/web/WebEmbeddedWorkerImpl.h
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
Source/web/WebEmbeddedWorkerImpl.cpp
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
Source/web/WebFrameImpl.cpp
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
Source/web/WebHelperPluginImpl.cpp
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
Source/web/WebLeakDetector.cpp
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
Source/web/WebPageSerializer.cpp
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
Source/web/WebRange.cpp
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
Source/web/WebSharedWorkerImpl.h
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
Source/web/WebSharedWorkerImpl.cpp
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
Source/web/WebTestingSupport.cpp
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
Source/web/tests/FrameLoaderClientImplTest.cpp
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
Source/web/tests/FrameTestHelpers.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
Source/web/tests/FrameTestHelpers.cpp
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
Source/web/tests/WebFrameTest.cpp
|
View
|
|
20 chunks |
+26 lines, -26 lines |
0 comments
|
Download
|
 |
M |
Source/web/tests/WebHelperPluginTest.cpp
|
View
|
|
4 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
Source/web/tests/WebPageNewSerializerTest.cpp
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
Source/web/tests/WebPluginContainerTest.cpp
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
Source/web/tests/WebViewTest.cpp
|
View
|
|
3 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
public/web/WebFrameClient.h
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
Total messages: 7 (0 generated)
|