Re: [webkit-dev] Webkit handling of plug-ins out-of-process on the mac

2011-03-11 Thread Anders Carlsson

On Mar 10, 2011, at 10:22 AM, Rudi Sherry wrote:

 One of the specifics is: is there a separate process for each object/document 
 controlled by a given plug-in, or are all objects controlled by that plug-in 
 in the same extra process, or is it a mix?

All instances of the same plug-in will be in a single process; if you have two 
browser windows open with a Flash plug-in in each window, they'll both run in 
the same process. 

If you have a page with two different plug-in types (QT and Flash for example), 
they will each be in a separate process.

- Anders

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


Re: [webkit-dev] Webkit handling of plug-ins out-of-process on the mac

2011-03-10 Thread Rudi Sherry
One of the specifics is: is there a separate process for each object/document 
controlled by a given plug-in, or are all objects controlled by that plug-in in 
the same extra process, or is it a mix?

On Mar 9, 2011, at 10:08 PM, Sam Weinig wrote:

WebKit has had the ability to run plugins out of process on the mac for quite 
some time.  We recently reimplemented a bunch of that functionality to share 
infrastructure with WebKit's general out-of-process strategy, and that code can 
be found http://trac.webkit.org/browser/trunk/Source/WebKit2/PluginProcess.  
What specifics are you interested in?

-Sam

On Wed, Mar 9, 2011 at 1:50 PM, Rudi Sherry 
rshe...@adobe.commailto:rshe...@adobe.com wrote:
Sorry if this is the wrong forum.

Is WebKit adding the capability to load plug-ins out-of-process on the mac?

If so, would this forum be the right one for questions about how this is done, 
and technical specifics about it?  If not, where?

Thanks,
Rudi

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


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


[webkit-dev] Webkit handling of plug-ins out-of-process on the mac

2011-03-09 Thread Rudi Sherry
Sorry if this is the wrong forum.

Is WebKit adding the capability to load plug-ins out-of-process on the mac?

If so, would this forum be the right one for questions about how this is done, 
and technical specifics about it?  If not, where?

Thanks,
Rudi

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


Re: [webkit-dev] Webkit handling of plug-ins out-of-process on the mac

2011-03-09 Thread Sam Weinig
WebKit has had the ability to run plugins out of process on the mac for
quite some time.  We recently reimplemented a bunch of that functionality to
share infrastructure with WebKit's general out-of-process strategy, and that
code can be found
http://trac.webkit.org/browser/trunk/Source/WebKit2/PluginProcess.  What
specifics are you interested in?

-Sam

On Wed, Mar 9, 2011 at 1:50 PM, Rudi Sherry rshe...@adobe.com wrote:

 Sorry if this is the wrong forum.

 Is WebKit adding the capability to load plug-ins out-of-process on the mac?

 If so, would this forum be the right one for questions about how this is
 done, and technical specifics about it?  If not, where?

 Thanks,
 Rudi

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

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