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

Issue 9368046: Allow NaCl for non web store apps if their top level URL is whitelisted. (Closed)

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

Description

Allow NaCl for non web store apps if their top level URL is whitelisted. Refactored NaCl restriction logic and added unit tests. BUG=113668 TEST=unit_tests Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=122709

Patch Set 1 : '' #

Total comments: 2

Patch Set 2 : '' #

Patch Set 3 : '' #

Total comments: 8

Patch Set 4 : '' #

Patch Set 5 : #

Patch Set 6 : Allow NaCl for non web store apps if their top level URL is whitelisted. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+306 lines, -95 lines) Patch
M chrome/chrome_tests.gypi View 1 2 3 4 5 1 chunk +1 line, -0 lines 0 comments Download
M chrome/renderer/chrome_content_renderer_client.h View 1 2 3 4 5 2 chunks +10 lines, -8 lines 0 comments Download
M chrome/renderer/chrome_content_renderer_client.cc View 1 2 3 4 5 3 chunks +94 lines, -87 lines 0 comments Download
A chrome/renderer/chrome_content_renderer_client_unittest.cc View 1 2 3 4 5 1 chunk +201 lines, -0 lines 0 comments Download

Messages

Total messages: 21 (0 generated)
bbudge
jam for OWNERS abarth for security scan
8 years, 10 months ago (2012-02-09 23:26:07 UTC) #1
jam
On 2012/02/09 23:26:07, bbudge1 wrote: > jam for OWNERS > abarth for security scan is ...
8 years, 10 months ago (2012-02-10 17:54:17 UTC) #2
abarth-chromium
Why are we hard-coding extra privileges for google.com? That doesn't seem like a good thing ...
8 years, 10 months ago (2012-02-10 18:32:52 UTC) #3
Erik does not do reviews
On 2012/02/10 18:32:52, abarth wrote: > Why are we hard-coding extra privileges for google.com? That ...
8 years, 10 months ago (2012-02-10 18:37:26 UTC) #4
abarth-chromium
> I filed crbug.com/113668 to track the issue. Happy to chat with folks in person ...
8 years, 10 months ago (2012-02-10 18:42:22 UTC) #5
jam
On 2012/02/10 18:42:22, abarth wrote: > > I filed crbug.com/113668 to track the issue. Happy ...
8 years, 10 months ago (2012-02-10 20:13:44 UTC) #6
bbudge
Change reviewers for folks familiar with NaCl and apps.
8 years, 10 months ago (2012-02-10 20:44:08 UTC) #7
Mihai Parparita -not on Chrome
http://codereview.chromium.org/9368046/diff/3003/chrome/renderer/chrome_content_renderer_client.cc File chrome/renderer/chrome_content_renderer_client.cc (right): http://codereview.chromium.org/9368046/diff/3003/chrome/renderer/chrome_content_renderer_client.cc#newcode488 chrome/renderer/chrome_content_renderer_client.cc:488: bool ChromeContentRendererClient::IsNaClAllowed( This is complex enough that a unit ...
8 years, 10 months ago (2012-02-10 23:03:33 UTC) #8
bbudge
I refactored the NaCl restriction logic into two static methods, and added unit tests for ...
8 years, 10 months ago (2012-02-17 00:54:06 UTC) #9
bbudge
Fix lint errors.
8 years, 10 months ago (2012-02-17 00:57:30 UTC) #10
Mihai Parparita -not on Chrome
LGTM http://codereview.chromium.org/9368046/diff/17002/chrome/renderer/chrome_content_renderer_client.cc File chrome/renderer/chrome_content_renderer_client.cc (right): http://codereview.chromium.org/9368046/diff/17002/chrome/renderer/chrome_content_renderer_client.cc#newcode500 chrome/renderer/chrome_content_renderer_client.cc:500: GURL ChromeContentRendererClient::GetNaClContentHandlerURL( Nit: static functions usually have a ...
8 years, 10 months ago (2012-02-17 01:19:13 UTC) #11
bbudge
http://codereview.chromium.org/9368046/diff/17002/chrome/renderer/chrome_content_renderer_client.cc File chrome/renderer/chrome_content_renderer_client.cc (right): http://codereview.chromium.org/9368046/diff/17002/chrome/renderer/chrome_content_renderer_client.cc#newcode500 chrome/renderer/chrome_content_renderer_client.cc:500: GURL ChromeContentRendererClient::GetNaClContentHandlerURL( On 2012/02/17 01:19:13, Mihai Parparita wrote: > ...
8 years, 10 months ago (2012-02-17 19:25:04 UTC) #12
Mihai Parparita -not on Chrome
Still LGTM
8 years, 10 months ago (2012-02-17 20:29:46 UTC) #13
bbudge
Patch got out of date.
8 years, 10 months ago (2012-02-18 00:07:39 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/bbudge@chromium.org/9368046/25003
8 years, 10 months ago (2012-02-18 00:07:54 UTC) #15
bbudge
Whoa, almost broke plugins. Reversed the sense of the NaCl plugin test and create plugin ...
8 years, 10 months ago (2012-02-18 11:17:35 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/bbudge@chromium.org/9368046/23007
8 years, 10 months ago (2012-02-18 13:31:17 UTC) #17
commit-bot: I haz the power
Change committed as 122709
8 years, 10 months ago (2012-02-19 00:11:11 UTC) #18
Chris Evans
On 2012/02/19 00:11:11, I haz the power (commit-bot) wrote: > Change committed as 122709 John ...
7 years, 10 months ago (2013-01-30 02:26:26 UTC) #19
Erik does not do reviews
I removed the restrict access to the bug (crbug.com/113688) and added some more context there.
7 years, 2 months ago (2013-10-04 18:50:43 UTC) #20
bbudge-google
7 years, 2 months ago (2013-10-04 18:53:54 UTC) #21
Bug link is off:
https://code.google.com/p/chromium/issues/detail?id=113668

-Bill


On Fri, Oct 4, 2013 at 11:50 AM, <erikkay@chromium.org> wrote:

> I removed the restrict access to the bug (crbug.com/113688) and added
> some more
> context there.
>
>
>
https://codereview.chromium.**org/9368046/<https://codereview.chromium.org/93...
>

To unsubscribe from this group and stop receiving emails from it, send an email
to chromium-reviews+unsubscribe@chromium.org.

Powered by Google App Engine
This is Rietveld 408576698