| Commit message (Expand) | Author | Age | Files | Lines |
| * | Update dependencies on 'dev' in qt/qtwebviewHEADdev | Qt Submodule Update Bot | 20 hours | 1 | -2/+2 |
| * | Fix runJavaScript test after C++ api merge | Michal Klocek | 6 days | 2 | -26/+9 |
| * | Port Q_ENUMS to Q_ENUM | Ahmad Samir | 6 days | 1 | -1/+2 |
| * | Update dependencies on 'dev' in qt/qtwebview | Qt Submodule Update Bot | 8 days | 1 | -2/+2 |
| * | Update dependencies on 'dev' in qt/qtwebview | Qt Submodule Update Bot | 9 days | 1 | -2/+2 |
| * | Update dependencies on 'dev' in qt/qtwebview | Qt Submodule Update Bot | 12 days | 1 | -2/+2 |
| * | Add runJavascript() to C++ API | Kaloyan Chehlarski | 13 days | 16 | -104/+101 |
| * | Remove Q_SLOTS from backends | Kaloyan Chehlarski | 13 days | 5 | -9/+2 |
| * | Windows: Make updateWindowGeometry() call in initialize() sync | Kaloyan Chehlarski | 13 days | 1 | -3/+1 |
| * | Update dependencies on 'dev' in qt/qtwebview | Qt Submodule Update Bot | 13 days | 1 | -2/+2 |
| * | Clean up and rename QAbstractWebView and QAbstractWebViewSettings | Michal Klocek | 13 days | 22 | -62/+58 |
| * | Clean up and rename qabstractwebview_p.h to qwebview_p.h | Michal Klocek | 13 days | 11 | -12/+11 |
| * | Make QWebView a public class | Kaloyan Chehlarski | 13 days | 3 | -51/+54 |
| * | Make QWebViewLoadRequest a public class | Kaloyan Chehlarski | 13 days | 14 | -107/+115 |
| * | Rename qwebview_p.h qwebviewloadrequest_p.h | Michal Klocek | 13 days | 16 | -25/+28 |
| * | Make QWebViewSettings a public class | Kaloyan Chehlarski | 13 days | 7 | -101/+137 |
| * | Add QQuickView as a backend view for qtwebengine | Michal Klocek | 13 days | 3 | -62/+33 |
| * | Update dependencies on 'dev' in qt/qtwebview | Qt Submodule Update Bot | 2025-11-28 | 1 | -2/+2 |
| * | Cleanup QQuickWebView initialization | Michal Klocek | 2025-11-28 | 8 | -9/+17 |
| * | Darwin: Protect against use after free | Michal Klocek | 2025-11-28 | 1 | -12/+31 |
| * | Emit signals only on public class (pimpl wise) | Michal Klocek | 2025-11-28 | 9 | -169/+99 |
| * | WASM: Replace Quick-exclusive geometry hooks | Kaloyan Chehlarski | 2025-11-28 | 6 | -113/+33 |
| * | Use QWebView as parent window in backends | Michal Klocek | 2025-11-27 | 7 | -7/+35 |
| * | Pass the pointer to QWebView for private counterpart | Michal Klocek | 2025-11-27 | 20 | -31/+34 |
| * | Make QWebView a QWindow | Michal Klocek | 2025-11-27 | 3 | -42/+35 |
| * | Cleanup. Remove null inteface | Michal Klocek | 2025-11-27 | 1 | -58/+1 |
| * | Update dependencies on 'dev' in qt/qtwebview | Qt Submodule Update Bot | 2025-11-26 | 1 | -2/+2 |
| * | Update dependencies on 'dev' in qt/qtwebview | Qt Submodule Update Bot | 2025-11-25 | 1 | -2/+2 |
| * | Update dependencies on 'dev' in qt/qtwebview | Qt Submodule Update Bot | 2025-11-21 | 1 | -2/+2 |
| * | Android: Ensure loadHtml() adds a history entry | Kaloyan Chehlarski | 2025-11-20 | 1 | -1/+2 |
| * | Android: Fix QWebView::url() implementation | Kaloyan Chehlarski | 2025-11-20 | 1 | -0/+22 |
| * | Update dependencies on 'dev' in qt/qtwebview | Qt Submodule Update Bot | 2025-11-19 | 1 | -2/+2 |
| * | Update dependencies on 'dev' in qt/qtwebview | Qt Submodule Update Bot | 2025-11-18 | 1 | -2/+2 |
| * | Update dependencies on 'dev' in qt/qtwebview | Qt Submodule Update Bot | 2025-11-15 | 1 | -2/+2 |
| * | Update dependencies on 'dev' in qt/qtwebview | Qt Submodule Update Bot | 2025-11-14 | 1 | -2/+2 |
| * | Minibrowser: Make sure icons aren't rendered in black | Kaloyan Chehlarski | 2025-11-13 | 1 | -0/+3 |
| * | Update dependencies on 'dev' in qt/qtwebview | Qt Submodule Update Bot | 2025-11-12 | 1 | -2/+2 |
| * | Update dependencies on 'dev' in qt/qtwebview | Qt Submodule Update Bot | 2025-11-12 | 1 | -2/+2 |
| * | Windows: Do not set native window as visible by default | Kaloyan Chehlarski | 2025-11-07 | 1 | -1/+0 |
| * | QT_NO_AS_CONST: rename "QT_NO_AS_CONST" to "QT_NO_QASCONST" | Eren Bursali | 2025-11-06 | 1 | -1/+1 |
| * | Update dependencies on 'dev' in qt/qtwebview | Qt Submodule Update Bot | 2025-11-06 | 1 | -2/+2 |
| * | Update dependencies on 'dev' in qt/qtwebview | Qt Submodule Update Bot | 2025-11-01 | 1 | -2/+2 |
| * | Fix documentation details for Qt Webview on Windows | Morteza Jamshidi | 2025-10-31 | 1 | -1/+5 |
| * | Update dependencies on 'dev' in qt/qtwebview | Qt Submodule Update Bot | 2025-10-31 | 1 | -2/+2 |
| * | Darwin: Return user agent when no custom one is set | Kaloyan Chehlarski | 2025-10-30 | 1 | -1/+1 |
| * | Cleanup. Rename getSettings() to settings() in private classes | Kaloyan Chehlarski | 2025-10-28 | 16 | -26/+25 |
| * | Update dependencies on 'dev' in qt/qtwebview | Qt Submodule Update Bot | 2025-10-28 | 1 | -2/+2 |
| * | Add url() virtual method to private classes | Kaloyan Chehlarski | 2025-10-27 | 12 | -2/+28 |
| * | Update dependencies on 'dev' in qt/qtwebview | Qt Submodule Update Bot | 2025-10-24 | 1 | -2/+2 |
| * | Cleanup. Remove QWebViewInterface class | Michal Klocek | 2025-10-23 | 5 | -65/+4 |