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

Issue 8301006: Packaged (CRX) extensions shouldn't be able to get 'dev' interfaces in NaCl. (Closed)

Created:
9 years, 2 months ago by bbudge
Modified:
9 years, 2 months ago
CC:
chromium-reviews, darin-cc_chromium.org, brettw-cc_chromium.org
Visibility:
Public.

Description

Packaged (CRX) extensions shouldn't be able to get 'dev' interfaces in NaCl.BUG=100228 TEST=manual Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=105985

Patch Set 1 #

Patch Set 2 : '' #

Patch Set 3 : '' #

Total comments: 6

Patch Set 4 : '' #

Patch Set 5 : '' #

Total comments: 2

Patch Set 6 : '' #

Patch Set 7 : '' #

Total comments: 2

Patch Set 8 : '' #

Patch Set 9 : '' #

Patch Set 10 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+114 lines, -148 lines) Patch
M chrome/renderer/chrome_content_renderer_client.h View 1 2 3 4 5 6 7 8 9 1 chunk +8 lines, -0 lines 0 comments Download
M chrome/renderer/chrome_content_renderer_client.cc View 1 2 3 4 5 6 7 8 9 2 chunks +88 lines, -45 lines 0 comments Download
M ppapi/native_client/src/shared/ppapi_proxy/browser_globals.h View 1 2 3 4 5 6 7 8 9 2 chunks +1 line, -6 lines 0 comments Download
M ppapi/native_client/src/shared/ppapi_proxy/browser_globals.cc View 1 2 3 4 5 6 7 8 9 2 chunks +1 line, -21 lines 0 comments Download
M ppapi/native_client/src/shared/ppapi_proxy/browser_nacl_file_rpc_server.cc View 1 2 3 4 5 6 7 8 9 2 chunks +2 lines, -3 lines 0 comments Download
M ppapi/native_client/src/trusted/plugin/plugin.h View 1 2 3 4 5 6 7 8 9 1 chunk +0 lines, -3 lines 0 comments Download
M ppapi/native_client/src/trusted/plugin/plugin.cc View 1 2 3 4 5 6 7 8 9 4 chunks +9 lines, -16 lines 0 comments Download
M ppapi/native_client/tests/ppapi_browser/ppb_dev/ppapi_ppb_dev.cc View 1 2 3 4 5 6 7 8 9 2 chunks +4 lines, -51 lines 0 comments Download
M ppapi/native_client/tests/ppapi_browser/ppb_dev/ppapi_ppb_dev.html View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -3 lines 0 comments Download

Messages

Total messages: 21 (0 generated)
bbudge
jam for "chrome_content_renderer_client" sehr for the NaCl plugin code.
9 years, 2 months ago (2011-10-14 18:39:36 UTC) #1
bbudge
fixed compile on mac, linux
9 years, 2 months ago (2011-10-14 20:02:10 UTC) #2
bbudge
Added changes to tests so nacl_integration passes. We can't currently test that CWS apps can't ...
9 years, 2 months ago (2011-10-14 20:39:21 UTC) #3
bbudge
Adding Adam for chrome_content_renderer_client.cc and whatever else you care to review.
9 years, 2 months ago (2011-10-14 20:50:34 UTC) #4
bbudge
Added check for attempts to inject @dev attribute.
9 years, 2 months ago (2011-10-14 21:37:47 UTC) #5
sehr
One cleanup, one bug, one question. http://codereview.chromium.org/8301006/diff/7008/chrome/renderer/chrome_content_renderer_client.cc File chrome/renderer/chrome_content_renderer_client.cc (right): http://codereview.chromium.org/8301006/diff/7008/chrome/renderer/chrome_content_renderer_client.cc#newcode473 chrome/renderer/chrome_content_renderer_client.cc:473: allow_dev_interfaces = true; ...
9 years, 2 months ago (2011-10-14 21:38:32 UTC) #6
bbudge
PTAL http://codereview.chromium.org/8301006/diff/7008/chrome/renderer/chrome_content_renderer_client.cc File chrome/renderer/chrome_content_renderer_client.cc (right): http://codereview.chromium.org/8301006/diff/7008/chrome/renderer/chrome_content_renderer_client.cc#newcode473 chrome/renderer/chrome_content_renderer_client.cc:473: allow_dev_interfaces = true; On 2011/10/14 21:38:32, sehr1 wrote: ...
9 years, 2 months ago (2011-10-14 22:03:27 UTC) #7
bbudge
Modified the test. I think otherwise it will be a maintenance nightmare.
9 years, 2 months ago (2011-10-14 22:50:03 UTC) #8
jam
http://codereview.chromium.org/8301006/diff/3012/chrome/renderer/chrome_content_renderer_client.cc File chrome/renderer/chrome_content_renderer_client.cc (right): http://codereview.chromium.org/8301006/diff/3012/chrome/renderer/chrome_content_renderer_client.cc#newcode420 chrome/renderer/chrome_content_renderer_client.cc:420: // If this is the NaCl plugin, get the ...
9 years, 2 months ago (2011-10-14 22:51:09 UTC) #9
bbudge
Broke out NaCl test into a separate function. Modified the tests to prevent maintenance nightmare. ...
9 years, 2 months ago (2011-10-14 23:40:14 UTC) #10
jam
lgtm (you missed adding chrome_content_renderer_client.h)
9 years, 2 months ago (2011-10-14 23:52:46 UTC) #11
bbudge
On 2011/10/14 23:52:46, John Abd-El-Malek wrote: > lgtm (you missed adding chrome_content_renderer_client.h) Thanks for catching ...
9 years, 2 months ago (2011-10-15 00:07:39 UTC) #12
bbudge
9 years, 2 months ago (2011-10-15 00:09:51 UTC) #13
sehr
One comment nit. Otherwise, LGTM. http://codereview.chromium.org/8301006/diff/4013/chrome/renderer/chrome_content_renderer_client.cc File chrome/renderer/chrome_content_renderer_client.cc (right): http://codereview.chromium.org/8301006/diff/4013/chrome/renderer/chrome_content_renderer_client.cc#newcode461 chrome/renderer/chrome_content_renderer_client.cc:461: // Content type handling ...
9 years, 2 months ago (2011-10-17 22:45:52 UTC) #14
bbudge
http://codereview.chromium.org/8301006/diff/4013/chrome/renderer/chrome_content_renderer_client.cc File chrome/renderer/chrome_content_renderer_client.cc (right): http://codereview.chromium.org/8301006/diff/4013/chrome/renderer/chrome_content_renderer_client.cc#newcode461 chrome/renderer/chrome_content_renderer_client.cc:461: // Content type handling NaCl plugin; the "nacl" param ...
9 years, 2 months ago (2011-10-17 22:56:05 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/bbudge@chromium.org/8301006/9003
9 years, 2 months ago (2011-10-17 22:58:29 UTC) #16
commit-bot: I haz the power
Can't apply patch for file ppapi/native_client/tests/ppapi_browser/ppb_dev/ppapi_ppb_dev.cc. While running patch -p0 --forward --force; patching file ppapi/native_client/tests/ppapi_browser/ppb_dev/ppapi_ppb_dev.cc ...
9 years, 2 months ago (2011-10-17 22:58:31 UTC) #17
bbudge
Had to update patch.
9 years, 2 months ago (2011-10-17 23:04:11 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/bbudge@chromium.org/8301006/19003
9 years, 2 months ago (2011-10-17 23:04:30 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/bbudge@chromium.org/8301006/19005
9 years, 2 months ago (2011-10-18 00:28:12 UTC) #20
bbudge
9 years, 2 months ago (2011-10-18 00:28:22 UTC) #21
Patch got out of date again.

Powered by Google App Engine
This is Rietveld 408576698