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

Issue 3432014: Sandbox built-in flash player. Spawn broker... (Closed)

Created:
10 years, 3 months ago by cpu_(ooo_6.6-7.5)
Modified:
9 years, 7 months ago
CC:
chromium-reviews
Visibility:
Public.

Description

Sandbox built-in flash player. Spawn broker - Now is chrome duty to spawn flash broker. Flash cannot do it by itself on XP The flash broker is hosted in rundll32.exe. An extra switch is added to the command line of the plug-in process so flash player can contact its broker. BUG=50796 TEST=see bug for testing info Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=60018

Patch Set 1 #

Total comments: 17

Patch Set 2 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+44 lines, -10 lines) Patch
M chrome/common/sandbox_policy.cc View 1 5 chunks +44 lines, -10 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
cpu_(ooo_6.6-7.5)
also forgot to add that I deleted CHROME_FLASH_ROOT that promised before.
10 years, 3 months ago (2010-09-20 02:20:40 UTC) #1
nsylvain
A few questions below http://codereview.chromium.org/3432014/diff/1/2 File chrome/common/sandbox_policy.cc (right): http://codereview.chromium.org/3432014/diff/1/2#newcode312 chrome/common/sandbox_policy.cc:312: bool LoadFlashBroker(const FilePath& plugin_path, CommandLine* ...
10 years, 3 months ago (2010-09-20 17:47:59 UTC) #2
rvargas (doing something else)
drive by. http://codereview.chromium.org/3432014/diff/1/2 File chrome/common/sandbox_policy.cc (right): http://codereview.chromium.org/3432014/diff/1/2#newcode317 chrome/common/sandbox_policy.cc:317: rundll = rundll.AppendASCII("rundll32.exe"); Is it possible to ...
10 years, 3 months ago (2010-09-20 18:24:48 UTC) #3
cpu_(ooo_6.6-7.5)
Good comments. Updated code. please look again. http://codereview.chromium.org/3432014/diff/1/2 File chrome/common/sandbox_policy.cc (right): http://codereview.chromium.org/3432014/diff/1/2#newcode312 chrome/common/sandbox_policy.cc:312: bool LoadFlashBroker(const ...
10 years, 3 months ago (2010-09-20 23:26:08 UTC) #4
nsylvain
lg On Mon, Sep 20, 2010 at 4:26 PM, <cpu@chromium.org> wrote: > Good comments. Updated ...
10 years, 3 months ago (2010-09-20 23:35:53 UTC) #5
rvargas (doing something else)
10 years, 3 months ago (2010-09-20 23:48:01 UTC) #6
http://codereview.chromium.org/3432014/diff/1/2
File chrome/common/sandbox_policy.cc (right):

http://codereview.chromium.org/3432014/diff/1/2#newcode317
chrome/common/sandbox_policy.cc:317: rundll =
rundll.AppendASCII("rundll32.exe");
On 2010/09/20 23:26:08, cpu wrote:
> On 2010/09/20 18:24:49, rvargas wrote:
> > Is it possible to use something more specific? Maybe another Chrome.exe?
It's
> > better not to have processed related to us that are not clearly marked as
> such.
> 
> Not sure what you mean here. Acrobat reader and media player have random
> processes as childs. Task manager does not show the relation, you need process
> explorer for that.
> 

Now I'm not sure what you mean :). Sure, anybody can have random children
processes, but we don't (so far). With task manager it is possible to see all
processes that we launch directly (chrome*), and if we are taking the trouble to
control what this plugin can do, it seems that we could fix the naming. I just
hate rundll32 :)

Powered by Google App Engine
This is Rietveld 408576698