index
:
delta/qt5/qtwebengine.git
0.9
1.0
5.10
5.10.0
5.10.1
5.11
5.11.0
5.11.1
5.11.2
5.11.3
5.12
5.12.0
5.12.1
5.12.10
5.12.11
5.12.12
5.12.2
5.12.3
5.12.4
5.12.5
5.12.6
5.12.7
5.12.8
5.12.9
5.13
5.13.0
5.13.1
5.13.2
5.14
5.14.0
5.14.1
5.14.2
5.15
5.15.0
5.15.1
5.15.10
5.15.11
5.15.12
5.15.13
5.15.14
5.15.2
5.15.3
5.15.4
5.15.5
5.15.6
5.15.7
5.15.8
5.15.9
5.4
5.4.0
5.4.1
5.4.2
5.5
5.5.0
5.5.1
5.6
5.6.0
5.6.1
5.6.2
5.6.3
5.7
5.7.0
5.7.1
5.8
5.8.0
5.9
5.9.0
5.9.1
5.9.2
5.9.3
5.9.4
5.9.5
5.9.6
5.9.7
5.9.8
6.2
6.2.0
6.2.1
6.2.2
6.2.3
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
baserock/v5.5.1
baserock/v5.6.0
dev
wip/44-based
wip/47-based
wip/qt6
wip/qtpdf
code.qt.io: qt/qtwebengine.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
webenginequick
/
api
/
qquickwebengineview.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Test for presence of local frame in runJavaScript
Allan Sandfeld Jensen
2023-05-16
1
-1
/
+5
*
Add WebEngineView::save() convenience API
Anu Aliyas
2023-04-20
1
-0
/
+7
*
Support LTR and RTL text directions in input fields
Szabolcs David
2023-02-15
1
-0
/
+12
*
Add WebChannelQuick dependency
Michal Klocek
2023-02-15
1
-1
/
+1
*
Fix build with -no-accessibility
Peter Varga
2023-01-09
1
-1
/
+6
*
Remove unused properties from QQuickWebEngineViewPrivate
Peter Varga
2023-01-09
1
-1
/
+0
*
Deprecate Quota Permission Request API
Peter Varga
2022-12-08
1
-7
/
+0
*
Port from container::count() and length() to size() - V4
Marc Mutz
2022-10-11
1
-1
/
+1
*
Fix logic in bindViewAndDelegateItem
Martin Negyokru
2022-10-07
1
-3
/
+9
*
Use SPDX license identifiers
Lucie Gérard
2022-06-22
1
-38
/
+2
*
Cleanup item delegate logic
Allan Sandfeld Jensen
2022-06-22
1
-39
/
+35
*
Support HTML5 <datalist> element
Peter Varga
2022-06-19
1
-0
/
+14
*
Switch from QT_NO macros to feature checks
Allan Sandfeld Jensen
2022-06-10
1
-2
/
+2
*
Create a RWHV delegate in core
Allan Sandfeld Jensen
2022-06-09
1
-81
/
+65
*
Include moc files
Allan Sandfeld Jensen
2022-05-31
1
-0
/
+1
*
Implement File System Access permission API
Szabolcs David
2022-05-26
1
-0
/
+8
*
Keep page's zoom level on loading new urls
Kirill Burtsev
2022-05-15
1
-6
/
+12
*
Cleanup custom touch handles implementation
Michal Klocek
2022-05-10
1
-36
/
+6
*
Quick: Add support for replacing touch handles with delegates
Balazs Egedi
2022-05-04
1
-19
/
+52
*
Fix a few code checker warnings
Allan Sandfeld Jensen
2022-03-30
1
-1
/
+1
*
Fix crash on WebEngine(View|Profile).userScripts.collection get
Kirill Burtsev
2022-02-10
1
-6
/
+28
*
webenginequick: Avoid deprecated QQmlListReference ctor
Fabian Kosmale
2022-01-26
1
-1
/
+2
*
Do not access accessibility from qt post routines
Michal Klocek
2021-11-16
1
-1
/
+5
*
Add onTouchSelectionMenuRequested QML handler
Balazs Egedi
2021-10-26
1
-0
/
+11
*
Fix drag and drop again
Allan Sandfeld Jensen
2021-09-10
1
-4
/
+4
*
Fix handling of new window request
Kirill Burtsev
2021-09-05
1
-12
/
+8
*
Restore enums for QQuickWebEngineView from old-new API classes
Kirill Burtsev
2021-08-26
1
-0
/
+18
*
Rename quick's 'newViewRequested' to 'newWindowRequested'
Kirill Burtsev
2021-08-18
1
-10
/
+10
*
Hide unneeded Quick C++ APIs
Kirill Burtsev
2021-08-17
1
-1
/
+1
*
WebEngineNavigationRequest: add accept/reject and deprecate setAction
Kirill Burtsev
2021-07-21
1
-5
/
+6
*
Get rid of Quick's TestSupport API
Peter Varga
2021-07-20
1
-53
/
+4
*
Clean up quick API
Peter Varga
2021-07-19
1
-44
/
+50
*
Merge UI2DelegatesManager into UIDelegatesManager
Balazs Egedi
2021-07-18
1
-1
/
+1
*
Get rid of private methods of QWebEngineNewWindowRequest
Peter Varga
2021-07-12
1
-4
/
+6
*
Remove outdated QT_VERSION_CHECKs
Allan Sandfeld Jensen
2021-07-09
1
-4
/
+0
*
Restore WebEngineNewViewRequest::openIn method
Allan Sandfeld Jensen
2021-07-06
1
-7
/
+7
*
Remove Quick Controls 1 UIDelegates and introduce UIDelegates test
Balazs Egedi
2021-07-01
1
-22
/
+1
*
Use new qml registration system and new qml cmake api
Michal Klocek
2021-06-23
1
-1
/
+1
*
Add QPageRanges to PDF printing
Allan Sandfeld Jensen
2021-06-22
1
-2
/
+5
*
Clean up header includes and friend classes in core
Peter Varga
2021-06-17
1
-0
/
+1
*
Replace Q_NULLPTR and pointer 0 with nullptr
Allan Sandfeld Jensen
2021-06-10
1
-3
/
+3
*
Replace testsupport's QQuickWebEngineErrorPage with isErrorPage
Allan Sandfeld Jensen
2021-06-06
1
-40
/
+6
*
Rename WebEngineLoadRequest to WebEngineLoadingInfo
Kirill Burtsev
2021-06-04
1
-8
/
+8
*
WebEngineView: rename navigationHistory to history
Kirill Burtsev
2021-06-04
1
-1
/
+1
*
Merge WebEngineHistory's quick implementation into QWebEngineHistory
Kirill Burtsev
2021-06-04
1
-3
/
+5
*
Replace FaviconManager with Chromium's Favicon Component
Peter Varga
2021-06-04
1
-17
/
+14
*
Move QQuickWebEngineNavigationRequest to Core
Allan Sandfeld Jensen
2021-06-04
1
-2
/
+2
*
Move createWindow to a signal
Allan Sandfeld Jensen
2021-06-03
1
-32
/
+42
*
Add WebEngineWidgets, WebEngineQuick modules cmake build
Michal Klocek
2021-05-19
1
-1
/
+1
*
Merge remote-tracking branch 'origin/5.15' into dev
Allan Sandfeld Jensen
2021-05-12
1
-3
/
+1
[next]