summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix a warning in QWebEnginePage::setHtmlJocelyn Turcotte2014-02-131-1/+0
* QQuickWebEngineView new window API refactoringJocelyn Turcotte2014-02-138-101/+215
* Cleanup on webenginewidgets.proZoltan Arvai2014-02-131-6/+0
* Fix QNetworkRequest usage in WebEngineWidgets on WindowsZoltan Arvai2014-02-132-2/+2
* Adjust some widget auto test expectationsJocelyn Turcotte2014-02-122-1/+15
* Fix flakiness in tests related to load signals being received while spinning ...Jocelyn Turcotte2014-02-121-25/+24
* Make QWebEnginePage support symetrical url and setUrlJocelyn Turcotte2014-02-122-1/+7
* Avoid an extra loadStarted/Finished on errorJocelyn Turcotte2014-02-123-1/+275
* Fix tst_QWebEngineFrame::setUrlWithFragmentJocelyn Turcotte2014-02-121-1/+3
* Add the Sync suffix to testing sync wrapperJocelyn Turcotte2014-02-124-15/+15
* Implement QWebEnginePage::requestedUrlJocelyn Turcotte2014-02-124-26/+20
* Fix tst_QWebEngineFrame::baseUrlJocelyn Turcotte2014-02-125-22/+25
* Fix resizing not working on new windowsJocelyn Turcotte2014-02-121-1/+2
* Fix the new window crashJocelyn Turcotte2014-02-121-1/+1
* Fix WebEngineContext not being ramped down in testsJocelyn Turcotte2014-02-121-1/+1
* [Widgets] RenderWidgetHostViewQtDelegate refactoringPierre Rossi2014-02-1219-89/+411
* Implement loadHtml function for QQuickWebEngineViewSzabolcs David2014-02-116-2/+73
* Fix WebEngine api build on WindowsZoltan Arvai2014-02-112-0/+5
* Fix WebEngineWidgets api build on WindowsZoltan Arvai2014-02-111-0/+8
* Fix string concatenation in WebEngine on WindowsZoltan Arvai2014-02-111-0/+6
* Fix Qt5WebEngineCore linking on WindowsZoltan Arvai2014-02-112-3/+2
* Implement requestFullscreen for QQuickWebEngineView.Zeno Albisser2014-02-117-0/+97
* Add TakeFocus in WebContentsViewQt for passing on tab focus.Zeno Albisser2014-02-108-1/+38
* Make sure examples are always builtSimon Hausmann2014-02-081-0/+7
* Implement basic support for input method events.Zeno Albisser2014-02-084-0/+27
* Use arm_neon_optional from armv7 onward if not explicitly enabledAndras Becsi2014-02-061-6/+10
* Register a path provider for Qt instead of using PathService::OverrideAndras Becsi2014-02-065-26/+96
* Add Ctrl+R shortcut for reload.Zeno Albisser2014-02-061-0/+4
* Move the implementation of BrowserContextQt to its own cpp fileAndras Becsi2014-02-055-90/+170
* Clean up qtwebengine.gypiAndras Becsi2014-02-051-50/+33
* Fix the embedded buildAndras Becsi2014-02-058-10/+68
* Make it easier to update patches and apply them manuallyJocelyn Turcotte2014-02-0322-202/+242
* Quick: Support reparentingArvid Nilsson2014-01-3114-78/+104
* Disable test discovery from the build systemJocelyn Turcotte2014-01-312-2/+6
* Make the QWebEngineFrame tests passPierre Rossi2014-01-301-22/+24
* WebPage: Implement javaScriptConsoleMessagePierre Rossi2014-01-3010-6/+37
* Fix tst_QWebEnginePage's use of evaluateJavaScriptPierre Rossi2014-01-302-129/+128
* Fix reload button in the QuickNanoBrowserAdam Kallai2014-01-281-1/+1
* Remove a FIXME after Chromium update.Szabolcs David2014-01-281-2/+1
* Pre-start the render process upon initialiazing the adapterPierre Rossi2014-01-282-4/+9
* Fix the build on embedded platformsAndras Becsi2014-01-284-11/+6
* Add loadIgnoreEmptyUrl test case to loadUrl QML test.Szabolcs David2014-01-282-0/+53
* Add loadUrl QML test with stopStatus test case.Szabolcs David2014-01-283-0/+73
* Get rid of tr1/functionalJocelyn Turcotte2014-01-274-35/+51
* Add properties QML test.Szabolcs David2014-01-272-0/+68
* Support absolute path in chromiumsrcdirArvid Nilsson2014-01-272-3/+3
* Fix package builds against release builds of QtSimon Hausmann2014-01-271-4/+25
* Small fixes to the packaging scriptSimon Hausmann2014-01-271-2/+9
* Add loadProgressSignal QML test.Szabolcs David2014-01-242-0/+74
* Add loadProgress QML test.Szabolcs David2014-01-243-0/+70