summaryrefslogtreecommitdiffstats
path: root/src/core
Commit message (Expand)AuthorAgeFilesLines
* Add environment variables to specify resources and locales locationsPeter Varga2022-08-102-45/+122
* Add constructor to WebKeyboardEventMartin Negyokru2022-08-101-9/+12
* Fix -no-opengl build on WindowsPeter Varga2022-08-091-0/+4
* Make QWebEngineFileSystemAccessRequest comparisons hidden friendsAllan Sandfeld Jensen2022-08-092-16/+12
* Switch QWebEngineFileSystemAccessRequest to std::shared_ptrAllan Sandfeld Jensen2022-08-093-10/+7
* Disable accessibility for guest viewsPeter Varga2022-08-091-0/+17
* Adaptations for Chromium 102Allan Sandfeld Jensen2022-08-0657-259/+274
* Adaptations for Chromium 100Allan Sandfeld Jensen2022-08-0658-254/+275
* Inline move assign and add swapAllan Sandfeld Jensen2022-07-132-3/+3
* Use SPDX license identifiersLucie Gérard2022-07-0813-285/+28
* Doc: Do not advertise Qt module includeKai Köhne2022-07-083-15/+0
* Fix build on Mac with native spellchecking enabledSzabolcs David2022-06-281-1/+1
* Fix method checkAllan Sandfeld Jensen2022-06-241-1/+1
* Adapt FaviconDriverQt to Chromium 98Peter Varga2022-06-242-58/+128
* Various clean-upsPeter Varga2022-06-2445-147/+68
* Use SPDX license identifiersLucie Gérard2022-06-23374-14025/+751
* Remove widget from QWebEnginePagePrivateAllan Sandfeld Jensen2022-06-222-7/+5
* Cleanup item delegate logicAllan Sandfeld Jensen2022-06-221-4/+0
* Minor. Remove superfluous checkMichal Klocek2022-06-211-4/+0
* Update docs and do not recommend to use msys2 or cygwinMichal Klocek2022-06-211-0/+2
* Fix assert on devtoolsAllan Sandfeld Jensen2022-06-201-0/+1
* Support HTML5 <datalist> elementPeter Varga2022-06-2014-1/+670
* Find modern Chrome, Chromium and Firefox CDM modulesAllan Sandfeld Jensen2022-06-201-5/+49
* Fix accessibility bounds with HighDPI scaling modesAllan Sandfeld Jensen2022-06-161-0/+2
* Protect against default profile being deleted before its pagesAllan Sandfeld Jensen2022-06-143-3/+11
* Update ChromiumAllan Sandfeld Jensen2022-06-133-0/+13
* Apply url request interceptor on websocket connect as wellAllan Sandfeld Jensen2022-06-124-0/+83
* Fix printing/no-printing buildsMichal Klocek2022-06-112-1/+6
* Do not reset favicon for same document navigationsPeter Varga2022-06-111-4/+4
* Switch from QT_NO macros to feature checksAllan Sandfeld Jensen2022-06-105-19/+19
* Create a RWHV delegate in coreAllan Sandfeld Jensen2022-06-108-53/+627
* Fix build without openglAllan Sandfeld Jensen2022-06-091-1/+1
* Include moc filesAllan Sandfeld Jensen2022-05-3118-0/+36
* Fix PluginServiceFilterQt::IsPluginAvailable()Szabolcs David2022-05-303-21/+21
* Implement File System Access permission APISzabolcs David2022-05-2622-0/+1844
* Fix local->remote user navigationAllan Sandfeld Jensen2022-05-251-3/+16
* Doc: Use find_package(Qt6 REQUIRED COMPONENTS ...) idiomKai Köhne2022-05-161-1/+1
* Refactor custom handlersAllan Sandfeld Jensen2022-05-1512-14/+360
* Keep page's zoom level on loading new urlsKirill Burtsev2022-05-154-2/+17
* Fix software backend detectionAllan Sandfeld Jensen2022-05-141-1/+21
* Add NavigateOnDrop settingsAllan Sandfeld Jensen2022-05-133-3/+9
* Fix touch input for widget's delegate for html popupKirill Burtsev2022-05-121-6/+0
* QtWebEngine: replace qSwap with member-swap where possibleMarc Mutz2022-05-113-3/+3
* Doc: Update Platform NotesKai Köhne2022-05-111-4/+3
* Fix sandbox on framework buildsMichal Klocek2022-05-093-10/+22
* Find CUPS for printing on LinuxAllan Sandfeld Jensen2022-05-061-1/+2
* Quick: Add support for replacing touch handles with delegatesBalazs Egedi2022-05-0411-58/+90
* Clean up documentationAllan Sandfeld Jensen2022-05-033-8/+9
* Fix leak if loader error is seen firstAllan Sandfeld Jensen2022-05-031-1/+6
* Fix read-after-free on EGL extensionsAllan Sandfeld Jensen2022-05-024-16/+16