summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Moving sources to src part 1: Move files.Jocelyn Turcotte2013-11-2880-11120/+0
* Add INSTALLS to lib.pro and process.proArvid Nilsson2013-11-281-0/+12
* Fix examples/widgets linking problems on QNXArvid Nilsson2013-11-271-0/+8
* Use functors instead of lambda expressions when creating a context menu.Andras Becsi2013-11-262-6/+33
* Save cookies.Jocelyn Turcotte2013-11-261-2/+7
* Fix the build with Qt 5.1Andras Becsi2013-11-262-0/+6
* Add missing overrides for AndroidAndras Becsi2013-11-261-0/+5
* Get rid of the intermediate "shared" static library.Jocelyn Turcotte2013-11-2110-8/+354
* Make QtWebEngineProcess a slim executable.Jocelyn Turcotte2013-11-213-0/+102
* Fix the dyld error when running examples and tests on Mac.Jocelyn Turcotte2013-11-191-0/+5
* Make sure platformNames for QtShareGLContext are compared lowercase.Zeno Albisser2013-11-191-2/+2
* 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