summaryrefslogtreecommitdiffstats
path: root/tests/auto
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.4' into devAllan Sandfeld Jensen2014-11-1117-37/+833
|\
| * Fix build in QWebEnginePage API testSzabolcs David2014-11-101-2/+2
| * Add runJavaScript testAllan Sandfeld Jensen2014-10-291-0/+68
| * Make url handling consistent in widget and quick APIPeter Varga2014-10-282-3/+3
| * Fix tst_QWebEngineFrame::setUrlHistory expected failuresPeter Varga2014-10-281-17/+26
| * Add setting ErrorPageEnabledAndras Becsi2014-10-141-2/+8
| * Use the shared waitForSignal method in QQuickWebEngineViewGraphics testSzabolcs David2014-10-141-15/+2
| * Import QQuickWebEngineView API testSzabolcs David2014-10-1413-3/+729
* | Distinguish between tab dispositions in NewViewRequest Quick API.Jarred Nicholls2014-10-211-0/+1
* | Implement acceptNavigationRequest for the widgets API.Andras Becsi2014-10-201-118/+48
|/
* Fix WebContentsAdapater::requestedUrl() functionPeter Varga2014-10-071-4/+1
* Fix loadFinished signal in case of interrupting error page loadingPeter Varga2014-10-071-0/+2
* Fix WebEngineSettings::setDefaultTextEncoding()Szabolcs David2014-10-071-5/+3
* Unskip the working tests in tst_qwebengineframe.cppSzabolcs David2014-10-031-24/+12
* Unskip QWebEngineSettings::JavascriptCanOpenWindows related testsSzabolcs David2014-09-261-35/+5
* Skip tst_QWebEngineFrame::setUrlWithFragment API testSzabolcs David2014-09-241-0/+1
* Remove unneeded QWP_PATH environment variable for quick tests.Michael Brüning2014-09-242-2/+0
* Fix an assertion in web_content_delegates_qt.cppAdam Kallai2014-09-231-0/+11
* [Tests] Change expected QAccessible::role to WebDocument.Michael Brüning2014-09-161-2/+2
* Don't forward loading of error pages to the API layerPierre Rossi2014-09-021-3/+2
* Try harder to return accessible namesFrederik Gladhorn2014-09-011-18/+52
* Remove XFAIL that got fixed by snapshot updateFrederik Gladhorn2014-08-181-1/+0
* Fix uncalled callbacks with findTextJocelyn Turcotte2014-08-151-0/+24
* Add QJSValue support to the public API testSzabolcs David2014-08-131-1/+5
* Update the library and QML version to 1.0Jocelyn Turcotte2014-08-1216-16/+16
* Add findText to Quick APIPeter Varga2014-08-072-0/+243
* Move the runJavaScript function from experimental to public APIAndras Becsi2014-08-062-2/+2
* Add QQuick API for intercepting navigation requestsAndras Becsi2014-08-064-6/+162
* s/QWebEngine/QtWebEngine/gPierre Rossi2014-08-042-2/+2
* Do away without QWebEngineWidgets::initializePierre Rossi2014-08-046-6/+0
* Fix tst_QWebEngineFrame::setUrlWithFragment testSzabolcs David2014-08-041-3/+4
* Drop 5.2 supportJocelyn Turcotte2014-08-011-1/+1
* Add loadVisuallyCommitted signal to the experimental Quick APISzabolcs David2014-08-012-2/+28
* Implement accessibility hit testingFrederik Gladhorn2014-07-161-0/+13
* Implement accessible value interfaceFrederik Gladhorn2014-07-151-0/+39
* Implement accessible text interfaceFrederik Gladhorn2014-07-151-0/+35
* Fix the indexOfChild function for the web documentFrederik Gladhorn2014-07-111-0/+4
* Improve text for accessiblesFrederik Gladhorn2014-07-111-1/+9
* Fix duplicate document roleFrederik Gladhorn2014-07-111-0/+2
* Widget based accessibility glue codeFrederik Gladhorn2014-07-103-0/+119
* tst_qwebenginepage: Fix type in javaScriptConsoleMessage signatureFrederik Gladhorn2014-07-071-1/+1
* XFAIL tst_QWebEnginePage::backActionUpdateJocelyn Turcotte2014-07-011-0/+1
* XFAIL tst_QWebEngineFrame::setUrlHistoryJocelyn Turcotte2014-07-011-6/+17
* Fix typos and warnings in the Quick testsSzabolcs David2014-06-056-18/+23
* Fix import versions in the Quick testsSzabolcs David2014-06-0514-14/+14
* Test for webenginewidgets, not widgetsLaszlo Agocs2014-05-191-1/+1
* Append MessageLevel postfix to the JavaScriptConsoleMessageLevel.Michael Brüning2014-05-121-3/+3
* Move the WebEngineView.inspectable property to experimentalJocelyn Turcotte2014-05-091-1/+0
* Add enum type parameter support to public API testSzabolcs David2014-05-091-2/+18
* Add test_baseUrlAfterLoadHtml QML test caseSzabolcs David2014-05-084-2/+102