|
Convert miscellaneous RenderThreadImpl messages to mojom
ViewMsg_NetworkConnectionChanged
ViewMsg_UpdateScrollbarTheme
ViewMsg_SystemColorsChanged
ViewMsg_SetWebKitSharedTimersSuspended
ViewMsg_PurgePluginListCache
Some complexity here due to some messages being Mac only and
using Mac-only enum types.
We would still like to avoid any support for preproccessing or
platform-specific declarations in mojom, but this CL does add
support for platform-specific (Mac only atm) typemap
configuration.
BUG= 612500
Committed: https://crrev.com/a2db0da89dd2726e057e8af9b49b18a8a3a4813a
Cr-Commit-Position: refs/heads/master@{#426003}
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+207 lines, -138 lines) |
Patch |
|
M |
content/browser/android/content_view_statics.cc
|
View
|
1
2
3
4
|
3 chunks |
+3 lines, -2 lines |
0 comments
|
Download
|
|
M |
content/browser/net/browser_online_state_observer.cc
|
View
|
1
2
3
|
2 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
|
M |
content/browser/plugin_service_impl.cc
|
View
|
1
2
3
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
content/browser/theme_helper_mac.mm
|
View
|
1
2
3
4
5
6
|
5 chunks |
+20 lines, -14 lines |
0 comments
|
Download
|
|
M |
content/common/native_types.mojom
|
View
|
|
1 chunk |
+13 lines, -0 lines |
0 comments
|
Download
|
|
M |
content/common/native_types.typemap
|
View
|
|
3 chunks |
+3 lines, -0 lines |
0 comments
|
Download
|
|
A |
content/common/native_types_mac.typemap
|
View
|
|
1 chunk |
+34 lines, -0 lines |
0 comments
|
Download
|
|
M |
content/common/renderer.mojom
|
View
|
1
2
|
2 chunks |
+29 lines, -0 lines |
0 comments
|
Download
|
|
A |
content/common/typemaps_mac.gni
|
View
|
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
|
M |
content/common/view_messages.h
|
View
|
1
2
3
4
5
6
7
|
4 chunks |
+0 lines, -38 lines |
0 comments
|
Download
|
|
M |
content/renderer/render_thread_impl.h
|
View
|
1
2
3
4
5
6
7
|
3 chunks |
+11 lines, -17 lines |
0 comments
|
Download
|
|
M |
content/renderer/render_thread_impl.cc
|
View
|
1
2
3
4
5
6
7
|
3 chunks |
+55 lines, -60 lines |
0 comments
|
Download
|
|
M |
mojo/public/tools/bindings/chromium_bindings_configuration.gni
|
View
|
1
2
3
4
5
|
2 chunks |
+16 lines, -1 line |
0 comments
|
Download
|
|
M |
mojo/public/tools/bindings/mojom.gni
|
View
|
|
2 chunks |
+13 lines, -1 line |
0 comments
|
Download
|
Total messages: 65 (49 generated)
|