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

Issue 3057025: Altered the logic that determines when NaCl is enabled. Previously, we requi... (Closed)

Created:
10 years, 4 months ago by Cliff L. Biffle
Modified:
9 years, 7 months ago
CC:
chromium-reviews, ben+cc_chromium.org, jam, Aaron Boodman, darin-cc_chromium.org, brettw-cc_chromium.org, pam+watch_chromium.org
Visibility:
Public.

Description

Altered the logic that determines when NaCl is enabled. Previously, we required an explicit command-line flag to use NaCl. This enables NaCl without a flag for apps and extensions that have the special "native_client" permission. Note that this causes the NaCl plugin to be registered unconditionally. We need this, since at the time plugin registration is happening it's not clear whether we're in an extension/app. BUG=45881 TEST=none yet Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=54403

Patch Set 1 #

Total comments: 2

Patch Set 2 : '' #

Total comments: 2

Patch Set 3 : '' #

Patch Set 4 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+32 lines, -12 lines) Patch
M chrome/browser/plugin_service.cc View 1 chunk +1 line, -2 lines 0 comments Download
M chrome/common/extensions/extension.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/common/extensions/extension.cc View 2 chunks +2 lines, -0 lines 0 comments Download
M chrome/renderer/render_process_impl.cc View 1 chunk +6 lines, -8 lines 0 comments Download
M chrome/renderer/render_view.cc View 1 2 3 1 chunk +22 lines, -2 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
Cliff L. Biffle
10 years, 4 months ago (2010-07-30 19:03:22 UTC) #1
gregoryd
http://codereview.chromium.org/3057025/diff/1/3 File chrome/renderer/render_view.cc (right): http://codereview.chromium.org/3057025/diff/1/3#newcode3262 chrome/renderer/render_view.cc:3262: Extension::kNativeClientPermission)) { I think the indentation here should be ...
10 years, 4 months ago (2010-07-30 19:09:03 UTC) #2
Cliff L. Biffle
On Fri, Jul 30, 2010 at 12:09 PM, <gregoryd@google.com> wrote: > http://codereview.chromium.org/3057025/diff/1/3#newcode3262 > chrome/renderer/render_view.cc:3262: > ...
10 years, 4 months ago (2010-07-30 20:10:07 UTC) #3
Erik does not do reviews
This should really have a browser_test to go with it to verify that the permission ...
10 years, 4 months ago (2010-07-30 22:19:47 UTC) #4
Cliff L. Biffle
On Fri, Jul 30, 2010 at 3:19 PM, <erikkay@chromium.org> wrote: > This should really have ...
10 years, 4 months ago (2010-07-30 22:44:51 UTC) #5
Erik does not do reviews
On 2010/07/30 22:44:51, Cliff L. Biffle wrote: > On Fri, Jul 30, 2010 at 3:19 ...
10 years, 4 months ago (2010-07-30 22:46:54 UTC) #6
Cliff L. Biffle
On Fri, Jul 30, 2010 at 3:46 PM, <erikkay@chromium.org> wrote: > Fair enough. I'm OK ...
10 years, 4 months ago (2010-07-30 22:55:18 UTC) #7
Erik does not do reviews
10 years, 4 months ago (2010-07-30 23:02:13 UTC) #8
LGTM

Powered by Google App Engine
This is Rietveld 408576698