|
Refactor FileIO to the new design.
GetOSDescriptor is done by passing raw file descriptor via in-process messaging.
Operations are kept exclusive, but the restriction can be easily removed if needed.
BUG=
Total comments: 70
Total comments: 7
Total comments: 6
Total comments: 8
Total comments: 24
Total comments: 20
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+1250 lines, -1569 lines) |
Patch |
 |
M |
content/content_renderer.gypi
|
View
|
1
2
3
4
5
6
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/renderer/pepper/content_renderer_pepper_host_factory.cc
|
View
|
1
2
3
4
5
6
|
2 chunks |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
A |
content/renderer/pepper/pepper_file_io_host.h
|
View
|
1
2
3
4
5
6
|
1 chunk |
+128 lines, -0 lines |
0 comments
|
Download
|
 |
A |
content/renderer/pepper/pepper_file_io_host.cc
|
View
|
1
2
3
4
5
6
|
1 chunk |
+564 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/renderer/pepper/pepper_in_process_resource_creation.h
|
View
|
1
2
3
4
5
6
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
content/renderer/pepper/pepper_in_process_resource_creation.cc
|
View
|
1
2
3
4
5
6
|
2 chunks |
+8 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/renderer/pepper/pepper_plugin_delegate_impl.cc
|
View
|
1
2
3
4
5
6
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
ppapi/ppapi_proxy.gypi
|
View
|
1
2
3
4
5
6
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
ppapi/ppapi_shared.gypi
|
View
|
1
2
3
4
5
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
A |
ppapi/proxy/file_io_resource.h
|
View
|
1
2
3
4
5
6
|
1 chunk |
+92 lines, -0 lines |
0 comments
|
Download
|
 |
A |
ppapi/proxy/file_io_resource.cc
|
View
|
1
2
3
4
5
6
|
1 chunk |
+286 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ppapi/proxy/interface_list.cc
|
View
|
1
2
3
4
5
6
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
ppapi/proxy/ppapi_messages.h
|
View
|
1
2
3
4
5
6
|
3 chunks |
+32 lines, -53 lines |
0 comments
|
Download
|
 |
D |
ppapi/proxy/ppb_file_io_proxy.h
|
View
|
|
1 chunk |
+0 lines, -93 lines |
0 comments
|
Download
|
 |
D |
ppapi/proxy/ppb_file_io_proxy.cc
|
View
|
|
1 chunk |
+0 lines, -457 lines |
0 comments
|
Download
|
 |
M |
ppapi/proxy/resource_creation_proxy.cc
|
View
|
1
2
3
4
5
6
|
3 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
A |
ppapi/shared_impl/file_io_state_manager.h
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+68 lines, -0 lines |
0 comments
|
Download
|
 |
A |
ppapi/shared_impl/file_io_state_manager.cc
|
View
|
1
2
3
4
5
6
|
1 chunk |
+55 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ppapi/shared_impl/ppb_file_io_shared.h
|
View
|
1
2
3
4
5
|
1 chunk |
+0 lines, -159 lines |
0 comments
|
Download
|
 |
M |
ppapi/shared_impl/ppb_file_io_shared.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+0 lines, -244 lines |
0 comments
|
Download
|
 |
M |
ppapi/thunk/interfaces_ppb_private.h
|
View
|
1
2
3
4
5
6
|
2 chunks |
+2 lines, -3 lines |
0 comments
|
Download
|
 |
M |
ppapi/thunk/interfaces_ppb_public_stable.h
|
View
|
1
2
3
4
5
6
|
2 chunks |
+2 lines, -3 lines |
0 comments
|
Download
|
 |
M |
webkit/glue/webkit_glue.gypi
|
View
|
1
2
3
4
5
6
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
 |
D |
webkit/plugins/ppapi/ppb_file_io_impl.h
|
View
|
|
1 chunk |
+0 lines, -110 lines |
0 comments
|
Download
|
 |
D |
webkit/plugins/ppapi/ppb_file_io_impl.cc
|
View
|
|
1 chunk |
+0 lines, -431 lines |
0 comments
|
Download
|
 |
M |
webkit/plugins/ppapi/resource_creation_impl.h
|
View
|
1
2
3
4
5
6
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
webkit/plugins/ppapi/resource_creation_impl.cc
|
View
|
1
2
3
4
5
6
|
2 chunks |
+0 lines, -5 lines |
0 comments
|
Download
|
Total messages: 33 (0 generated)
|