Re: NPAPI replacement for those of us who still need system API access

Benjamin Smedberg <[email protected]> Mon, 12 Oct 2015 16:41:52 -0400
Newsgroups gmane.comp.mozilla.devel.plugins
Message-ID <[email protected]>

On 10/9/2015 6:01 PM, EL wrote:
> I have a plugin that *needs to* draw native windows in the browser and otherwise interact with the web page. The plugin is sandboxed, runs in a very restrictive and safe context (per default, that can be configured individually by the user).
> I don't care much about platform independence for that use case. It is fine when it runs on windows PC only, because the environment where it is supposed to be used is windows PCs. But I care a lot about accessing native resources (communication with a service on localhost via a proprietary, speed optimized protocol), and I care about drawing a native window inside the current document in the browser, with real time images streamed from the service.
A native window is specifically something we do not intend to allow in 
any form (plugin, extension, etc). If you require that level of 
OS-specific behavior, you should switch to a native application.

--BDS