petea / sage

A feed reader for Firefox.
http://sagerss.com
27 stars 8 forks source link

Make sure Sage works in electrolisys (e10s, multiprocess) enabled Firefox. #149

Closed mayhemer closed 7 years ago

mayhemer commented 7 years ago

In particular, the sage:// URIs cannot be referenced from content (running in the content process) because we don't register protocol handlers in content process.

Picking (navigating to) an RSS feed leads to "Address not understood" error. Cause: the protocol handler for sage schema is not found on the process that tries to load that URL.

There are APIs available today in Firefox to register a protocol handler in content processes and also to communicate between content and chrome process.

mayhemer commented 7 years ago

This is duplicate of issue #140.