[Bug 16549] Remove initData parameter from addKey()

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

Yang Sun <eric.sun@huawei.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |eric.sun@huawei.com

--- Comment #3 from Yang Sun <eric.sun@huawei.com> 2012-06-12 09:03:38 UTC ---
Mostly agree on this.
I have review the spec and below text.
It seems generateKeyRequest will be called each time the specified page is
loaded, so addkey can get key related seesionId from event cast by
generateKeyRequest.

And reduce parameter in addKey is ok, due to sessionId can cover it.

And I am not sure what other usage of initData will be used in addKey or other
event capture function?


One question, if we do not call generateKeyRequest each time loading, how we
can get key before addKey is called? The key will be stored in CDM?

One more question, how long is the key life time? until page reloaded? or
persistent before you close the browser?

-- 
Configure bugmail: https://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Tuesday, 12 June 2012 09:05:23 UTC