summaryrefslogtreecommitdiff
path: root/src/core
Commit message (Expand)AuthorAgeFilesLines
* Add a clarification of GPL usageAllan Sandfeld Jensen2023-05-171-0/+4
* Update documentation for QWebEngineUrlScheme::FetchApiAllowedYigit Akcay2023-05-161-2/+3
* Test for presence of local frame in runJavaScriptAllan Sandfeld Jensen2023-05-162-2/+16
* Add system libtiff featureMichal Klocek2023-05-161-0/+4
* Minor clean-up of gn argumentsPeter Varga2023-05-151-3/+1
* Fix "redundant move in initialization" warningPeter Varga2023-05-151-1/+1
* Improve rubber-banding in QT WebEngine PagesAnu Aliyas2023-05-121-0/+20
* Remove unwanted space characters from content-type and character setAnu Aliyas2023-05-111-2/+2
* Disable EyeDropperAPIMartin Negyokru2023-05-091-0/+5
* Fix build race condition between data_dep and WebEngineCore.stampMichal Klocek2023-05-032-3/+26
* Add v8 context snapshot support/featureMichal Klocek2023-05-036-5/+34
* Doc: Remove mention of x86 cross-compilation on WindowsKai Köhne2023-05-031-7/+1
* Add qWebEngineGetDomainAndRegistry()Benjamin Terrier2023-05-023-0/+26
* Fix user script management when subframes are presentAllan Sandfeld Jensen2023-04-301-7/+12
* Allow configuration of DNS-over-HTTPSYigit Akcay2023-04-286-9/+210
* Remove assert on outer web contents in accessibilityMichael Brüning2023-04-251-3/+0
* Fix build with GCC 13Sam James2023-04-241-0/+2
* Add QWebEngineSettings::DisableReadingFromCanvasAnu Aliyas2023-04-243-0/+8
* Use paintRect instead of pageRect when printing to account for marginsYigit Akcay2023-04-201-2/+2
* Support painting to Direct3D11 using ANGLEAllan Sandfeld Jensen2023-04-205-7/+68
* Disable devtools screencast by defaultMartin Negyokru2023-04-191-0/+11
* Update ChromiumMichael Brüning2023-04-191-1/+1
* Add update-chromium target and unify 'Update Chromium' commitsMichal Klocek2023-04-181-0/+8
* Enable accessibility by default on LinuxCarl Schwan2023-04-172-10/+9
* Rework painting integration and support Metal RHI over ANGLEAllan Sandfeld Jensen2023-04-1217-114/+731
* Better handling of interrupted PDF printingSzabolcs David2023-04-052-1/+10
* Adapt to painting cleanupAllan Sandfeld Jensen2023-04-047-46/+31
* Fix building on Windows and macOS with chromium EGLAllan Sandfeld Jensen2023-04-044-57/+34
* Add Windows 11 related note for Geolocation settingsYigit Akcay2023-04-031-0/+6
* Drop perl dependency for third party opusMichal Klocek2023-03-301-0/+7
* Require gn for generating docsMichal Klocek2023-03-301-0/+1
* Minor. Small clean up of qmake leftoversMichal Klocek2023-03-281-288/+0
* Add gn target to code attributions generatorMichal Klocek2023-03-281-13/+12
* Get rid of our sync point managerAllan Sandfeld Jensen2023-03-284-25/+0
* Update initializationAllan Sandfeld Jensen2023-03-281-1/+5
* Use docs target for chromium code attributionsMichal Klocek2023-03-241-1/+1
* Add quotes from removed example to documentationAllan Sandfeld Jensen2023-03-241-0/+14
* Remove webui exampleAllan Sandfeld Jensen2023-03-241-3/+16
* Move custom dialogs example to manual testsMichal Klocek2023-03-221-1/+0
* Move quick minimal example to manual testsMichal Klocek2023-03-221-1/+1
* Doc: Use the new \attribution command in licensing documentationTopi Reinio2023-03-182-2/+4
* Replace Q_OS_WIN guards with BUILDFLAG(IS_WIN)Peter Varga2023-03-161-7/+10
* Fix syncqt include warningPeter Varga2023-03-161-2/+2
* QWebEngineUrlResponseInterceptor: Implement new URL response interceptorYigit Akcay2023-03-1015-4/+388
* Doc: Fix wrong WebEngineCertificateError property nameAndreas Eliasson2023-03-011-1/+1
* Pass system library paths to cmakeMartin Negyokru2023-03-011-2/+2
* Fix cross-compilation with system ffmpegMartin Negyokru2023-03-011-1/+1
* Fix initialization of QWebEngineDownloadRequest::totalBytes for WidgetsPeter Varga2023-03-014-30/+25
* Fix file url in webengine filesystem requestMichal Klocek2023-02-271-1/+1
* Fix use after free in permission grantMichal Klocek2023-02-274-2/+29