summaryrefslogtreecommitdiffstats
path: root/media/base/media_keys.h
Commit message (Expand)AuthorAgeFilesLines
* media: Call onSessionClosed() in MediaDrmBridge upon closing a session.xhwang2015-01-231-1/+9
* media: Rename WebSessionId to SessionId.xhwang2015-01-221-13/+13
* media: Support unprefixed EME API on Android.xhwang2015-01-211-11/+18
* Add |legacy_destination_url| back to SessionMessage for EMEjrummell2015-01-141-1/+2
* Pass MessageType in OnSessionMessage() callsjrummell2015-01-091-2/+12
* Change SessionType to include both types of persistent sessions.jrummell2015-01-091-2/+3
* Add session_type parameter to LoadSession()jrummell2015-01-091-1/+2
* media: Remove obsolete MediaKeys::kInvalidSessionId.xhwang2015-01-081-2/+0
* Pass key_information on SessionKeysChange messagejrummell2015-01-081-2/+5
* Rename CreateSession() to CreateSessionAndGenerateRequest()jrummell2015-01-081-5/+6
* Remove EME Ready eventjrummell2014-12-201-2/+0
* Remove GetUsableKeyIds()jrummell2014-12-191-7/+0
* Introduce CdmContext interface.xhwang2014-11-211-15/+8
* Add MediaKeys::GetCdmId().xhwang2014-10-211-1/+10
* Refactor CdmPromise and related classesjrummell2014-10-071-2/+2
* Update MediaKeys interface for EMEjrummell2014-09-261-3/+31
* Update ClearKey to support CDM_6jrummell@chromium.org2014-08-151-0/+2
* Add Promises for EME (Chromium side)jrummell@chromium.org2014-06-071-26/+51
* Using GURL in place of std::string for destination_urlamogh.bihani@samsung.com2014-05-281-3/+2
* BrowserMediaPlayerManager manages MediaKeys objects.xhwang@chromium.org2014-05-161-0/+1
* Encrypted Media: Use uint32 for systemCode in SessionError.xhwang@chromium.org2014-03-041-1/+1
* Support LoadSession() in MediaKeys and PPP_ContentDecryptor_Private interface.xhwang@chromium.org2014-02-121-4/+11
* Rename EME WD call parametersjrummell@chromium.org2013-12-101-11/+12
* Add support for CDM_3.jrummell@chromium.org2013-11-301-30/+27
* Add support for multiple MediaKey sessionsjrummell@chromium.org2013-11-141-9/+20
* Rename WebKit namespace to blink (part 5)abarth@chromium.org2013-11-071-1/+1
* Drop NeedKeyCB from MediaKeys.xhwang@chromium.org2013-10-081-5/+0
* Allow MEDIA_KEYERR_OUTPUT to show up in histogramsjrummell@chromium.org2013-09-231-2/+2
* Change NeedKeyCB to use std::vector.acolwell@chromium.org2013-08-261-2/+1
* EME: Use std::vector<uint8> for key messages.xhwang@chromium.org2013-06-291-1/+2
* EME: ProxyDecryptor creates MediaKeys instead of Decryptor.xhwang@chromium.org2013-06-191-0/+7
* Separate CDM initialization from GenerateKeyRequest & remove key_system param...ddorwin@chromium.org2013-06-191-17/+9
* Remove unused EME v0.1b MediaKeyError values.ddorwin@chromium.org2013-06-181-4/+5
* Separate MediaKeys interface from Decryptor interface.xhwang@chromium.org2013-05-301-0/+89