[Webkit-unassigned] [Bug 56497] Add client callback on seeing and audio and video tags

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 17 12:39:45 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=56497





--- Comment #8 from Shishir Agrawal <shishir at chromium.org>  2011-03-17 12:39:44 PST ---
In the prerendering case, we want to be able to either cancel prerendering or pause media till a a prerendered tab is visible, if a page has an audio or video tag. Whether the tag is created by the parser or script is not important for us. Which also indicates that the patch does not cover the case where the elements are created by js. So I need to perhaps move the calls from the HTMLTreeBuilder to the Video element constructor.

Also we would definitely like to know about the presence of such tags before the playback begins.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list