[chromium-dev] Re: Running applications in chrome with javascript

2009-10-19 Thread David

Someone knows where is a good guide for make an npapi plugin? and how
to call function to execute process...

thanks!

On 16 oct, 09:56, Daniel Wagner-Hall dawag...@gmail.com wrote:
 NPAPIlets you execute native 
 code:http://code.google.com/chrome/extensions/npapi.html,https://developer.mozilla.org/en/Plugins

 On Fri, Oct 16, 2009 at 8:16 AM, David palm...@gmail.com wrote:

  nobody knows how to run an exe in chrome... is it possible?
  thanks!

  On 13 oct, 17:35, David palm...@gmail.com wrote:
  hi!

  i want to know how to run an applicacion with the chrome, as the same
  as activeX in IE and xpcom interfaces in Mozilla...

  thanks!
--~--~-~--~~~---~--~~
Chromium Developers mailing list: chromium-dev@googlegroups.com 
View archives, change email options, or unsubscribe: 
http://groups.google.com/group/chromium-dev
-~--~~~~--~~--~--~---



[chromium-dev] Re: Running applications in chrome with javascript

2009-10-19 Thread Brett Wilson

On Mon, Oct 19, 2009 at 1:19 AM, David palm...@gmail.com wrote:

 Someone knows where is a good guide for make an npapi plugin? and how
 to call function to execute process...

Your best bet is probably starting with the layout test plugin:
http://src.chromium.org/viewvc/chrome/trunk/src/webkit/tools/npapi_layout_test_plugin/
You'll need to know C++ to write NPAPI no matter what.

Brett

--~--~-~--~~~---~--~~
Chromium Developers mailing list: chromium-dev@googlegroups.com 
View archives, change email options, or unsubscribe: 
http://groups.google.com/group/chromium-dev
-~--~~~~--~~--~--~---



[chromium-dev] Re: Running applications in chrome with javascript

2009-10-16 Thread Daniel Wagner-Hall

NPAPI lets you execute native code:
http://code.google.com/chrome/extensions/npapi.html,
https://developer.mozilla.org/en/Plugins

On Fri, Oct 16, 2009 at 8:16 AM, David palm...@gmail.com wrote:

 nobody knows how to run an exe in chrome... is it possible?
 thanks!

 On 13 oct, 17:35, David palm...@gmail.com wrote:
 hi!

 i want to know how to run an applicacion with the chrome, as the same
 as activeX in IE and xpcom interfaces in Mozilla...

 thanks!
 


--~--~-~--~~~---~--~~
Chromium Developers mailing list: chromium-dev@googlegroups.com 
View archives, change email options, or unsubscribe: 
http://groups.google.com/group/chromium-dev
-~--~~~~--~~--~--~---