[Webkit-unassigned] [Bug 115210] support newer NPAPI so Lightspark will load

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Feb 24 06:32:08 PST 2014


https://bugs.webkit.org/show_bug.cgi?id=115210


tomskside at gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |tomskside at gmail.com




--- Comment #5 from tomskside at gmail.com  2014-02-24 06:29:16 PST ---
I think I can take this one to work (I have solid experience with NPAPI plug-ins development). first off, let's clarify several questions : 
1. is it necessary to fix only on WebKit side or ion Lightspark side or both?
2. for WebKit, basically it requires to upgrade WebKit from NP_VERSION_MINOR=24 to NP_VERSION_MINOR =27, that means to adding several API functions : - https://wiki.mozilla.org/NPAPI:AdvancedKeyHandling (NPN_HandleEvent, NPN_UnfocusInstance) - https://wiki.mozilla.org/NPAPI:HTTPRedirectHandling (NPP_URLRedirectNotify) since main goal is to get lightspark running in WebKitGTK, and none of these new APIs are actually in use by lightspark, and finally NPAPI negotiation allows to safely pass NULL or stubs, is it enough to just implement stubs in WebKit, or is it necessary to complete real implementations?

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list