summaryrefslogtreecommitdiffstats
path: root/src/webengine/api
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-081-3/+2
* Get rid of the BackingStore rendering pathJocelyn Turcotte2014-04-082-27/+13
* Render the widgets view using the scene graph into a QOpenGLWidgetJocelyn Turcotte2014-04-081-3/+9
* Revert part of the RenderWidgetHostViewQtDelegate refactoringJocelyn Turcotte2014-04-082-2/+9
* Fix reseting of the quick history list modelPeter Varga2014-04-034-11/+10
* Make WebUI popups work with QtQuickPierre Rossi2014-04-022-3/+30
* Centralize OpenGL initializationSimon Hausmann2014-03-312-0/+81
* Fix QQuickWebEngineForwardHistoryListModelPeter Varga2014-03-281-1/+1
* Fix typo: remove unused function prototype from headerPeter Varga2014-03-281-1/+0
* Fix typo in the qquickwebenginehistory headersAndras Becsi2014-03-272-2/+2
* Base load signals on Blink loader eventsJocelyn Turcotte2014-03-212-14/+9
* Add Quick's navigationHistoryPeter Varga2014-03-205-0/+432
* Fix focus in Quick APISzabolcs David2014-03-132-7/+17
* Add HTTP and proxy authentication signals directly to QWebEnginePageJocelyn Turcotte2014-02-281-0/+1
* Fixing QQuickWebEngineView.loadingChanged public API test caseAdam Kallai2014-02-253-12/+12
* QtQuick: add runJavaScript.Pierre Rossi2014-02-192-3/+22
* Build fix for public API testSzabolcs David2014-02-182-2/+1
* Make Qt 5.2 a minimum requirementPierre Rossi2014-02-141-7/+2