Mercurial > simple_npapi_plugin
diff 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 diff
--- a/README Wed Apr 30 20:01:31 2008 -0700 +++ b/README Wed Apr 30 23:53:21 2008 -0700 @@ -7,3 +7,12 @@ 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.