summaryrefslogtreecommitdiffstats
path: root/chromium/qtwebengine/browser/extensions
Commit message (Collapse)AuthorAgeFilesLines
* FIXUP: Add minimal webrtcdesktopcapture api for hangoutPeter Varga2024-05-271-2/+2
| | | | | | Change-Id: Ia7a5094e924b5249d1be593c79f1638f5221d0ba Reviewed-on: https://codereview.qt-project.org/c/qt/qtwebengine-chromium/+/560073 Reviewed-by: Michal Klocek <michal.klocek@qt.io>
* FIXUP: Implement resourcesPrivate APISzabolcs David2024-05-271-3/+3
| | | | | | Change-Id: I858e3721b6bbbc947c250a2744a7983ea6ea3167 Reviewed-on: https://codereview.qt-project.org/c/qt/qtwebengine-chromium/+/560081 Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
* Fix navigation when clicking on links in a PDFSzabolcs David2024-04-303-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 David2024-04-303-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 Varga2024-04-303-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>