summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.15' into devAllan Sandfeld Jensen2020-09-1486-537/+739
|\
| * Remove duplicate includesAllan Sandfeld Jensen2020-09-121-10/+5
| * Adaptations for Chromium 83Allan Sandfeld Jensen2020-09-0943-221/+254
| * Chromium 81-based adaptationsAllan Sandfeld Jensen2020-09-0961-291/+445
| * Delete old compositor and remove --disable-viz-display-compositorJüri Valdmann2020-09-0921-3444/+75
| * Merge remote-tracking branch 'origin/5.15.1' into 5.15Allan Sandfeld Jensen2020-09-073-4/+7
| |\
| | * Update ChromiumAllan Sandfeld Jensen2020-09-011-0/+0
| | * Do not call deprecated profile interceptor on ui threadKirill Burtsev2020-09-011-1/+1
| | * Update ChromiumMichal Klocek2020-08-311-0/+0
| | * Do not use rsp file when static linkingMichal Klocek2020-08-311-3/+6
| * | Don't send duplicate load progress valuesKirill Burtsev2020-08-311-4/+8
* | | Reuse qwebenginesettings from core in qmlMichal Klocek2020-09-1122-476/+338
* | | Merge "Merge remote-tracking branch 'origin/5.15' into dev"Allan Sandfeld Jensen2020-09-0716-17/+30
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.15' into devAllan Sandfeld Jensen2020-09-0716-17/+30
| |\| |
| | * | Fix ScopedGLContextChecker with QTWEBENGINE_DISABLE_GPU_THREAD=1Jüri Valdmann2020-08-264-15/+18
| | * | Ignore QQuickWebEngineNewViewRequest if it is unhandledTamas Zakor2020-08-253-0/+6
| | |/
| | * Do not let Blink advertise web speech apiAllan Sandfeld Jensen2020-08-191-0/+3
| | * Enable H264 for WebRTC when using proprietary codecsAllan Sandfeld Jensen2020-08-181-0/+3
| | * Update ChromiumAllan Sandfeld Jensen2020-08-181-0/+0
| | * Fix suggest-override warningsAllan Sandfeld Jensen2020-08-186-10/+10
| | * Update ChromiumJüri Valdmann2020-08-141-0/+0
| | * Fix swap condition in DisplayGLOutputSurface::updatePaintNodeJüri Valdmann2020-08-141-1/+1
| | * Update ChromiumMichael Brüning2020-08-121-0/+0
| | * Disable WebComponentsV0Allan Sandfeld Jensen2020-08-101-3/+1
| | * Detect the combination of audio and video from getDisplayMedia APIAllan Sandfeld Jensen2020-08-071-0/+4
| | * Update ChromiumAllan Sandfeld Jensen2020-08-051-0/+0
| | * Re-enable client certificate handling when Qt is build without SSLAllan Sandfeld Jensen2020-08-041-1/+1
| | * Update ChromiumMichael Brüning2020-08-031-0/+0
| | * Do not turn web auth offAllan Sandfeld Jensen2020-07-303-3/+1
* | | Move qwebenginesettings to coreMichal Klocek2020-09-025-7/+7
* | | Remove default qwebenginesettings getterMichal Klocek2020-09-023-23/+4
* | | Remove usage of QObjectPrivate from pdf apisMichal Klocek2020-09-024-109/+67
* | | Add missing const ref to certificateError in qmlMichal Klocek2020-09-021-1/+1
|/ /
* | Remove QT_NO_SSL checksMichal Klocek2020-08-287-29/+3
* | Remove duplicated enums for certificate errorsMichal Klocek2020-08-284-97/+55
* | Improve QWebEngineCertificateError apiMichal Klocek2020-08-286-48/+23
* | Rename QWebEngineDownloadItem -> QWebEngineDownloadRequestMichal Klocek2020-08-1814-298/+267
* | Remove obsolete, deprecated api from qwebenginedownloaditemMichal Klocek2020-08-1810-204/+8
* | Fix compilation after 4e400369 in baseMichal Klocek2020-08-181-5/+5
* | Update dependencies on 'dev' in qtwebengineAllan Sandfeld Jensen2020-08-181-1/+1
* | Move QWebEngineDownloadItem to QtWebEngineCoreMichal Klocek2020-08-1716-1242/+531
* | Cleanup namespace issues in coreMichal Klocek2020-08-1421-69/+79
* | Move WebEngineCertificateError docs to own fileMichal Klocek2020-08-142-106/+133
* | Simplify WebEngineCertificateErrorMichal Klocek2020-08-1413-158/+73
* | Move QWebEngineCertificateError to core and use it in QMLJüri Valdmann2020-08-1419-546/+245
* | Unify certificate error handlingMichal Klocek2020-08-143-17/+9
* | Fix almost all deprecation warningsJüri Valdmann2020-08-1315-49/+54
* | Split docs in webengine qmlMichal Klocek2020-08-124-141/+222
* | Fix api unfilteredLinkUrl -> linkUrlMichal Klocek2020-08-125-10/+10
* | Merge all webenginecontextmenudata wrappers into one classMichal Klocek2020-08-1227-1425/+1012