DescriptionBrowserPlugin: Plumb ViewHostMsg_CreateWindow to BrowserPluginGuest
As a prerequisite to supporting window.open, ViewHostMsg_CreateWindow messages need to be handled by BrowserPluginGuest as all guest-related state is accessed and handled there.
This patch handles and forwards ViewHostMsg_CreateWindow messages intercepted on the I/O thread from the guest process prior to reaching RenderMessageFilter and forwards them to BrowserPluginGuest to reject, instead of rejecting them immediately in BrowserPluginMessageFilter.
Future patches will replace the simple reject logic in BrowserPluginGuest with additional logic that will enable creating new windows.
BUG=140316
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=175597
Patch Set 1 #
Total comments: 5
Patch Set 2 : Fixed nits #
Messages
Total messages: 10 (0 generated)
|