summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix some compiler warningsPeter Varga2021-06-105-23/+25
* Switch QWebEnginePage::findText() to std::functionAllan Sandfeld Jensen2021-06-108-14/+18
* Update ChromiumAllan Sandfeld Jensen2021-06-091-0/+0
* QWebEnginePage: add new 'loading' property and expose QWebEngineLoadingInfoKirill Burtsev2021-06-082-5/+28
* Add WebEngine qdocconf for documentationAllan Sandfeld Jensen2021-06-084-11/+16
* Port to new QML CMake APIFabian Kosmale2021-06-071-2/+6
* Replace testsupport's QQuickWebEngineErrorPage with isErrorPageAllan Sandfeld Jensen2021-06-0614-148/+79
* Transform/Rotate qml popups in the case of multiwindow supportMichal Klocek2021-06-052-10/+58
* Port 626830a7 to cmakeMichal Klocek2021-06-051-0/+1
* Always send phased wheel events beginning with BeganAllan Sandfeld Jensen2021-06-051-1/+1
* Rename WebEngineLoadRequest to WebEngineLoadingInfoKirill Burtsev2021-06-0412-83/+85
* WebEngineView: rename navigationHistory to historyKirill Burtsev2021-06-045-9/+9
* Merge WebEngineHistory's quick implementation into QWebEngineHistoryKirill Burtsev2021-06-0415-664/+540
* Replace FaviconManager with Chromium's Favicon ComponentPeter Varga2021-06-0429-833/+1104
* Move QQuickWebEngineNavigationRequest to CoreAllan Sandfeld Jensen2021-06-049-87/+128
* Turn webrtc back on for non-embedded buildsAllan Sandfeld Jensen2021-06-031-2/+2
* Update ChromiumAllan Sandfeld Jensen2021-06-031-0/+0
* Drop printsupport dependency from coreSzabolcs David2021-06-0310-232/+185
* Move createWindow to a signalAllan Sandfeld Jensen2021-06-0315-269/+476
* Add missing FileSelectionMode enum valueBalazs Egedi2021-05-314-1/+4
* Fix compliation without xcb-glxMichal Klocek2021-05-281-13/+13
* Update ChromiumMichal Klocek2021-05-281-0/+0
* Add support for gn versionMichal Klocek2021-05-282-5/+11
* Use fixed qt_add_resource BASE argumentPeter Varga2021-05-281-0/+3
* Fix generating webrtc logging resources with cmakePeter Varga2021-05-271-1/+8
* Add major revision to revisioned symbolsAllan Sandfeld Jensen2021-05-268-126/+124
* Add support for top-level configs and developer buildsAllan Sandfeld Jensen2021-05-252-1/+23
* Add missing dependecies, update shasMichal Klocek2021-05-253-3/+7
* Adapt to new QtPositioning APIPeter Varga2021-05-251-14/+7
* Make handling of certificate errors possible from a signalAllan Sandfeld Jensen2021-05-254-7/+5
* Switch builds to cmakeMichal Klocek2021-05-221-0/+14
* Revert "Look for resources in macOS standard Resources dir"Michal Klocek2021-05-221-2/+0
* Update ChromiumMichal Klocek2021-05-221-0/+0
* Clean headersMichal Klocek2021-05-224-4/+4
* Fix not working ninja multi config on coinMichal Klocek2021-05-221-27/+40
* Add windows to the cmake buildMichal Klocek2021-05-2214-100/+142
* Add mac builds to cmakeMichal Klocek2021-05-224-18/+84
* Refactor and create gn targetMichal Klocek2021-05-226-445/+557
* Bump the minimum required cmake version to 3.19Michal Klocek2021-05-224-4/+4
* Add WebEngineWidgets, WebEngineQuick modules cmake buildMichal Klocek2021-05-1927-45/+148
* Add QtWebEngineCore module cmake buildMichal Klocek2021-05-195-18/+294
* Merge remote-tracking branch 'origin/5.15' into devAllan Sandfeld Jensen2021-05-197-7/+107
|\
| * Set enumaration root directory for File.webkitRelativePath APIBalazs Egedi2021-05-131-2/+6
| * Fix FilePickerController's path validation for windows and corresponding testsPeter Varga2021-05-121-2/+2
| * Add support for Keyboard.getLayoutMap()Peter Varga2021-05-126-2/+98
| * Follow InProcessGpuThread::Init() on thread priorityAllan Sandfeld Jensen2021-05-101-1/+1
* | Merge "Merge remote-tracking branch 'origin/5.15' into dev"Allan Sandfeld Jensen2021-05-1326-142/+153
|\ \
| * | Merge remote-tracking branch 'origin/5.15' into devAllan Sandfeld Jensen2021-05-1226-142/+153
| |\|
| | * Remove tracking of frame which load error pageKirill Burtsev2021-05-062-14/+1
| | * Fix inconsistent number of load signals and their orderKirill Burtsev2021-05-068-86/+81