Chromium Code Reviews
DescriptionBrowserPlugin: Allow stack to unwind before denying permission.
This prevents a use-after-free bug where it is possible WebContentsImpl attempts
to access a newly created window after BrowserPluginGuest has freed it because the
permission was instantly denied. This can happen if BrowserPluginGuest has no
delegate: it's not a <webview> or <adview>.
BUG=338345
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=247761
Patch Set 1 #Patch Set 2 : Responses are ignored if guest is freed #Patch Set 3 : Removed unnecessary explicit #Messages
Total messages: 6 (0 generated)
|