summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Remove the xPath argument from runJavaScriptJocelyn Turcotte2014-05-125-14/+16
* Fix up some more documentation.Michael Brüning2014-05-126-268/+130
* Check properly for EGL extensions before using themLaszlo Agocs2014-05-122-7/+22
* Append MessageLevel postfix to the JavaScriptConsoleMessageLevel.Michael Brüning2014-05-122-6/+6
* Move the WebEngineView.inspectable property to experimentalJocelyn Turcotte2014-05-093-15/+15
* Fix Google Maps not showing tiles when panning/zoomingJocelyn Turcotte2014-05-093-11/+18
* Fix a crash when attempting to dragJocelyn Turcotte2014-05-085-3/+187
* Fix double clicks needing three presses in QWebEngineViewJocelyn Turcotte2014-05-084-13/+15
* Add test_baseUrlAfterLoadHtml QML test caseSzabolcs David2014-05-086-12/+8
* Properly cleanup the old page when attaching a new oneJocelyn Turcotte2014-05-072-0/+8
* Fix an assertion in MediaCaptureDevicesDispatcherJocelyn Turcotte2014-05-071-0/+6
* Remove icu-config workaround and add libraries for eLinuxAndras Becsi2014-05-072-1/+7
* Windows: Fix yet another crash in ContantMainRunnerImpl::InitializePeter Varga2014-05-071-1/+5
* Set Chromium to EGL on eglfs tooLaszlo Agocs2014-05-061-1/+2
* Add linkHovered signal to the QQuickWebEngineViewSzabolcs David2014-05-057-0/+18
* Simple experimental WebRTC API for QtQuickPierre Rossi2014-04-292-1/+45
* WebRTC Widgets APIPierre Rossi2014-04-293-1/+61
* Add WebRTC supportPierre Rossi2014-04-2914-0/+725
* Add a way of using UI dialogs for authorizationPierre Rossi2014-04-298-20/+54
* Update snapshot to include WebRTC dependencies.Pierre Rossi2014-04-291-0/+0
* Update patches with fixes for the emulator and raspberry piAndras Becsi2014-04-291-0/+0
* Set target_arch based on QT_ARCH for x86 and x86_64Andras Becsi2014-04-291-0/+3
* There is no neon on arm pre v7.Zeno Albisser2014-04-281-1/+1
* Do not assume that the webview only contains RWHV delegatesAndras Becsi2014-04-251-3/+2
* Clean up cancel fling gesture and latency info for gesturesAndras Becsi2014-04-251-14/+5
* Shrink the debug library size even moreAndras Becsi2014-04-251-1/+2
* Add proxy functions for libc symbols to allow sandboxing.Zeno Albisser2014-04-242-0/+109
* Update eAndroid for new snapshotAndras Becsi2014-04-243-3/+74
* Update the 3rdparty submodule and patch filesJocelyn Turcotte2014-04-221-0/+0
* Fix links not opening on Google+ and GmailJocelyn Turcotte2014-04-152-0/+25
* Windows: Fix a crash in ContentMainRunnerImpl::InitializeJocelyn Turcotte2014-04-151-1/+6
* Windows: Use the runtime library the same way as QtJocelyn Turcotte2014-04-151-0/+3
* Cleanup the QtWebEngineWidgets public headers and APIJocelyn Turcotte2014-04-1518-3404/+8
* Replace uses of QWebEngineFrame with a security origin URLJocelyn Turcotte2014-04-157-22/+31
* Fix the leak of resources imported more than onceJocelyn Turcotte2014-04-151-13/+26
* Update QWebEnginePage::WebWindowTypeJocelyn Turcotte2014-04-153-4/+21
* Fix how NewPopupDisposition is exposed in QQuickWebEngineViewJocelyn Turcotte2014-04-159-16/+18
* Map Javascript console message level to enum values.Michael Brüning2014-04-148-11/+43
* Buildfix for WindowsZoltan Arvai2014-04-111-0/+2
* Use a fence sync to synchronize GL between threadsJocelyn Turcotte2014-04-105-3/+114
* First iteration of adujsting widgets docs and snipperts.Michael Brüning2014-04-104-26/+18
* Fix an false positive assertion with context menuPierre Rossi2014-04-101-0/+3
* Fix broken experimental.viewport.devicePixelRatioArvid Nilsson2014-04-091-0/+8
* Sort embedded_linux.pri alphabetically.Zeno Albisser2014-04-091-11/+11
* Do not use aurax11 clipboard on embedded linux.Zeno Albisser2014-04-091-0/+1
* Add GLContextHelper class for EGL context creation.Zeno Albisser2014-04-096-1/+174
* Widgets: Fix a crash on shutdownJocelyn Turcotte2014-04-092-2/+3
* Remove the RenderWidgetHostViewQtDelegateQuickBase templateJocelyn Turcotte2014-04-084-189/+206
* Get rid of the BackingStore rendering pathJocelyn Turcotte2014-04-0823-447/+49
* Render the widgets view using the scene graph into a QOpenGLWidgetJocelyn Turcotte2014-04-0815-63/+153