summaryrefslogtreecommitdiff
path: root/src/core/api/qwebenginepage.cpp
Commit message (Expand)AuthorAgeFilesLines
* Test for presence of local frame in runJavaScriptAllan Sandfeld Jensen2023-05-161-2/+8
* Better handling of interrupted PDF printingSzabolcs David2023-04-051-0/+5
* QWebEngineUrlResponseInterceptor: Implement new URL response interceptorYigit Akcay2023-03-101-0/+20
* Support LTR and RTL text directions in input fieldsSzabolcs David2023-02-151-0/+12
* Add touchSelectionMenu for widgetsMartin Negyokru2022-12-121-0/+20
* Deprecate Quota Permission Request APIPeter Varga2022-12-081-11/+5
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-071-2/+2
* Add touchHandles for widgetsMartin Negyokru2022-08-291-0/+6
* Various clean-upsPeter Varga2022-06-241-1/+4
* Use SPDX license identifiersLucie Gérard2022-06-221-38/+2
* Remove widget from QWebEnginePagePrivateAllan Sandfeld Jensen2022-06-221-4/+4
* Support HTML5 <datalist> elementPeter Varga2022-06-191-0/+14
* Switch from QT_NO macros to feature checksAllan Sandfeld Jensen2022-06-101-6/+6
* Create a RWHV delegate in coreAllan Sandfeld Jensen2022-06-091-46/+12
* Implement File System Access permission APISzabolcs David2022-05-261-0/+8
* Keep page's zoom level on loading new urlsKirill Burtsev2022-05-151-1/+11
* Fix a few code checker warningsAllan Sandfeld Jensen2022-03-301-1/+1
* Avoid crashing on context free web actionsAllan Sandfeld Jensen2022-03-241-15/+15
* Widgets: Add FileSelectionMode::FileSelectSaveSzabolcs David2022-01-191-0/+1
* Cleanup code and clang build warningsKirill Burtsev2022-01-021-2/+0
* Update documentationAllan Sandfeld Jensen2021-12-071-2/+0
* Fix drag and drop againAllan Sandfeld Jensen2021-09-101-2/+2
* Fix handling of new window requestKirill Burtsev2021-09-051-26/+9
* Update documentation notes for build with WebEngine modulesKirill Burtsev2021-08-171-2/+2
* Return printToPdf to QWebEnginePageAllan Sandfeld Jensen2021-08-091-1/+95
* Add QWebEngineNewWindowRequest::openIn(QWebEnginePage *)Allan Sandfeld Jensen2021-07-211-5/+3
* WebEngineNavigationRequest: add accept/reject and deprecate setActionKirill Burtsev2021-07-211-6/+3
* Bump copyrightsAllan Sandfeld Jensen2021-07-141-1/+1
* Remove one more redundant function definitionAllan Sandfeld Jensen2021-07-141-13/+6
* Update parameters to findText callbackAllan Sandfeld Jensen2021-07-131-2/+2
* Get rid of private methods of QWebEngineNewWindowRequestPeter Varga2021-07-121-4/+5
* Get rid of a few redundant method variantsAllan Sandfeld Jensen2021-07-091-31/+1
* Clean up includes, forward declarations and friends in core apiPeter Varga2021-07-081-4/+0
* Doc: Fix documentation issues for Qt WebEngineTopi Reinio2021-07-011-12/+15
* Add page() and view() back to download-itemAllan Sandfeld Jensen2021-06-211-4/+0
* Add API for favicon databasePeter Varga2021-06-181-4/+5
* Switch QWebEngineCallbacks in QWebEnginePage to std::functionAllan Sandfeld Jensen2021-06-171-24/+46
* Fix some compiler warningsPeter Varga2021-06-101-4/+6
* Replace Q_NULLPTR and pointer 0 with nullptrAllan Sandfeld Jensen2021-06-101-1/+1
* Switch QWebEnginePage::findText() to std::functionAllan Sandfeld Jensen2021-06-101-2/+3
* QWebEnginePage: add new 'loading' property and expose QWebEngineLoadingInfoKirill Burtsev2021-06-081-5/+23
* Replace testsupport's QQuickWebEngineErrorPage with isErrorPageAllan Sandfeld Jensen2021-06-061-16/+5
* Merge WebEngineHistory's quick implementation into QWebEngineHistoryKirill Burtsev2021-06-041-4/+2
* Replace FaviconManager with Chromium's Favicon ComponentPeter Varga2021-06-041-3/+2
* Move QQuickWebEngineNavigationRequest to CoreAllan Sandfeld Jensen2021-06-041-0/+19
* Drop printsupport dependency from coreSzabolcs David2021-06-031-179/+7
* Move createWindow to a signalAllan Sandfeld Jensen2021-06-031-42/+153
* Add missing FileSelectionMode enum valueBalazs Egedi2021-05-311-0/+1
* Make handling of certificate errors possible from a signalAllan Sandfeld Jensen2021-05-251-3/+1
* Merge remote-tracking branch 'origin/5.15' into devAllan Sandfeld Jensen2021-05-121-13/+9