Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(557)

Issue 4752008: Add proxies for some of the PDF & Flash functionality. There are still a few... (Closed)

Created:
10 years, 1 month ago by brettw
Modified:
9 years, 7 months ago
Reviewers:
viettrungluu
CC:
chromium-reviews
Visibility:
Public.

Description

Add proxies for some of the PDF & Flash functionality. There are still a few unimplemented parts in the Flash proxy, and I only implemented the necessary part of the PDF one. TEST=none BUG=none Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=65951

Patch Set 1 #

Total comments: 11

Patch Set 2 : '' #

Patch Set 3 : '' #

Total comments: 3

Patch Set 4 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1043 lines, -1 line) Patch
M ipc/ipc_message_utils.h View 1 chunk +8 lines, -0 lines 0 comments Download
M ipc/ipc_message_utils.cc View 3 1 chunk +17 lines, -0 lines 0 comments Download
M ppapi/proxy/dispatcher.cc View 1 2 5 chunks +8 lines, -0 lines 0 comments Download
M ppapi/proxy/interface_id.h View 1 2 1 chunk +4 lines, -1 line 0 comments Download
M ppapi/proxy/plugin_resource.h View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
M ppapi/proxy/ppapi_messages.h View 1 2 2 chunks +16 lines, -0 lines 0 comments Download
M ppapi/proxy/ppapi_messages.cc View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M ppapi/proxy/ppapi_messages_internal.h View 1 2 3 chunks +66 lines, -0 lines 0 comments Download
M ppapi/proxy/ppapi_param_traits.h View 1 2 4 chunks +28 lines, -0 lines 0 comments Download
M ppapi/proxy/ppapi_param_traits.cc View 1 2 4 chunks +119 lines, -0 lines 0 comments Download
A ppapi/proxy/ppb_buffer_proxy.h View 1 chunk +41 lines, -0 lines 0 comments Download
A ppapi/proxy/ppb_buffer_proxy.cc View 1 2 1 chunk +151 lines, -0 lines 0 comments Download
A ppapi/proxy/ppb_flash_proxy.h View 1 chunk +82 lines, -0 lines 0 comments Download
A ppapi/proxy/ppb_flash_proxy.cc View 1 2 1 chunk +288 lines, -0 lines 0 comments Download
A ppapi/proxy/ppb_pdf_proxy.h View 1 chunk +46 lines, -0 lines 0 comments Download
A ppapi/proxy/ppb_pdf_proxy.cc View 1 2 1 chunk +166 lines, -0 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
brettw
There are also some dependencies on the font patch (did them in separate trees) before ...
10 years, 1 month ago (2010-11-11 18:14:00 UTC) #1
viettrungluu
http://codereview.chromium.org/4752008/diff/1/ppapi/proxy/dispatcher.cc File ppapi/proxy/dispatcher.cc (right): http://codereview.chromium.org/4752008/diff/1/ppapi/proxy/dispatcher.cc#newcode220 ppapi/proxy/dispatcher.cc:220: if (interface_name == PPB_PRIVATE_INTERFACE) I assume this will eventually ...
10 years, 1 month ago (2010-11-11 19:27:03 UTC) #2
brettw
New snap up. http://codereview.chromium.org/4752008/diff/1/ppapi/proxy/dispatcher.cc File ppapi/proxy/dispatcher.cc (right): http://codereview.chromium.org/4752008/diff/1/ppapi/proxy/dispatcher.cc#newcode220 ppapi/proxy/dispatcher.cc:220: if (interface_name == PPB_PRIVATE_INTERFACE) On 2010/11/11 ...
10 years, 1 month ago (2010-11-11 20:12:09 UTC) #3
viettrungluu
LGTM otherwise. I'm sure I missed plenty. http://codereview.chromium.org/4752008/diff/1/ppapi/proxy/ppb_buffer_proxy.cc File ppapi/proxy/ppb_buffer_proxy.cc (right): http://codereview.chromium.org/4752008/diff/1/ppapi/proxy/ppb_buffer_proxy.cc#newcode7 ppapi/proxy/ppb_buffer_proxy.cc:7: #include <string.h> ...
10 years, 1 month ago (2010-11-11 20:27:51 UTC) #4
viettrungluu
LGTM. On 2010/11/11 20:12:09, brettw wrote: > New snap up. > > http://codereview.chromium.org/4752008/diff/1/ppapi/proxy/dispatcher.cc > File ...
10 years, 1 month ago (2010-11-11 20:44:05 UTC) #5
brettw
http://codereview.chromium.org/4752008/diff/1/ppapi/proxy/ppb_pdf_proxy.cc File ppapi/proxy/ppb_pdf_proxy.cc (right): http://codereview.chromium.org/4752008/diff/1/ppapi/proxy/ppb_pdf_proxy.cc#newcode105 ppapi/proxy/ppb_pdf_proxy.cc:105: NULL, // &GetLocalizedString, On 2010/11/11 20:27:51, viettrungluu wrote: > ...
10 years, 1 month ago (2010-11-11 20:49:19 UTC) #6
viettrungluu
http://codereview.chromium.org/4752008/diff/37001/ipc/ipc_message_utils.cc File ipc/ipc_message_utils.cc (right): http://codereview.chromium.org/4752008/diff/37001/ipc/ipc_message_utils.cc#newcode244 ipc/ipc_message_utils.cc:244: What about Log? http://codereview.chromium.org/4752008/diff/37001/ipc/ipc_message_utils.h File ipc/ipc_message_utils.h (right): http://codereview.chromium.org/4752008/diff/37001/ipc/ipc_message_utils.h#newcode245 ipc/ipc_message_utils.h:245: ...
10 years, 1 month ago (2010-11-11 21:09:56 UTC) #7
brettw
New snap up. Turns out the new IPC thing was only half done because I ...
10 years, 1 month ago (2010-11-11 21:35:46 UTC) #8
viettrungluu
10 years, 1 month ago (2010-11-11 22:51:17 UTC) #9
LGTM.

Powered by Google App Engine
This is Rietveld 408576698