Re: [webkit-dev] Proposoal: Remove ENABLE(WORKERS) guards

2013-11-19 Thread Benjamin Poulain
On 11/19/13, 8:00 AM, Peter Molnar wrote:
 I'm planning to remove this flag, as all ports seem to have it on by
 default:
 https://bugs.webkit.org/show_bug.cgi?id=105784

Sounds like a good idea. :)

Benjamin
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev


[webkit-dev] finding images on visible viewport

2013-11-19 Thread maheshgawali
Hi All,

I am trying to find the media stuff like images which are present on current 
visible viewport in Webkit.
What is the best way to do it.

I had thought of looking for image elements and checking if they are in visible 
viewport or not, but images can also be set as backgrounds which complicates 
the things further.

Cheers,
Mahesh G
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev


Re: [webkit-dev] finding images on visible viewport

2013-11-19 Thread Benjamin Poulain
On 11/19/13, 8:58 PM, maheshgaw...@outlook.com wrote:
 I am trying to find the media stuff like images which are present on
 current visible viewport in Webkit. What is the best way to do it.
 
 I had thought of looking for image elements and checking if they are
 in visible viewport or not, but images can also be set as backgrounds
 which complicates the things further.

For which bug?
What are you trying to do?

Benjamin
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev