You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Initial support for cross-browser Web Extension API (#250)
* Initial support for cross-browser Web Extension API
* Json-GLib is a introduced as a new dependency to read manifest.json
* The README contains a new section to summarize the Web Extension API
* Web extension support is implemented as a Peas plugin
* Web extensions can be built-in, system-wide or user-installed
* The Javascript interface is added to the core GLib.Resource
* Midori.Tab shares a WebKit.UserContentManager per WebKit.WebContext
Fixes: #244
* Only insert loaded web extensions and employ a delay installing the API
Otherwise opening a new window with many extensions would result in
significant delay.
0 commit comments