[Webkit-unassigned] [Bug 18638] Add support for non X11 unix platforms

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Apr 15 21:20:21 PDT 2012


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


Sriram Neelakandan <sriram.neelakandan at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |sriram.neelakandan at gmail.co
                   |                            |m




--- Comment #7 from Sriram Neelakandan <sriram.neelakandan at gmail.com>  2012-04-15 21:20:22 PST ---
Mozilla has already made some changes along these line to ensure inclusion of X11 headers under MOZ_X11; 

Please see the latest file here on the NPAPI SDK link that i found on the plugin-futures wiki page (https://wiki.mozilla.org/NPAPI#NPAPI_SDK)

The Latest NPAPI Header as per Mozilla's NPAPI SDK
http://code.google.com/p/npapi-sdk/source/browse/trunk/headers/npapi.h

And this dates back to r2 on the Version trunk which already had MOZ_X11 protection flags

http://code.google.com/p/npapi-sdk/source/diff?spec=svn2&r=2&format=side&path=/trunk/headers/npapi.h

Interesting fact is the first version import of the NPAPI header has 
npapi.h:104    #define NP_VERSION_MINOR 27

where as webkit trunk is @
npapi.h:103    #define NP_VERSION_MINOR 24

So is there a policy on how often Webkit updates NPAPI headers ?
Or should i just pull that file from npapi-SDK and submit as a patch for review ?

-- 
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