[Bug 26372] Report issues/events not related to a specific method call

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

--- Comment #10 from David Dorwin <ddorwin@google.com> ---
Since the remaining events (key availability / valid window, output protection)
affect the usable keys, we could add a reason enum to the "keyschange" event
(it would become a custom event instead of a simple event).

Playback issues are already handled by HTMLMediaElement. That leaves key issues
as the only remaining types of issues for MediaKeySession (MediaKeys) to
handle. Since an issue with the key will result in it being unusable, it makes
sense to report this along with the "keyschange" event. (If a different license
has the same key ID and it is usable, there is no reason to report anything.)

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

Received on Tuesday, 2 September 2014 21:42:38 UTC