|
|
Invert the owning relationship between WebFrame and Frame.
TODOs:
- See if there's a cleaner way to handle find in page cancellation other than plumbing it through FrameLoaderClient...
- Fix unload dispatch since V8WindowShell has a if clause depend on FrameLoaderClient not being null.
BUG= 329266
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=164390
Total comments: 4
Total comments: 16
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+87 lines, -90 lines) |
Patch |
 |
A + |
LayoutTests/platform/mac/plugins/geturlnotify-during-document-teardown-expected.txt
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
A + |
LayoutTests/platform/mac/plugins/open-and-close-window-with-plugin-expected.txt
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
Source/bindings/v8/ScriptController.cpp
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
Source/core/inspector/InspectorOverlay.cpp
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+6 lines, -1 line |
0 comments
|
Download
|
 |
M |
Source/core/loader/EmptyClients.h
|
View
|
1
2
3
4
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
Source/core/loader/FrameLoader.cpp
|
View
|
1
2
3
4
5
6
7
|
6 chunks |
+26 lines, -7 lines |
0 comments
|
Download
|
 |
M |
Source/core/loader/FrameLoaderClient.h
|
View
|
1
2
3
4
|
1 chunk |
+1 line, -2 lines |
0 comments
|
Download
|
 |
M |
Source/web/FrameLoaderClientImpl.h
|
View
|
1
2
3
4
|
2 chunks |
+1 line, -2 lines |
0 comments
|
Download
|
 |
M |
Source/web/FrameLoaderClientImpl.cpp
|
View
|
1
2
3
4
5
6
7
|
2 chunks |
+17 lines, -23 lines |
0 comments
|
Download
|
 |
M |
Source/web/WebFrameImpl.h
|
View
|
1
2
3
4
5
6
|
6 chunks |
+8 lines, -6 lines |
0 comments
|
Download
|
 |
M |
Source/web/WebFrameImpl.cpp
|
View
|
1
2
3
4
5
6
7
|
6 chunks |
+22 lines, -43 lines |
0 comments
|
Download
|
 |
M |
Source/web/WebViewImpl.cpp
|
View
|
1
2
3
4
5
6
|
1 chunk |
+0 lines, -3 lines |
0 comments
|
Download
|
 |
M |
Source/web/tests/WebFrameTest.cpp
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
Total messages: 10 (0 generated)
|