|
Framework for converting embedder uses of WebFrame to WebLocalFrame.
This patch adds a typedef for WebFrame so we can start converting
references to WebFrame in embedder implementations. It also updates most
references of WebFrame in the embedding API to WebLocalFrame instead.
Most locations should only ever have to handle WebLocalFrames, so it's
just a fairly straightforward rename. However, there are some corner
cases that need to be adjusted more carefully, since things like the
opener, parent frame, and child frames can be pointers to an eventual
WebRemoteFrame class.
BUG= 346764
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=169638
Total comments: 1
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+141 lines, -131 lines) |
Patch |
 |
M |
Source/web/WebFrameImpl.h
|
View
|
1
2
3
4
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
Source/web/WebFrameImpl.cpp
|
View
|
1
2
3
4
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
public/platform/WebMediaPlayerClient.h
|
View
|
1
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
public/web/WebAutofillClient.h
|
View
|
1
|
2 chunks |
+3 lines, -2 lines |
0 comments
|
Download
|
 |
M |
public/web/WebDOMCustomEvent.h
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
public/web/WebDOMFileSystem.h
|
View
|
1
2
3
4
|
3 chunks |
+2 lines, -3 lines |
0 comments
|
Download
|
 |
M |
public/web/WebDevToolsAgent.h
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
public/web/WebDocument.h
|
View
|
|
3 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
public/web/WebFrame.h
|
View
|
1
2
3
4
|
3 chunks |
+8 lines, -4 lines |
0 comments
|
Download
|
 |
M |
public/web/WebFrameClient.h
|
View
|
1
2
3
4
5
|
14 chunks |
+59 lines, -59 lines |
0 comments
|
Download
|
 |
M |
public/web/WebHelperPlugin.h
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
public/web/WebLeakDetector.h
|
View
|
|
1 chunk |
+2 lines, -3 lines |
0 comments
|
Download
|
 |
A |
public/web/WebLocalFrame.h
|
View
|
1
2
3
|
1 chunk |
+12 lines, -0 lines |
0 comments
|
Download
|
 |
M |
public/web/WebNode.h
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
public/web/WebPageSerializer.h
|
View
|
|
2 chunks |
+8 lines, -7 lines |
0 comments
|
Download
|
 |
M |
public/web/WebPermissionClient.h
|
View
|
1
2
|
2 chunks |
+22 lines, -21 lines |
0 comments
|
Download
|
 |
M |
public/web/WebPlugin.h
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
public/web/WebRange.h
|
View
|
|
3 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
public/web/WebTestingSupport.h
|
View
|
|
1 chunk |
+3 lines, -4 lines |
0 comments
|
Download
|
 |
M |
public/web/WebViewClient.h
|
View
|
1
2
3
4
5
|
9 chunks |
+9 lines, -9 lines |
0 comments
|
Download
|
 |
M |
public/web/mac/WebSubstringUtil.h
|
View
|
1
2
3
4
|
2 chunks |
+2 lines, -4 lines |
0 comments
|
Download
|
Total messages: 14 (0 generated)
|