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

Issue 7362012: Remove untrusted scripting support. (Closed)

Created:
9 years, 5 months ago by dmichael (off chromium)
Modified:
9 years, 5 months ago
Reviewers:
brettw
CC:
chromium-reviews, piman+watch_chromium.org, darin-cc_chromium.org
Visibility:
Public.

Description

Remove untrusted scripting support. BUG=82606 TEST=ppapi_tests,ppapi_unittests Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=92557

Patch Set 1 #

Patch Set 2 : Fix DCHECK(MessageLoop::current()) failure for serialized var test #

Total comments: 1

Patch Set 3 : merged #

Unified diffs Side-by-side diffs Delta from patch set Stats (+26 lines, -608 lines) Patch
M ppapi/c/ppb_instance.h View 3 chunks +0 lines, -28 lines 0 comments Download
M ppapi/c/ppp_instance.h View 3 chunks +0 lines, -35 lines 0 comments Download
M ppapi/cpp/instance.h View 1 chunk +0 lines, -14 lines 0 comments Download
M ppapi/cpp/instance.cc View 1 chunk +0 lines, -31 lines 0 comments Download
M ppapi/cpp/module.cc View 1 chunk +1 line, -16 lines 0 comments Download
M ppapi/cpp/private/instance_private.h View 1 chunk +0 lines, -2 lines 0 comments Download
M ppapi/cpp/private/instance_private.cc View 1 chunk +0 lines, -2 lines 0 comments Download
M ppapi/cpp/var.h View 2 chunks +0 lines, -37 lines 0 comments Download
M ppapi/cpp/var.cc View 1 2 8 chunks +15 lines, -192 lines 0 comments Download
M ppapi/proxy/dispatcher.cc View 2 chunks +0 lines, -2 lines 0 comments Download
M ppapi/proxy/ppapi_messages.h View 1 2 1 chunk +0 lines, -3 lines 0 comments Download
M ppapi/proxy/ppapi_proxy_test.h View 1 2 chunks +4 lines, -0 lines 0 comments Download
M ppapi/proxy/ppb_instance_proxy.h View 1 chunk +0 lines, -1 line 0 comments Download
M ppapi/proxy/ppb_instance_proxy.cc View 4 chunks +3 lines, -15 lines 0 comments Download
M ppapi/proxy/ppp_instance_proxy.h View 2 chunks +0 lines, -5 lines 0 comments Download
M ppapi/proxy/ppp_instance_proxy.cc View 4 chunks +0 lines, -43 lines 0 comments Download
M ppapi/proxy/ppp_instance_proxy_test.cc View 2 chunks +0 lines, -112 lines 0 comments Download
M ppapi/shared_impl/ppp_instance_combined.h View 1 chunk +0 lines, -3 lines 0 comments Download
M ppapi/shared_impl/ppp_instance_combined.cc View 1 chunk +1 line, -14 lines 0 comments Download
M ppapi/thunk/ppb_instance_thunk.cc View 2 chunks +0 lines, -11 lines 0 comments Download
M ppapi/thunk/thunk.h View 2 chunks +0 lines, -7 lines 0 comments Download
M webkit/plugins/ppapi/plugin_module.cc View 1 2 2 chunks +0 lines, -11 lines 0 comments Download
M webkit/plugins/ppapi/ppapi_plugin_instance.h View 1 chunk +0 lines, -6 lines 0 comments Download
M webkit/plugins/ppapi/ppapi_plugin_instance.cc View 1 2 2 chunks +2 lines, -18 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
dmichael (off chromium)
EXTERMINATE!!!!
9 years, 5 months ago (2011-07-14 04:54:01 UTC) #1
brettw
http://codereview.chromium.org/7362012/diff/2001/ppapi/proxy/ppapi_proxy_test.h File ppapi/proxy/ppapi_proxy_test.h (right): http://codereview.chromium.org/7362012/diff/2001/ppapi/proxy/ppapi_proxy_test.h#newcode141 ppapi/proxy/ppapi_proxy_test.h:141: MessageLoop message_loop_; Were these message loop additions on purpose?
9 years, 5 months ago (2011-07-14 04:59:48 UTC) #2
dmichael (off chromium)
On 2011/07/14 04:59:48, brettw wrote: > http://codereview.chromium.org/7362012/diff/2001/ppapi/proxy/ppapi_proxy_test.h > File ppapi/proxy/ppapi_proxy_test.h (right): > > http://codereview.chromium.org/7362012/diff/2001/ppapi/proxy/ppapi_proxy_test.h#newcode141 > ...
9 years, 5 months ago (2011-07-14 05:10:53 UTC) #3
brettw
Maybe we should put the message loops in the Plugin/HostProxyTestHarness object if all the tests ...
9 years, 5 months ago (2011-07-14 15:27:48 UTC) #4
dmichael (off chromium)
On 2011/07/14 15:27:48, brettw wrote: > Maybe we should put the message loops in the ...
9 years, 5 months ago (2011-07-14 15:38:26 UTC) #5
brettw
On Thu, Jul 14, 2011 at 8:38 AM, <dmichael@chromium.org> wrote: > On 2011/07/14 15:27:48, brettw ...
9 years, 5 months ago (2011-07-14 15:44:27 UTC) #6
brettw
9 years, 5 months ago (2011-07-14 15:50:18 UTC) #7
Oh, sorry, I thought I already sent it.

LGTM

Powered by Google App Engine
This is Rietveld 408576698