|
Convert MimeRegistry to use mojo.
This also adds an optional task runner parameter to
ServiceRegistry::AddService() so mojo service factories can be run on
their preferred thread without needing to write a boilerplate forwarding
function to post to that thread.
BUG= 577685
Committed: https://crrev.com/c0fe274f846d0483a7ca32c1ba47875e854f6a1c
Cr-Commit-Position: refs/heads/master@{#397959}
Total comments: 6
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+149 lines, -118 lines) |
Patch |
|
M |
content/browser/DEPS
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
content/browser/android/service_registry_android_impl.cc
|
View
|
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
|
A |
content/browser/mime_registry_impl.h
|
View
|
1
|
1 chunk |
+30 lines, -0 lines |
0 comments
|
Download
|
|
A |
content/browser/mime_registry_impl.cc
|
View
|
1
|
1 chunk |
+35 lines, -0 lines |
0 comments
|
Download
|
|
D |
content/browser/mime_registry_message_filter.h
|
View
|
|
1 chunk |
+0 lines, -32 lines |
0 comments
|
Download
|
|
D |
content/browser/mime_registry_message_filter.cc
|
View
|
|
1 chunk |
+0 lines, -41 lines |
0 comments
|
Download
|
|
M |
content/browser/renderer_host/render_process_host_impl.cc
|
View
|
|
3 chunks |
+5 lines, -2 lines |
0 comments
|
Download
|
|
M |
content/common/content_message_generator.h
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
|
D |
content/common/mime_registry_messages.h
|
View
|
|
1 chunk |
+0 lines, -19 lines |
0 comments
|
Download
|
|
M |
content/common/mojo/service_registry_impl.h
|
View
|
|
2 chunks |
+12 lines, -3 lines |
0 comments
|
Download
|
|
M |
content/common/mojo/service_registry_impl.cc
|
View
|
|
2 chunks |
+21 lines, -4 lines |
0 comments
|
Download
|
|
M |
content/content_browser.gypi
|
View
|
|
3 chunks |
+5 lines, -5 lines |
0 comments
|
Download
|
|
M |
content/public/common/service_registry.h
|
View
|
|
1 chunk |
+10 lines, -3 lines |
0 comments
|
Download
|
|
M |
content/renderer/renderer_blink_platform_impl.cc
|
View
|
|
5 chunks |
+16 lines, -6 lines |
0 comments
|
Download
|
|
M |
ipc/ipc_message_start.h
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
|
M |
third_party/WebKit/public/BUILD.gn
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
third_party/WebKit/public/blink.gyp
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
A |
third_party/WebKit/public/platform/mime_registry.mojom
|
View
|
|
1 chunk |
+10 lines, -0 lines |
0 comments
|
Download
|
Total messages: 26 (16 generated)
|