summaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qquickwebview/util.h
Commit message (Collapse)AuthorAgeFilesLines
* Clean up license and copyrightLucie Gérard2024-10-171-18/+2
| | | | | | Pick-to: 6.8 Change-Id: Id2d7a03c979f8506791ed673c498d21b0485a96f Reviewed-by: Christian Strømme <christian.stromme@qt.io>
* Fix crash due to missing native functions for the cookie APIsChristian Strømme2022-05-091-0/+37
| | | | | | | | | | | The cookie API that was added in 317e13cb2d97 missed the registration and implementation for the native java functions needed for notifying when a cookie got added/removed. Fixes: QTBUG-102801 Pick-to: 6.3 Change-Id: I7594f75abba17b6ff1843d5349af085f90aae9b1 Reviewed-by: Assam Boudjelthia <assam.boudjelthia@qt.io>
* Use new qml cmake apis and new qml registrationMichal Klocek2021-07-191-2/+2
| | | | | | | | | | | Move quick sources to sepatrate qml module so new qml registration system can be used. This drops dependency of QWebView module on Quick. Pick-to: 6.2 Change-Id: I10adb5e898ae2ffe4a46f37d759983047ea89483 Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
* Add cmake buildMichal Klocek2021-06-021-0/+120
Update dependencies to latest shas. Fix compilation issues. Task-number: QTBUG-88620 Change-Id: I0c82431e6ffd142302cce12e6ee74d2139e1e42f Reviewed-by: Christian Strømme <christian.stromme@qt.io> Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>