|
Browser Plugin: Remove MapInstance from BrowserPluginHost + More cross-process navigation work
This patch does two things:
It addresses the issues mentioned regarding BrowserPluginHost::OnMapInstance.
Instead this work is done over the GuestToEmbedderChannel.
This also introduces some plumbing on ViewMsg_Navigate that allows for navigating
back to swapped out RenderViews.
BUG= 128976
TEST=manually
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=138861
Total comments: 6
Total comments: 5
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+258 lines, -194 lines) |
Patch |
 |
|
chrome/browser/visitedlink/visitedlink_unittest.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
2 chunks |
+10 lines, -2 lines |
0 comments
|
Download
|
 |
|
content/browser/browser_plugin/browser_plugin_host.h
|
View
|
1
2
3
4
5
6
7
8
9
10
|
5 chunks |
+4 lines, -31 lines |
0 comments
|
Download
|
 |
|
content/browser/browser_plugin/browser_plugin_host.cc
|
View
|
1
2
3
4
5
6
|
5 chunks |
+2 lines, -40 lines |
0 comments
|
Download
|
 |
|
content/browser/browser_plugin/browser_plugin_host_helper.h
|
View
|
1
2
3
4
5
6
|
1 chunk |
+1 line, -2 lines |
0 comments
|
Download
|
 |
|
content/browser/browser_plugin/browser_plugin_host_helper.cc
|
View
|
1
2
3
4
5
6
|
1 chunk |
+2 lines, -4 lines |
0 comments
|
Download
|
 |
|
content/browser/renderer_host/render_view_host_impl.h
|
View
|
1
2
3
4
5
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
|
content/browser/renderer_host/render_view_host_impl.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
2 chunks |
+8 lines, -10 lines |
0 comments
|
Download
|
 |
|
content/browser/renderer_host/test_render_view_host.h
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
|
content/browser/renderer_host/test_render_view_host.cc
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+6 lines, -4 lines |
0 comments
|
Download
|
 |
|
content/browser/web_contents/interstitial_page_impl.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
|
content/browser/web_contents/test_web_contents.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
1 chunk |
+5 lines, -1 line |
0 comments
|
Download
|
 |
|
content/browser/web_contents/web_contents_impl.h
|
View
|
1
2
3
4
5
6
7
8
9
10
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
|
content/browser/web_contents/web_contents_impl.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
5 chunks |
+34 lines, -10 lines |
0 comments
|
Download
|
 |
|
content/common/browser_plugin_messages.h
|
View
|
1
2
3
4
5
6
|
2 chunks |
+7 lines, -7 lines |
0 comments
|
Download
|
 |
|
content/common/view_messages.h
|
View
|
1
2
3
4
5
6
7
8
9
10
|
2 chunks |
+15 lines, -0 lines |
0 comments
|
Download
|
 |
|
content/renderer/browser_plugin/browser_plugin.h
|
View
|
1
2
3
4
5
6
|
1 chunk |
+4 lines, -7 lines |
0 comments
|
Download
|
 |
|
content/renderer/browser_plugin/browser_plugin.cc
|
View
|
1
2
3
4
5
6
7
|
5 chunks |
+13 lines, -28 lines |
0 comments
|
Download
|
 |
|
content/renderer/browser_plugin/browser_plugin_channel_manager.h
|
View
|
|
3 chunks |
+15 lines, -7 lines |
0 comments
|
Download
|
 |
|
content/renderer/browser_plugin/browser_plugin_channel_manager.cc
|
View
|
5
6
7
|
3 chunks |
+38 lines, -23 lines |
0 comments
|
Download
|
 |
|
content/renderer/browser_plugin/guest_to_embedder_channel.h
|
View
|
|
3 chunks |
+14 lines, -2 lines |
0 comments
|
Download
|
 |
|
content/renderer/browser_plugin/guest_to_embedder_channel.cc
|
View
|
1
2
3
5
6
7
|
6 chunks |
+26 lines, -5 lines |
0 comments
|
Download
|
 |
|
content/renderer/render_view_impl.h
|
View
|
1
2
3
4
5
6
7
8
9
10
|
1 chunk |
+5 lines, -2 lines |
0 comments
|
Download
|
 |
|
content/renderer/render_view_impl.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
7 chunks |
+38 lines, -6 lines |
0 comments
|
Download
|
 |
|
content/test/test_renderer_host.h
|
View
|
1
2
3
4
5
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
Total messages: 24 (0 generated)
|