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

Issue 6459013: Changes some of the dependencies to remove... (Closed)

Created:
9 years, 10 months ago by greggman
Modified:
9 years, 7 months ago
CC:
chromium-reviews, darin-cc_chromium.org
Visibility:
Public.

Description

Changes some of the dependencies to remove client side arrays. TEST=none BUG=71717 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=74392

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2 lines, -2 lines) Patch
M third_party/gles2_book/gles2_book.gyp View 1 chunk +1 line, -1 line 0 comments Download
M webkit/glue/webkit_glue.gypi View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 2 (0 generated)
greggman
not sure who to ask about this. There was a bug in the WebGL code ...
9 years, 10 months ago (2011-02-09 01:39:16 UTC) #1
brettw
9 years, 10 months ago (2011-02-10 06:48:26 UTC) #2
Was this reviewed by anybody?

+neb

So the problematic code is in the producer side of the command buffer. I think
we assume that everything writing to the command buffer is untrusted. In NaCl,
(this is where Neb should correct me) I think this code is run in the insecure
side of the boundary. So bugs in this layer that crash or do weird things should
be fine.

In-process Pepper plugins can already write to any code in the renderer so
aren't secure in this way.

So I'm not sure anything needs to be done to address this problem.

Powered by Google App Engine
This is Rietveld 408576698