summaryrefslogtreecommitdiffstats
path: root/src/plugins
Commit message (Expand)AuthorAgeFilesLines
* Make use of the new Window container classesChristian Strømme2025-03-1810-399/+62
* macOS: Flip the switch and make the native back-end the defaultChristian Strømme2024-12-052-2/+11
* Clean up unused url() web interfaceMichal Klocek2024-11-079-35/+1
* Fix WebView.loadData* encoding on androidMichal Klocek2024-11-071-7/+6
* Fix all tests on android instead of blacklisting themMichal Klocek2024-11-071-1/+0
* Fix namespace build on androidMichal Klocek2024-11-072-3/+3
* Add support for NSArray and NSDictionary in Darwin WebView's fromJSValueTor Arne Vestbø2024-08-161-1/+25
* windows: Fix freeze when loading Qt Web Engine pluginEskil Abrahamsen Blomfeldt2024-03-041-0/+2
* Android: use convience wrapper to register nativesVolker Hilsheimer2023-11-161-6/+1
* Android: modernize implementationVolker Hilsheimer2023-11-132-160/+124
* Android: make functions static if they don't need the objectVolker Hilsheimer2023-11-132-10/+12
* CMake: Fix multi-arch iOS builds due to absolute framework pathsAlexandru Croitor2023-11-021-4/+4
* Android: don't rely on implicit cast of declared QtJniTypes to jobjectVolker Hilsheimer2023-10-271-1/+1
* Include what you need: <QPointer>Marc Mutz2023-10-132-0/+4
* JNI: Explicilty convert QtJniType instances to jobject for variadic argumentsVolker Hilsheimer2023-09-211-1/+1
* Fix cookie comparison when removing cookiesChristian Strømme2023-06-141-1/+1
* Fix title updates in the darwin backendChristian Strømme2023-06-141-1/+7
* Remove unneeded prep step in the Darwin pluginChristian Strømme2023-06-141-7/+0
* wasm: Add QWebView supportPiotr Wierciński2023-05-116-2/+412
* Android: Fix for possible thread deadlockBartlomiej Moskal2023-03-031-0/+15
* Mark overridesShawn Rutledge2022-11-091-8/+8
* Add settings API for QtWebViewChristian Strømme2022-10-276-4/+297
* Fix assert when WebView is used in combination with QQuickWidgetChristian Strømme2022-10-273-1/+29
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-061-1/+1
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-235-5/+5
* Add license headers to cmake filesLucie Gérard2022-07-075-0/+15
* Fix CMake warning about using PUBLIC_LIBRARIES for pluginsChristian Strømme2022-06-174-4/+1
* Use SPDX license identifiersLucie Gérard2022-06-1012-456/+24
* Fix crash due to missing native functions for the cookie APIsChristian Strømme2022-05-091-3/+43
* Use up-to date LGPL license headerKai Köhne2022-02-1412-132/+168
* Add support functions to manage cookiesAgnieszka Jaworska2021-12-146-2/+179
* Clean up Qt WebView documentation for 6.2Christian Strømme2021-09-101-2/+2
* CMake: Use renamed qt6_add_plugin PLUGIN_TYPE optionAlexandru Croitor2021-08-124-4/+4
* Use new qml cmake apis and new qml registrationMichal Klocek2021-07-192-4/+4
* Switch to new public QJni APIsAllan Sandfeld Jensen2021-07-092-22/+21
* Try fixing failure to find qjni_p.hAllan Sandfeld Jensen2021-07-081-0/+1
* Update namespace for webengineMichal Klocek2021-06-221-1/+1
* Update for API renameAllan Sandfeld Jensen2021-06-222-4/+4
* Remove qmake filesMichal Klocek2021-06-175-105/+0
* Add cmake buildMichal Klocek2021-06-028-12/+124
* Fix running tests with webengine pluginMichal Klocek2021-06-021-4/+9
* Android: rename Android's package name for Qt 6Assam Boudjelthia2021-02-121-1/+1
* Replace 0 with nullptrAllan Sandfeld Jensen2021-02-023-3/+3
* Replace Q_DECL_OVERRIDE with overrideAllan Sandfeld Jensen2021-02-024-90/+90
* Use QList instead of QVectorJarek Kobus2020-07-311-1/+1
* Add ; to Q_UNUSEDLars Schmertmann2020-07-311-18/+18
* Set the httpUserAgent after the component has been completedAndy Shaw2020-03-201-3/+11
* Android: JNI_OnLoad return JNI_VERSION_1_6 instead of JNI_VERSION_1_4Assam Boudjelthia2020-01-201-2/+2
* Add QtWebView::WebView::httpUserAgent propertyArmin Felder2019-05-159-1/+123
* iOS: Check if the external browser can open the url firstAndy Shaw2019-01-081-1/+7