Plugin API for browsers
Reading about the future of the (now) Adobe Flash Player plugin for Linux on the Penguin.SWF blog, I came to the conclusion that the plugin API for browsers (NP Runtime) just sucks.
Why on earth do a plugin need to depend on openssl, while the browser already deals with SSL and associated certificates. That also means plugins will deal very badly with client-side certificates.
I guess plugins also have to implement HTTP requests themselves...
2006-10-01 15:48:02+0900
Both comments and pings are currently closed.
2006-10-01 20:25:29+0900
http://www.mozilla.org/press/mozilla-2004-06-30.html claims there’s a new plugin API … I can’t find any other details about it though.
2006-10-01 23:59:41+0900
James: The new API is the NP Runtime I gave a link for…
2006-10-02 22:46:04+0900
They don’t really need to implement this themselves (See the docs on the official Mozilla developer site: http://developer.mozilla.org/en/docs/NPN_GetURL ), so they are using it for another reason…