index
:
qt/qtwebview.git
5.10
5.11
5.12
5.13
5.14
5.15
5.4
5.5
5.6
5.7
5.8
5.9
6.10
6.10.0
6.10.1
6.10.2
6.10.3
6.11
6.11.0
6.11.1
6.2
6.2.0
6.2.4
6.3
6.4
6.4.0
6.4.1
6.4.2
6.4.3
6.5
6.5.0
6.5.1
6.5.2
6.5.3
6.6
6.6.0
6.6.1
6.6.2
6.6.3
6.7
6.7.0
6.7.1
6.7.2
6.7.3
6.8
6.8.0
6.8.1
6.8.2
6.8.3
6.9
6.9.0
6.9.1
6.9.2
6.9.3
dev
Qt Web View
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Block setCookie() calls with empty domain or name
HEAD
dev
Kaloyan Chehlarski
20 hours
2
-1
/
+16
*
Tests: Add Quick runJavaScript test
Kaloyan Chehlarski
20 hours
1
-0
/
+11
*
Tests: Rewrite Quick tests in QML
Kaloyan Chehlarski
21 hours
15
-766
/
+391
*
Change override of WebViewClient.onReceivedError
Mate Barany
8 days
1
-5
/
+8
*
Change override of WebViewClient.shouldOverrideUrlLoading
Mate Barany
9 days
1
-3
/
+4
*
Remove call to deprecated method setPluginState()
Mate Barany
10 days
1
-1
/
+0
*
Remove deprecated method removeExpiredCookie()
Mate Barany
10 days
1
-1
/
+0
*
Add CONTRIBUTING.md file
Kai Köhne
2026-04-22
3
-2
/
+15
*
Android, Darwin: Actually emit urlChanged signals
Kaloyan Chehlarski
2026-04-21
3
-2
/
+8
*
Update dependencies on 'dev' in qt/qtwebview
Qt Submodule Update Bot
2026-04-21
1
-2
/
+2
*
darwin: Remove obsolete version checks for macOS/iOS
Vladimir Belyavsky
2026-04-15
1
-35
/
+3
*
CMake: add cmake specific .gitignore
Assam Boudjelthia
2026-04-14
1
-0
/
+12
*
Enable strict mode 6.11 in qtwebview
Kaloyan Chehlarski
2026-04-14
1
-3
/
+1
*
Android: add missing version number to Android JAR
Assam Boudjelthia
2026-04-07
2
-4
/
+3
*
Update dependencies on 'dev' in qt/qtwebview
Qt Submodule Update Bot
2026-03-30
1
-2
/
+2
*
Update dependencies on 'dev' in qt/qtwebview
Qt Submodule Update Bot
2026-03-27
1
-2
/
+2
*
Update dependencies on 'dev' in qt/qtwebview
Qt Submodule Update Bot
2026-03-26
1
-2
/
+2
*
Update dependencies on 'dev' in qt/qtwebview
Qt Submodule Update Bot
2026-03-24
1
-2
/
+2
*
Update dependencies on 'dev' in qt/qtwebview
Qt Submodule Update Bot
2026-03-19
1
-2
/
+2
*
Update dependencies on 'dev' in qt/qtwebview
Qt Submodule Update Bot
2026-03-17
1
-2
/
+2
*
Update dependencies on 'dev' in qt/qtwebview
Qt Submodule Update Bot
2026-03-13
1
-2
/
+2
*
Update dependencies on 'dev' in qt/qtwebview
Qt Submodule Update Bot
2026-03-12
1
-2
/
+2
*
Doc: Add alternate text for Qt WebView images
Jerome Pasion
2026-03-11
2
-1
/
+4
*
configure: Add missing qt_cmdline.cmake chain entries
Joerg Bornemann
2026-03-11
1
-0
/
+2
*
Update dependencies on 'dev' in qt/qtwebview
Qt Submodule Update Bot
2026-03-10
1
-2
/
+2
*
Remove Q_GADGET from QWebView2WebView class
Kaloyan Chehlarski
2026-02-18
1
-1
/
+0
*
WebEngine backend: Print warning when calling setAllowFileAccess()
Kaloyan Chehlarski
2026-02-18
1
-0
/
+1
*
WebEngine backend: Make local storage setting functional
Kaloyan Chehlarski
2026-02-18
1
-3
/
+4
*
QWebViewSettings: add magic scoped enum Q_CLASSINFO
Marc Mutz
2026-02-18
1
-0
/
+1
*
QWebViewLoadingInfo: add magic scoped enum Q_CLASSINFO
Marc Mutz
2026-02-18
1
-0
/
+1
*
QWebView: mark private ctor as explicit
Marc Mutz
2026-02-18
1
-1
/
+1
*
QWebView: proactively reimplement event()
Marc Mutz
2026-02-18
2
-0
/
+9
*
Disable QWebViewSettings copying
Marc Mutz
2026-02-18
1
-0
/
+1
*
QWebViewSettings: Use Non-virtual Interface pattern
Marc Mutz
2026-02-18
13
-29
/
+42
*
QWebViewSettings: Remove unnecessary Q_GADGET declarations
Kaloyan Chehlarski
2026-02-18
7
-7
/
+0
*
Manually update webengine dependency to unblock CI
Marc Mutz
2026-02-17
1
-1
/
+1
*
Http user agent string API review cleanup
Allan Sandfeld Jensen
2026-02-14
7
-19
/
+20
*
QWebView: make setUrl() a slot
Marc Mutz
2026-02-13
1
-1
/
+1
*
WebViewBrowser: Add keyboard shortcuts to actions
Kaloyan Chehlarski
2026-02-13
1
-0
/
+6
*
WebViewBrowser: Put progress bar above web content
Kaloyan Chehlarski
2026-02-13
1
-4
/
+12
*
Add settings to C++ example
Kaloyan Chehlarski
2026-02-13
2
-0
/
+47
*
QWebViewSettings: Remove d-ptr and make [const/dest]ructor private
Kaloyan Chehlarski
2026-02-12
14
-57
/
+46
*
Update dependencies on 'dev' in qt/qtwebview
Qt Submodule Update Bot
2026-02-11
1
-2
/
+2
*
Android: Add extern "C" to JNI_OnLoad to prevent name mangling
Assam Boudjelthia
2026-02-10
1
-1
/
+1
*
Remove canGoForward/Back properties
Moss Heim
2026-02-09
2
-6
/
+2
*
Docs: Fix broken link
Moss Heim
2026-02-09
1
-1
/
+1
*
Make invokables slots
Allan Sandfeld Jensen
2026-02-04
1
-9
/
+9
*
Add C++ example
Kaloyan Chehlarski
2026-02-04
10
-0
/
+225
*
Update dependencies on 'dev' in qt/qtwebview
Qt Submodule Update Bot
2026-02-04
1
-2
/
+2
*
Specify underlying type for QWebViewSettings::WebAttribute
Kaloyan Chehlarski
2026-02-03
1
-1
/
+1
[next]