|
Reland 95309. Add a template to handle properly issuing completion callbacks.
This fixes some bugs where we forgot to issue completion callbacks in some
error cases in the proxy, and cleans up the cases that were already doing this
properly.
This removes the PPB_AudioTrusted_API and folds those functions into the
regular Audio API. I'm trying to merge more things to have a smaller explosion
of APIs and the boilerplate associated with them.
Original review URL: http://codereview.chromium.org/7551032
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=95859
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+206 lines, -159 lines) |
Patch |
 |
M |
ppapi/ppapi_shared.gypi
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
ppapi/proxy/enter_proxy.h
|
View
|
|
2 chunks |
+91 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ppapi/proxy/ppb_audio_proxy.cc
|
View
|
|
8 chunks |
+48 lines, -22 lines |
0 comments
|
Download
|
 |
M |
ppapi/proxy/ppb_broker_proxy.cc
|
View
|
|
5 chunks |
+10 lines, -12 lines |
0 comments
|
Download
|
 |
M |
ppapi/proxy/ppb_file_chooser_proxy.cc
|
View
|
|
1 chunk |
+5 lines, -7 lines |
0 comments
|
Download
|
 |
M |
ppapi/proxy/ppb_file_system_proxy.cc
|
View
|
|
1 chunk |
+4 lines, -9 lines |
0 comments
|
Download
|
 |
M |
ppapi/proxy/ppb_flash_menu_proxy.cc
|
View
|
|
1 chunk |
+5 lines, -13 lines |
0 comments
|
Download
|
 |
M |
ppapi/proxy/ppb_graphics_2d_proxy.cc
|
View
|
|
1 chunk |
+5 lines, -9 lines |
0 comments
|
Download
|
 |
M |
ppapi/proxy/ppb_graphics_3d_proxy.cc
|
View
|
|
1 chunk |
+3 lines, -11 lines |
0 comments
|
Download
|
 |
M |
ppapi/proxy/ppb_surface_3d_proxy.cc
|
View
|
|
1 chunk |
+3 lines, -11 lines |
0 comments
|
Download
|
 |
M |
ppapi/proxy/ppb_url_loader_proxy.cc
|
View
|
|
1 chunk |
+4 lines, -13 lines |
0 comments
|
Download
|
 |
M |
ppapi/thunk/ppb_audio_api.h
|
View
|
|
2 chunks |
+7 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ppapi/thunk/ppb_audio_thunk.cc
|
View
|
|
2 chunks |
+6 lines, -4 lines |
0 comments
|
Download
|
 |
D |
ppapi/thunk/ppb_audio_trusted_api.h
|
View
|
|
1 chunk |
+0 lines, -27 lines |
0 comments
|
Download
|
 |
M |
ppapi/thunk/ppb_audio_trusted_thunk.cc
|
View
|
|
5 chunks |
+7 lines, -4 lines |
0 comments
|
Download
|
 |
M |
webkit/plugins/ppapi/ppb_audio_impl.h
|
View
|
|
3 chunks |
+0 lines, -5 lines |
0 comments
|
Download
|
 |
M |
webkit/plugins/ppapi/ppb_audio_impl.cc
|
View
|
|
4 chunks |
+8 lines, -11 lines |
0 comments
|
Download
|
Total messages: 4 (0 generated)
|