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

Issue 10163012: Move the FlashClipboard API into the Flash one. (Closed)

Created:
8 years, 8 months ago by brettw
Modified:
8 years, 8 months ago
Reviewers:
raymes
CC:
chromium-reviews, darin-cc_chromium.org, dcheng
Visibility:
Public.

Description

Move the FlashClipboard API into the Flash one. This allows us to delete the separate proxy files for this. BUG= TEST= Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=133955

Patch Set 1 #

Total comments: 4

Patch Set 2 : Comments & fixes. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+574 lines, -690 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.cc View 2 chunks +0 lines, -10 lines 0 comments Download
M ppapi/proxy/ppapi_messages.h View 2 chunks +5 lines, -6 lines 0 comments Download
D ppapi/proxy/ppb_flash_clipboard_proxy.h View 1 chunk +0 lines, -69 lines 0 comments Download
D ppapi/proxy/ppb_flash_clipboard_proxy.cc View 1 chunk +0 lines, -189 lines 0 comments Download
M ppapi/proxy/ppb_flash_proxy.h View 1 5 chunks +29 lines, -9 lines 0 comments Download
M ppapi/proxy/ppb_flash_proxy.cc View 1 9 chunks +188 lines, -29 lines 0 comments Download
M ppapi/shared_impl/api_id.h View 1 chunk +0 lines, -1 line 0 comments Download
M ppapi/shared_impl/function_group_base.h View 1 chunk +0 lines, -1 line 0 comments Download
A ppapi/shared_impl/ppb_flash_shared.h View 1 1 chunk +30 lines, -0 lines 0 comments Download
A ppapi/shared_impl/ppb_flash_shared.cc View 1 1 chunk +31 lines, -0 lines 0 comments Download
M ppapi/thunk/enter.h View 1 chunk +7 lines, -0 lines 0 comments Download
M ppapi/thunk/enter.cc View 1 chunk +7 lines, -0 lines 0 comments Download
M ppapi/thunk/interfaces_ppb_private_flash.h View 1 chunk +10 lines, -0 lines 0 comments Download
M ppapi/thunk/ppb_flash_api.h View 2 chunks +15 lines, -0 lines 0 comments Download
D ppapi/thunk/ppb_flash_clipboard_api.h View 1 chunk +0 lines, -36 lines 0 comments Download
M ppapi/thunk/ppb_flash_clipboard_thunk.cc View 2 chunks +10 lines, -13 lines 0 comments Download
M webkit/glue/webkit_glue.gypi View 1 chunk +0 lines, -2 lines 0 comments Download
M webkit/plugins/ppapi/host_globals.cc View 1 2 chunks +0 lines, -4 lines 0 comments Download
M webkit/plugins/ppapi/plugin_module.cc View 1 2 chunks +0 lines, -7 lines 0 comments Download
D webkit/plugins/ppapi/ppb_flash_clipboard_impl.h View 1 chunk +0 lines, -61 lines 0 comments Download
D webkit/plugins/ppapi/ppb_flash_clipboard_impl.cc View 1 chunk +0 lines, -249 lines 0 comments Download
M webkit/plugins/ppapi/ppb_flash_impl.h View 1 3 chunks +32 lines, -2 lines 0 comments Download
M webkit/plugins/ppapi/ppb_flash_impl.cc View 5 chunks +208 lines, -0 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
brettw
Not super high priority. This is just cleanup to save some code (184 net lines ...
8 years, 8 months ago (2012-04-20 22:25:06 UTC) #1
brettw
This depends on this patch https://chromiumcodereview.appspot.com/10091003/ which hasn't landed yet. That patch changes the way ...
8 years, 8 months ago (2012-04-20 22:26:01 UTC) #2
raymes
https://chromiumcodereview.appspot.com/10163012/diff/1/ppapi/proxy/ppb_flash_proxy.cc File ppapi/proxy/ppb_flash_proxy.cc (right): https://chromiumcodereview.appspot.com/10163012/diff/1/ppapi/proxy/ppb_flash_proxy.cc#newcode326 ppapi/proxy/ppb_flash_proxy.cc:326: result.Return(dispatcher(), PP_MakeUndefined()); I assume we should have been setting ...
8 years, 8 months ago (2012-04-23 03:18:10 UTC) #3
brettw
New snap up. Due to a failed test I added back in some error checking. ...
8 years, 8 months ago (2012-04-24 19:48:29 UTC) #4
raymes
8 years, 8 months ago (2012-04-25 17:33:42 UTC) #5
lgtm

Powered by Google App Engine
This is Rietveld 408576698