[chromium-dev] Re: How do I deploy an NPAPI plugin over the internet from HTML ?

2009-07-06 Thread Non-Stick
For those following this discussion, the issues (raised on http://crbug.com) relating to running NPAPI Plugins under Chrome remain outstanding. 15745 Chrome does not support the HTML EMBED tag pluginspage attribute 15835 NPAPI Plugin support appears to be broken in the latest dev-channel

[chromium-dev] Re: How do I deploy an NPAPI plugin over the internet from HTML ?

2009-07-02 Thread Non-Stick
Are there any javascript errors in the developer console? (page - developer - javascript console) I couldn't see any errors in the javascript console. If you go to chrome://extensions/ do you see your extension listed? Yes, my plugin is listed in chrome://extensions, and all the

[chromium-dev] Re: How do I deploy an NPAPI plugin over the internet from HTML ?

2009-07-02 Thread Non-Stick
Your best bet is to file a bug with references to the needed files so that someone here can try to reproduce your problem. OK.  I will see if I can produce a cut-down version of my plugin and submit a bug. Done. Raised as Issue 15835 NPAPI Plugin support appears to be broken in the

[chromium-dev] Re: How do I deploy an NPAPI plugin over the internet from HTML ?

2009-07-01 Thread Non-Stick
Chrome and Safari don't support the pluginspage attribute.  The best way to get this small feature request on our radar is to file a bug. Will do. What is the procedure for filing a Chrome bug ? I did a search and found the page http://code.google.com/chromium which contains the link Make

[chromium-dev] Re: How do I deploy an NPAPI plugin over the internet from HTML ?

2009-07-01 Thread Jeremy Orlow
Yup. http://crbug.com is a nice shortcut to that page as well. On Wed, Jul 1, 2009 at 1:50 AM, Non-Stick kevin.ra...@ntlworld.com wrote: Chrome and Safari don't support the pluginspage attribute. The best way to get this small feature request on our radar is to file a bug. Will do.

[chromium-dev] Re: How do I deploy an NPAPI plugin over the internet from HTML ?

2009-07-01 Thread Non-Stick
My plugin stopped working as of the beginning of this week. This is peculiar, as I have not changed anything of significance in the plugin, and the plugin still runs fine under Firefox. My .CRX file appears to successfully install the plugin files into C: \Documents and Settings\username\Local

[chromium-dev] Re: How do I deploy an NPAPI plugin over the internet from HTML ?

2009-07-01 Thread Erik Kay
Your best bet is to file a bug with references to the needed files so that someone here can try to reproduce your problem. Erik On Wed, Jul 1, 2009 at 9:12 AM, Non-Stick kevin.ra...@ntlworld.com wrote: My plugin stopped working as of the beginning of this week. This is peculiar, as I have

[chromium-dev] Re: How do I deploy an NPAPI plugin over the internet from HTML ?

2009-06-30 Thread Non-Stick
The problem is security.  NPAPI plug-ins can run arbitrary code on your machine.  If we made it easier to install NPAPI plug-ins than to run EXEs, all the malware authors would flock to NPAPI just like they've flocked to ActiveX in the past, which used to be (still is?) easier to install

[chromium-dev] Re: How do I deploy an NPAPI plugin over the internet from HTML ?

2009-06-30 Thread Non-Stick
This page seems to list this property as supported in Safari, but not IE or Firefox:http://aptana.com/reference/html/api/HTML.field.pluginspage.html I'm not sure what relevance that page is ... * Who published the page ? * How old is the information contained in it ? * What is the

[chromium-dev] Re: How do I deploy an NPAPI plugin over the internet from HTML ?

2009-06-30 Thread Nick Baum
That's good news then. And it sounds like you've used it in IE as well? -Nick On Tue, Jun 30, 2009 at 2:44 PM, Non-Stick kevin.ra...@ntlworld.com wrote: This page seems to list this property as supported in Safari, but not IE or

[chromium-dev] Re: How do I deploy an NPAPI plugin over the internet from HTML ?

2009-06-30 Thread Non-Stick
Can you create a test page that works differently in Firefox and Chrome?  If so, that's a strong argument that we should change our behavior to match Firefox. Yes, I have been using such pages for the past 2 weeks in an endeavour to get my NPAPI Plugin to download over the internet under

[chromium-dev] Re: How do I deploy an NPAPI plugin over the internet from HTML ?

2009-06-30 Thread Non-Stick
And it sounds like you've used it in IE as well? No. For IE, I use the HTML OBJECT tag and the codebase property, to load an ActiveX control equivalent of my NPAPI Plugin. For Firefox (and hopefully Chrome at some point), I use the HTML EMBED tag and the pluginspage property, to load my NPAPI

[chromium-dev] Re: How do I deploy an NPAPI plugin over the internet from HTML ?

2009-06-30 Thread John Abd-El-Malek
Chrome and Safari don't support the pluginspage attribute. The best way to get this small feature request on our radar is to file a bug. On Tue, Jun 30, 2009 at 3:04 PM, Non-Stick kevin.ra...@ntlworld.com wrote: Can you create a test page that works differently in Firefox and Chrome? If

[chromium-dev] Re: How do I deploy an NPAPI plugin over the internet from HTML ?

2009-06-26 Thread Non-Stick
OK. Thanks for the information. Before I proceed to build an independent installer, please can you advise whether or not there are any plans for Chrome to provide such a mechanism for automatic NPAPI Plugin downloads at some point in the future ?

[chromium-dev] Re: How do I deploy an NPAPI plugin over the internet from HTML ?

2009-06-26 Thread Dean McNamee
On Fri, Jun 26, 2009 at 11:24 AM, Non-Stickkevin.ra...@ntlworld.com wrote: OK.  Thanks for the information. Before I proceed to build an independent installer, please can you advise whether or not there are any plans for Chrome to provide such a mechanism for automatic NPAPI Plugin

[chromium-dev] Re: How do I deploy an NPAPI plugin over the internet from HTML ?

2009-06-26 Thread Adam Barth
On Fri, Jun 26, 2009 at 5:38 AM, Dean McNameede...@chromium.org wrote: On Fri, Jun 26, 2009 at 11:24 AM, Non-Stickkevin.ra...@ntlworld.com wrote: Before I proceed to build an independent installer, please can you advise whether or not there are any plans for Chrome to provide such a

[chromium-dev] Re: How do I deploy an NPAPI plugin over the internet from HTML ?

2009-06-25 Thread Non-Stick
OK. Thanks for that Matt. At least now I know I was using the wrong mechanism. So what is the recommended way to download and install an NPAPI Plugin over the internet under Chrome ? There are 4 files that I need to download (the plugin dll plus 3 helper files): npmyplugin.dll

[chromium-dev] Re: How do I deploy an NPAPI plugin over the internet from HTML ?

2009-06-25 Thread John Abd-El-Malek
On Thu, Jun 25, 2009 at 1:54 AM, Non-Stick kevin.ra...@ntlworld.com wrote: OK. Thanks for that Matt. At least now I know I was using the wrong mechanism. So what is the recommended way to download and install an NPAPI Plugin over the internet under Chrome ? There's no way to make Chrome

[chromium-dev] Re: How do I deploy an NPAPI plugin over the internet from HTML ?

2009-06-24 Thread Matt Perry
On Wed, Jun 24, 2009 at 4:42 AM, Non-Stick kevin.ra...@ntlworld.comwrote:: embed id=MY_PLUGIN type=application/my-plugin width=640 height=480 pluginspage=http://mysite.com/test/npapi/chrome/ myplugin.crx ..snip.. What am I doing wrong ? You can't embed Chrome extensions