summaryrefslogtreecommitdiffstats
path: root/src/core
Commit message (Expand)AuthorAgeFilesLines
* Get rid of private methods of QWebEngineNewWindowRequestPeter Varga2021-07-125-44/+94
* Fix Keyboard.getLayoutMap() with cmake buildPeter Varga2021-07-122-8/+8
* Remove outdated QT_VERSION_CHECKsAllan Sandfeld Jensen2021-07-094-27/+0
* Get rid of a few redundant method variantsAllan Sandfeld Jensen2021-07-093-39/+6
* Fix Qt include conventions in public headersFriedemann Kleint2021-07-0913-32/+34
* Clean up includes, forward declarations and friends in core apiPeter Varga2021-07-0819-42/+6
* Doc: Fix documentation issues for Qt WebEngineTopi Reinio2021-07-0715-97/+65
* Remove deprecated useforglobalcertificateverificationPeter Varga2021-07-067-91/+0
* Add arm optimization flags to cmake buildMichal Klocek2021-07-072-5/+45
* Restore WebEngineNewViewRequest::openIn methodAllan Sandfeld Jensen2021-07-062-3/+3
* Fix build with system ICU libraryKirill Burtsev2021-07-021-23/+10
* Cancel favicon requests explicitlyAllan Sandfeld Jensen2021-07-021-0/+1
* Add cross compilation support to cmake buildsMichal Klocek2021-07-024-45/+80
* Remove QRC->file special caseAllan Sandfeld Jensen2021-07-023-22/+1
* Fix docs since 6.0 references for new apisKirill Burtsev2021-07-022-5/+5
* Implement dialogs of File System Access APISzabolcs David2021-07-017-20/+331
* Pass compiler wrapper to GNAllan Sandfeld Jensen2021-06-301-0/+3
* Enable jumbo-builds for windowsAllan Sandfeld Jensen2021-06-301-7/+2
* Add checks for xrandr and xdamageAllan Sandfeld Jensen2021-06-281-0/+7
* Add API for favicon databasePeter Varga2021-06-285-4/+184
* Make default profile off the recordMichal Klocek2021-06-253-6/+2
* Fix crashes on profile clearHttpCacheMichal Klocek2021-06-251-0/+6
* Add sanitizer to cmake buildMichal Klocek2021-06-251-0/+18
* Fix module specified for moved classesAllan Sandfeld Jensen2021-06-244-2/+884
* Try re-enabling sandbox on WindowsAllan Sandfeld Jensen2021-06-241-3/+0
* Fix some translated messagesFriedemann Kleint2021-06-241-1/+5
* Add DisplaySkiaOutputDevice for skia-on-gl renderingJüri Valdmann2021-06-225-3/+391
* Refactor how frame sink id is passed to OutputSurfaceJüri Valdmann2021-06-224-17/+14
* Add QPageRanges to PDF printingAllan Sandfeld Jensen2021-06-224-12/+39
* Add page() and view() back to download-itemAllan Sandfeld Jensen2021-06-224-17/+16
* Remove left-over deprecated API QWebEngineProfile::setRequestInterceptor()Friedemann Kleint2021-06-221-3/+0
* 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