summaryrefslogtreecommitdiffstats
path: root/tests/auto/core
Commit message (Expand)AuthorAgeFilesLines
...
* | Fix -no-ssl buildv5.13.0-beta1Peter Varga2019-03-071-1/+3
* | Tie client certificate stores to profilesAllan Sandfeld Jensen2019-03-011-9/+10
* | Make client certificate store thread safeAllan Sandfeld Jensen2019-02-251-1/+1
* | Remove duplicate RESOURCES in QWebEngineClientCertificateStore testJüri Valdmann2019-02-221-3/+0
* | Add client certificate store test casesVijith Kini2019-02-208-0/+212
* | Move QWebEngineUrlRequestInterceptor::intercept to ui threadMichal Klocek2019-02-041-11/+12
* | Adaptations for Chromium 71Allan Sandfeld Jensen2019-01-281-4/+1
* | Merge remote-tracking branch 'origin/5.12' into devMichael Brüning2019-01-1818-18/+323
|\|
| * Fix QWebEngineUrlRequestInfo::firstPartyUrl() after 69-basedTamas Zakor2019-01-0318-18/+323
* | Add setRequestInterceptor to QWebEnginePageAllan Sandfeld Jensen2018-10-171-3/+28
|/
* Chromium requires C++14Allan Sandfeld Jensen2018-10-111-1/+0
* Use cookie-access rights for webcontent settingsAllan Sandfeld Jensen2018-04-051-0/+26
* Switch cookie-filter API to std::functionAllan Sandfeld Jensen2018-03-161-2/+2
* Test adaptations for Chromium 63Allan Sandfeld Jensen2018-01-251-0/+6
* Reinstate cookie filter APIAllan Sandfeld Jensen2018-01-191-0/+33
* Cleanup core API testsAllan Sandfeld Jensen2018-01-082-42/+47
* Auto test adaptations for Chromium 58Allan Sandfeld Jensen2017-06-141-5/+4
* Disable/blacklist failing tests for boot2qtSami Nurmenniemi2017-05-081-0/+3
* Fix font load error messages inside non-app-bundle testsAlexandru Croitor2017-01-101-1/+2
* Port autotests from own waitForSignal() to QSignalSpy::wait()David Faure2016-11-291-8/+8
* Add FaviconManager to corePeter Varga2016-02-031-0/+3
* Updated license headersJani Heikkinen2016-02-012-46/+20
* Remove callback functions from qwebenginecookiestoreMichal Klocek2016-01-151-25/+19
* Change QWebEngineUrlRequestInterceptor::interceptRequest to void.Michael Bruning2015-12-021-5/+3
* Remove unneeded qWaits from tst_QWebEngineCookieStoreJoerg Bornemann2015-12-011-2/+0
* Rename QWebEngineCookieStoreClient to QWebEngineCookieStoreMichal Klocek2015-12-016-19/+19
* remove "CONFIG += ordered" where applicableJoerg Bornemann2015-11-061-2/+0
* enable tests/auto/coreJoerg Bornemann2015-10-303-4/+3
* Do not require to subclass/install QWebEngineCookieStoreClientKai Koehne2015-10-191-26/+22
* Add firstPartyUrl to QWebEngineUrlRequestInfoDavid Rosca2015-10-123-0/+26
* Change some QNAM tests to use URLRequestInterceptorSzabolcs David2015-09-141-1/+103
* Fix build of tst_qwebengineurlrequestinterceptorSzabolcs David2015-09-071-4/+4
* fix automatic resource file inclusionJoerg Bornemann2015-08-261-1/+1
* move automatic resource inclusion to pri filesJoerg Bornemann2015-08-253-2/+2
* do not define TESTS_SOURCE_DIR in core testsJoerg Bornemann2015-08-251-3/+0
* Add API for intercepting url requestsAndras Becsi2015-08-036-0/+185
* Add cookie API testsAndras Becsi2015-07-167-0/+287