summaryrefslogtreecommitdiffstats
path: root/src/webengine/api/qquickwebengineview.cpp
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-211-15/+10
* Propagate the page's screen coordinates when the top-level window movedJocelyn Turcotte2014-08-201-6/+0
* Ground work for Settings/PreferencesPierre Rossi2014-08-091-0/+26
* Add findText to Quick APIPeter Varga2014-08-071-0/+24
* Move the runJavaScript function from experimental to public APIAndras Becsi2014-08-061-9/+10
* Add QQuick API for intercepting navigation requestsAndras Becsi2014-08-061-0/+10
* Expose better error information in loadRequest.Pierre Rossi2014-08-041-0/+4
* Don't inherit from Qt private typesJocelyn Turcotte2014-08-041-3/+5
* Don't use the private QQmlMetaType::defaultPropertyJocelyn Turcotte2014-08-011-2/+1
* Fix tab focus in the widgets and QML webviewsJocelyn Turcotte2014-08-011-11/+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
* Add loadVisuallyCommitted signal to the experimental Quick APISzabolcs David2014-08-011-0/+11
* Qt Quick based accessibility glue codeFrederik Gladhorn2014-07-261-0/+59
* Add core accessibilityFrederik Gladhorn2014-07-091-0/+6
* Fix requests for audio and video permissionsFrederik Gladhorn2014-07-071-2/+2
* Remove the xPath argument from runJavaScriptJocelyn Turcotte2014-05-121-2/+2
* Move the WebEngineView.inspectable property to experimentalJocelyn Turcotte2014-05-091-12/+12
* Add test_baseUrlAfterLoadHtml QML test caseSzabolcs David2014-05-081-2/+2
* Add linkHovered signal to the QQuickWebEngineViewSzabolcs David2014-05-051-0/+6
* Simple experimental WebRTC API for QtQuickPierre Rossi2014-04-291-0/+35
* Do not assume that the webview only contains RWHV delegatesAndras Becsi2014-04-251-3/+2
* Fix how NewPopupDisposition is exposed in QQuickWebEngineViewJocelyn Turcotte2014-04-151-5/+5
* Map Javascript console message level to enum values.Michael BrĂ¼ning2014-04-141-2/+2
* Remove the RenderWidgetHostViewQtDelegateQuickBase templateJocelyn Turcotte2014-04-081-3/+2
* Get rid of the BackingStore rendering pathJocelyn Turcotte2014-04-081-25/+11
* Revert part of the RenderWidgetHostViewQtDelegate refactoringJocelyn Turcotte2014-04-081-2/+8
* Fix reseting of the quick history list modelPeter Varga2014-04-031-3/+7
* Make WebUI popups work with QtQuickPierre Rossi2014-04-021-2/+29
* Base load signals on Blink loader eventsJocelyn Turcotte2014-03-211-12/+7
* Add Quick's navigationHistoryPeter Varga2014-03-201-0/+27
* Fix focus in Quick APISzabolcs David2014-03-131-7/+16
* Fixing QQuickWebEngineView.loadingChanged public API test caseAdam Kallai2014-02-251-5/+5
* QtQuick: add runJavaScript.Pierre Rossi2014-02-191-0/+17
* Make Qt 5.2 a minimum requirementPierre Rossi2014-02-141-7/+2
* QQuickWebEngineView new window API refactoringJocelyn Turcotte2014-02-131-67/+36
* Fix the new window crashJocelyn Turcotte2014-02-121-1/+1
* Implement loadHtml function for QQuickWebEngineViewSzabolcs David2014-02-111-0/+6
* Fix WebEngine api build on WindowsZoltan Arvai2014-02-111-0/+4
* Implement requestFullscreen for QQuickWebEngineView.Zeno Albisser2014-02-111-0/+22
* Add TakeFocus in WebContentsViewQt for passing on tab focus.Zeno Albisser2014-02-101-0/+12
* Quick: Support reparentingArvid Nilsson2014-01-311-0/+12
* WebPage: Implement javaScriptConsoleMessagePierre Rossi2014-01-301-0/+7
* Pre-start the render process upon initialiazing the adapterPierre Rossi2014-01-281-3/+2
* Fix the build on embedded platformsAndras Becsi2014-01-281-2/+1
* Add loadIgnoreEmptyUrl test case to loadUrl QML test.Szabolcs David2014-01-281-0/+3
* Qt Quick File PickerPierre Rossi2014-01-151-0/+6
* JS dialogs in QtQuickPierre Rossi2014-01-151-3/+3
* Pave the way for our UI delegation strategy.Pierre Rossi2014-01-151-1/+88