user avatar
[Widgets] RenderWidgetHostViewQtDelegate refactoring
Pierre Rossi authored
Break up the delegate implementation into two distinct subclasses.
The first one offers a way for the WebPage to tap into the
RenderWidgetHostView directly, while a different implementation
that is backed by a top-level widget can be used to show WebUI
popups on screen.

This has the benefit of not having a child widget in the webview
among other things. It also fixes our popups and allows them to fall
outside the window frame.

Change-Id: I80dc1e4f21bb91ff47c75a626d330f88eacce8c6
Reviewed-by: default avatarJocelyn Turcotte <jocelyn.turcotte@digia.com>
9c198939