summaryrefslogtreecommitdiffstats
path: root/src/core/renderer/plugins/plugin_placeholder_qt.h
Commit message (Collapse)AuthorAgeFilesLines
* Fix embedded PDFs when plugins are disabledSzabolcs David2021-04-081-78/+0
| | | | | | | | | | | | | | | | | | Cover all cases from https://pdfobject.com/static - Plugin placeholder is generally broken: displays garbage and crashes on interaction. Fix it and show when PDFs are included by <embed> or <object> tags. - Do not start an automatical download when the disabled PDF plugin was requested by an iframe. Show a clickable placeholder and let the end-users start it manually. - Remove unused class PluginPlaceholderQt Task-number: QTBUG-76314 Change-Id: I01a0c93ab23f54e4272f5aeb30578de0dcf18932 Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
* Add plugin placeholder when ppapi can't be loadedTamas Zakor2020-03-051-0/+78
Task-number: QTBUG-82012 Change-Id: I66f70f879203e8fba585caa472256dde06984a04 Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>