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

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

David Dorwin <ddorwin@google.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|FIXED                       |---

--- Comment #25 from David Dorwin <ddorwin@google.com> ---
Do we need to explicitly handle release() being called in the CREATED state? 

createSession(), loadSession(), and release() all schedule tasks to do their
work. Are these tasks required to run serially? (If so, does the spec need to
be more explicit about this or is this implied by "schedule a task"?) If not,
the createSession() task may not complete before release() is called.


It may actually be that we need to handle this in createSession() and
loadSession() by adding a condition to check for a release as the first
condition in the last substep of the "Schedule a task" step.

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

Received on Saturday, 25 January 2014 00:42:43 UTC