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

Issue 8930023: Rev the Flash interface to add new functionality. (Closed)

Created:
9 years ago by brettw
Modified:
9 years ago
CC:
chromium-reviews, piman+watch_chromium.org, darin-cc_chromium.org, yzshen+watch_chromium.org, ihf+watch_chromium.org
Visibility:
Public.

Description

Rev the Flash interface to add new functionality. This adds support for IDL in the private directory. Some of the interfaces there don't actually work, they were a work in progress and this breaks everything, so I moved the broken files to a new subdirectory. Everything left in the api/private directory can be autogenerated now. BUG= TEST= Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=114534

Patch Set 1 #

Total comments: 3

Patch Set 2 : Comments addressed #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+376 lines, -465 lines) Patch
A + ppapi/api/private/finish_writing_these/ppb_flash_file.idl View 0 chunks +-1 lines, --1 lines 0 comments Download
A + ppapi/api/private/finish_writing_these/ppb_flash_menu.idl View 0 chunks +-1 lines, --1 lines 0 comments Download
A + ppapi/api/private/finish_writing_these/ppb_nacl_private.idl View 0 chunks +-1 lines, --1 lines 0 comments Download
A + ppapi/api/private/finish_writing_these/ppb_pdf.idl View 0 chunks +-1 lines, --1 lines 0 comments Download
A + ppapi/api/private/finish_writing_these/ppb_proxy_private.idl View 0 chunks +-1 lines, --1 lines 0 comments Download
M ppapi/api/private/ppb_file_ref_private.idl View 1 chunk +4 lines, -1 line 0 comments Download
M ppapi/api/private/ppb_flash.idl View 1 4 chunks +89 lines, -13 lines 2 comments Download
D ppapi/api/private/ppb_flash_file.idl View 1 chunk +0 lines, -81 lines 0 comments Download
D ppapi/api/private/ppb_flash_menu.idl View 1 chunk +0 lines, -52 lines 0 comments Download
D ppapi/api/private/ppb_nacl_private.idl View 1 chunk +0 lines, -34 lines 0 comments Download
D ppapi/api/private/ppb_pdf.idl View 1 chunk +0 lines, -141 lines 0 comments Download
D ppapi/api/private/ppb_proxy_private.idl View 1 chunk +0 lines, -17 lines 0 comments Download
M ppapi/c/private/ppb_file_ref_private.h View 3 chunks +6 lines, -2 lines 0 comments Download
M ppapi/c/private/ppb_flash.h View 1 1 chunk +142 lines, -90 lines 0 comments Download
M ppapi/generators/idl_parser.py View 1 chunk +1 line, -1 line 0 comments Download
M ppapi/proxy/interface_list.cc View 1 chunk +4 lines, -2 lines 0 comments Download
M ppapi/proxy/ppapi_messages.h View 1 chunk +1 line, -1 line 0 comments Download
M ppapi/proxy/ppapi_param_traits.cc View 2 chunks +2 lines, -0 lines 0 comments Download
M ppapi/proxy/ppb_flash_proxy.h View 4 chunks +6 lines, -2 lines 0 comments Download
M ppapi/proxy/ppb_flash_proxy.cc View 9 chunks +58 lines, -15 lines 0 comments Download
M ppapi/proxy/serialized_structs.h View 1 chunk +1 line, -0 lines 0 comments Download
M webkit/plugins/ppapi/plugin_module.cc View 1 chunk +4 lines, -2 lines 0 comments Download
M webkit/plugins/ppapi/ppb_flash_impl.h View 1 chunk +2 lines, -1 line 0 comments Download
M webkit/plugins/ppapi/ppb_flash_impl.cc View 8 chunks +61 lines, -15 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
brettw
9 years ago (2011-12-14 00:49:41 UTC) #1
viettrungluu
LGTM w/nits. http://codereview.chromium.org/8930023/diff/1/ppapi/api/private/ppb_flash.idl File ppapi/api/private/ppb_flash.idl (right): http://codereview.chromium.org/8930023/diff/1/ppapi/api/private/ppb_flash.idl#newcode98 ppapi/api/private/ppb_flash.idl:98: * Loads the given font in a ...
9 years ago (2011-12-14 18:10:44 UTC) #2
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/brettw@chromium.org/8930023/5001
9 years ago (2011-12-14 23:58:24 UTC) #3
commit-bot: I haz the power
Presubmit check for 8930023-5001 failed and returned exit status 1. Running presubmit commit checks ...
9 years ago (2011-12-14 23:58:36 UTC) #4
jvoung - send to chromium...
http://codereview.chromium.org/8930023/diff/5001/ppapi/api/private/ppb_flash.idl File ppapi/api/private/ppb_flash.idl (right): http://codereview.chromium.org/8930023/diff/5001/ppapi/api/private/ppb_flash.idl#newcode130 ppapi/api/private/ppb_flash.idl:130: bool from_user_action); Driveby: should this be inline cc (or ...
9 years ago (2011-12-16 18:39:05 UTC) #5
brettw
9 years ago (2011-12-16 18:55:10 UTC) #6
http://codereview.chromium.org/8930023/diff/5001/ppapi/api/private/ppb_flash.idl
File ppapi/api/private/ppb_flash.idl (right):

http://codereview.chromium.org/8930023/diff/5001/ppapi/api/private/ppb_flash....
ppapi/api/private/ppb_flash.idl:130: bool from_user_action);
I don't know. I don't think it changes the output we do either way.

Powered by Google App Engine
This is Rietveld 408576698