summaryrefslogtreecommitdiffstats
path: root/chromium/qtwebengine/browser/extensions
Commit message (Collapse)AuthorAgeFilesLines
* Fix navigation when clicking on links in a PDFSzabolcs David2023-11-103-0/+316
| | | | | | | | | | Implement a very limited version of chrome.tabs.update() JavaScript API with only one functionality: navigating the current WebContents when an URL update was requested. Task-number: QTBUG-95282 Change-Id: I9628262ed73aefb2ef53934e724444dd3378a9ad Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
* Implement resourcesPrivate APISzabolcs David2023-11-103-0/+174
| | | | | | | | | | | | This adds several things to PDF viewer: - Fixes zooming issues by providing preset zoom factors - Tooltip translations of the Web UI - Some configuration parameters - Eliminates a lot of errors from console log Task-number: QTBUG-90035 Change-Id: Id096f0daf494fcf19717b539c1fc5c8acd0137be Reviewed-by: Michael BrĂ¼ning <michael.bruning@qt.io>
* Add minimal webrtcdesktopcapture api for hangout services extensionPeter Varga2023-11-103-0/+351
The hangout services extension is required for meet.google.com. The extension is only able to capture the primary screen without audio with this fix. Change-Id: Ic5563ebe4e0b8f1e8bfa83ca0830f180281a1f8c Fixes: QTBUG-85731 Task-number: QTBUG-51185 Task-number: QTBUG-61676 Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io> Enable webrtcLoggingPrivate extension API for hangout extension Change-Id: I8be102e18bba8fca21b76eaec8f0eb5f0aedabde Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>