| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add runJavascript() to C++ API | Kaloyan Chehlarski | 2025-12-01 | 2 | -13/+29 |
| * | Remove Q_SLOTS from backends | Kaloyan Chehlarski | 2025-12-01 | 1 | -2/+1 |
| * | Clean up and rename QAbstractWebView and QAbstractWebViewSettings | Michal Klocek | 2025-12-01 | 3 | -9/+9 |
| * | Clean up and rename qabstractwebview_p.h to qwebview_p.h | Michal Klocek | 2025-12-01 | 1 | -1/+1 |
| * | Make QWebViewLoadRequest a public class | Kaloyan Chehlarski | 2025-12-01 | 1 | -9/+8 |
| * | Rename qwebview_p.h qwebviewloadrequest_p.h | Michal Klocek | 2025-12-01 | 1 | -2/+2 |
| * | Cleanup QQuickWebView initialization | Michal Klocek | 2025-11-28 | 1 | -0/+1 |
| * | Emit signals only on public class (pimpl wise) | Michal Klocek | 2025-11-28 | 1 | -12/+11 |
| * | Use QWebView as parent window in backends | Michal Klocek | 2025-11-27 | 1 | -0/+6 |
| * | Pass the pointer to QWebView for private counterpart | Michal Klocek | 2025-11-27 | 3 | -6/+9 |
| * | Android: Ensure loadHtml() adds a history entry | Kaloyan Chehlarski | 2025-11-20 | 1 | -1/+2 |
| * | Cleanup. Rename getSettings() to settings() in private classes | Kaloyan Chehlarski | 2025-10-28 | 2 | -2/+2 |
| * | Add url() virtual method to private classes | Kaloyan Chehlarski | 2025-10-27 | 2 | -0/+6 |
| * | CRA mark src/ | Moss Heim | 2025-10-09 | 3 | -0/+3 |
| * | Handle non data base urls schemes in loadHtml | Michal Klocek | 2025-07-16 | 1 | -6/+9 |
| * | Make tests based on runtime plugin setting | Michal Klocek | 2025-06-26 | 1 | -1/+4 |
| * | Make use of the new Window container classes | Christian Strømme | 2025-03-18 | 2 | -42/+5 |
| * | Clean up unused url() web interface | Michal Klocek | 2024-11-07 | 2 | -6/+0 |
| * | Fix WebView.loadData* encoding on android | Michal Klocek | 2024-11-07 | 1 | -7/+6 |
| * | Fix all tests on android instead of blacklisting them | Michal Klocek | 2024-11-07 | 1 | -1/+0 |
| * | Fix namespace build on android | Michal Klocek | 2024-11-07 | 2 | -3/+3 |
| * | Android: use convience wrapper to register natives | Volker Hilsheimer | 2023-11-16 | 1 | -6/+1 |
| * | Android: modernize implementation | Volker Hilsheimer | 2023-11-13 | 2 | -160/+124 |
| * | Android: make functions static if they don't need the object | Volker Hilsheimer | 2023-11-13 | 2 | -10/+12 |
| * | Android: don't rely on implicit cast of declared QtJniTypes to jobject | Volker Hilsheimer | 2023-10-27 | 1 | -1/+1 |
| * | JNI: Explicilty convert QtJniType instances to jobject for variadic arguments | Volker Hilsheimer | 2023-09-21 | 1 | -1/+1 |
| * | Android: Fix for possible thread deadlock | Bartlomiej Moskal | 2023-03-03 | 1 | -0/+15 |
| * | Add settings API for QtWebView | Christian Strømme | 2022-10-27 | 2 | -0/+76 |
| * | Change the license of all CMakeLists.txt and *.cmake files to BSD | Lucie Gérard | 2022-08-23 | 1 | -1/+1 |
| * | Add license headers to cmake files | Lucie Gérard | 2022-07-07 | 1 | -0/+3 |
| * | Fix CMake warning about using PUBLIC_LIBRARIES for plugins | Christian Strømme | 2022-06-17 | 1 | -1/+0 |
| * | Use SPDX license identifiers | Lucie Gérard | 2022-06-10 | 3 | -114/+6 |
| * | Fix crash due to missing native functions for the cookie APIs | Christian Strømme | 2022-05-09 | 1 | -3/+43 |
| * | Use up-to date LGPL license header | Kai Köhne | 2022-02-14 | 3 | -33/+42 |
| * | Add support functions to manage cookies | Agnieszka Jaworska | 2021-12-14 | 2 | -0/+30 |
| * | CMake: Use renamed qt6_add_plugin PLUGIN_TYPE option | Alexandru Croitor | 2021-08-12 | 1 | -1/+1 |
| * | Switch to new public QJni APIs | Allan Sandfeld Jensen | 2021-07-09 | 2 | -22/+21 |
| * | Try fixing failure to find qjni_p.h | Allan Sandfeld Jensen | 2021-07-08 | 1 | -0/+1 |
| * | Remove qmake files | Michal Klocek | 2021-06-17 | 1 | -20/+0 |
| * | Add cmake build | Michal Klocek | 2021-06-02 | 1 | -0/+17 |
| * | Android: rename Android's package name for Qt 6 | Assam Boudjelthia | 2021-02-12 | 1 | -1/+1 |
| * | Replace 0 with nullptr | Allan Sandfeld Jensen | 2021-02-02 | 1 | -1/+1 |
| * | Replace Q_DECL_OVERRIDE with override | Allan Sandfeld Jensen | 2021-02-02 | 1 | -21/+21 |
| * | Add ; to Q_UNUSED | Lars Schmertmann | 2020-07-31 | 1 | -18/+18 |
| * | Android: JNI_OnLoad return JNI_VERSION_1_6 instead of JNI_VERSION_1_4 | Assam Boudjelthia | 2020-01-20 | 1 | -2/+2 |
| * | Add QtWebView::WebView::httpUserAgent property | Armin Felder | 2019-05-15 | 2 | -0/+15 |
| * | Make QtWebView plugin based | Christian Stromme | 2018-01-26 | 5 | -0/+621 |