|
Move ViewMsg_New to mojom
This is added to a new content::mojom::Renderer interface which
is intended to define any messages processed directly by
RenderThreadImpl.
Also moves ViewMsg_New_Params to a mojom struct and adds
native typemaps for some of its dependencies.
BUG= 612500
CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_site_isolation
Committed: https://crrev.com/067ca55f59d8fcc92db8d4eb3551ef31b7b43119
Cr-Commit-Position: refs/heads/master@{#422236}
Total comments: 2
Total comments: 4
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+395 lines, -144 lines) |
Patch |
|
M |
content/browser/frame_host/navigator_impl.cc
|
View
|
1
2
3
4
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
content/browser/renderer_host/render_process_host_impl.h
|
View
|
1
2
3
4
|
3 chunks |
+3 lines, -0 lines |
0 comments
|
Download
|
|
M |
content/browser/renderer_host/render_process_host_impl.cc
|
View
|
1
2
3
4
|
2 chunks |
+11 lines, -2 lines |
0 comments
|
Download
|
|
M |
content/browser/renderer_host/render_view_host_impl.cc
|
View
|
|
2 chunks |
+29 lines, -26 lines |
0 comments
|
Download
|
|
M |
content/browser/site_per_process_browsertest.cc
|
View
|
1
2
3
|
2 chunks |
+5 lines, -5 lines |
0 comments
|
Download
|
|
M |
content/common/BUILD.gn
|
View
|
1
2
3
4
5
|
3 chunks |
+4 lines, -0 lines |
0 comments
|
Download
|
|
A |
content/common/native_types.mojom
|
View
|
|
1 chunk |
+21 lines, -0 lines |
0 comments
|
Download
|
|
A |
content/common/native_types.typemap
|
View
|
1
2
3
4
|
1 chunk |
+40 lines, -0 lines |
0 comments
|
Download
|
|
A |
content/common/renderer.mojom
|
View
|
1
2
3
4
|
1 chunk |
+87 lines, -0 lines |
0 comments
|
Download
|
|
M |
content/common/typemaps.gni
|
View
|
1
2
3
|
1 chunk |
+3 lines, -1 line |
0 comments
|
Download
|
|
M |
content/common/view_messages.h
|
View
|
|
2 chunks |
+0 lines, -76 lines |
0 comments
|
Download
|
|
A |
content/common/web_preferences.typemap
|
View
|
|
1 chunk |
+8 lines, -0 lines |
0 comments
|
Download
|
|
M |
content/public/common/BUILD.gn
|
View
|
1
2
3
4
|
2 chunks |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
content/public/test/render_view_test.cc
|
View
|
1
2
3
4
|
2 chunks |
+2 lines, -1 line |
0 comments
|
Download
|
|
M |
content/renderer/render_thread_impl.h
|
View
|
1
2
3
4
|
9 chunks |
+20 lines, -2 lines |
0 comments
|
Download
|
|
M |
content/renderer/render_thread_impl.cc
|
View
|
1
2
3
4
|
10 chunks |
+33 lines, -11 lines |
0 comments
|
Download
|
|
M |
content/renderer/render_view_impl.h
|
View
|
|
4 chunks |
+8 lines, -5 lines |
0 comments
|
Download
|
|
M |
content/renderer/render_view_impl.cc
|
View
|
1
2
3
|
6 chunks |
+6 lines, -6 lines |
0 comments
|
Download
|
|
M |
content/test/layouttest_support.cc
|
View
|
|
3 chunks |
+3 lines, -2 lines |
0 comments
|
Download
|
|
M |
ipc/ipc.mojom
|
View
|
1
2
3
4
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
|
M |
services/shell/public/cpp/capabilities_struct_traits.h
|
View
|
1
2
|
2 chunks |
+5 lines, -5 lines |
0 comments
|
Download
|
|
M |
ui/gfx/icc_profile.h
|
View
|
1
2
3
|
2 chunks |
+10 lines, -0 lines |
0 comments
|
Download
|
|
M |
ui/gfx/ipc/color/BUILD.gn
|
View
|
1
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
ui/gfx/mojo/BUILD.gn
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
ui/gfx/mojo/OWNERS
|
View
|
1
2
3
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
|
A |
ui/gfx/mojo/icc_profile.mojom
|
View
|
1
2
3
4
|
1 chunk |
+11 lines, -0 lines |
0 comments
|
Download
|
|
A |
ui/gfx/mojo/icc_profile.typemap
|
View
|
1
2
3
|
1 chunk |
+14 lines, -0 lines |
0 comments
|
Download
|
|
A |
ui/gfx/mojo/icc_profile_struct_traits.h
|
View
|
1
2
3
4
|
1 chunk |
+32 lines, -0 lines |
0 comments
|
Download
|
|
A |
ui/gfx/mojo/icc_profile_struct_traits.cc
|
View
|
1
2
3
4
|
1 chunk |
+27 lines, -0 lines |
0 comments
|
Download
|
|
M |
ui/gfx/typemaps.gni
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
Total messages: 48 (37 generated)
|