summaryrefslogtreecommitdiffstats
path: root/src/webengine/api
Commit message (Expand)AuthorAgeFilesLines
...
* | QtQuick: rename the media feature permission enum valuesPierre Rossi2014-11-242-10/+10
* | QtQuick: add geolocation permission APIPierre Rossi2014-11-242-4/+14
* | Wire the geolocation API to QtPositioningPierre Rossi2014-11-241-0/+1
* | Use Q_GLOBAL_STATIC instead of local statics for singletonsAndras Becsi2014-11-202-8/+17
* | Remove unneeded constructor declarationAndras Becsi2014-11-181-1/+0
* | Remove arguments from QQuickWebEngineSettings signalsJocelyn Turcotte2014-11-182-24/+24
* | Merge remote-tracking branch 'origin/5.4' into devAllan Sandfeld Jensen2014-11-116-7/+39
|\|
| * Support Qt::AA_ShareOpenGLContextsPierre Rossi2014-10-291-4/+13
| * Make url handling consistent in widget and quick APIPeter Varga2014-10-282-1/+5
| * Add setting ErrorPageEnabledAndras Becsi2014-10-142-0/+19
| * Notify canGoBack/canGoForward on urlChanged instead of loadingChanged.Jarred Nicholls2014-10-091-2/+2
* | Unglobalize browserContextAllan Sandfeld Jensen2014-11-062-0/+8
* | Distinguish between tab dispositions in NewViewRequest Quick API.Jarred Nicholls2014-10-212-3/+6
* | Implement programatic zooming for QtQuickPierre Rossi2014-10-132-0/+21
|/
* Replace QStringLiteral with QLatin1String where appropriateKai Koehne2014-10-071-2/+2
* Doc: Edited docs according to writing guidelines.Jerome Pasion2014-09-291-10/+8
* Do not crash on QQuickWebEngineViewPrivate::closeJocelyn Turcotte2014-09-121-1/+1
* Fix url stored in LoadRequestPeter Varga2014-09-052-10/+10
* Don't forward loading of error pages to the API layerPierre Rossi2014-09-022-1/+5
* Settings for Qt quickPierre Rossi2014-09-027-20/+545
* Add Qt WebEngine Widgets API for allowing certificate errorsAllan Sandfeld Jensen2014-08-292-0/+7
* Cleanup use of QJSValue::engine()Pierre Rossi2014-08-281-1/+2
* Update License Headers for Qt WebEngine to LGPLv3.Zeno Albisser2014-08-2115-220/+147
* Propagate the page's screen coordinates when the top-level window movedJocelyn Turcotte2014-08-202-7/+0
* Tell ANGLE to enable multithread protection.Michael BrĂ¼ning2014-08-191-0/+4
* Ground work for Settings/PreferencesPierre Rossi2014-08-092-0/+27
* Add findText to Quick APIPeter Varga2014-08-072-1/+33
* Get rid of QOpenGLContextPrivate::setGlobalShareContexJocelyn Turcotte2014-08-061-2/+4
* Move the runJavaScript function from experimental to public APIAndras Becsi2014-08-063-10/+11
* Clean up opaque pointer handling for QQuickWebEngineLoadRequestAndras Becsi2014-08-062-20/+30
* Add QQuick API for intercepting navigation requestsAndras Becsi2014-08-065-0/+229
* 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-043-5/+9
* Don't use the private QQmlMetaType::defaultPropertyJocelyn Turcotte2014-08-011-2/+1
* Fix tab focus in the widgets and QML webviewsJocelyn Turcotte2014-08-012-12/+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
* Add core accessibilityFrederik Gladhorn2014-07-092-0/+7
* Fix requests for audio and video permissionsFrederik Gladhorn2014-07-071-2/+2
* Remove the xPath argument from runJavaScriptJocelyn Turcotte2014-05-121-2/+2
* 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
* Add test_baseUrlAfterLoadHtml QML test caseSzabolcs David2014-05-082-3/+3
* 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