summaryrefslogtreecommitdiffstats
path: root/src/core
Commit message (Expand)AuthorAgeFilesLines
* Introduce qml script collection and make webscript as basic typeMichal Klocek2020-09-222-1/+20
* Move QWebEngineFullScreenRequest to coreKirill Burtsev2020-09-153-0/+231
* Merge remote-tracking branch 'origin/5.15' into devAllan Sandfeld Jensen2020-09-1481-522/+713
|\
| * Remove duplicate includesAllan Sandfeld Jensen2020-09-121-10/+5
| * Adaptations for Chromium 83Allan Sandfeld Jensen2020-09-0939-215/+249
| * Chromium 81-based adaptationsAllan Sandfeld Jensen2020-09-0960-285/+430
| * 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-071-1/+1
| |\
| | * Do not call deprecated profile interceptor on ui threadKirill Burtsev2020-09-011-1/+1
| * | Don't send duplicate load progress valuesKirill Burtsev2020-08-311-4/+8
* | | Reuse qwebenginesettings from core in qmlMichal Klocek2020-09-1112-369/+229
* | | Merge "Merge remote-tracking branch 'origin/5.15' into dev"Allan Sandfeld Jensen2020-09-075-6/+13
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.15' into devAllan Sandfeld Jensen2020-09-075-6/+13
| |\| |
| | * | Fix ScopedGLContextChecker with QTWEBENGINE_DISABLE_GPU_THREAD=1Jüri Valdmann2020-08-264-15/+18
| | |/
| | * 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
| | * Fix swap condition in DisplayGLOutputSurface::updatePaintNodeJüri Valdmann2020-08-141-1/+1
| | * Disable WebComponentsV0Allan Sandfeld Jensen2020-08-101-3/+1
| | * Detect the combination of audio and video from getDisplayMedia APIAllan Sandfeld Jensen2020-08-071-0/+4
| | * Re-enable client certificate handling when Qt is build without SSLAllan Sandfeld Jensen2020-08-041-1/+1
| | * Do not turn web auth offAllan Sandfeld Jensen2020-07-301-2/+0
* | | Move qwebenginesettings to coreMichal Klocek2020-09-024-2/+703
|/ /
* | Remove QT_NO_SSL checksMichal Klocek2020-08-283-11/+3
* | Remove duplicated enums for certificate errorsMichal Klocek2020-08-284-97/+55
* | Improve QWebEngineCertificateError apiMichal Klocek2020-08-283-45/+20
* | Rename QWebEngineDownloadItem -> QWebEngineDownloadRequestMichal Klocek2020-08-184-162/+162
* | Remove obsolete, deprecated api from qwebenginedownloaditemMichal Klocek2020-08-187-159/+6
* | Fix compilation after 4e400369 in baseMichal Klocek2020-08-181-5/+5
* | Move QWebEngineDownloadItem to QtWebEngineCoreMichal Klocek2020-08-174-2/+1093
* | Cleanup namespace issues in coreMichal Klocek2020-08-1414-56/+53
* | Simplify WebEngineCertificateErrorMichal Klocek2020-08-149-135/+69
* | Move QWebEngineCertificateError to core and use it in QMLJüri Valdmann2020-08-147-79/+414
* | Fix almost all deprecation warningsJüri Valdmann2020-08-135-30/+30
* | Fix api unfilteredLinkUrl -> linkUrlMichal Klocek2020-08-123-4/+4
* | Merge all webenginecontextmenudata wrappers into one classMichal Klocek2020-08-1211-374/+691
* | Unify ozone platform selection in surfacefactoryqtMichal Klocek2020-08-051-7/+15
* | Minor. Move glImplementation setting related code to one placeMichal Klocek2020-08-051-31/+26
* | Fix not working acceleration on MacMichal Klocek2020-08-053-1/+12
* | Rewrite native context handling for QtShareGLContextMichal Klocek2020-08-054-101/+207
* | Dump info about webenginecontextMichal Klocek2020-08-051-1/+33
* | Rewrite glType detection a bitMichal Klocek2020-08-051-93/+71
* | Move macOS surface format check to initializeMichal Klocek2020-08-041-68/+89
* | Support OpenGL over EGLMichal Klocek2020-07-302-4/+4
* | Merge remote-tracking branch 'origin/5.15' into devMichael Brüning2020-07-2432-173/+342
|\|
| * Convert native scancode on Windows to what Chromium expectsAllan Sandfeld Jensen2020-07-231-1/+8
| * Share linking config between webenginecore and pdfMichal Klocek2020-07-231-53/+4
| * Move webengine-noexecstack to buildtoolsMichal Klocek2020-07-231-10/+0
| * Replace Qt::MidButton with Qt::MiddleButtonEdward Welbourne2020-07-221-3/+3
| * Fix mistake from 78-based adaptationsAllan Sandfeld Jensen2020-07-211-2/+5
| * Disable navigation on back/forward mouse buttons in Qt 5Allan Sandfeld Jensen2020-07-172-0/+10