Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(74)

Unified Diff: Source/modules/encryptedmedia/MediaKeySession.idl

Issue 124253003: Update MediaKeySession events to match latest EME spec (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 12 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: Source/modules/encryptedmedia/MediaKeySession.idl
diff --git a/Source/modules/encryptedmedia/MediaKeySession.idl b/Source/modules/encryptedmedia/MediaKeySession.idl
index c0b7f8cf7a1ec94a59a0fd8f39bc5c6f602f01ad..42b1602b110cf454b39eab430493ca3385170f42 100644
--- a/Source/modules/encryptedmedia/MediaKeySession.idl
+++ b/Source/modules/encryptedmedia/MediaKeySession.idl
@@ -38,7 +38,8 @@
void close();
// EventHandlers
ddorwin 2014/01/07 23:44:41 Delete all.
jrummell 2014/01/08 18:05:52 Done.
- [RuntimeEnabled=EncryptedMedia] attribute EventHandler onwebkitkeyadded;
xhwang 2014/01/03 23:38:20 Shall we keep the "webkit" prefix? I thought we ha
acolwell GONE FROM CHROMIUM 2014/01/06 20:34:10 We should not be using a webkit prefix on new APIs
- [RuntimeEnabled=EncryptedMedia] attribute EventHandler onwebkitkeyerror;
- [RuntimeEnabled=EncryptedMedia] attribute EventHandler onwebkitkeymessage;
+ [RuntimeEnabled=EncryptedMedia] attribute EventHandler onerror;
+ [RuntimeEnabled=EncryptedMedia] attribute EventHandler onmessage;
+ [RuntimeEnabled=EncryptedMedia] attribute EventHandler onready;
+ [RuntimeEnabled=EncryptedMedia] attribute EventHandler onclosed;
};

Powered by Google App Engine
This is Rietveld 408576698