summaryrefslogtreecommitdiffstats
path: root/src/core
Commit message (Expand)AuthorAgeFilesLines
* Fix clang-cl buildsAllan Sandfeld Jensen2021-06-181-3/+10
* Switch QWebEngineCallbacks in QWebEnginePage to std::functionAllan Sandfeld Jensen2021-06-183-31/+52
* Clean up header includes and friend classes in corePeter Varga2021-06-176-55/+29
* Fix QWebEngineQuick namespace for webenginequick moduleMichal Klocek2021-06-155-8/+8
* Add spellchecker support and qwebengine_covert_dict to cmakeMichal Klocek2021-06-155-26/+305
* Clean up runAlways targetMichal Klocek2021-06-151-3/+5
* Enable native arm64 builds on macOSMichael BrĂ¼ning2021-06-151-0/+6
* Replace Q_NULLPTR and pointer 0 with nullptrAllan Sandfeld Jensen2021-06-108-11/+11
* Make Proprietary Codecs feature visible in config.summaryPeter Varga2021-06-101-0/+1
* Fix some compiler warningsPeter Varga2021-06-104-21/+23
* Switch QWebEnginePage::findText() to std::functionAllan Sandfeld Jensen2021-06-104-10/+14
* QWebEnginePage: add new 'loading' property and expose QWebEngineLoadingInfoKirill Burtsev2021-06-082-5/+28
* Add WebEngine qdocconf for documentationAllan Sandfeld Jensen2021-06-083-0/+97
* Replace testsupport's QQuickWebEngineErrorPage with isErrorPageAllan Sandfeld Jensen2021-06-068-45/+70
* 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-043-45/+44
* Merge WebEngineHistory's quick implementation into QWebEngineHistoryKirill Burtsev2021-06-045-55/+611
* Replace FaviconManager with Chromium's Favicon ComponentPeter Varga2021-06-0424-684/+1016
* Move QQuickWebEngineNavigationRequest to CoreAllan Sandfeld Jensen2021-06-045-0/+327
* Turn webrtc back on for non-embedded buildsAllan Sandfeld Jensen2021-06-031-2/+2
* Drop printsupport dependency from coreSzabolcs David2021-06-036-231/+40
* Move createWindow to a signalAllan Sandfeld Jensen2021-06-036-42/+465
* Add missing FileSelectionMode enum valueBalazs Egedi2021-05-312-0/+2
* Fix compliation without xcb-glxMichal Klocek2021-05-281-13/+13
* Add support for gn versionMichal Klocek2021-05-281-1/+1
* Fix generating webrtc logging resources with cmakePeter Varga2021-05-271-1/+8
* Add major revision to revisioned symbolsAllan Sandfeld Jensen2021-05-262-3/+3
* Add support for top-level configs and developer buildsAllan Sandfeld Jensen2021-05-252-1/+23
* Add missing dependecies, update shasMichal Klocek2021-05-251-1/+5
* Adapt to new QtPositioning APIPeter Varga2021-05-251-14/+7
* Make handling of certificate errors possible from a signalAllan Sandfeld Jensen2021-05-252-4/+2
* Revert "Look for resources in macOS standard Resources dir"Michal Klocek2021-05-221-2/+0
* Clean headersMichal Klocek2021-05-222-2/+2
* Fix not working ninja multi config on coinMichal Klocek2021-05-221-27/+40
* Add windows to the cmake buildMichal Klocek2021-05-229-47/+125
* Add mac builds to cmakeMichal Klocek2021-05-222-14/+59
* Refactor and create gn targetMichal Klocek2021-05-223-436/+538
* Bump the minimum required cmake version to 3.19Michal Klocek2021-05-221-1/+1
* Add WebEngineWidgets, WebEngineQuick modules cmake buildMichal Klocek2021-05-1916-28/+23
* Add QtWebEngineCore module cmake buildMichal Klocek2021-05-193-18/+247
* Merge remote-tracking branch 'origin/5.15' into devAllan Sandfeld Jensen2021-05-196-5/+92
|\
| * 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-124-0/+83
| * 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-1321-135/+143
|\ \
| * | Merge remote-tracking branch 'origin/5.15' into devAllan Sandfeld Jensen2021-05-1221-135/+143
| |\|
| | * Remove tracking of frame which load error pageKirill Burtsev2021-05-062-14/+1
| | * Fix inconsistent number of load signals and their orderKirill Burtsev2021-05-064-66/+73