summaryrefslogtreecommitdiffstats
path: root/src/webenginequick/doc/src/qtwebengine-features.qdoc
Commit message (Collapse)AuthorAgeFilesLines
* Move the rest of the super module documentation to core moduleAllan Sandfeld Jensen2021-08-191-683/+0
| | | | | | | | Previously parts were moved, but these were left behind in the quick module. Pick-to: 6.2 Change-Id: Icef469e14d073170ec5b2296048874d2b7439385 Reviewed-by: Kirill Burtsev <[email protected]>
* Add API for favicon databasePeter Varga2021-06-181-0/+39
| | | | | | | | | | | | [ChangeLog][QtWebEngineCore][QWebEngineProfile] Add new API to access icon database asynchronously. [ChangeLog][QtWebEngineQuick] image:/favicon/ URLs now can be used to access icon database. Pick-to: 6.2 Task-number: QTBUG-51184 Change-Id: I6096ad9a4210670ed59458c4fa099a02595e8a1e Reviewed-by: Allan Sandfeld Jensen <[email protected]>
* Fix 'WebEngine' ambiguity for Qt6Michal Klocek2021-04-131-0/+644
'WebEngine' is a qml module, however name itself is ambiguous. Thefore now with Qt6 and with cmake port name the module as WebEngineQuick. Change-Id: I948672dd5d389a01c6a31ec871459164fd989c0f Reviewed-by: Allan Sandfeld Jensen <[email protected]>