Igor,
When I click on the link provided in the message, I get a "page not found" error
from lxr.
steve
Resent-Date: Fri, 6 Jul 2001 18:35:07 -0700 (PDT)
To: [EMAIL PROTECTED], [EMAIL PROTECTED],
[EMAIL PROTECTED], [EMAIL PROTECTED]
From: Igor Kurshnirskiy <[EMAIL PROTECTED]>
X-Accept-Language: en
MIME-Version: 1.0
Subject: Scriptable Plugin API
Content-Transfer-Encoding: 7bit
NNTP-Posting-Host: 65.5.99.43
X-Complaints-To: [EMAIL PROTECTED]
X-Trace: news1.rdc1.sfba.home.com 994469571 65.5.99.43 (Fri, 06 Jul 2001
18:32:51 PDT)
NNTP-Posting-Date: Fri, 06 Jul 2001 18:32:51 PDT
Resent-Message-ID: <"Ar1LiB.A.HLE.IdmR7"@gila.mozilla.org>
Resent-From: [EMAIL PROTECTED]
X-Mailing-List: <[EMAIL PROTECTED]> archive/latest/8022
X-Loop: [EMAIL PROTECTED]
Resent-Sender: [EMAIL PROTECTED]
Resent-Date: Fri, 6 Jul 2001 18:57:40 -0700
Resent-To: [EMAIL PROTECTED]
Hello,
Scriptable plugin API proposal is published for your review and
evaluation.
(http://lxr.mozilla.org/mozilla/source/java/plugins/wrappers/public/)
The key thing about this proposal is that there is no need to change
existing Plugin API.
This is just set of interfaces and set of wrappers to bind new API to
the old one.
Following interfaces were scripted:
nsIInputStream, nsIOutputStream, nsIPlugin, nsIPluginInstance,
nsIPluginInstancePeer, nsIPluginManager, nsIPluginManager2,
nsIPluginStreamInfo, nsIPluginStreamListener, nsIPluginTagInfo,
nsIPluginTagInfo2
Corresponding srciptable IDLs are
nsIXPIDLInputStream.idl, nsIXPIDLOutputStream.idl, nsIXPIDLPlugin.idl,
nsIXPIDLPluginInstance.idl, nsIXPIDLPluginInstancePeer.idl,
nsIXPIDLPluginManager.idl, nsIXPIDLPluginManager2.idl,
nsIXPIDLPluginStreamInfo.idl, nsIXPIDLPluginStreamListener.idl,
nsIXPIDLPluginTagInfo.idl, nsIXPIDLPluginTagInfo2.idl