Antoine Maillard | 1 Oct 2010 17:29
Picon

Porting WebKit with video support

Hi,


I'd like to add HTML5 video support to the DirectFB WebKit port on a STLinux STB.
Would you have some pointers or some help on how is designed the interface between video decoding capabilities and WebCore integration ?
I'm suppose there is some kind of "prototype" to extend audio/video support to WebKit ports (and I also assume that this "prototype" is used to bind QTKit with WebCore on OSX or DirectVideo with WebCore on Windows...)


Thanks a lot for your help.

Antoine
<div>
<p>Hi,</p>
<div><br></div>
<div>I'd like to add HTML5 video support to the DirectFB WebKit port on a STLinux STB.</div>
<div>Would you have some pointers or some help on how is designed the interface between video decoding capabilities and WebCore integration ?</div>

<div>I'm suppose there is some kind of "prototype" to extend audio/video support to WebKit ports (and I also assume that this "prototype" is used to bind QTKit with WebCore on OSX or DirectVideo with WebCore on Windows...)</div>

<div><br></div>
<div><br></div>
<div>Thanks a lot for your help.</div>
<div><br></div>
<div>Antoine</div>
</div>
n179911 | 3 Oct 2010 01:31
Picon

Need help in compiling under ubuntu 10.10 RC

Hi,

I am trying to compile webkit source under ubuntu 10.10 rc.

But I am getting this error when I run make. When I run 'configure',
it completes successfully.

$ make
CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/bash
/media/EXTDIV/WebKit-vanilla/autotools/missing --run aclocal-1.11 -I
autotools
aclocal-1.11: aclocal: file `autotools/lt~obsolete.m4' does not exist
make: *** [aclocal.m4] Error 1

Thank you for any help.
sunny shah | 3 Oct 2010 11:59
Picon

Re: Need help in compiling under ubuntu 10.10 RC

run WebKitTools/Scripts/build-webkit script.


for more help, read this.
http://trac.webkit.org/wiki/BuildingGtk

On Sun, Oct 3, 2010 at 5:01 AM, n179911 <n179911-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:
Hi,

I am trying to compile webkit source under ubuntu 10.10 rc.

But I am getting this error when I run make. When I run 'configure',
it completes successfully.

$ make
CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/bash
/media/EXTDIV/WebKit-vanilla/autotools/missing --run aclocal-1.11 -I
autotools
aclocal-1.11: aclocal: file `autotools/lt~obsolete.m4' does not exist
make: *** [aclocal.m4] Error 1

Thank you for any help.
_______________________________________________
webkit-help mailing list
webkit-help-L0Ma0HqZfWZ4ORXrvDxdwA@public.gmane.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-help

<div>
<p>run WebKitTools/Scripts/build-webkit script.</p>
<div><br></div>
<div>for more help, read this.</div>
<div>
<a href="http://trac.webkit.org/wiki/BuildingGtk">http://trac.webkit.org/wiki/BuildingGtk</a><br><br><div class="gmail_quote">
On Sun, Oct 3, 2010 at 5:01 AM, n179911 <span dir="ltr">&lt;<a href="mailto:n179911@...">n179911@...</a>&gt;</span> wrote:<br><blockquote class="gmail_quote">
Hi,<br><br>
I am trying to compile webkit source under ubuntu 10.10 rc.<br><br>
But I am getting this error when I run make. When I run 'configure',<br>
it completes successfully.<br><br>
$ make<br>
CDPATH="${ZSH_VERSION+.}:" &amp;&amp; cd . &amp;&amp; /bin/bash<br>
/media/EXTDIV/WebKit-vanilla/autotools/missing --run aclocal-1.11 -I<br>
autotools<br>
aclocal-1.11: aclocal: file `autotools/lt~obsolete.m4' does not exist<br>
make: *** [aclocal.m4] Error 1<br><br>
Thank you for any help.<br>
_______________________________________________<br>
webkit-help mailing list<br><a href="mailto:webkit-help@...">webkit-help@...</a><br><a href="http://lists.webkit.org/mailman/listinfo.cgi/webkit-help" target="_blank">http://lists.webkit.org/mailman/listinfo.cgi/webkit-help</a><br>
</blockquote>
</div>
<br>
</div>
</div>
anil v | 4 Oct 2010 05:52
Picon

webkit gtk memory leaks

Dear All,

    We are working on webkitGtk( ( with gtk-directfb backend )  and ported for MIPS platform. We observed there are memory leaks with PNG/JPG image rendering. I am using webkit-1.2.0 version and i set cache model to WEBKIT_CACHE_MODEL_DOCUMENT_VIEWER.

When I am rendering the 1.3MB PNG image it is consuming around 7MB memory but after deletion I observed that around 1.3MB memory leak. I enabled cache dumpstats but there is no images cached.

could you please suggest me is there any patch to avoid image related memory leaks with webkitGtk.

Please find the attached sample html which i am using

Thanks In Advance.
 

<div>
<div>
</div>
</div>
Sriram Neelakandan | 4 Oct 2010 08:04
Picon

Re: Porting WebKit with video support

Look at WebCore/platform/graphics/MediaPlayerPrivate.h
The platform is expected to implement a MediaPlayerPrivate class
You can refer WebCore/platform/graphics/<gtk/qt/win>/MediaPlayerPrivate<Gtk/Qt/QuickTimeWin>.cpp for reference implementations on how its done.

I suppose you are already running Webkit using Gtk or Qt on DFB ? or is it the just announched DFB-lite port of Webkit ?

On Fri, Oct 1, 2010 at 8:59 PM, Antoine Maillard <antoine.maillard <at> gmail.com> wrote:
Hi,

I'd like to add HTML5 video support to the DirectFB WebKit port on a STLinux STB.
Would you have some pointers or some help on how is designed the interface between video decoding capabilities and WebCore integration ?
I'm suppose there is some kind of "prototype" to extend audio/video support to WebKit ports (and I also assume that this "prototype" is used to bind QTKit with WebCore on OSX or DirectVideo with WebCore on Windows...)


Thanks a lot for your help.

Antoine

_______________________________________________
webkit-help mailing list
webkit-help-L0Ma0HqZfWbDNr2163bV0w@public.gmane.orgg
http://lists.webkit.org/mailman/listinfo.cgi/webkit-help




--
Sriram Neelakandan
Author - Embedded Linux System Design And Development (http://tinyurl.com/2doosu)
<div>
<p>Look at WebCore/platform/graphics/MediaPlayerPrivate.h<br>The platform is expected to implement a MediaPlayerPrivate class<br>You can refer WebCore/platform/graphics/&lt;gtk/qt/win&gt;/MediaPlayerPrivate&lt;Gtk/Qt/QuickTimeWin&gt;.cpp for reference implementations on how its done.<br><br>I suppose you are already running Webkit using Gtk or Qt on DFB ? or is it the just announched DFB-lite port of Webkit ?<br><br></p>
<div class="gmail_quote">On Fri, Oct 1, 2010 at 8:59 PM, Antoine Maillard <span dir="ltr">&lt;<a href="mailto:antoine.maillard@...">antoine.maillard <at> gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote">Hi,<div><br></div>
<div>I'd like to add HTML5 video support to the DirectFB WebKit port on a STLinux STB.</div>
<div>Would you have some pointers or some help on how is designed the interface between video decoding capabilities and WebCore integration ?</div>

<div>I'm suppose there is some kind of "prototype" to extend audio/video support to WebKit ports (and I also assume that this "prototype" is used to bind QTKit with WebCore on OSX or DirectVideo with WebCore on Windows...)</div>

<div><br></div>
<div><br></div>
<div>Thanks a lot for your help.</div>
<div><br></div>
<div>Antoine</div>
<br>_______________________________________________<br>
webkit-help mailing list<br><a href="mailto:webkit-help@...">webkit-help@...g</a><br><a href="http://lists.webkit.org/mailman/listinfo.cgi/webkit-help" target="_blank">http://lists.webkit.org/mailman/listinfo.cgi/webkit-help</a><br><br>
</blockquote>
</div>
<br><br clear="all"><br>-- <br>Sriram Neelakandan<br>Author - Embedded Linux System Design And Development (<a href="http://tinyurl.com/2doosu">http://tinyurl.com/2doosu</a>)<br>
</div>
Antoine Maillard | 4 Oct 2010 11:25
Picon

Re: Porting WebKit with video support

Thanks a lot for your reply. I'll have a look at the internals of MediaPlayerPrivateXXX.

FYI, I use the QT port of webkit.

On Mon, Oct 4, 2010 at 8:04 AM, Sriram Neelakandan <sriram.neelakandan-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:
Look at WebCore/platform/graphics/MediaPlayerPrivate.h
The platform is expected to implement a MediaPlayerPrivate class
You can refer WebCore/platform/graphics/<gtk/qt/win>/MediaPlayerPrivate<Gtk/Qt/QuickTimeWin>.cpp for reference implementations on how its done.

I suppose you are already running Webkit using Gtk or Qt on DFB ? or is it the just announched DFB-lite port of Webkit ?

On Fri, Oct 1, 2010 at 8:59 PM, Antoine Maillard <antoine.maillard-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:
Hi,

I'd like to add HTML5 video support to the DirectFB WebKit port on a STLinux STB.
Would you have some pointers or some help on how is designed the interface between video decoding capabilities and WebCore integration ?
I'm suppose there is some kind of "prototype" to extend audio/video support to WebKit ports (and I also assume that this "prototype" is used to bind QTKit with WebCore on OSX or DirectVideo with WebCore on Windows...)


Thanks a lot for your help.

Antoine

_______________________________________________
webkit-help mailing list
webkit-help-L0Ma0HqZfWZ4ORXrvDxdwA@public.gmane.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-help




--
Sriram Neelakandan
Author - Embedded Linux System Design And Development (http://tinyurl.com/2doosu)

<div>
<p>Thanks a lot for your reply. I'll have a look at the internals of MediaPlayerPrivateXXX.</p>
<div>FYI, I use the QT port of webkit.<br><div><div><div><div>
<br><div class="gmail_quote">On Mon, Oct 4, 2010 at 8:04 AM, Sriram Neelakandan <span dir="ltr">&lt;<a href="mailto:sriram.neelakandan <at> gmail.com">sriram.neelakandan@...</a>&gt;</span> wrote:<br><blockquote class="gmail_quote">Look at WebCore/platform/graphics/MediaPlayerPrivate.h<br>The platform is expected to implement a MediaPlayerPrivate class<br>

You can refer WebCore/platform/graphics/&lt;gtk/qt/win&gt;/MediaPlayerPrivate&lt;Gtk/Qt/QuickTimeWin&gt;.cpp for reference implementations on how its done.<br><br>I suppose you are already running Webkit using Gtk or Qt on DFB ? or is it the just announched DFB-lite port of Webkit ?<br><br><div class="gmail_quote">
<div>
<div></div>
<div class="h5">On Fri, Oct 1, 2010 at 8:59 PM, Antoine Maillard <span dir="ltr">&lt;<a href="mailto:antoine.maillard <at> gmail.com" target="_blank">antoine.maillard@...</a>&gt;</span> wrote:<br>
</div>
</div>
<blockquote class="gmail_quote">
<div>
<div></div>
<div class="h5">Hi,<div><br></div>
<div>I'd like to add HTML5 video support to the DirectFB WebKit port on a STLinux STB.</div>

<div>Would you have some pointers or some help on how is designed the interface between video decoding capabilities and WebCore integration ?</div>

<div>I'm suppose there is some kind of "prototype" to extend audio/video support to WebKit ports (and I also assume that this "prototype" is used to bind QTKit with WebCore on OSX or DirectVideo with WebCore on Windows...)</div>

<div><br></div>
<div><br></div>
<div>Thanks a lot for your help.</div>
<div><br></div>
<div>Antoine</div>
<br>
</div>
</div>_______________________________________________<br>
webkit-help mailing list<br><a href="mailto:webkit-help@..." target="_blank">webkit-help@...</a><br><a href="http://lists.webkit.org/mailman/listinfo.cgi/webkit-help" target="_blank">http://lists.webkit.org/mailman/listinfo.cgi/webkit-help</a><br><br>
</blockquote>
</div>
<br><br clear="all"><br>-- <br>Sriram Neelakandan<br>Author - Embedded Linux System Design And Development (<a href="http://tinyurl.com/2doosu" target="_blank">http://tinyurl.com/2doosu</a>)<br>
</blockquote>
</div>
<br>
</div></div></div></div>
</div>
</div>
Umesh Singh | 4 Oct 2010 12:43
Picon

Spatial Navigation

Hello All,
             I am not able to get the focus on the Map Tag and Area Tag, using spatial navigation. I had tried to get the co-ordinates for the elements having Map/Area Tag using the function :
IntRect HTMLAreaElement::getRect(RenderObject* obj) const
 
but its returning incorrect value.
Pls guide me on how to proceed on this, as Maps and Area Tag are not handled in Spatial Navigation.
 
Regards,
Umesh
<div>
<div>Hello All,</div>
<div>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; I am not able to get the focus on the Map Tag and Area Tag, using spatial navigation. I had tried to get the co-ordinates for the elements having Map/Area Tag using the function :</div>
<div>IntRect HTMLAreaElement::getRect(RenderObject* obj) const</div>
<div>&nbsp;</div>
<div>but its returning incorrect value. </div>
<div>Pls guide me on how to proceed on this, as Maps and Area Tag are not handled in Spatial Navigation.</div>
<div>&nbsp;</div>
<div>Regards,</div>
<div>Umesh</div>
</div>
Antonio Gomes | 4 Oct 2010 22:06
Picon

Re: Spatial Navigation

Hi Umesh.

Could you please file a bug against bugs.webkit.org and attach a
simple test case for the bug? I would be glad to implement this
support, or help out somehow.

Please paste the bug URL here.

--Antonio

On Mon, Oct 4, 2010 at 6:43 AM, Umesh Singh <sumeshfirst@...> wrote:
> Hello All,
>              I am not able to get the focus on the Map Tag and Area Tag,
> using spatial navigation. I had tried to get the co-ordinates for the
> elements having Map/Area Tag using the function :
> IntRect HTMLAreaElement::getRect(RenderObject* obj) const
>
> but its returning incorrect value.
> Pls guide me on how to proceed on this, as Maps and Area Tag are not handled
> in Spatial Navigation.
sghosh | 5 Oct 2010 03:02
Picon
Favicon

webstorage data model

Hi all,
I am currently interested to explore the low level data storage model used
in html5. My primary aim is to study the physical organization of the
records with custom attributes, the key-value relationship, and how the
queries interact with such a data model. And if possible develop some
caching techniques to enable faster access of data to the APIs.

I have been trying to find some documentation on this but could not make
much progress. So can anyone give me some pointers where to start from?

Any help is highly appreciated.

Thanks,
subhadip

Anurag Dak | 5 Oct 2010 15:35
Picon

make non focusable node focusable


Hello All,
         I am a new bee to webkit, actually i want to set focus on the node which are not focusable according to the webkit.
It means isFocusable(node) return false for that node.

i tired node->setFocus(true) and node->setActive(true)  but i is not working.
if is there any function is webkit which make it happen for me.
please suggest .

thanks and Regards

Anurag Dak

<div>
<br clear="all">Hello All,<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; I am a new bee to webkit, actually i want to set focus on the node which are not focusable according to the webkit. <br>It means isFocusable(node) return false for that node.<br><br>i tired node-&gt;setFocus(true) and node-&gt;setActive(true)&nbsp; but i is not working.<br>
if is there any function is webkit which make it happen for me.<br>please suggest .<br><br>thanks and Regards<br><br>Anurag Dak<br><br>
</div>

Gmane