summaryrefslogtreecommitdiffstats
path: root/src/core
Commit message (Expand)AuthorAgeFilesLines
* Remove frame metadata observer (RenderWidgetHostViewQt) on destroyKirill Burtsev2021-02-061-0/+2
* Fix devtools page resource loading as raw data instead of html stringKirill Burtsev2021-02-061-1/+1
* Match Chrome behavior closer with extensionsAllan Sandfeld Jensen2021-02-054-6/+54
* Fix loadFinished signal if page has content but server sends HTTP errorPeter Varga2021-02-054-10/+36
* Remove remains of chrome://flashPeter Varga2021-02-041-4/+0
* Enable chrome://user-actions WebUIPeter Varga2021-02-043-4/+29
* Clean up header includes and forward declarations in corePeter Varga2021-02-0415-176/+31
* Start supporting chrome.resourcesPrivate APISzabolcs David2021-01-263-3/+70
* Add back prefers-color-scheme supportPeter Varga2021-01-261-17/+10
* Remove even more remains of non network service codePeter Varga2021-01-252-5/+0
* Do not set open files limit for linking if not necessaryPeter Varga2021-01-251-2/+4
* Leave room for the null-termination byte when checking remote drive pathMichael BrĂ¼ning2021-01-221-1/+1
* Do not extract download file names from certain url schemesMichael BrĂ¼ning2021-01-221-2/+5
* Support devtools close buttonAllan Sandfeld Jensen2021-01-221-0/+2
* Allow to fallback to default locale for non existent data packsKirill Burtsev2021-01-201-1/+3
* Enable hangout services extensionPeter Varga2021-01-2022-50/+508
* Fix some warningsPeter Varga2021-01-161-1/+1
* Remove configure options that doesn't workAllan Sandfeld Jensen2021-01-151-5/+0
* Quiet log on webrtc usageAllan Sandfeld Jensen2021-01-151-2/+2
* Register PerformanceNode early enoughAllan Sandfeld Jensen2021-01-153-14/+13
* Adaptations for Chromium 87Allan Sandfeld Jensen2021-01-1354-635/+572
* Adaptations for Chromium 86Allan Sandfeld Jensen2021-01-1350-337/+280
* Adaptations for Chromium 85Allan Sandfeld Jensen2021-01-1334-129/+136
* Adaptations for Chromium 84Allan Sandfeld Jensen2021-01-1340-255/+235
* Suppress error pages also for http errors if they are disabledKirill Burtsev2021-01-061-6/+4
* Fix crash on linkedin.comAllan Sandfeld Jensen2021-01-051-0/+3
* Migrate render_view_observer_qt to mojoMichal Klocek2020-12-1111-130/+152
* Cache mojo interface bindings for WebChannelIPCTransportMichal Klocek2020-12-114-16/+49
* Cache mojo interface bindings to UserResourceControllerRenderFrameMichal Klocek2020-12-112-30/+40
* Remove RenderViewObserverHelper from UserResourceControllerMichal Klocek2020-12-113-72/+35
* Minor. RenderThreadObserverQt is really a RenderConfigurationMichal Klocek2020-12-116-30/+34
* Minor. Fix namespace for user resource controllerMichal Klocek2020-12-113-5/+9
* Fix crashes in user resource controller when single processMichal Klocek2020-12-115-32/+52
* Migrate user script IPC to mojoMichal Klocek2020-12-1112-241/+156
* Stabilize load signals emittingTamas Zakor2020-12-032-15/+42
* Fix handling of more than one finger for touch eventKirill Burtsev2020-12-021-27/+51
* Forward modifier flags for lock keysPeter Varga2020-12-021-1/+25
* Set custom headers from QWebEngineUrlRequestInfo before triggering redirectKirill Burtsev2020-12-011-14/+13
* Touch handling: fix mapped ids cleanup for TouchCancel eventKirill Burtsev2020-11-282-25/+26
* Touch handling: provide id mapping without modifying TouchPoint instanceKirill Burtsev2020-11-282-40/+37
* Look for resources in macOS standard Resources dirKeith Kyzivat2020-11-251-0/+2
* Merge remote-tracking branch 'origin/5.15.2' into 5.15Allan Sandfeld Jensen2020-11-243-15/+14
|\
| * Fix opengl headers inclusion issuesv5.15.2Michal Klocek2020-11-091-12/+2
| * Do not set audio device for desktop capture if audio loopback is unsupportedPeter Varga2020-11-032-3/+12
* | Fix rare duplicate ids forming in touch point id's mappingKirill Burtsev2020-11-181-1/+7
* | Fix getDefaultScreenId on X11Peter Varga2020-11-101-14/+64
* | Fix new view request handlingTamas Zakor2020-11-102-4/+7
|/
* Handle non-ascii names for pulseaudioAllan Sandfeld Jensen2020-10-202-2/+3
* Warn about QtWebengineProcess launching from network shareTamas Zakor2020-10-092-1/+37
* Optimize WebEngineSettings::testAttributeAllan Sandfeld Jensen2020-10-061-8/+11