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

Issue 6625045: Prevent Pepper plugin reentrncy for synchronous messages. (Closed)

Created:
9 years, 9 months ago by brettw
Modified:
9 years, 7 months ago
Reviewers:
piman
CC:
chromium-reviews
Visibility:
Public.

Description

Prevent Pepper plugin reentrancy for synchronous messages except for script calls where reentrancy is required. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=77967

Patch Set 1 #

Total comments: 2

Patch Set 2 : '' #

Patch Set 3 : '' #

Patch Set 4 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+74 lines, -0 lines) Patch
M ppapi/proxy/host_dispatcher.h View 1 2 3 3 chunks +14 lines, -0 lines 0 comments Download
M ppapi/proxy/host_dispatcher.cc View 1 2 3 2 chunks +34 lines, -0 lines 0 comments Download
M ppapi/proxy/ppb_instance_proxy.cc View 1 2 3 2 chunks +6 lines, -0 lines 0 comments Download
M ppapi/proxy/ppb_var_deprecated_proxy.h View 1 2 3 1 chunk +3 lines, -0 lines 0 comments Download
M ppapi/proxy/ppb_var_deprecated_proxy.cc View 1 2 3 10 chunks +17 lines, -0 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
brettw
9 years, 9 months ago (2011-03-06 17:31:07 UTC) #1
piman
http://codereview.chromium.org/6625045/diff/1/ppapi/proxy/host_dispatcher.cc File ppapi/proxy/host_dispatcher.cc (right): http://codereview.chromium.org/6625045/diff/1/ppapi/proxy/host_dispatcher.cc#newcode86 ppapi/proxy/host_dispatcher.cc:86: // the pepper implementation which is reasonably reentrant. On ...
9 years, 9 months ago (2011-03-07 21:01:29 UTC) #2
brettw
On Mon, Mar 7, 2011 at 1:01 PM, <piman@chromium.org> wrote: > > http://codereview.chromium.org/6625045/diff/1/ppapi/proxy/host_dispatcher.cc > File ...
9 years, 9 months ago (2011-03-07 22:06:37 UTC) #3
brettw
I need to come up with a better test case to verify it works, but ...
9 years, 9 months ago (2011-03-11 22:57:13 UTC) #4
brettw
New version up based on what we discussed.
9 years, 9 months ago (2011-03-12 01:05:45 UTC) #5
piman
9 years, 9 months ago (2011-03-12 01:15:21 UTC) #6
LGTM! I'm hopeful that this will work.

Powered by Google App Engine
This is Rietveld 408576698