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

Issue 112343005: Pepper: Finish support for dev channel APIs. (Closed)

Created:
7 years ago by teravest
Modified:
7 years ago
CC:
chromium-reviews
Visibility:
Public.

Description

Pepper: Finish support for dev channel APIs. This change completes the wiring, adding a file to list dev channel interfaces, analogous to what exists for different permissions today. We only need to introduce interfaces_ppb_public_dev_channel.h since we don't anticipate dev channel APIs with permissions other than NONE. BUG=325403 R=dmichael@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=241877

Patch Set 1 #

Patch Set 2 : style nit #

Total comments: 1

Patch Set 3 : Use Permissions instead of separate bool #

Patch Set 4 : Build fix #

Total comments: 2

Patch Set 5 : Fixes for dmichael #

Unified diffs Side-by-side diffs Delta from patch set Stats (+114 lines, -39 lines) Patch
M components/nacl/browser/nacl_process_host.cc View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M content/browser/ppapi_plugin_process_host.cc View 1 2 3 2 chunks +7 lines, -7 lines 0 comments Download
M content/ppapi_plugin/ppapi_thread.h View 1 2 1 chunk +1 line, -2 lines 0 comments Download
M content/ppapi_plugin/ppapi_thread.cc View 1 2 2 chunks +1 line, -3 lines 0 comments Download
M ppapi/ppapi_tests.gypi View 1 chunk +1 line, -0 lines 0 comments Download
M ppapi/proxy/interface_list.h View 1 2 3 chunks +4 lines, -5 lines 0 comments Download
M ppapi/proxy/interface_list.cc View 1 2 5 chunks +9 lines, -13 lines 0 comments Download
A ppapi/proxy/interface_list_unittest.cc View 1 2 3 4 1 chunk +66 lines, -0 lines 0 comments Download
M ppapi/proxy/plugin_main_nacl.cc View 1 2 3 1 chunk +0 lines, -2 lines 0 comments Download
M ppapi/proxy/ppapi_messages.h View 1 2 1 chunk +2 lines, -3 lines 0 comments Download
M ppapi/shared_impl/ppapi_permissions.h View 1 2 3 4 3 chunks +9 lines, -2 lines 0 comments Download
A ppapi/thunk/interfaces_ppb_public_dev_channel.h View 1 chunk +12 lines, -0 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
teravest
7 years ago (2013-12-18 18:19:56 UTC) #1
dmichael (off chromium)
https://codereview.chromium.org/112343005/diff/20001/ppapi/proxy/interface_list.h File ppapi/proxy/interface_list.h (right): https://codereview.chromium.org/112343005/diff/20001/ppapi/proxy/interface_list.h#newcode57 ppapi/proxy/interface_list.h:57: bool in_requires_dev_channel) Is there a reason this can't be ...
7 years ago (2013-12-18 18:42:38 UTC) #2
teravest
This change now uses PERMISSION_DEV_CHANNEL instead.
7 years ago (2013-12-18 22:19:25 UTC) #3
dmichael (off chromium)
lgtm, thanks! https://codereview.chromium.org/112343005/diff/50001/ppapi/proxy/interface_list_unittest.cc File ppapi/proxy/interface_list_unittest.cc (right): https://codereview.chromium.org/112343005/diff/50001/ppapi/proxy/interface_list_unittest.cc#newcode35 ppapi/proxy/interface_list_unittest.cc:35: PpapiPermissions(PERMISSION_NONE)); Might be good to make sure ...
7 years ago (2013-12-18 22:40:49 UTC) #4
teravest
On Wed, Dec 18, 2013 at 3:40 PM, <dmichael@chromium.org> wrote: > lgtm, thanks! > > ...
7 years ago (2013-12-18 23:18:13 UTC) #5
teravest
7 years ago (2013-12-19 17:10:54 UTC) #6
Message was sent while issue was closed.
Committed patchset #5 manually as r241877.

Powered by Google App Engine
This is Rietveld 408576698