Re: [webkit-dev] enhancement - html hole element

2014-09-24 Thread Emanuele Aina
Julien Isorce wrote: A typical scenario when running WebKit in an embedded environment like a TV or STB is to punch through graphics to the video plane. At Samsung Research UK we have developed a new hole element that acts much like a canvas to - Expose a rectangular hole in a web page.

Re: [webkit-dev] enhancement - html hole element

2014-09-22 Thread Julien Isorce
Hi, Thx for your replies! We also had the solution based on plugin. But we prefer to not use plugins if possible. *Some details about our hole element implementation: We have created a dedicated TextureMapperHoleBackingStore (which actually could be integrated into

Re: [webkit-dev] enhancement - html hole element

2014-09-19 Thread José Dapena Paz
El jue, 18-09-2014 a las 12:07 -0700, Simon Fraser escribió: I don’t think it’s appropriate to add hole to WebKit. hole is really just adapting to a limitation of the platform’s compositing architecture. More powerful hardware like computers and smartphones are able to composite video above

[webkit-dev] enhancement - html hole element

2014-09-18 Thread Julien Isorce
Hi, A typical scenario when running WebKit in an embedded environment like a TV or STB is to punch through graphics to the video plane. At Samsung Research UK we have developed a new hole element  that acts much like a canvas to - Expose a rectangular hole in a web page. - Support a mechanism

Re: [webkit-dev] enhancement - html hole element

2014-09-18 Thread Simon Fraser
On Sep 18, 2014, at 9:22 AM, Julien Isorce j.iso...@samsung.com wrote: Hi, A typical scenario when running WebKit in an embedded environment like a TV or STB is to punch through graphics to the video plane. At Samsung Research UK we have developed a new hole element that acts much