|
<webview>: Move NewWindow API to chrome
This CL moves the New Window API and navigation to chrome.
This CL removes a lot of unnecessary content APIs for BrowserPlugin now that permissions no longer live in content.
Up next, in a separate CL will be a huge cleanup that removes all WebContentsDelegate code out of BrowserPluginGuest and into WebViewGuest. This should significantly reduce the size of the BrowserPlugin content API.
BUG= 364141, 330264
TBR=kenrb@chromium.org for trivial browser_plugin_messages.h change.
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=271703
Total comments: 20
Total comments: 4
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+840 lines, -843 lines) |
Patch |
|
M |
chrome/browser/apps/web_view_interactive_browsertest.cc
|
View
|
1
2
|
2 chunks |
+4 lines, -1 line |
0 comments
|
Download
|
|
M |
chrome/browser/chrome_content_browser_client.h
|
View
|
1
2
3
4
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
chrome/browser/chrome_content_browser_client.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
3 chunks |
+6 lines, -5 lines |
0 comments
|
Download
|
|
M |
chrome/browser/devtools/devtools_targets_ui.cc
|
View
|
1
2
3
4
5
6
7
8
9
|
2 chunks |
+5 lines, -3 lines |
0 comments
|
Download
|
|
M |
chrome/browser/extensions/api/identity/identity_apitest.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
2 chunks |
+3 lines, -1 line |
0 comments
|
Download
|
|
M |
chrome/browser/extensions/api/identity/web_auth_flow.cc
|
View
|
1
2
3
|
2 chunks |
+4 lines, -3 lines |
0 comments
|
Download
|
|
M |
chrome/browser/guest_view/ad_view/ad_view_guest.h
|
View
|
1
2
3
4
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
|
M |
chrome/browser/guest_view/ad_view/ad_view_guest.cc
|
View
|
1
2
3
4
|
1 chunk |
+5 lines, -4 lines |
0 comments
|
Download
|
|
M |
chrome/browser/guest_view/guest_view.h
|
View
|
1
2
3
4
|
1 chunk |
+17 lines, -4 lines |
0 comments
|
Download
|
|
M |
chrome/browser/guest_view/guest_view_base.h
|
View
|
1
2
3
4
|
5 chunks |
+29 lines, -10 lines |
0 comments
|
Download
|
|
M |
chrome/browser/guest_view/guest_view_base.cc
|
View
|
1
2
3
4
|
6 chunks |
+24 lines, -18 lines |
0 comments
|
Download
|
|
M |
chrome/browser/guest_view/guest_view_manager.cc
|
View
|
1
2
3
|
2 chunks |
+3 lines, -2 lines |
0 comments
|
Download
|
|
M |
chrome/browser/guest_view/web_view/javascript_dialog_helper.cc
|
View
|
1
2
|
1 chunk |
+1 line, -2 lines |
0 comments
|
Download
|
|
M |
chrome/browser/guest_view/web_view/plugin_permission_helper.cc
|
View
|
1
2
3
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
chrome/browser/guest_view/web_view/web_view_constants.h
|
View
|
|
2 chunks |
+6 lines, -0 lines |
0 comments
|
Download
|
|
M |
chrome/browser/guest_view/web_view/web_view_constants.cc
|
View
|
|
2 chunks |
+6 lines, -0 lines |
0 comments
|
Download
|
|
M |
chrome/browser/guest_view/web_view/web_view_guest.h
|
View
|
1
2
3
4
5
6
|
9 chunks |
+75 lines, -20 lines |
0 comments
|
Download
|
|
M |
chrome/browser/guest_view/web_view/web_view_guest.cc
|
View
|
1
2
3
4
5
6
|
22 chunks |
+354 lines, -138 lines |
0 comments
|
Download
|
|
M |
chrome/browser/guest_view/web_view/web_view_permission_types.h
|
View
|
1
2
|
2 chunks |
+10 lines, -4 lines |
0 comments
|
Download
|
|
M |
content/browser/browser_plugin/browser_plugin_guest.h
|
View
|
1
2
3
4
5
6
|
5 chunks |
+2 lines, -62 lines |
0 comments
|
Download
|
|
M |
content/browser/browser_plugin/browser_plugin_guest.cc
|
View
|
1
2
3
4
5
6
|
15 chunks |
+49 lines, -366 lines |
0 comments
|
Download
|
|
A |
content/browser/browser_plugin/test_browser_plugin_guest_delegate.h
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+45 lines, -0 lines |
0 comments
|
Download
|
|
A |
content/browser/browser_plugin/test_browser_plugin_guest_delegate.cc
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+54 lines, -0 lines |
0 comments
|
Download
|
|
M |
content/browser/browser_plugin/test_guest_manager.cc
|
View
|
1
2
3
4
|
4 chunks |
+17 lines, -6 lines |
0 comments
|
Download
|
|
M |
content/browser/web_contents/web_contents_impl.h
|
View
|
1
2
3
4
5
6
7
8
9
10
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
|
M |
content/browser/web_contents/web_contents_impl.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
3 chunks |
+17 lines, -37 lines |
0 comments
|
Download
|
|
M |
content/common/browser_plugin/browser_plugin_constants.h
|
View
|
1
2
3
4
|
3 chunks |
+0 lines, -35 lines |
0 comments
|
Download
|
|
M |
content/common/browser_plugin/browser_plugin_constants.cc
|
View
|
1
2
3
4
|
3 chunks |
+0 lines, -36 lines |
0 comments
|
Download
|
|
M |
content/common/browser_plugin/browser_plugin_messages.h
|
View
|
1
2
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
|
M |
content/content_common.gypi
|
View
|
1
2
3
4
5
6
7
8
9
10
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
|
M |
content/content_tests.gypi
|
View
|
1
2
3
4
5
6
7
8
9
10
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
|
M |
content/public/browser/browser_plugin_guest_delegate.h
|
View
|
1
2
3
4
5
6
|
8 chunks |
+82 lines, -37 lines |
0 comments
|
Download
|
|
M |
content/public/browser/browser_plugin_guest_delegate.cc
|
View
|
1
2
3
4
5
6
|
2 chunks |
+6 lines, -12 lines |
0 comments
|
Download
|
|
M |
content/public/browser/content_browser_client.h
|
View
|
1
2
3
4
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
content/public/browser/web_contents.h
|
View
|
1
2
3
4
|
2 chunks |
+6 lines, -9 lines |
0 comments
|
Download
|
|
M |
content/public/browser/web_contents.cc
|
View
|
|
2 chunks |
+2 lines, -0 lines |
0 comments
|
Download
|
|
D |
content/public/common/browser_plugin_permission_type.h
|
View
|
1
2
|
1 chunk |
+0 lines, -21 lines |
0 comments
|
Download
|
Total messages: 42 (0 generated)
|