summaryrefslogtreecommitdiffstats
path: root/src/webengine
Commit message (Expand)AuthorAgeFilesLines
* Add findText to Quick APIPeter Varga2014-08-072-1/+33
* Get rid of QOpenGLContextPrivate::setGlobalShareContexJocelyn Turcotte2014-08-061-2/+4
* Use QSGEngine instead of the private QSGRenderContextJocelyn Turcotte2014-08-061-2/+1
* Move the runJavaScript function from experimental to public APIAndras Becsi2014-08-064-10/+25
* Clean up opaque pointer handling for QQuickWebEngineLoadRequestAndras Becsi2014-08-062-20/+30
* Add QQuick API for intercepting navigation requestsAndras Becsi2014-08-067-0/+233
* Expose better error information in loadRequest.Pierre Rossi2014-08-041-0/+4
* s/QWebEngine/QtWebEngine/gPierre Rossi2014-08-042-5/+10
* Don't inherit from Qt private typesJocelyn Turcotte2014-08-044-5/+10
* Don't use the private QQmlMetaType::defaultPropertyJocelyn Turcotte2014-08-013-6/+17
* Fix tab focus in the widgets and QML webviewsJocelyn Turcotte2014-08-013-13/+0
* Don't use the private QQuickItemPrivate::focusNextPrevJocelyn Turcotte2014-08-011-1/+3
* Don't use the private QGuiApplicationPrivate::platformIntegration()Jocelyn Turcotte2014-08-011-3/+1
* Drop 5.2 supportJocelyn Turcotte2014-08-011-5/+0
* Add loadVisuallyCommitted signal to the experimental Quick APISzabolcs David2014-08-013-0/+16
* Qt Quick based accessibility glue codeFrederik Gladhorn2014-07-263-0/+77
* Fix warnings produced by QT_ASCII_CAST_WARNINGS in ui delegatesAdam Kallai2014-07-241-1/+1
* RWHVQDQ::contentsRect can be called by chromium before the view has a window.Zeno Albisser2014-07-211-1/+3
* Fix contentsRect calculation.Zeno Albisser2014-07-211-1/+1
* Fix RenderWidgetHostViewQt::GetViewBoundsFrederik Gladhorn2014-07-144-0/+14
* Add core accessibilityFrederik Gladhorn2014-07-092-0/+7
* Fix the build with recent qtbaseAndras Becsi2014-07-071-0/+2
* Fix requests for audio and video permissionsFrederik Gladhorn2014-07-071-2/+2
* OS X: Fix the build with the Qt SDKAndras Becsi2014-06-271-1/+1
* Fix crash when loading context menu on Windows.Michael Brüning2014-06-261-1/+1
* Fix a crash when running witout UI delegates.Pierre Rossi2014-05-201-8/+23
* Set the QtWebEngine modules version to 0.9.0Jocelyn Turcotte2014-05-161-3/+16
* Remove the xPath argument from runJavaScriptJocelyn Turcotte2014-05-121-2/+2
* Fix up some more documentation.Michael Brüning2014-05-122-110/+35
* Append MessageLevel postfix to the JavaScriptConsoleMessageLevel.Michael Brüning2014-05-121-3/+3
* Move the WebEngineView.inspectable property to experimentalJocelyn Turcotte2014-05-093-15/+15
* Fix double clicks needing three presses in QWebEngineViewJocelyn Turcotte2014-05-082-6/+0
* Add test_baseUrlAfterLoadHtml QML test caseSzabolcs David2014-05-083-8/+4
* Add linkHovered signal to the QQuickWebEngineViewSzabolcs David2014-05-053-0/+8
* Simple experimental WebRTC API for QtQuickPierre Rossi2014-04-292-1/+45
* Add WebRTC supportPierre Rossi2014-04-291-0/+1
* Add a way of using UI dialogs for authorizationPierre Rossi2014-04-291-4/+8
* Do not assume that the webview only contains RWHV delegatesAndras Becsi2014-04-251-3/+2
* Fix how NewPopupDisposition is exposed in QQuickWebEngineViewJocelyn Turcotte2014-04-155-12/+13
* Map Javascript console message level to enum values.Michael Brüning2014-04-143-4/+12
* Remove the RenderWidgetHostViewQtDelegateQuickBase templateJocelyn Turcotte2014-04-084-189/+206
* Get rid of the BackingStore rendering pathJocelyn Turcotte2014-04-086-87/+17
* Render the widgets view using the scene graph into a QOpenGLWidgetJocelyn Turcotte2014-04-082-4/+10
* Revert part of the RenderWidgetHostViewQtDelegate refactoringJocelyn Turcotte2014-04-084-18/+18
* Fix reseting of the quick history list modelPeter Varga2014-04-034-11/+10
* Make WebUI popups work with QtQuickPierre Rossi2014-04-027-15/+270
* Centralize OpenGL initializationSimon Hausmann2014-03-313-0/+82
* Rough port of the documentation to QtWebEngineJocelyn Turcotte2014-03-314-49/+101
* Import the QtWebKit documentationJocelyn Turcotte2014-03-312-0/+433
* Fix QQuickWebEngineForwardHistoryListModelPeter Varga2014-03-281-1/+1