DescriptionAssociate RenderWidgetHostView for new widget with correct process
Creating a select element dropdown in an out-of-process iframe is
crashing the browser process because the RenderWidgetHostView for the
new widget becomes associated with the top-level frame's renderer
process, creating a routing ID conflict. This CL initializes
the new RenderWidgetHostView with the correct RenderProcessHost.
BUG=582511
Committed: https://crrev.com/a26d15094453cbd05d2506c55fe4ccc7e8112ed6
Cr-Commit-Position: refs/heads/master@{#374740}
Patch Set 1 #
Total comments: 2
Patch Set 2 : Nit addressed #Messages
Total messages: 12 (5 generated)
|