summaryrefslogtreecommitdiffstats
path: root/src/core
Commit message (Expand)AuthorAgeFilesLines
* Do not call deprecated profile interceptor on ui threadKirill Burtsev2020-09-011-1/+1
* 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
* 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
* Add the cookie filter to URL requestsAllan Sandfeld Jensen2020-07-153-0/+52
* Remove ProxyingRestrictedCookieManagerListenerQtMichal Klocek2020-07-151-39/+1
* Make loading PDF view less racyAllan Sandfeld Jensen2020-07-141-0/+2
* Parse forward and back mouse buttonsAllan Sandfeld Jensen2020-07-132-1/+17
* Remove the lieAllan Sandfeld Jensen2020-07-131-2/+1
* Fix not working egl sync in compositor resource fenceMichal Klocek2020-07-092-6/+8
* Add pipewire detection and supportAllan Sandfeld Jensen2020-07-082-0/+17
* Remove some dead codeAllan Sandfeld Jensen2020-07-062-34/+0
* Create an OpenGL 4.1 CoreProfile on macOS unless requested otherwiseMichael Brüning2020-07-064-0/+143
* Reject permission request with invalid originKirill Burtsev2020-07-031-0/+10
* [macOS] Add utf-8 character set meta tag for HTML clipboard contentMichael Brüning2020-07-031-1/+8
* Set application name based on source application nameAllan Sandfeld Jensen2020-07-022-0/+11
* Avoid empty context menu in PDF viewerSzabolcs David2020-07-021-0/+2
* Replace qgetenv with qEnvironmentVariableAllan Sandfeld Jensen2020-06-304-9/+9
* Fix double click event on flash contentTamas Zakor2020-06-301-0/+3
* Allow force enabling QUICAllan Sandfeld Jensen2020-06-291-1/+4
* Return valid path in Profile::GetPath() for incognito profilesAllan Sandfeld Jensen2020-06-296-20/+27
* Initialize the extension bindings in g_driver_eglRomain Pokrzywka2020-06-251-0/+7
* Fix recentlyAudible signalAllan Sandfeld Jensen2020-06-231-4/+1
* Detect the presence of host node.jsAllan Sandfeld Jensen2020-06-232-0/+21
* Fix compiler warnings in file_picker_controller.cppTamas Zakor2020-06-191-1/+1
* Add some info when project is misconfiguredMichal Klocek2020-06-121-2/+6
* Split errorChecks for webengine and pdfMichal Klocek2020-06-031-10/+18
* Update devtools loadNetworkResource to match latest ChromiumAllan Sandfeld Jensen2020-06-031-5/+21
* Clear previous values from UserScript::parseMetadataHeaderJüri Valdmann2020-05-291-0/+5
* Delete unused methods in UserResourceControllerHostJüri Valdmann2020-05-292-21/+0
* Add missing dependency on quota_internals resourcesAllan Sandfeld Jensen2020-05-291-0/+1
* Move sanitizer to buildtoolsMichal Klocek2020-05-281-20/+0
* Move arm-thumb feature to buildtoolsMichal Klocek2020-05-282-9/+4
* Remove duplicated feature webengine-ozone-x11Michal Klocek2020-05-281-9/+3
* Move pdfium zlib and png configs to buildtoolsMichal Klocek2020-05-281-8/+0
* Split gn args for pdf and webengineMichal Klocek2020-05-285-1/+112
* Fix resource look-up for pdf viewer in Chromium 80Allan Sandfeld Jensen2020-05-251-2/+17
* Fix scrollbar when releasing mouse button outside of window on WindowsPeter Varga2020-05-252-1/+12
* Fix crash on WebContentsDelegateQt::CloseContents()Peter Varga2020-05-251-1/+2
* Fix path validation in FilePickerController::accepted()Tamas Zakor2020-05-201-18/+54