|
FileDescriptor: passing fds over IPC
This patch introduces a FileDescriptor object which can be included in IPC messages and will perform the magic needed to pass file descriptors over IPC. After some consideration, Windows will continue to do the current DuplicateHandle tricks.
Total comments: 62
Total comments: 25
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+484 lines, -16 lines) |
Patch |
|
M |
base/waitable_event_watcher.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
chrome/browser/renderer_host/test_render_view_host.h
|
View
|
|
1 chunk |
+1 line, -4 lines |
0 comments
|
Download
|
|
M |
chrome/chrome.xcodeproj/project.pbxproj
|
View
|
|
2 chunks |
+0 lines, -2 lines |
0 comments
|
Download
|
|
M |
chrome/common/common.scons
|
View
|
4
5
6
7
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
|
A |
chrome/common/file_descriptor_posix.h
|
View
|
4
5
6
7
|
1 chunk |
+115 lines, -0 lines |
0 comments
|
Download
|
|
A |
chrome/common/file_descriptor_posix.cc
|
View
|
|
1 chunk |
+82 lines, -0 lines |
0 comments
|
Download
|
|
M |
chrome/common/ipc_channel_posix.h
|
View
|
1
2
3
4
|
2 chunks |
+15 lines, -0 lines |
0 comments
|
Download
|
|
M |
chrome/common/ipc_channel_posix.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
7 chunks |
+117 lines, -4 lines |
0 comments
|
Download
|
|
M |
chrome/common/ipc_message.h
|
View
|
1
2
3
4
5
6
|
4 chunks |
+17 lines, -3 lines |
0 comments
|
Download
|
|
M |
chrome/common/ipc_message.cc
|
View
|
1
2
3
|
3 chunks |
+7 lines, -0 lines |
0 comments
|
Download
|
|
M |
chrome/common/ipc_message_utils.h
|
View
|
1
2
3
4
5
6
7
|
2 chunks |
+32 lines, -0 lines |
0 comments
|
Download
|
|
M |
chrome/common/ipc_tests.h
|
View
|
2
3
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
chrome/common/ipc_tests.cc
|
View
|
2
3
|
4 chunks |
+92 lines, -0 lines |
0 comments
|
Download
|
|
M |
chrome/test/unit/unit_tests.scons
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
webkit/tools/layout_tests/test_lists/tests_fixable.txt
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
Total messages: 18 (0 generated)
|