Hi All,

I've added support to CEF for creating embedded NPAPI plugins (see the
updated cefclient project from svn).  Embedded plugins provide the same
capabilities as DLL-based plugins but are implemented as an integrated
component of the container application.  So, for instance, you can now
create an application where the whole user interface is a web browser window
and your application-specific functionality is hosted as an embedded plugin
somewhere within that window.  Because the embedded plugin exists in the
same code base (and process) as the container application it can directly
access application state information.  Similarly, you don't have to be
concerned about anyone loading your plugin outside of the container
application.

Regards,
Marshall

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Chromium-dev" group.
To post to this group, send email to chromium-dev@googlegroups.com
To unsubscribe from this group, send email to 
chromium-dev+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/chromium-dev?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to