[chromium-dev] Re: More plugin questions

2009-03-06 Thread John Abd-El-Malek
On Thu, Mar 5, 2009 at 8:59 PM, eager_learner vijay.sankar.ra...@gmail.comwrote: Hello Plugin Gurus The following link is very well written and I hope it still holds good http://sites.google.com/a/chromium.org/dev/developers/design-documents/plugin-architecture I have some followup

[chromium-dev] Re: More plugin questions

2009-03-06 Thread Marshall Greenblatt
Hi Vijay, Once you have your code linking with chromium, you have two options for registering your internal NPAPI plugin. 1. Add an entry to the builtin_plugins array in webkit/glue/plugins/plugin_list_win.cc PluginList::PlatformInit(). 2. Use the following approach that can be called from

[chromium-dev] Re: More plugin questions

2009-03-06 Thread John Abd-El-Malek
Hi Vijay, It sounds like reading up on NPAPI and how Windows applications paint is in order :) Here are some documents: Here's the high level link about NPAPI on the Mozilla docs, links to samples etc: https://developer.mozilla.org/en/Plugins This is the reference for NPAPI: