Re: [webkit-dev] Question on Inline element

2011-05-17 Thread Mustafizur Rahaman
Hi Eric, Thanks for your patient detailed answer :-) So based on your explanation, I understand that a paragraph element can contain an image (inline) text (inline) element altogether. Am i correct? If that is so, as per my understanding the m_framerect of Renderblock corresponding to

Re: [webkit-dev] New feature announcement – Video conferencing and peer-to-peer communication

2011-05-17 Thread Leandro Graciá Gil
About the modularity proposal, I have no problem creating a new separate folder in WebCore for this feature. An example of its structure could be the following. In WebCore/mediastream: - GeneratedStream.h/cpp/idl - Stream.h/cpp/idl - StreamRecorder.h/cpp/idl - CallbackTask.h -

[webkit-dev] WebKit-1.4.0 DirectFB build

2011-05-17 Thread Tim Chon
Has anyone been able to successfully build WebKit 1.4.0 with the DirectFB bindings? --tim ___ webkit-dev mailing list webkit-dev@lists.webkit.org http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

Re: [webkit-dev] Odd behavior with instrumentation of WebKit

2011-05-17 Thread Darin Adler
On May 17, 2011, at 9:03 AM, Gregor Richards wrote: In the uninstrumented branch (both JIT and interpreter), the lastIndexOf property of Array.prototype (which we set) is marked as enumerable, so a for...in loop outputs it. That sounds like a bug. You should file a bug report with the test

Re: [webkit-dev] Question on Inline element

2011-05-17 Thread Eric Seidel
On Tue, May 17, 2011 at 4:12 AM, Mustafizur Rahaman mustaf.h...@gmail.comwrote: Hi Eric, Thanks for your patient detailed answer :-) So based on your explanation, I understand that a paragraph element can contain an image (inline) text (inline) element altogether. Am i correct? If that

Re: [webkit-dev] Odd behavior with instrumentation of WebKit

2011-05-17 Thread Gregor Richards
On 05/17/11 14:06, Darin Adler wrote: On May 17, 2011, at 9:03 AM, Gregor Richards wrote: In the uninstrumented branch (both JIT and interpreter), the lastIndexOf property of Array.prototype (which we set) is marked as enumerable, so a for...in loop outputs it. That sounds like a

[webkit-dev] EFL builder is sick

2011-05-17 Thread Geoffrey Garen
Hi folks. The EFL builder is sick. I've filed https://bugs.webkit.org/show_bug.cgi?id=61018 explaining how to fix it, but I'm just not familiar enough with the EFL build system to do so myself. If there are any EFL experts out there, could you please have a look? Thanks, Geoff