summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Add a WebEngine.experimental QtQuick plugin library.Jocelyn Turcotte2013-11-186-0/+127
* Add an intermediate Qt5WebEngine module library.Jocelyn Turcotte2013-11-1812-15/+156
* Remove the need for application to set an RPATH.Jocelyn Turcotte2013-11-182-2/+2
* Use a QImage instead of QPixmap in BackingStoreQt.Jocelyn Turcotte2013-11-152-20/+23
* Delegated renderer: implement cc::DrawQuad::SOLID_COLOR.Jocelyn Turcotte2013-11-152-0/+24
* Add some QQuickWebView graphics stack tests.Jocelyn Turcotte2013-11-155-2/+23
* Delegated renderer: enable by default for QQuickWebView.Jocelyn Turcotte2013-11-1511-41/+64
* Delegated renderer: Fix remaining synchronization issues.Jocelyn Turcotte2013-11-157-137/+103
* Mark functions with Q_DECL_OVERRIDE where necessary.Zeno Albisser2013-11-1417-245/+222
* [Autotests fixes] Don't assert if there's no QWindowPierre Rossi2013-11-131-2/+0
* Move implemented properties aroundPierre Rossi2013-11-131-3/+3
* Remove the native window hardware acceleration support for widgets.Jocelyn Turcotte2013-11-135-24/+7
* Delegated renderer: Add YUV video support.Jocelyn Turcotte2013-11-135-2/+415
* Delegated renderer: Share context support for QNXArvid Nilsson2013-11-121-0/+2
* Delegated renderer: Put textures on those quads.Jocelyn Turcotte2013-11-1114-78/+462
* Make RenderWidgetHostViewQtDelegate a pure interface.Jocelyn Turcotte2013-11-0615-251/+174
* Move DelegatedFrameNode and the SG logic to its own file.Jocelyn Turcotte2013-11-065-324/+447
* Implement QWebEnginePage::runJavaScriptPierre Rossi2013-11-045-4/+165
* Fix the build with the latest qtdeclarative/stable.Jocelyn Turcotte2013-11-011-5/+5
* QtWebEngine Dev Tools (Web Inspector)Chris Hutten-Czapski2013-10-2914-2/+354
* Implement popup dialogMary Wu2013-10-297-5/+33
* Silence a warningPierre Rossi2013-10-292-2/+1
* Implement inputMethodQueryAndras Becsi2013-10-257-4/+144
* Pass popup geometry along for new window creationPierre Rossi2013-10-246-6/+8
* Add windowCloseRequested() supportPierre Rossi2013-10-247-0/+20
* Add javascript dialogs supportPierre Rossi2013-10-1712-5/+221
* Render delegated renderer frames using the Qt scene graph.Jocelyn Turcotte2013-10-1411-16/+470
* Mac: INCLUDEPATH fixPierre Rossi2013-10-111-0/+3
* Do not forward declare OBJC types.Zeno Albisser2013-10-111-1/+2
* Add preliminary context menu supportPierre Rossi2013-10-1110-1/+144
* We should still be able to build with Qt 5.1 for the time being.Andras Becsi2013-10-071-0/+3
* Remove v8-private private dependencyPierre Rossi2013-10-041-1/+1
* Fix my broken coding style from 8c1de0fPierre Rossi2013-10-041-3/+1
* Add loadProgress APIArvid Nilsson2013-10-049-0/+34
* Quick: Add Favicon APIArvid Nilsson2013-10-038-0/+38
* Widgets: implement zoomFactorPierre Rossi2013-10-014-0/+41
* Ground work for splitting RenderWidgetHostViewQtDelegateQuick.Jocelyn Turcotte2013-09-274-168/+141
* Use an enum at creation to initialize the compositing mode.Jocelyn Turcotte2013-09-2510-19/+22
* Add Qt namespace macros QtWebEngine classes.Michael Brüning2013-09-1722-5/+85
* Implement multiple mouse click detection.Michael Brüning2013-09-163-16/+40
* Use toFilePathString for download file names.Michael Brüning2013-09-121-10/+9
* Implement sizeHint for widgets API.Michael Brüning2013-09-121-0/+2
* WebContentsDelegateQt: Remove WebContents memberPierre Rossi2013-09-052-4/+2
* Add implementation to enable downloads.Michael Brüning2013-09-032-6/+128
* Fix rendering on Retina displaysAndras Becsi2013-09-028-14/+59
* Implement window creation through QWebEnginePage::createWindow.Jocelyn Turcotte2013-09-0216-33/+172
* Make less noise with QT_WEBENGINE_LOGGINGAndras Becsi2013-08-301-5/+5
* Ref-count WebContentsAdapter.Jocelyn Turcotte2013-08-293-5/+7
* Get rid of WebContentsAdapter::webContents().Jocelyn Turcotte2013-08-292-30/+38
* Let WebContentsAdapter own the WebContents directly.Jocelyn Turcotte2013-08-293-55/+40