|
Separate RenderViewHost from RenderWidgetHost, part 4: delegate
This makes a delegate interface between the RenderViewHost and the RenderWidgetHost, which will eventually be used for their communication.
This also allows the removal of the horrible terrible no-good RenderWidgetHost::IsRenderView().
BUG= 542477
TEST=all green
Committed: https://crrev.com/df38c95ae1ae5677cc9ed6f98872c45210109b5d
Cr-Commit-Position: refs/heads/master@{#356286}
Total comments: 12
Total comments: 2
Total comments: 5
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+175 lines, -155 lines) |
Patch |
 |
M |
android_webview/native/aw_contents.cc
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/apps/guest_view/web_view_interactive_browsertest.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/chromeos/extensions/virtual_keyboard_browsertest.cc
|
View
|
1
2
|
1 chunk |
+6 lines, -9 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/api/processes/processes_api.cc
|
View
|
|
1 chunk |
+0 lines, -2 lines |
3 comments
|
Download
|
 |
M |
chrome/browser/media_galleries/fileapi/media_file_system_backend.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/memory_details.cc
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/renderer_host/chrome_render_widget_host_view_mac_delegate.mm
|
View
|
1
2
3
|
3 chunks |
+10 lines, -6 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/renderer_host/render_process_host_chrome_browsertest.cc
|
View
|
|
1 chunk |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/speech/chrome_speech_recognition_manager_delegate.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/task_manager/guest_information.cc
|
View
|
|
1 chunk |
+4 lines, -6 lines |
2 comments
|
Download
|
 |
M |
content/browser/accessibility/accessibility_ui.cc
|
View
|
|
1 chunk |
+4 lines, -5 lines |
0 comments
|
Download
|
 |
M |
content/browser/frame_host/render_frame_host_manager.cc
|
View
|
1
|
1 chunk |
+2 lines, -3 lines |
0 comments
|
Download
|
 |
M |
content/browser/renderer_host/ime_adapter_android.cc
|
View
|
1
|
3 chunks |
+6 lines, -8 lines |
0 comments
|
Download
|
 |
M |
content/browser/renderer_host/render_process_host_impl.cc
|
View
|
1
2
3
4
|
1 chunk |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
content/browser/renderer_host/render_view_host_impl.h
|
View
|
|
4 chunks |
+3 lines, -2 lines |
0 comments
|
Download
|
 |
M |
content/browser/renderer_host/render_view_host_impl.cc
|
View
|
1
2
3
|
3 chunks |
+13 lines, -9 lines |
0 comments
|
Download
|
 |
M |
content/browser/renderer_host/render_widget_host_impl.h
|
View
|
|
5 chunks |
+14 lines, -5 lines |
0 comments
|
Download
|
 |
M |
content/browser/renderer_host/render_widget_host_impl.cc
|
View
|
1
|
6 chunks |
+17 lines, -28 lines |
0 comments
|
Download
|
 |
A |
content/browser/renderer_host/render_widget_host_owner_delegate.h
|
View
|
1
2
|
1 chunk |
+26 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/browser/renderer_host/render_widget_host_view_android.cc
|
View
|
1
|
1 chunk |
+2 lines, -3 lines |
0 comments
|
Download
|
 |
M |
content/browser/renderer_host/render_widget_host_view_aura.cc
|
View
|
1
|
4 chunks |
+32 lines, -25 lines |
0 comments
|
Download
|
 |
M |
content/browser/renderer_host/render_widget_host_view_mac.mm
|
View
|
|
3 chunks |
+9 lines, -12 lines |
0 comments
|
Download
|
 |
M |
content/browser/web_contents/web_contents_impl.cc
|
View
|
1
2
3
4
|
2 chunks |
+11 lines, -13 lines |
0 comments
|
Download
|
 |
M |
content/content_browser.gypi
|
View
|
1
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
content/public/browser/render_widget_host.h
|
View
|
|
1 chunk |
+0 lines, -3 lines |
0 comments
|
Download
|
 |
M |
content/public/browser/web_contents.h
|
View
|
|
1 chunk |
+2 lines, -3 lines |
0 comments
|
Download
|
 |
M |
extensions/shell/browser/shell_speech_recognition_manager_delegate.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
Total messages: 39 (15 generated)
|