summaryrefslogtreecommitdiffstats
path: root/lib/web_contents_view_qt.cpp
Commit message (Expand)AuthorAgeFilesLines
* Delegated renderer: enable by default for QQuickWebView.Jocelyn Turcotte2013-11-151-7/+2
* Remove the native window hardware acceleration support for widgets.Jocelyn Turcotte2013-11-131-2/+0
* Make RenderWidgetHostViewQtDelegate a pure interface.Jocelyn Turcotte2013-11-061-2/+1
* Implement popup dialogMary Wu2013-10-291-3/+10
* Render delegated renderer frames using the Qt scene graph.Jocelyn Turcotte2013-10-141-1/+3
* Add preliminary context menu supportPierre Rossi2013-10-111-0/+17
* Use an enum at creation to initialize the compositing mode.Jocelyn Turcotte2013-09-251-1/+7
* Implement window creation through QWebEnginePage::createWindow.Jocelyn Turcotte2013-09-021-6/+31
* Centralize type conversion functions.Jocelyn Turcotte2013-08-201-2/+1
* Delay the RWHVDelegate parenting until it's been attached to its RWHV.Jocelyn Turcotte2013-08-121-0/+4
* Simplify the ownership between RWHVQt and RWHVQtDelegate.Jocelyn Turcotte2013-08-121-1/+0
* Avoid keeping a RWHVDelegate pointer in WebContentsViewQt.Jocelyn Turcotte2013-08-121-4/+4
* Don't pass the RWHV to the AdapterClientPierre Rossi2013-08-021-2/+3
* Split out the Widgets and QtQuick integrationPierre Rossi2013-07-311-12/+3
* Get rid of the need to export content::GetContentClient()Andras Becsi2013-07-091-1/+1
* Fix linking of QtWebEngineProcessAndras Becsi2013-07-041-11/+0
* Stop using OverrideCreateWebContentsView for creating the contents viewAndras Becsi2013-07-041-1/+8
* Implement CreateWebContentsView and exclude web_contents_view_* from build.Zeno Albisser2013-07-021-0/+4
* Implement focus handling functionsAndras Becsi2013-07-021-2/+13
* Implement WebContentsViewQt::GetContainerBoundsAndras Becsi2013-06-271-0/+9
* Use WebContentsViewQt::SetPageTitle for title change notificationsAndras Becsi2013-06-251-0/+6
* Deduplicate data in private view classesAndras Becsi2013-06-251-0/+62
* Make use of OverrideCreateWebContentsView.Zeno Albisser2013-05-311-429/+0
* make the backingstore use a QPixmap instead of QBackingStoreZeno Albisser2013-05-311-1/+1
* Introduce RasterWindowContainer to allow reusing the container with different...Zeno Albisser2013-05-221-0/+429