On Tue, Jun 16, 2015 at 12:28 PM, Paul Rouget <[email protected]> wrote:
> The goal is to build a browser in HTML. Not to run a browser in > current Firefox Desktop or in Chrome. > Ok. Are you also aiming to remove the dependency on XPCOM (i.e. Components)? In that case it seems reasonable to swap out the System Principal for a privilege called "UniversalXSS" - just make sure it's clear that that's what it does. ;-) Also, the eval API should almost certainly be asynchronous, right? _______________________________________________ dev-platform mailing list [email protected] https://lists.mozilla.org/listinfo/dev-platform

