Re: [webkit-dev] NPAPI Support

2008-03-19 Thread Benjamin Meyer
On Wednesday 19 March 2008 14:04:32 Nitin Mahajan wrote:
 Hello!

 Is there an NPAPI support on qt platform already implemented and whether
 Mozilla mplayer-plugin should work straightaway?

 Thanking in advance

 regards

 regards

 -Nitin

Netscape plugin support isn't in the current Qt platform code and wont be 
added until Qt 4.5.

-Benjamin Meyer


signature.asc
Description: This is a digitally signed message part.
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


[webkit-dev] extending webkit

2008-03-19 Thread wang gang
Hi,

  Is there a way to extend webkit so as to enable the browser or widgets
(like the ones on Mac) to access the native functionalities of the machine?
  scenario 1: in the browser, a piece of js code can invoke certain apis to
make phone calls or send/receive sms on a mobile phone which has webkit
ported and served as the base of the browser.
  scenario 2: a widget reads from the local PIM database on the phone and
shows contact or calendar info.

  The basic idea is to provide necessary apis to be used by js code which
can then access local data just as it does in getting remote info (like in
ajax).

BR
Gang
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev