This repository has been archived by the owner on Jun 24, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[EME] Remove MediaKeySessionType::persistent-usage-record
https://bugs.webkit.org/show_bug.cgi?id=166012 Reviewed by Xabier Rodriguez-Calvar. Remove the "persistent-usage-record" value from the MediaKeySessionType. This was removed from the spec as an at-risk feature. w3c/encrypted-media#353 No non-imported tests need to be updated. This is still present in the tests imported from the W3C's web-platform-tests repository, but the tests haven't yet been updated upstream. * Modules/encryptedmedia/CDM.cpp: (WebCore::CDM::isPersistentType): * Modules/encryptedmedia/MediaKeySessionType.h: * Modules/encryptedmedia/MediaKeySessionType.idl: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@209983 268f45cc-cd09-0410-ab3c-d52691b4dbfc
- Loading branch information
1 parent
41dc4cc
commit 13fc74c
Showing
4 changed files
with
20 additions
and
3 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,23 @@ | ||
2016-12-19 Zan Dobersek <[email protected]> | ||
|
||
[EME] Remove MediaKeySessionType::persistent-usage-record | ||
https://bugs.webkit.org/show_bug.cgi?id=166012 | ||
|
||
Reviewed by Xabier Rodriguez-Calvar. | ||
|
||
Remove the "persistent-usage-record" value from the MediaKeySessionType. | ||
This was removed from the spec as an at-risk feature. | ||
https://github.com/w3c/encrypted-media/issues/353 | ||
|
||
No non-imported tests need to be updated. This is still present in the | ||
tests imported from the W3C's web-platform-tests repository, but the | ||
tests haven't yet been updated upstream. | ||
|
||
* Modules/encryptedmedia/CDM.cpp: | ||
(WebCore::CDM::isPersistentType): | ||
* Modules/encryptedmedia/MediaKeySessionType.h: | ||
* Modules/encryptedmedia/MediaKeySessionType.idl: | ||
|
||
2016-12-19 Miguel Gomez <[email protected]> | ||
|
||
[GTK] GLXBadFBConfig error when creating an OpenGL context | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,6 +29,5 @@ | |
] | ||
enum MediaKeySessionType { | ||
"temporary", | ||
"persistent-usage-record", | ||
"persistent-license" | ||
}; |