Mercurial > simple_npapi_plugin
view README @ 5:6696b6295860 default tip
Decided to abandon this plugin, for now at least. See README for details.
author | Atul Varma <varmaa@toolness.com> |
---|---|
date | Wed, 30 Apr 2008 23:53:21 -0700 |
parents | babaa75bec07 |
children |
line wrap: on
line source
These files were originally taken from the following path from the mozilla source tree: modules/plugin/samples/npruntime/ The .rsrc file in the plugin bundle can be decompiled with the following command line: /Developer/Tools/DeRez SimplePlugin.rsrc /System/Library/Frameworks/Carbon.framework/Headers/Carbon.r -useDF Found this technical note on plugins: http://www.mozilla.org/projects/plugins/plugin_scripting_ABI_technote.html And after further finding out that the API is different on OS X than it is on Windows, I've decided that making an NPAPI plugin is too much of a hassle for now--its variance on different platforms, etc. may even be why Google Gears only uses NPAPI for Safari.