summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets/qwebengineprofile
Commit message (Expand)AuthorAgeFilesLines
* Optimize removing quality values from Accept-Language stringPeter Varga2025-02-211-0/+8
* Fix discarded QFile::open() resultsPeter Varga2025-02-021-3/+3
* Fix flaky tst_QWebEngineProfile::clearDataFromCache on WindowsPeter Varga2025-01-311-0/+6
* Permission manager: separate tracking of transient permissionsKaloyan Chehlarski2024-08-241-4/+4
* QWebEnginePermission: Post-API reviewKaloyan Chehlarski2024-07-031-45/+50
* Stabilize tst_QWebEngineProfile::permissionPersistenceKaloyan Chehlarski2024-06-241-1/+1
* Correct license for test filesLucie Gérard2024-06-191-1/+1
* Implement API for listing existing permissions in a profileKaloyan Chehlarski2024-06-031-17/+111
* Add QWebEnginePermission and rewrite permissions APIKaloyan Chehlarski2024-06-031-0/+14
* Implement optional website permission persistenceKaloyan Chehlarski2024-06-011-0/+78
* Avoid flakiness of clearDataFromCache on WindowsAllan Sandfeld Jensen2024-05-131-0/+4
* Instrument clearDataFromCacheAllan Sandfeld Jensen2024-05-071-1/+3
* Add clearHttpCacheCompleted signal to profilePeter Varga2023-08-171-2/+2
* Monthly re-run of clang-tidy qt-* checks (11/2022)Marc Mutz2022-11-111-21/+21
* Fix using QNetworkReply with custom url schemesAllan Sandfeld Jensen2022-09-121-7/+52
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-261-1/+1
* Increase timeoutsAllan Sandfeld Jensen2022-08-171-1/+1
* Add license headers to cmake filesLucie Gérard2022-07-071-0/+3
* Use SPDX license identifiersLucie Gérard2022-06-221-27/+2
* Add testing of default constructed profile backKirill Burtsev2022-02-171-24/+17
* Nuke all qmake files from testsMichal Klocek2021-08-311-4/+0
* Remove outdated QT_VERSION_CHECKsAllan Sandfeld Jensen2021-07-091-5/+0
* Adaptations for 90-basedAllan Sandfeld Jensen2021-07-081-2/+5
* Remove deprecated useforglobalcertificateverificationPeter Varga2021-07-061-20/+0
* Make default profile off the recordMichal Klocek2021-06-251-44/+36
* Make sure tst_QWebEngineProfile tests use their own custom profilePeter Varga2021-06-181-8/+8
* Stop using Widgets in WebEngineCore testsAllan Sandfeld Jensen2021-06-161-6/+6
* Fix some compiler warningsPeter Varga2021-06-101-6/+6
* Add tests to the cmake buildMichal Klocek2021-05-222-2/+13
* Merge remote-tracking branch 'origin/5.15' into devAllan Sandfeld Jensen2021-02-171-3/+3
|\
| * Resolve installed interceptors right before interception pointKirill Burtsev2021-02-081-3/+3
* | Move QWebEnginePage to coreMichal Klocek2020-11-241-2/+2
* | Move profile from widgets to coreMichal Klocek2020-11-201-1/+1
* | Fix build after 216c2ed5 in baseMichal Klocek2020-11-121-5/+5
* | Merge remote-tracking branch 'origin/5.15' into devAllan Sandfeld Jensen2020-09-141-4/+2
|\|
| * Simplify testing with HttpServerKirill Burtsev2020-08-311-4/+2
* | Move qwebenginesettings to coreMichal Klocek2020-09-021-1/+1
* | Rename QWebEngineDownloadItem -> QWebEngineDownloadRequestMichal Klocek2020-08-181-3/+3
* | Move QWebEngineDownloadItem to QtWebEngineCoreMichal Klocek2020-08-171-1/+1
* | Merge remote-tracking branch 'origin/5.15' into devMichael Brüning2020-07-241-2/+3
|\|
| * Return valid path in Profile::GetPath() for incognito profilesAllan Sandfeld Jensen2020-06-291-2/+3
* | Use QList instead of QVectorJarek Kobus2020-07-151-2/+2
|/
* Merge remote-tracking branch 'origin/5.15.0' into 5.15Allan Sandfeld Jensen2020-04-301-5/+5
|\
| * Fix flaky profile tests due to HTTP disconnectsJüri Valdmann2020-04-261-5/+5
* | Fix missing QWebEnginePage::audioMutedChanged signalJüri Valdmann2020-04-291-12/+0
|/
* Fix flaky tst_QWebEngineProfile::clearDataFromCacheJüri Valdmann2020-04-031-0/+3
* Fix changeUseForGlobalCertificateVerification test flakinessJüri Valdmann2020-03-261-1/+2
* Enable tst_QWebEngineProfile::changeUseForGlobalCertificateVerificationJüri Valdmann2020-03-031-2/+0
* Merge remote-tracking branch 'origin/5.14' into 5.15Allan Sandfeld Jensen2020-02-275-77/+233
|\
| * Add more tests for profile settingsJüri Valdmann2020-02-185-79/+236