flexxui / webruntime

Launch HTML5 apps in the browser or a desktop-like runtime.
http://webruntime.readthedocs.io
BSD 2-Clause "Simplified" License
43 stars 10 forks source link

Fix webruntime for modern Firefox versions. #15

Closed emilio closed 4 years ago

emilio commented 4 years ago

See each individual commit for details.

FWIW, newer versions of Firefox have the site-specific browser feature, which will be a better fit and much easier to maintain for you, without having to rely on Firefox internals (this is partially Firefox's fault for not having proper embedding APIs!). But I think there's still work ongoing on that, so I haven't made use of it for now.

Instead, do a minor tweak to the existing setup that makes it work in more modern Firefox versions.

almarklein commented 4 years ago

Wow, thanks for this!

I should defenetely check out that new API. Thanks for the heads-up!

thewhaleking commented 4 years ago

This fixed my issue with Flexx. Any planned timeline on a new PyPI release containing this?

almarklein commented 4 years ago

I plan to do a release next week.

almarklein commented 4 years ago

release done today