summaryrefslogtreecommitdiffstats
path: root/src/webenginewidgets
Commit message (Expand)AuthorAgeFilesLines
* Fix initialization of QWebEngineDownloadItem::totalBytes for WidgetsPeter Varga2023-03-062-1/+2
* Add workaround for un-minimizing QWebEngineView under GnomePeter Varga2022-08-161-0/+4
* Do not use the native dialog to show the color picker on macOSMichael Brüning2022-06-211-0/+4
* Fix top level build with no widgetMichal Klocek2022-06-131-1/+1
* Fix touch input for widget's delegate for html popupKirill Burtsev2022-06-011-0/+20
* Keep page's zoom level on loading new urlsKirill Burtsev2022-06-012-1/+12
* Update documentationAllan Sandfeld Jensen2021-12-151-2/+0
* Do not access accessibility from qt post routinesMichal Klocek2021-11-251-1/+4
* Block CORS from local URLs when remote access is not enabledAllan Sandfeld Jensen2021-10-131-7/+6
* Fix inconsistent number of load signals and their orderKirill Burtsev2021-05-062-15/+6
* Doc: Add a note about navigation within a page to a fragmentKirill Burtsev2021-05-061-0/+6
* Docs: Suggest to use higher DPI for printingSzabolcs David2021-04-211-0/+4
* Only disconnect QWebEnginePage signals that QWebEngineView connectedMichael Brüning2021-03-111-1/+9
* Remove more leftovers of the old compositorAllan Sandfeld Jensen2021-02-082-14/+0
* Fix loadFinished signal if page has content but server sends HTTP errorPeter Varga2021-02-052-5/+6
* Adaptations for Chromium 86Allan Sandfeld Jensen2021-01-131-1/+1
* Adaptations for Chromium 85Allan Sandfeld Jensen2021-01-131-2/+9
* Suppress error pages also for http errors if they are disabledKirill Burtsev2021-01-061-1/+0
* Fix new view request handlingTamas Zakor2020-11-101-0/+5
* Fix suggest-override warningsAllan Sandfeld Jensen2020-08-181-1/+1
* Fix incorrect doc for acceptNavigationRequest and add testJüri Valdmann2020-07-221-5/+4
* Delete unused function editorActionForKeyEventJüri Valdmann2020-05-252-23/+0
* Add support for clearing the feature requestAllan Sandfeld Jensen2020-05-201-7/+23
* Switch away from QT_NO_OPENGLAllan Sandfeld Jensen2020-05-112-4/+4
* Document early feature reply for NotificationAllan Sandfeld Jensen2020-05-051-3/+4
* Revive Pointer Lock featureSzabolcs David2020-05-041-2/+2
* Merge remote-tracking branch 'origin/5.15.0' into 5.15Allan Sandfeld Jensen2020-04-304-25/+20
|\
| * Restore behavior of OpenURLFromTab if createWindow returns thisJüri Valdmann2020-04-262-3/+14
| * Fix crash if createWindow returns this for AddNewContentsJüri Valdmann2020-04-262-22/+0
| * Forward unhandled scroll eventsAllan Sandfeld Jensen2020-04-222-1/+7
* | Fix missing QWebEnginePage::audioMutedChanged signalJüri Valdmann2020-04-291-2/+4
|/
* Move request interceptor to ui threadMichal Klocek2020-04-203-19/+2
* Join some features request and response functionsAllan Sandfeld Jensen2020-04-152-14/+21
* Merge "Merge remote-tracking branch 'origin/5.14' into 5.15"Allan Sandfeld Jensen2020-04-142-6/+19
|\
| * Merge remote-tracking branch 'origin/5.14' into 5.15Allan Sandfeld Jensen2020-04-102-6/+19
| |\
| | * Avoid HTML encodings in default JS QMessageBox'es5.14Allan Sandfeld Jensen2020-04-081-3/+14
| | * Doc: Fix docs for playbackRequiresUserGesture WebEngine settingLeena Miettinen2020-04-021-3/+5
* | | Fix builds against Qt 5.12v5.15.0-beta4Allan Sandfeld Jensen2020-04-101-0/+7
|/ /
* | Adaptations for Chromium 80Allan Sandfeld Jensen2020-04-072-0/+4
* | Merge remote-tracking branch 'origin/5.14' into 5.15Allan Sandfeld Jensen2020-03-035-5/+39
|\|
| * Invalidate accessible interfaces on destruction of view or pagePeter Varga2020-02-275-5/+39
* | Adaptations for Chromium 78Allan Sandfeld Jensen2020-02-281-2/+1
* | Merge remote-tracking branch 'origin/5.14' into 5.15Allan Sandfeld Jensen2020-02-271-4/+3
|\|
| * Fix docs for page url request interceptorsMichal Klocek2020-02-211-4/+3
* | Merge remote-tracking branch 'origin/5.14' into 5.15Jüri Valdmann2020-02-034-4/+64
|\|
| * Fix widget accessibility on macOSPeter Varga2020-01-244-4/+64
* | Add getter/signal to get the render process PIDFlorian Bruhin2020-02-013-0/+31
* | Fix deprecation warningsKirill Burtsev2020-01-191-2/+2
|/
* Rework url changed logicMichal Klocek2020-01-142-9/+13
* Fix Q(Quick)WebEngineDownloadItem::setDownloadDirectory()Tamas Zakor2019-12-182-5/+10