Re: NPAPI replacement for those of us who still need system API access
EL <[email protected]> Mon, 12 Oct 2015 15:15:12 -0700 (PDT)
| Newsgroups | gmane.comp.mozilla.devel.plugins |
|---|---|
| Message-ID | <[email protected]> |
Am Montag, 12. Oktober 2015 22:42:04 UTC+2 schrieb Benjamin Smedberg: > 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. Ok thanks. I found out in the mean time that Googles PPAPI provides sandboxed plugins and lets draw windows in the browser. Trusted plugins outside the sandbox are possible, although cumbersome and complicated to load. At least as it seems, according to the documentation here: https://code.google.com/p/ppapi/ I guess I'll try that first. Sadly Mozilla is not interrested in PPAPI, according to the statement here: https://wiki.mozilla.org/NPAPI:Pepper :( -- EL