summaryrefslogtreecommitdiffstats
path: root/tests/auto/core
Commit message (Expand)AuthorAgeFilesLines
* QtWebEngine auto-tests: use a function provided by QTestAnu Aliyas2025-03-274-18/+6
* Port away from foreachPeter Varga2025-02-191-17/+15
* Fix discarded QFile::open() resultsPeter Varga2025-02-023-10/+12
* Fix failing testAllan Sandfeld Jensen2025-01-201-12/+13
* Rename JSTouchEventsEnabled to TouchEventsApiEnabledAllan Sandfeld Jensen2025-01-151-1/+1
* Adaptations for Chromium 130Allan Sandfeld Jensen2025-01-151-1/+2
* Add QWebEngineUrlRequestInfo::isDownload()Benjamin Terrier2024-12-071-0/+28
* Remove test stuff from QWebEngineUrlRequestInfoSzabolcs David2024-12-053-21/+16
* tst_certificateerror: skip the handleError testTimur Pocheptsov2024-11-071-0/+13
* Do not add magic header web_engine_logging.hMichal Klocek2024-10-313-5/+2
* Add setting for JS touch events APIMartin Negyokru2024-10-292-0/+44
* clientAuthentication: do not block in keychain accessTimur Pocheptsov2024-10-281-0/+13
* Blacklist ClientCertificateStore::clientAuthentication on macOS 15Tor Arne Vestbø2024-10-241-0/+2
* tests: disable print/pdf tests when feature is offMoss Heim2024-10-022-0/+6
* Fix static logging category deprecation warningsKaloyan Chehlarski2024-08-272-2/+6
* Remove second parameter being passed to QSKIP()Edward Welbourne2024-08-131-6/+4
* tests: skip tests that can't run on WaylandMoss Heim2024-08-021-0/+3
* Revert "Use static logging categories everywhere"Kaloyan Chehlarski2024-07-252-2/+2
* Fix compiler warnings in tests and examplesPeter Varga2024-07-181-2/+0
* Use static logging categories everywhereKaloyan Chehlarski2024-07-023-3/+3
* Correct license for test filesLucie Gérard2024-06-1913-13/+13
* Add QWebEngineFrame::isMainFrame()Moss Heim2024-06-031-0/+14
* Add QWebEngineFrame::printToPdfMoss Heim2024-06-034-0/+136
* Add QWebEnginePage::printRequestedByFrame signalMoss Heim2024-05-311-0/+19
* Allow succeeding URLRequestJobs without actual content loadingSzabolcs David2024-05-302-0/+57
* Add QWebEngineFrame::runJavaScriptMoss Heim2024-05-221-0/+14
* Allow checking whether certificate error comes from a page resourceKaloyan Chehlarski2024-05-171-0/+16
* Add QWebEngineFrame and basic APIMoss Heim2024-05-036-0/+247
* Speculative fix for flaky DOH testMartin Negyokru2024-04-302-4/+14
* Correct license for build system filesLucie Gérard2024-04-091-1/+1
* Fix compiler warnings in testsMoss Heim2024-03-192-4/+3
* Don't crash when setting invalid cookieMoss Heim2024-01-301-0/+32
* Add WebEngineDriverPeter Varga2024-01-067-0/+715
* Fix compilation arm64Michal Klocek2023-11-291-1/+4
* Let page interceptor process requests with extra headersSzabolcs David2023-11-071-1/+60
* Do more WE processing before returning to the Qt event-loopAllan Sandfeld Jensen2023-09-291-4/+4
* Add QWebEngineSettings::ForceDarkModeMartin Negyokru2023-09-282-0/+66
* Update qwebengineglobalsettings apiMichal Klocek2023-09-091-13/+13
* Switch response headers to QMultiMapAllan Sandfeld Jensen2023-08-291-1/+1
* Switch additional response header to QMultiMapAllan Sandfeld Jensen2023-08-251-1/+1
* Remove QWebEngineUrlResponseInterceptor APIMichael Brüning2023-08-243-153/+0
* Mark the module as free of Q_FOREACH, except where it isn'tMarc Mutz2023-08-181-0/+2
* Add initial internal version pageMichal Klocek2023-08-113-0/+45
* Rename disableReadingFromCanvas to follow naming styleAllan Sandfeld Jensen2023-08-101-4/+4
* Improve DNS-over-HTTPS configuration logicYigit Akcay2023-07-291-29/+44
* Disable error page for tst_QWebEngineLoadingInfo::responseHeadersPeter Varga2023-07-271-1/+3
* Do comments from api 6.6 reviewMichal Klocek2023-07-261-1/+1
* Stabilize qwebengineloadinginfo::responseHeadersAllan Sandfeld Jensen2023-07-111-1/+1
* Fix qWebEngineGetDomainAndRegistry() for internationalized domain namesPeter Varga2023-06-231-0/+3
* Add ResourceRequestBody to QWebEngineUrlRequestJobYigit Akcay2023-06-203-20/+99