Re: [NPAPI] Kind of a process question
Benjamin Smedberg <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.plugins |
|---|---|
| Message-ID | <[email protected]> |
On 7/15/2012 7:14 PM, Tomasz Borek wrote: > Hi guys, > > I wondered what are the steps once the API patch suggestion is drafted like > this one here: > > https://wiki.mozilla.org/NPAPI:AdvancedKeyHandling > > The status says it's accepted, ready for implementation and yet page is > last changed in March 2009 (three years ago). It has NPAPI version 25 - > this calls for yet another question - what is current NPAPI version that FF > uses? As you can see from http://code.google.com/p/npapi-sdk/source/browse/trunk/headers/npapi.h this proposal has already been accepted as part of the standard NPAPI headers (the NPN_HandleEvent method is defined). This version of the NPAPI headers are also in the Mozilla code. > > I found little in the subject, but perhaps my queries in the subject were > inefficient. Mozilla's Wiki page about the NPAPI helps little: > > https://wiki.mozilla.org/NPAPI > > It lists the accepted specs, in chronological order, details how to submit > a spec for approval, yet mentions little about what next. I'm not sure what exactly you are asking. Are you planning on writing an NPAPI proposal? If so, those are proposed and discussed on the plugin-futures mailing list, where browser and plugin vendors collaborate on the spec. https://mail.mozilla.org/listinfo/plugin-futures If you are asking about this specific proposal, perhaps you can be more specific about your question? I don't actually know whether Flash has implemented this part of NPAPI. Mozilla does not yet implement this NPAPI feature, we probably wouldn't until/unless Flash decided to, because doing proper QA on plugin features in a vacuum is hard. --BDS