summaryrefslogtreecommitdiff
path: root/chromium/qtwebengine/browser/extensions
Commit message (Collapse)AuthorAgeFilesLines
* FIXUP: Fix navigation when clicking on links in a PDFAllan Sandfeld Jensen2021-12-061-0/+1
| | | | | | | Also add in chrome buildflags. Change-Id: I1e8b999beefeb2822d80845501518b72d99b4425 Reviewed-by: Michal Klocek <michal.klocek@qt.io>
* FIXUP: Fix navigation when clicking on links in a PDFAllan Sandfeld Jensen2021-12-011-0/+4
| | | | | | | Speculative fix for racy compilation breaking. Change-Id: I7493d3af5d63ea52530445a4dab9fec8b2c3aefa Reviewed-by: Michael BrĂ¼ning <michael.bruning@qt.io>
* FIXUP: Add minimal webrtcdesktopcapture api for hangout services extensionPeter Varga2021-11-181-5/+6
| | | | | Change-Id: I1fe671315ab87da8b77c2c3cb5af12ea0f699150 Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
* FIXUP: Fix navigation when clicking on links in a PDFPeter Varga2021-11-181-0/+1
| | | | | Change-Id: I746434d98059815bc2523ae434435c749f7c889d Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
* Fix navigation when clicking on links in a PDFSzabolcs David2021-11-113-0/+311
| | | | | | | | | | 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 David2021-11-113-0/+171
| | | | | | | | | | | | 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 Varga2021-11-113-0/+349
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>