Re: [webkit-dev] The green tree era

2010-04-05 Thread Adam Barth
On Sun, Apr 4, 2010 at 4:30 PM, Maciej Stachowiak m...@apple.com wrote: On Apr 4, 2010, at 8:12 AM, Adam Barth wrote: On Sat, Apr 3, 2010 at 11:30 PM, Darin Adler da...@apple.com wrote: On Apr 3, 2010, at 10:36 AM, Adam Barth wrote: Keeping the tree green will require a cultural shift in the

Re: [webkit-dev] [Bulk] parallel painting

2010-04-05 Thread Adam Treat
I think we'd be interested to see a cross-platform version from the perspective of the OpenVG graphics backend. On Sunday 04 April 2010 01:32:54 am Zoltan Herczeg wrote: Hi, I am working on a parallel painting feature for WebKit (bug id: 36883). Basically it records the painting commands on

Re: [webkit-dev] parallel painting

2010-04-05 Thread Gustavo Sverzut Barbieri
On Sat, Apr 3, 2010 at 9:32 PM, Zoltan Herczeg zherc...@inf.u-szeged.hu wrote: Hi, I am working on a parallel painting feature for WebKit (bug id: 36883). Basically it records the painting commands on the main thread, and replay them on a painting thread. The gain would be that the recording

[webkit-dev] A post-mordem of today's tree redness

2010-04-05 Thread Adam Barth
We had some trouble today keeping the tree green. In this email, I present a post-mordem analysis of what happened and what we can learn from these events. I've removed most of the names from this account because the purpose isn't to assign blame but to document what happened in the hopes that

Re: [webkit-dev] Rich Text Editing Questions, Refactoring of Position Classes

2010-04-05 Thread Roland Steiner
One additional question on position classes: The current implementation allows for (and operates on) positions such as [img, 0] - [img, 1] or [br,0] - [br, 1]. Is there a fundamental reason to keep such positions within the internal representation rather than normalize them to [parent-of-img,

Re: [webkit-dev] Rich Text Editing Questions, Refactoring of Position Classes

2010-04-05 Thread Maciej Stachowiak
On Apr 5, 2010, at 10:30 PM, Roland Steiner wrote: One additional question on position classes: The current implementation allows for (and operates on) positions such as [img, 0] - [img, 1] or [br,0] - [br, 1]. Is there a fundamental reason to keep such positions within the internal

Re: [webkit-dev] Rich Text Editing Questions, Refactoring of Position Classes

2010-04-05 Thread Maciej Stachowiak
On Apr 1, 2010, at 10:43 PM, Roland Steiner wrote: Hi all, As I am working on WebKit rich text editing these days, there are 2 issues that I would like to address. From a brief internal discussion both seem feasible and worthwhile, but since they involve changes to current code and