summaryrefslogtreecommitdiffstats
path: root/src/core/api/qwebengineextensioninfo.h
Commit message (Collapse)AuthorAgeFilesLines
* Export qml extension types in webenginequickAllan Sandfeld Jensen2025-08-171-3/+0
| | | | | | | | From API review. Pick-to: 6.10 Change-Id: Ibcdf7780d1c03f601a703b35118d0b439e4df62c Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
* CRA mark src/core/apiMoss Heim2025-08-121-0/+1
| | | | | | | | QUIP: 23 Fixes: QTBUG-138720 Pick-to: 6.10 6.9 6.8 Change-Id: I9c064bef911e36c12553fc6cebb7408fb02bcc0b Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
* QWebEngineExtensionInfo: fix move ctorMartin Negyokru2025-07-301-2/+1
| | | | | | | | | | | | * Make the move ctor inline * Do not export the inlined move ctor based on: 46d1e664f2d100355dfcf2438d775189c4d8c0f7 Found in API-review. Pick-to: 6.10 Change-Id: Ibb31c5b86886a2e29a1a2fb25eeafc433e7bc699 Reviewed-by: Marc Mutz <marc.mutz@qt.io>
* API-review webenginecore fixesAllan Sandfeld Jensen2025-07-271-3/+3
| | | | | | | Pick-to: 6.10 Task-number: QTBUG-137478 Change-Id: I9c419f6e1349aef34237da0cf85cbd4a1968fbc2 Reviewed-by: Marc Mutz <marc.mutz@qt.io>
* Add API for extension managementMartin Negyokru2025-05-291-0/+78
Introduce QWebEngineExtensionManager and QWebEngineExtensionInfo. The manager has methods to load and install Chrome extensions from the filesystem. QWebEngineExtensionInfo provides information about a loaded extension. The current state of our js extension API support is very limited meaning most of the extensions downloaded from Chrome extension store won't work. Adding support for these APIs will be done in followup patches. Fixes: QTBUG-118452 Task-number: QTBUG-61676 Change-Id: I017ad5e8d2ba963afbd2f31ac36fee9451a951bd Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>