/[chrome]
Chromium logo

Revision 222614


Jump to revision: Previous Next
Author: bbudge@chromium.org
Date: Wed Sep 11 20:08:06 2013 UTC (9 years, 8 months ago)
Changed paths: 2
Log Message:
Change the PepperInProcessRouter to defer resource destruction messages.
This changes the in process "proxy" so it posts tasks to send resource destruction messages
instead of calling them directly. This prevents several kinds of reentrancy into the plugin-side
code. In this case, when a URLLoader is released, the plugin can finish before the host cancels
the load and potentially deletes the instance.

BUG=276368

Review URL: https://chromiumcodereview.appspot.com/23688004

Changed paths

Path Details
Directorytrunk/src/content/renderer/pepper/pepper_in_process_router.cc modified , text changed
Directorytrunk/src/content/renderer/pepper/pepper_in_process_router.h modified , text changed

Properties

Name Value
commit-bot commit-bot@chromium.org

Powered by ViewVC 1.1.26 ViewVC Help