[Bug 17750] Define the behavior MediaKeySession close() and clearing the keys attribute

https://www.w3.org/Bugs/Public/show_bug.cgi?id=17750

--- Comment #24 from David Dorwin <ddorwin@google.com> ---
(In reply to Adrian Bateman [MSFT] from comment #22)
> https://dvcs.w3.org/hg/html-media/rev/e35d8e6618b3

I updated the algorithm to (always) schedule a task and explicitly uses the
CDM. This clarifies some scenarios and makes the algorithm now consistent with
the other MediaKeySession methods.

https://dvcs.w3.org/hg/html-media/rev/a79bce351b73

Note that "release(); release();" would result in two tasks, the second of
which would be redundant. However, "release();" followed sometime later by
another "release();" may result in exiting silently after the first step. As
far as the application knows, there is no difference.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Saturday, 25 January 2014 00:32:36 UTC