Re: Multiprocess rendering in wayland - webkitgtk+

2013-08-15 Thread Iago Toral
Thanks a lot Kalyan, I'll definitely check it out. Iago On Thu, 2013-08-15 at 20:04 +, Kondapally, Kalyan wrote: > Hi, > > > > I just subscribed to the mailing list and came across the following > discussion[1] regarding MultiProcess rendering for WebKit GTK. I > couldn’t reply directly

Multiprocess rendering in wayland - webkitgtk+

2013-08-15 Thread Kondapally, Kalyan
Hi, I just subscribed to the mailing list and came across the following discussion[1] regarding MultiProcess rendering for WebKit GTK. I couldn't reply directly to the thread. I have been working on something similar for Tizen-WebKit and support is fully integrated now. One can find the source

Re: Multiprocess rendering in wayland - webkitgtk+ --- socket issue?

2013-07-17 Thread yan . wang
> On Mon, Jul 08, 2013 at 09:38:26AM +0200, Jonas Ådahl wrote: >> On Mon, Jul 8, 2013 at 8:05 AM, Iago Toral wrote: >> > Hi, >> > >> > I am working on porting WebKitGTK+ to Wayland and we are having some >> > difficulties figuring out the proper way to deal with the multiprocess >> > architecture

Re: Multiprocess rendering in wayland - webkitgtk+

2013-07-17 Thread yan . wang
> On Mon, Jul 08, 2013 at 11:13:15PM -0700, yan.w...@linux.intel.com wrote: >> Hi, >> I have implemented Wayland buffer sharing mechanism in WebKit2-efl >> based >> on nested client example. Nested client share buffer from one nested >> client to nesting client which is the Wayland server of nest

Re: Multiprocess rendering in wayland - webkitgtk+

2013-07-15 Thread Ander Conselvan de Oliveira
On 07/16/2013 07:48 AM, Kristian Høgsberg wrote: There's a few important things to notice in the nested example: [...] - There is some kind of issue in there that looks like nested only runs at half the frame rate. I suspect we're waiting for the frame events or sending them out to

Re: Multiprocess rendering in wayland - webkitgtk+

2013-07-15 Thread Kristian Høgsberg
On Mon, Jul 08, 2013 at 11:13:15PM -0700, yan.w...@linux.intel.com wrote: > Hi, > I have implemented Wayland buffer sharing mechanism in WebKit2-efl based > on nested client example. Nested client share buffer from one nested > client to nesting client which is the Wayland server of nested client

Re: Multiprocess rendering in wayland - webkitgtk+

2013-07-15 Thread Kristian Høgsberg
On Mon, Jul 08, 2013 at 09:38:26AM +0200, Jonas Ådahl wrote: > On Mon, Jul 8, 2013 at 8:05 AM, Iago Toral wrote: > > Hi, > > > > I am working on porting WebKitGTK+ to Wayland and we are having some > > difficulties figuring out the proper way to deal with the multiprocess > > architecture introduc

Re: Multiprocess rendering in wayland - webkitgtk+

2013-07-10 Thread yan . wang
> El 2013-07-10 03:21, yan.w...@linux.intel.com escribió: >>> Hi Yan, >>> Is this code available somewhere? >> >> If you could get the code of webkit0-efl from tizen.org, you could >> find >> them on shared-surface branch. Kalyan integrated my implementation >> into >> it. >> Thanks. > > I can onl

Re: Multiprocess rendering in wayland - webkitgtk+

2013-07-09 Thread Iago Toral
El 2013-07-10 03:21, yan.w...@linux.intel.com escribió: Hi Yan, Is this code available somewhere? If you could get the code of webkit0-efl from tizen.org, you could find them on shared-surface branch. Kalyan integrated my implementation into it. Thanks. I can only find these two webkit-efl

Re: Multiprocess rendering in wayland - webkitgtk+

2013-07-09 Thread yan . wang
> Hi Yan, > Is this code available somewhere? If you could get the code of webkit0-efl from tizen.org, you could find them on shared-surface branch. Kalyan integrated my implementation into it. Thanks. Yan Wang > > Cheers, > Daniel > > On 9 July 2013 09:13, wrote: >> Hi, >> I have implemente

Re: Multiprocess rendering in wayland - webkitgtk+

2013-07-09 Thread Daniel Stone
Hi Yan, Is this code available somewhere? Cheers, Daniel On 9 July 2013 09:13, wrote: > Hi, > I have implemented Wayland buffer sharing mechanism in WebKit2-efl based > on nested client example. Nested client share buffer from one nested > client to nesting client which is the Wayland server

Re: Multiprocess rendering in wayland - webkitgtk+

2013-07-08 Thread Iago Toral Quiroga
Hi Yan, thanks for the detailed reply, that was very helpful. It is also good to see that someone else has tried this before. I'll definitely give this a go. Iago On lun, 2013-07-08 at 23:13 -0700, yan.w...@linux.intel.com wrote: > Hi, > I have implemented Wayland buffer sharing mechanism in

Re: Multiprocess rendering in wayland - webkitgtk+

2013-07-08 Thread yan . wang
Hi, I have implemented Wayland buffer sharing mechanism in WebKit2-efl based on nested client example. Nested client share buffer from one nested client to nesting client which is the Wayland server of nested client and Wayland client of Weston at the same time. For WebKit2, there may be no onl

Re: Multiprocess rendering in wayland - webkitgtk+

2013-07-08 Thread Jonas Ådahl
On Mon, Jul 8, 2013 at 3:40 PM, Iago Toral wrote: > El 2013-07-08 08:38, Jonas Ådahl escribió: > >> On Mon, Jul 8, 2013 at 8:05 AM, Iago Toral wrote: >>> >>> Hi, >>> >>> I am working on porting WebKitGTK+ to Wayland and we are having some >>> difficulties figuring out the proper way to deal with

Re: Multiprocess rendering in wayland - webkitgtk+

2013-07-08 Thread Iago Toral
El 2013-07-08 08:38, Jonas Ådahl escribió: On Mon, Jul 8, 2013 at 8:05 AM, Iago Toral wrote: Hi, I am working on porting WebKitGTK+ to Wayland and we are having some difficulties figuring out the proper way to deal with the multiprocess architecture introduced with WebKit2. In WebKit2 we ha

Re: Multiprocess rendering in wayland - webkitgtk+

2013-07-08 Thread Jonas Ådahl
On Mon, Jul 8, 2013 at 8:05 AM, Iago Toral wrote: > Hi, > > I am working on porting WebKitGTK+ to Wayland and we are having some > difficulties figuring out the proper way to deal with the multiprocess > architecture introduced with WebKit2. > > In WebKit2 we have two processes that are responsibl

Multiprocess rendering in wayland - webkitgtk+

2013-07-07 Thread Iago Toral
Hi, I am working on porting WebKitGTK+ to Wayland and we are having some difficulties figuring out the proper way to deal with the multiprocess architecture introduced with WebKit2. In WebKit2 we have two processes that are responsible for rendering the contents of a webpage. The WebProcess