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

Issue 6650029: Pepper/Flapper: Implement proxy for clipboard stuff. (Closed)

Created:
9 years, 9 months ago by viettrungluu
Modified:
9 years, 6 months ago
Reviewers:
brettw, piman
CC:
chromium-reviews
Visibility:
Public.

Description

Pepper/Flapper: Implement proxy for clipboard stuff. BUG=none TEST=none Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=77491

Patch Set 1 #

Total comments: 4

Patch Set 2 : make the write ipc not sync #

Unified diffs Side-by-side diffs Delta from patch set Stats (+188 lines, -0 lines) Patch
M ppapi/ppapi_shared_proxy.gypi View 1 chunk +2 lines, -0 lines 0 comments Download
M ppapi/proxy/dispatcher.cc View 3 chunks +3 lines, -0 lines 0 comments Download
M ppapi/proxy/interface_id.h View 1 chunk +1 line, -0 lines 0 comments Download
M ppapi/proxy/ppapi_messages_internal.h View 1 1 chunk +10 lines, -0 lines 0 comments Download
A ppapi/proxy/ppb_flash_clipboard_proxy.h View 1 1 chunk +47 lines, -0 lines 0 comments Download
A ppapi/proxy/ppb_flash_clipboard_proxy.cc View 1 1 chunk +125 lines, -0 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
viettrungluu
9 years, 9 months ago (2011-03-09 16:40:32 UTC) #1
brettw
http://codereview.chromium.org/6650029/diff/1/ppapi/proxy/ppapi_messages_internal.h File ppapi/proxy/ppapi_messages_internal.h (right): http://codereview.chromium.org/6650029/diff/1/ppapi/proxy/ppapi_messages_internal.h#newcode364 ppapi/proxy/ppapi_messages_internal.h:364: IPC_SYNC_MESSAGE_ROUTED3_1(PpapiHostMsg_PPBFlashClipboard_WritePlainText, Does this really need to be a sync ...
9 years, 9 months ago (2011-03-09 17:13:18 UTC) #2
viettrungluu
http://codereview.chromium.org/6650029/diff/1/ppapi/proxy/ppapi_messages_internal.h File ppapi/proxy/ppapi_messages_internal.h (right): http://codereview.chromium.org/6650029/diff/1/ppapi/proxy/ppapi_messages_internal.h#newcode364 ppapi/proxy/ppapi_messages_internal.h:364: IPC_SYNC_MESSAGE_ROUTED3_1(PpapiHostMsg_PPBFlashClipboard_WritePlainText, On 2011/03/09 17:13:18, brettw wrote: > Does this ...
9 years, 9 months ago (2011-03-09 17:35:56 UTC) #3
brettw
http://codereview.chromium.org/6650029/diff/1/ppapi/proxy/ppapi_messages_internal.h File ppapi/proxy/ppapi_messages_internal.h (right): http://codereview.chromium.org/6650029/diff/1/ppapi/proxy/ppapi_messages_internal.h#newcode364 ppapi/proxy/ppapi_messages_internal.h:364: IPC_SYNC_MESSAGE_ROUTED3_1(PpapiHostMsg_PPBFlashClipboard_WritePlainText, Over the IPC the contents of the var ...
9 years, 9 months ago (2011-03-09 17:39:37 UTC) #4
viettrungluu
http://codereview.chromium.org/6650029/diff/1/ppapi/proxy/ppapi_messages_internal.h File ppapi/proxy/ppapi_messages_internal.h (right): http://codereview.chromium.org/6650029/diff/1/ppapi/proxy/ppapi_messages_internal.h#newcode364 ppapi/proxy/ppapi_messages_internal.h:364: IPC_SYNC_MESSAGE_ROUTED3_1(PpapiHostMsg_PPBFlashClipboard_WritePlainText, On 2011/03/09 17:39:37, brettw wrote: > Over the ...
9 years, 9 months ago (2011-03-09 18:09:39 UTC) #5
brettw
9 years, 9 months ago (2011-03-09 18:11:47 UTC) #6
LGTM

Powered by Google App Engine
This is Rietveld 408576698