Introduce PluginManager

Authored by broulik on Jul 5 2019, 11:55 AM.

Description

Introduce PluginManager

This adds a dedicated class for loading/unloading and sending data to a plugin rather than doing it all in main().
It also keeps track of the loaded plugins and their supported version which the extension will query again in the future.
It could also potentially handle things like sending a reply to an incoming dataset by storing a reference/identifier to the request etc.

Differential Revision: https://phabricator.kde.org/D22065

Details

Committed
broulikJul 5 2019, 11:55 AM
Differential Revision
D22065: Introduce PluginManager
Parents
R856:b1ea6f2de39a: Use window.postMessage instead of creating a wrapper item
Branches
Unknown
Tags
Unknown