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

Issue 6432001: Implement proxy for FlashMenu and Run/QuitMessageLoop (Closed)

Created:
9 years, 10 months ago by piman
Modified:
9 years, 7 months ago
Reviewers:
viettrungluu
CC:
chromium-reviews, piman+watch_chromium.org, darin-cc_chromium.org
Visibility:
Public.

Description

Implement proxy for FlashMenu and Run/QuitMessageLoop BUG=none TEST=Pepper Flash Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=74981

Patch Set 1 #

Total comments: 35

Patch Set 2 : Fix review comments, add changes to testing interface #

Patch Set 3 : Fix review comments, add changes to testing interface #

Patch Set 4 : Handle NULL menus more gracefully #

Unified diffs Side-by-side diffs Delta from patch set Stats (+656 lines, -72 lines) Patch
M ppapi/c/dev/ppb_testing_dev.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M ppapi/c/private/ppb_flash.h View 2 chunks +3 lines, -3 lines 0 comments Download
M ppapi/ppapi_shared_proxy.gypi View 2 chunks +4 lines, -0 lines 0 comments Download
M ppapi/proxy/dispatcher.cc View 1 3 chunks +3 lines, -0 lines 0 comments Download
M ppapi/proxy/interface_id.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M ppapi/proxy/plugin_resource.h View 1 chunk +1 line, -0 lines 0 comments Download
M ppapi/proxy/ppapi_messages.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M ppapi/proxy/ppapi_messages_internal.h View 1 2 chunks +22 lines, -3 lines 0 comments Download
M ppapi/proxy/ppapi_param_traits.h View 1 2 chunks +11 lines, -1 line 0 comments Download
M ppapi/proxy/ppapi_param_traits.cc View 2 chunks +21 lines, -0 lines 0 comments Download
A ppapi/proxy/ppb_flash_menu_proxy.h View 1 1 chunk +55 lines, -0 lines 0 comments Download
A ppapi/proxy/ppb_flash_menu_proxy.cc View 1 1 chunk +204 lines, -0 lines 0 comments Download
M ppapi/proxy/ppb_flash_proxy.h View 1 1 chunk +2 lines, -0 lines 0 comments Download
M ppapi/proxy/ppb_flash_proxy.cc View 1 5 chunks +33 lines, -0 lines 0 comments Download
M ppapi/proxy/ppb_testing_proxy.h View 1 1 chunk +2 lines, -2 lines 0 comments Download
M ppapi/proxy/ppb_testing_proxy.cc View 1 2 chunks +18 lines, -12 lines 0 comments Download
A ppapi/proxy/serialized_flash_menu.h View 1 1 chunk +44 lines, -0 lines 0 comments Download
A ppapi/proxy/serialized_flash_menu.cc View 1 2 3 1 chunk +172 lines, -0 lines 0 comments Download
M ppapi/tests/test_directory_reader.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M ppapi/tests/test_file_io.cc View 1 2 13 chunks +24 lines, -19 lines 0 comments Download
M ppapi/tests/test_file_ref.cc View 1 8 chunks +8 lines, -8 lines 0 comments Download
M ppapi/tests/test_graphics_2d.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M ppapi/tests/test_url_loader.cc View 1 7 chunks +7 lines, -7 lines 0 comments Download
M ppapi/tests/test_utils.h View 1 3 chunks +3 lines, -1 line 0 comments Download
M ppapi/tests/test_utils.cc View 1 2 chunks +5 lines, -4 lines 0 comments Download
M webkit/plugins/ppapi/plugin_module.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M webkit/plugins/ppapi/ppb_flash_impl.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M webkit/plugins/ppapi/ppb_flash_menu_impl.cc View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
piman
9 years, 10 months ago (2011-02-08 05:27:32 UTC) #1
viettrungluu
Mostly nits, one real concern about the serialized menu stuff (about ownership/freeing). http://codereview.chromium.org/6432001/diff/1/ppapi/c/private/ppb_flash.h File ppapi/c/private/ppb_flash.h ...
9 years, 10 months ago (2011-02-08 18:18:09 UTC) #2
piman
http://codereview.chromium.org/6432001/diff/1/ppapi/c/private/ppb_flash.h File ppapi/c/private/ppb_flash.h (right): http://codereview.chromium.org/6432001/diff/1/ppapi/c/private/ppb_flash.h#newcode125 ppapi/c/private/ppb_flash.h:125: void (*RunMessageLoop)(PP_Instance instance); On 2011/02/08 18:18:09, viettrungluu wrote: > ...
9 years, 10 months ago (2011-02-15 02:11:22 UTC) #3
viettrungluu
9 years, 10 months ago (2011-02-15 18:10:40 UTC) #4
lgtm

Powered by Google App Engine
This is Rietveld 408576698