Commit 9c198939 authored by Pierre Rossi's avatar Pierre Rossi Committed by The Qt Project
Browse files

[Widgets] RenderWidgetHostViewQtDelegate refactoring


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>
parent f2cd2e0a
No related merge requests found
Showing with 411 additions and 89 deletions
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment