summaryrefslogtreecommitdiffstats
path: root/src/webengine/api
Commit message (Expand)AuthorAgeFilesLines
* 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
* Implement QWebEnginePage::findTextJocelyn Turcotte2014-02-131-0/+1
* Implement QWebEnginePage::selectedTextJocelyn Turcotte2014-02-131-0/+1
* Move the requestID argument before the resultJocelyn Turcotte2014-02-131-3/+3
* QQuickWebEngineView new window API refactoringJocelyn Turcotte2014-02-135-81/+192
* Fix the new window crashJocelyn Turcotte2014-02-121-1/+1
* [Widgets] RenderWidgetHostViewQtDelegate refactoringPierre Rossi2014-02-121-0/+1
* Implement loadHtml function for QQuickWebEngineViewSzabolcs David2014-02-112-0/+7
* Fix WebEngine api build on WindowsZoltan Arvai2014-02-112-0/+5
* Implement requestFullscreen for QQuickWebEngineView.Zeno Albisser2014-02-112-0/+32
* Add TakeFocus in WebContentsViewQt for passing on tab focus.Zeno Albisser2014-02-102-0/+13
* Quick: Support reparentingArvid Nilsson2014-01-312-0/+13
* WebPage: Implement javaScriptConsoleMessagePierre Rossi2014-01-303-0/+9
* 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
* Implement QWebEnginePage::toHtml and toPlainTextJocelyn Turcotte2014-01-221-0/+2
* Refactor the callback mechanism used by runJavaScriptJocelyn Turcotte2014-01-221-0/+1
* Qt Quick File PickerPierre Rossi2014-01-152-1/+7
* JS dialogs in QtQuickPierre Rossi2014-01-152-4/+4
* Pave the way for our UI delegation strategy.Pierre Rossi2014-01-152-3/+102
* [Widgets] wire the file pickersPierre Rossi2014-01-151-0/+3
* Implement QQuickWebEngineLoadRequest classAdam Kallai2014-01-155-7/+267
* createWindow QML API for QQuickWebEngineViewJocelyn Turcotte2013-12-232-3/+97