quanken / np-activex

Automatically exported from code.google.com/p/np-activex
0 stars 0 forks source link

NPAPI support #274

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Chrome will stop to support NPAPI soon.
There is any plan to port this project to PPAPI? Is it possible?

http://blog.chromium.org/2013/09/saying-goodbye-to-our-old-friend-npapi.html

Original issue reported on code.google.com by jro...@gmail.com on 13 Nov 2013 at 12:14

GoogleCodeExporter commented 9 years ago
For PPAPI, I'm not sure if the rendering works. It uses its own version of 
render and event API, which needs to port to Windows API interface.
Need to: Draw the window to a bitmap, redirect PPAPI event(mouse, etc.) to 
window.

Original comment by qiu...@gmail.com on 13 Nov 2013 at 7:15

GoogleCodeExporter commented 9 years ago
For PPAPI, I'm not sure if the rendering works. It uses its own version of 
render and event API, which needs to port to Windows API interface.
Need to: Draw the window to a bitmap, redirect PPAPI event(mouse, etc.) to 
window.

Original comment by qiu...@gmail.com on 13 Nov 2013 at 7:15