Re: [webkit-dev] Windows Bot Wedged?

2010-04-07 Thread Brian Weinstein
Should be fixed now. Brian On Apr 7, 2010, at 9:22 PM, Brian Weinstein wrote: > I'll take care of it, thanks for the heads up. > > Brian > > On Apr 7, 2010, at 9:20 PM, Eric Seidel wrote: > >> Traceback (most recent call last): >> File "./WebKitTools/BuildSlaveSupport/built-product-archive",

Re: [webkit-dev] Windows Bot Wedged?

2010-04-07 Thread Brian Weinstein
I'll take care of it, thanks for the heads up. Brian On Apr 7, 2010, at 9:20 PM, Eric Seidel wrote: > Traceback (most recent call last): > File "./WebKitTools/BuildSlaveSupport/built-product-archive", line > 148, in >sys.exit(main()) > File "./WebKitTools/BuildSlaveSupport/built-product-a

[webkit-dev] Windows Bot Wedged?

2010-04-07 Thread Eric Seidel
Traceback (most recent call last): File "./WebKitTools/BuildSlaveSupport/built-product-archive", line 148, in sys.exit(main()) File "./WebKitTools/BuildSlaveSupport/built-product-archive", line 47, in main extractBuiltProduct(options.configuration, options.platform) File "./WebKitToo

Re: [webkit-dev] Announcing new port: EFL

2010-04-07 Thread Gustavo Sverzut Barbieri
On Wed, Apr 7, 2010 at 3:01 AM, haithem rahmani wrote: > Hi, > Just a simple question: > - It seems that the EFL port of webkit is based on EFL/X11 api. > is there plans to support other EFL backends especially directfb ? > WebkitGtk is doing that with (--with-target=directfb) option. Yes, there

Re: [webkit-dev] Announcing new port: EFL

2010-04-07 Thread haithem rahmani
Hi, Just a simple question: - It seems that the EFL port of webkit is based on EFL/X11 api. is there plans to support other EFL backends especially directfb ? WebkitGtk is doing that with (--with-target=directfb) option. regards. Haithem. -- Say: He is God, the One and Only; God, the Eternal, A

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

2010-04-07 Thread Roland Steiner
On Wed, Apr 7, 2010 at 6:19 PM, Maciej Stachowiak wrote: > > I'm not sure I understand that goal. It's pretty normal for an iterator > type to be distinct from the type of thing it iterates over. > vector::iterator is not the same as T, even though it iterates over Ts. > It is also not the same a

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

2010-04-07 Thread Maciej Stachowiak
On Apr 7, 2010, at 1:59 AM, Roland Steiner wrote: On Wed, Apr 7, 2010 at 4:36 PM, Maciej Stachowiak wrote: It's not clear to me how "PositionIterator" is the same concept as "EditingPosition". The latter implies that it would only ever represent a position where you can edit. The former

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

2010-04-07 Thread Roland Steiner
On Wed, Apr 7, 2010 at 4:36 PM, Maciej Stachowiak wrote: > > It's not clear to me how "PositionIterator" is the same concept as > "EditingPosition". The latter implies that it would only ever represent a > position where you can edit. The former implies that it produces a sequence > of positions

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

2010-04-07 Thread Maciej Stachowiak
On Apr 7, 2010, at 12:11 AM, Roland Steiner wrote: Hard to comment on this idea from such a high level view. I don't understand how EditingPosition is meant to be different from VisiblePosition. Is EditingPosition just a VisiblePosition that's also a place where you can edit? I don't und

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

2010-04-07 Thread Roland Steiner
Thanks for the comments! Please find my replies inline: On Tue, Apr 6, 2010 at 2:51 PM, Maciej Stachowiak wrote: > > On Apr 1, 2010, at 10:43 PM, Roland Steiner wrote: > > .) When a selection that starts in a table and ends outside it is deleted, > the current code drags the adjacent outside con