forked from sanyaade-mobiledev/chromium.src
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implement ClearKey message format as JSON.
The EME-WD specification now describes the format of the license request provided to the application via the message attribute of the message event as being JSON formatted. This change updates the ClearKey implmentation to return the JSON formatted attribute. For backwards compatibility with the prefixed EME implementation, the old format (single key id as Uint8Array) is still used for any prefixed calls. BUG=358271 TEST=Updated EME layout tests pass Review URL: https://codereview.chromium.org/427993002 Cr-Commit-Position: refs/heads/master@{#290669} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@290669 0039d316-1c4b-4281-b951-d872f2087c98
- Loading branch information
jrummell@chromium.org
committed
Aug 19, 2014
1 parent
62b2a35
commit 97a749d
Showing
9 changed files
with
338 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.