Re: [webkit-dev] Current status of threaded compositor for WebKit Gtk

2013-04-15 Thread Noam Rosenthal
Replying from right address this time... On Mon, Apr 15, 2013 at 9:23 AM, Noam Rosenthal n...@webkit.org wrote: Thanks Gwang-Yoon Yes, I would like to get rid of TextureMapperImageBuffer, and we can do that once Qt-WebKit1 can move to the threaded compositor. I would like to use the

Re: [webkit-dev] Current status of threaded compositor for WebKit Gtk

2013-04-15 Thread Allan Sandfeld Jensen
On Sunday 14 April 2013, Martin Robinson wrote: I'm surprised you didn't focus on WebKit2, since WebKit1 is in maintenance mode now. WebKit1 is easier to develop for. Especially now that we are not allowed to develop in WebKit2 anymore.. Second. Part of what this worl gives us is to unify

Re: [webkit-dev] Parallel JavaScript: Why a separate ParallelArray types

2013-04-15 Thread Joe Mason
From: webkit-dev-boun...@lists.webkit.org [webkit-dev-boun...@lists.webkit.org] on behalf of Filip Pizlo [fpi...@apple.com] Sent: Saturday, April 13, 2013 12:17 PM To: Ian Hickson Cc: dpra...@chromium.org; Benjamin Poulain; webkit-dev@lists.webkit.org Subject: Re: [webkit-dev] Parallel

[webkit-dev] Layout Tests and the W3C

2013-04-15 Thread Dirk Pranke
Hi all, Those of you who are subscribed to blink-dev@ will see that I just sent out a note entitled Blink, Testing and the W3C, describing stuff I'm working on to get the W3C tests running regularly as part of the layout tests. The W3C has gotten to the point where they have many thousands of ref

Re: [webkit-dev] Layout Tests and the W3C

2013-04-15 Thread Maciej Stachowiak
On Apr 15, 2013, at 5:31 PM, Dirk Pranke dpra...@chromium.org wrote: Hi all, Those of you who are subscribed to blink-dev@ will see that I just sent out a note entitled Blink, Testing and the W3C, describing stuff I'm working on to get the W3C tests running regularly as part of the

Re: [webkit-dev] Parallel JavaScript: Why a separate ParallelArray types

2013-04-15 Thread Maciej Stachowiak
On Apr 12, 2013, at 10:26 PM, Filip Pizlo fpi...@apple.com wrote: You have all of the same problems as with threads and locks. The two are logically equivalent. You can imagine a lock as being a message queue that always has a token in it when the lock is unlocked, and the token is read

Re: [webkit-dev] Parallel JavaScript: Why a separate ParallelArray types

2013-04-15 Thread Joe Mason
From: webkit-dev-boun...@lists.webkit.org [webkit-dev-boun...@lists.webkit.org] on behalf of Maciej Stachowiak [m...@apple.com] Sent: Monday, April 15, 2013 10:05 PM To: Filip Pizlo Cc: Benjamin Poulain; webkit-dev@lists.webkit.org; dpra...@chromium.org Subject: Re: [webkit-dev] Parallel