[Webkit-unassigned] [Bug 21116] Audio from <audio> or <video> element continues after tab is closed

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Sep 25 22:21:50 PDT 2008


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





------- Comment #5 from koivisto at iki.fi  2008-09-25 22:21 PDT -------
I noticed that there are still some references to page cache left in connection
with these callbacks. I see these in the patch:

Document::m_pageCacheCallbackElements
HTMLInputElement ::needsCacheCallback()
HTMLMediaElement::m_inPageCache

For consistency it would be good to rename them as well and check that
semantics still make sense (that is they really care about whether document is
active or not rather than specifically about being in page cache or not). At
least something like HTMLMediaElement::m_inActiveDocument makes total sense. 


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



More information about the webkit-unassigned mailing list