|
Let IPC::SyncMessageFilter take advantage of thread-safe Send.
SyncMessageFilter is unnecessarily hopping to the IO thread
before writing to its underlying Sender when the underlying
Sender has a thread-safe Send implementation.
This fixes that.
BUG= 516464
Committed: https://crrev.com/ac64ae92ff624f1befe3b973e0f0fd0204f2eac1
Cr-Commit-Position: refs/heads/master@{#342027}
Total comments: 7
Total comments: 5
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+71 lines, -32 lines) |
Patch |
|
M |
components/nacl/loader/nacl_listener.cc
|
View
|
1
|
1 chunk |
+1 line, -2 lines |
0 comments
|
Download
|
|
M |
content/child/child_thread_impl.cc
|
View
|
1
|
2 chunks |
+1 line, -3 lines |
0 comments
|
Download
|
|
M |
content/child/indexed_db/indexed_db_dispatcher_unittest.cc
|
View
|
1
2
|
1 chunk |
+11 lines, -6 lines |
0 comments
|
Download
|
|
M |
content/child/indexed_db/webidbcursor_impl_unittest.cc
|
View
|
1
2
|
2 chunks |
+10 lines, -4 lines |
0 comments
|
Download
|
|
M |
content/common/gpu/client/gpu_channel_host.cc
|
View
|
1
|
1 chunk |
+1 line, -3 lines |
0 comments
|
Download
|
|
M |
content/renderer/gpu/queue_message_swap_promise_unittest.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
ipc/ipc_channel_proxy.h
|
View
|
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
|
M |
ipc/ipc_channel_proxy.cc
|
View
|
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
|
M |
ipc/ipc_sync_channel.h
|
View
|
1
|
2 chunks |
+6 lines, -0 lines |
0 comments
|
Download
|
|
M |
ipc/ipc_sync_channel.cc
|
View
|
1
|
1 chunk |
+8 lines, -0 lines |
0 comments
|
Download
|
|
M |
ipc/ipc_sync_channel_unittest.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
ipc/ipc_sync_message_filter.h
|
View
|
|
4 chunks |
+9 lines, -2 lines |
0 comments
|
Download
|
|
M |
ipc/ipc_sync_message_filter.cc
|
View
|
|
2 chunks |
+12 lines, -7 lines |
0 comments
|
Download
|
|
M |
ppapi/nacl_irt/manifest_service.cc
|
View
|
1
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
|
M |
ppapi/proxy/plugin_dispatcher.cc
|
View
|
1
|
1 chunk |
+1 line, -2 lines |
0 comments
|
Download
|
Dependent Patchsets:
Total messages: 35 (13 generated)
|