|
Move ViewHostMsg_CreateWindow to mojom
Converts this message, addressing several of its dependencies
in the process:
- Makes content::WindowContainerType an alias for the new
content::mojom::WindowContainerType. Some transitional public
constants have been added to satisfy existing references to
the old enum values. This will be removed in future CLs.
- Adds a mojom definition for blink::mojom::WindowFeatures,
corresponding to blink::WebWindowFeatures. A typemap is
added between these types and is shared by both Blink and
Chromium bindings configurations.
- Adds a blink::mojom::Referrer struct analogous to
content::Renderer. Chromium bindings typemap this new mojom
struct to content::Referrer.
- Adds a mojom blink::mojom::ReferrerPolicy enum with a typemap
to blink::WebReferrerPolicy, shared by Chromium and Blink
bindings. This can be de-duplicated in future CLs.
BUG= 612500
CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_site_isolation
Committed: https://crrev.com/5c478a7b04b55630c5c491d4d1d2863e965cfa32
Cr-Commit-Position: refs/heads/master@{#421674}
Total comments: 31
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+672 lines, -213 lines) |
Patch |
|
M |
content/browser/frame_host/interstitial_page_impl.h
|
View
|
|
2 chunks |
+5 lines, -1 line |
0 comments
|
Download
|
|
M |
content/browser/frame_host/interstitial_page_impl.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
content/browser/renderer_host/render_message_filter.h
|
View
|
1
2
|
3 chunks |
+2 lines, -4 lines |
0 comments
|
Download
|
|
M |
content/browser/renderer_host/render_message_filter.cc
|
View
|
1
2
|
3 chunks |
+38 lines, -37 lines |
0 comments
|
Download
|
|
M |
content/browser/renderer_host/render_view_host_delegate.h
|
View
|
|
3 chunks |
+5 lines, -2 lines |
0 comments
|
Download
|
|
M |
content/browser/renderer_host/render_view_host_impl.h
|
View
|
|
3 chunks |
+5 lines, -2 lines |
0 comments
|
Download
|
|
M |
content/browser/renderer_host/render_view_host_impl.cc
|
View
|
1
2
|
2 chunks |
+7 lines, -6 lines |
0 comments
|
Download
|
|
M |
content/browser/renderer_host/render_widget_helper.h
|
View
|
|
4 chunks |
+3 lines, -4 lines |
0 comments
|
Download
|
|
M |
content/browser/renderer_host/render_widget_helper.cc
|
View
|
|
2 chunks |
+10 lines, -8 lines |
0 comments
|
Download
|
|
M |
content/browser/security_exploit_browsertest.cc
|
View
|
|
3 chunks |
+3 lines, -2 lines |
0 comments
|
Download
|
|
M |
content/browser/web_contents/web_contents_impl.h
|
View
|
1
2
|
2 chunks |
+5 lines, -1 line |
0 comments
|
Download
|
|
M |
content/browser/web_contents/web_contents_impl.cc
|
View
|
1
2
|
2 chunks |
+2 lines, -1 line |
0 comments
|
Download
|
|
M |
content/common/BUILD.gn
|
View
|
1
2
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
|
M |
content/common/page_state_serialization.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
content/common/render_message_filter.mojom
|
View
|
|
1 chunk |
+75 lines, -0 lines |
0 comments
|
Download
|
|
M |
content/common/view_messages.h
|
View
|
|
3 chunks |
+0 lines, -76 lines |
0 comments
|
Download
|
|
M |
content/public/common/BUILD.gn
|
View
|
|
2 chunks |
+7 lines, -0 lines |
0 comments
|
Download
|
|
M |
content/public/common/OWNERS
|
View
|
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
|
A |
content/public/common/referrer.typemap
|
View
|
1
2
|
1 chunk |
+11 lines, -0 lines |
0 comments
|
Download
|
|
A |
content/public/common/referrer_struct_traits.h
|
View
|
1
2
|
1 chunk |
+29 lines, -0 lines |
0 comments
|
Download
|
|
A |
content/public/common/referrer_struct_traits.cc
|
View
|
1
2
|
1 chunk |
+19 lines, -0 lines |
0 comments
|
Download
|
|
A |
content/public/common/typemaps.gni
|
View
|
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
|
M |
content/public/common/window_container_type.h
|
View
|
|
1 chunk |
+11 lines, -13 lines |
0 comments
|
Download
|
|
M |
content/public/common/window_container_type.cc
|
View
|
|
1 chunk |
+7 lines, -0 lines |
0 comments
|
Download
|
|
A |
content/public/common/window_container_type.mojom
|
View
|
|
1 chunk |
+18 lines, -0 lines |
0 comments
|
Download
|
|
M |
content/public/test/mock_render_thread.h
|
View
|
|
5 chunks |
+14 lines, -9 lines |
0 comments
|
Download
|
|
M |
content/public/test/mock_render_thread.cc
|
View
|
|
5 chunks |
+54 lines, -12 lines |
0 comments
|
Download
|
|
M |
content/renderer/render_thread_impl.h
|
View
|
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
|
M |
content/renderer/render_thread_impl.cc
|
View
|
|
2 chunks |
+19 lines, -0 lines |
0 comments
|
Download
|
|
M |
content/renderer/render_view_impl.cc
|
View
|
1
2
|
6 chunks |
+34 lines, -30 lines |
0 comments
|
Download
|
|
M |
content/test/test_web_contents.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
content/test/test_web_contents.cc
|
View
|
|
2 chunks |
+2 lines, -1 line |
0 comments
|
Download
|
|
M |
mojo/public/tools/bindings/blink_bindings_configuration.gni
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
mojo/public/tools/bindings/chromium_bindings_configuration.gni
|
View
|
|
2 chunks |
+2 lines, -0 lines |
0 comments
|
Download
|
|
M |
third_party/WebKit/PRESUBMIT.py
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
third_party/WebKit/Tools/Scripts/webkitpy/style/checkers/cpp.py
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
third_party/WebKit/public/BUILD.gn
|
View
|
1
2
3
4
5
|
2 chunks |
+15 lines, -0 lines |
0 comments
|
Download
|
|
A |
third_party/WebKit/public/platform/OWNERS
|
View
|
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
|
A |
third_party/WebKit/public/platform/ReferrerPolicyEnumTraits.h
|
View
|
|
1 chunk |
+73 lines, -0 lines |
0 comments
|
Download
|
|
A |
third_party/WebKit/public/platform/referrer.mojom
|
View
|
|
1 chunk |
+30 lines, -0 lines |
0 comments
|
Download
|
|
A |
third_party/WebKit/public/platform/referrer_policy.typemap
|
View
|
|
1 chunk |
+9 lines, -0 lines |
0 comments
|
Download
|
|
A |
third_party/WebKit/public/public_typemaps.gni
|
View
|
|
1 chunk |
+9 lines, -0 lines |
0 comments
|
Download
|
|
M |
third_party/WebKit/public/web/DEPS
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
third_party/WebKit/public/web/OWNERS
|
View
|
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
|
A |
third_party/WebKit/public/web/WindowFeaturesStructTraits.h
|
View
|
1
2
3
|
1 chunk |
+40 lines, -0 lines |
0 comments
|
Download
|
|
A |
third_party/WebKit/public/web/WindowFeaturesStructTraits.cpp
|
View
|
1
2
3
|
1 chunk |
+34 lines, -0 lines |
0 comments
|
Download
|
|
A |
third_party/WebKit/public/web/window_features.mojom
|
View
|
1
|
1 chunk |
+33 lines, -0 lines |
0 comments
|
Download
|
|
A |
third_party/WebKit/public/web/window_features.typemap
|
View
|
1
2
3
4
|
1 chunk |
+12 lines, -0 lines |
0 comments
|
Download
|
Dependent Patchsets:
Total messages: 103 (80 generated)
|