|
Move the rest of the Flash functions to the thunk system.
This removes the manual Flash interface registration and adds them via the
interfaces_ppb_private_flash.h header. I moved File_ModulalLocal and
File_FileRef to the Flash API virtual interface which allowed me to delete
the separate proxies and stuff associated with those interfaces.
BUG=
TEST=
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=134540
Total comments: 11
Total comments: 1
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+1180 lines, -1229 lines) |
Patch |
 |
M |
ppapi/ppapi_proxy.gypi
|
View
|
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
 |
M |
ppapi/ppapi_shared.gypi
|
View
|
1
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ppapi/proxy/interface_list.h
|
View
|
|
1 chunk |
+0 lines, -8 lines |
0 comments
|
Download
|
 |
M |
ppapi/proxy/interface_list.cc
|
View
|
|
3 chunks |
+0 lines, -31 lines |
0 comments
|
Download
|
 |
M |
ppapi/proxy/ppapi_messages.h
|
View
|
|
1 chunk |
+17 lines, -19 lines |
0 comments
|
Download
|
 |
D |
ppapi/proxy/ppb_flash_file_proxy.h
|
View
|
|
1 chunk |
+0 lines, -104 lines |
0 comments
|
Download
|
 |
D |
ppapi/proxy/ppb_flash_file_proxy.cc
|
View
|
|
1 chunk |
+0 lines, -728 lines |
0 comments
|
Download
|
 |
M |
ppapi/proxy/ppb_flash_menu_proxy.h
|
View
|
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ppapi/proxy/ppb_flash_message_loop_proxy.h
|
View
|
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ppapi/proxy/ppb_flash_proxy.h
|
View
|
|
3 chunks |
+60 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ppapi/proxy/ppb_flash_proxy.cc
|
View
|
1
|
5 chunks |
+626 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ppapi/shared_impl/api_id.h
|
View
|
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
 |
M |
ppapi/shared_impl/ppb_flash_shared.h
|
View
|
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ppapi/shared_impl/ppb_flash_shared.cc
|
View
|
|
1 chunk |
+8 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ppapi/thunk/interfaces_ppb_private_flash.h
|
View
|
|
3 chunks |
+21 lines, -2 lines |
0 comments
|
Download
|
 |
M |
ppapi/thunk/ppb_flash_api.h
|
View
|
|
2 chunks |
+33 lines, -0 lines |
0 comments
|
Download
|
 |
A |
ppapi/thunk/ppb_flash_file_fileref_thunk.cc
|
View
|
1
|
1 chunk |
+60 lines, -0 lines |
0 comments
|
Download
|
 |
A |
ppapi/thunk/ppb_flash_file_modulelocal_thunk.cc
|
View
|
1
2
|
1 chunk |
+115 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ppapi/thunk/thunk.h
|
View
|
|
1 chunk |
+0 lines, -7 lines |
0 comments
|
Download
|
 |
M |
webkit/glue/webkit_glue.gypi
|
View
|
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
 |
M |
webkit/plugins/ppapi/plugin_module.cc
|
View
|
|
2 chunks |
+0 lines, -11 lines |
0 comments
|
Download
|
 |
D |
webkit/plugins/ppapi/ppb_flash_file_impl.h
|
View
|
|
1 chunk |
+0 lines, -27 lines |
0 comments
|
Download
|
 |
D |
webkit/plugins/ppapi/ppb_flash_file_impl.cc
|
View
|
|
1 chunk |
+0 lines, -286 lines |
0 comments
|
Download
|
 |
M |
webkit/plugins/ppapi/ppb_flash_impl.h
|
View
|
|
1 chunk |
+26 lines, -0 lines |
0 comments
|
Download
|
 |
M |
webkit/plugins/ppapi/ppb_flash_impl.cc
|
View
|
1
|
3 chunks |
+204 lines, -0 lines |
0 comments
|
Download
|
Total messages: 4 (0 generated)
|