summaryrefslogtreecommitdiffstats
path: root/tests/auto
Commit message (Expand)AuthorAgeFilesLines
...
* Add test for LocalContentCanAccessRemoteUrls settingKirill Burtsev2021-01-082-0/+29
* Blacklist horizontalScrollbarTest on macOSMichael Brüning2021-01-061-0/+3
* Suppress error pages also for http errors if they are disabledKirill Burtsev2021-01-061-2/+34
* Migrate user script IPC to mojoMichal Klocek2020-12-111-0/+2
* Fix building against Qt 5.14Allan Sandfeld Jensen2020-12-112-6/+28
* Fix building against 5.12 on most CIsAllan Sandfeld Jensen2020-12-084-0/+14
* Stabilize load signals emittingTamas Zakor2020-12-039-35/+187
* Fix handling of more than one finger for touch eventKirill Burtsev2020-12-021-7/+56
* Set custom headers from QWebEngineUrlRequestInfo before triggering redirectKirill Burtsev2020-12-013-31/+67
* Merge remote-tracking branch 'origin/5.15.2' into 5.15Allan Sandfeld Jensen2020-11-241-0/+9
|\
| * Fix tst_QWebEngineView flaky IME testsTamas Zakor2020-10-291-0/+9
* | Add touch input tests for scrolling and pinch zoomingKirill Burtsev2020-11-181-1/+93
* | Move touch input tests to separate testcaseKirill Burtsev2020-11-185-209/+242
* | Fix flaky tst_QWebEngineView::textSelectionOutOfInputField testTamas Zakor2020-11-102-3/+3
* | Fix new view request handlingTamas Zakor2020-11-104-4/+38
* | Fix spelling and coding styleAllan Sandfeld Jensen2020-11-012-40/+41
|/
* Use OTR profile in tst_loadsignalsJüri Valdmann2020-09-301-4/+7
* Use less pointers in tst_loadsignalsJüri Valdmann2020-09-303-98/+74
* Fix downloadable.tar.gz issue in tst_loadsignalsJüri Valdmann2020-09-301-2/+2
* Avoid to reject a certificate error twice in QuickPeter Varga2020-09-162-9/+46
* Chromium 81-based adaptationsAllan Sandfeld Jensen2020-09-093-37/+65
* Merge remote-tracking branch 'origin/5.15.1' into 5.15Allan Sandfeld Jensen2020-09-071-10/+27
|\
| * Do not call deprecated profile interceptor on ui threadKirill Burtsev2020-09-011-10/+27
* | Expand FullScreenRequest testingKirill Burtsev2020-08-312-0/+90
* | Don't send duplicate load progress valuesKirill Burtsev2020-08-3112-18/+72
* | Make HttpServer to server resource from dirs for unhandled requestsKirill Burtsev2020-08-314-32/+31
* | Simplify testing with HttpServerKirill Burtsev2020-08-318-61/+31
* | Wait for favicon in tst_QWebEngineCookieStore::basicFilterOverHTTPJüri Valdmann2020-08-311-0/+3
* | Ignore QQuickWebEngineNewViewRequest if it is unhandledTamas Zakor2020-08-251-27/+51
|/
* Check for ssl when compling qml testsMichal Klocek2020-08-187-6/+294
* Add binary compatibility files for 5.15 for QtWebEngineMilla Pohjanheimo2020-08-173-0/+48232
* Load page to inspect before testing inspectionAllan Sandfeld Jensen2020-08-132-6/+10
* Fix incorrect doc for acceptNavigationRequest and add testJüri Valdmann2020-07-221-0/+29
* Add the cookie filter to URL requestsAllan Sandfeld Jensen2020-07-153-1/+74
* Replace qgetenv with qEnvironmentVariableAllan Sandfeld Jensen2020-06-301-1/+1
* Return valid path in Profile::GetPath() for incognito profilesAllan Sandfeld Jensen2020-06-291-2/+3
* Add auto test for safe redirectTamas Zakor2020-06-101-0/+32
* Extend tst_QWebEngineScript::matchQrcUrl with negative matchJüri Valdmann2020-05-294-11/+26
* Fix 'qmake -r' runMichal Klocek2020-05-291-7/+18
* Test: port qwebenginedownloaditem auto test to QRegularExpressionPeter Varga2020-05-271-2/+4
* QML test case for certificate error handlingKirill Burtsev2020-05-265-2/+128
* Add test for first party urls of service workerTamas Zakor2020-05-264-0/+109
* Remove leftover of tst_QWebEnginePage::inputFieldFocus auto testPeter Varga2020-05-251-14/+0
* Fix crash on WebContentsDelegateQt::CloseContents()Peter Varga2020-05-251-0/+22
* Fix path validation in FilePickerController::accepted()Tamas Zakor2020-05-201-12/+28
* Allow to set feature permission before first ever navigationKirill Burtsev2020-05-141-24/+42
* Fix setting WebEngineView.audioMuted before initializationJüri Valdmann2020-05-052-0/+64
* Document early feature reply for NotificationAllan Sandfeld Jensen2020-05-051-0/+13
* Add cookie testcase to proxy testMichal Klocek2020-05-043-5/+55
* Merge remote-tracking branch 'origin/5.15.0' into 5.15Allan Sandfeld Jensen2020-04-302-5/+163
|\