index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
content
/
renderer
/
media
/
crypto
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add ProxyMediaKeys::Create().
xhwang@chromium.org
2014-04-07
1
-9
/
+11
*
Conversion of content_shell target to use WebLocalFrame.
dcheng@chromium.org
2014-04-04
2
-3
/
+4
*
Provide security origin to Android EME implementation
jrummell@chromium.org
2014-03-31
5
-20
/
+18
*
Encrypted Media: Implement IPC based SetCdm().
xhwang@chromium.org
2014-03-31
4
-8
/
+20
*
WeakPtr destruction order cleanup: media edition.
dalecurtis@google.com
2014-03-18
4
-46
/
+72
*
Encrypted Media: Confine UUID code to MediaDrmBridge.
xhwang@chromium.org
2014-03-08
3
-66
/
+1
*
Encrypted Media: Use uint32 for systemCode in SessionError.
xhwang@chromium.org
2014-03-04
4
-5
/
+5
*
Encrypted Media: EME IPC naming cleanups.
xhwang@chromium.org
2014-02-28
4
-9
/
+9
*
Have PpapiDecryptor own the helper plugin
jrummell@chromium.org
2014-02-27
9
-213
/
+291
*
Only support unprefixed Clear Key internally in Chromium.
xhwang@chromium.org
2014-02-21
3
-14
/
+45
*
ProxyDecryptor: Update kSessionClosedSystemCode.
xhwang@chromium.org
2014-02-21
1
-1
/
+1
*
Encrypted Media: Handle blink::WebString in WebMediaPlayer*.
xhwang@chromium.org
2014-02-20
3
-61
/
+34
*
PpapiDecryptor: Call NewKeyCB on OnSessionReady().
xhwang@chromium.org
2014-02-19
1
-6
/
+13
*
Prefixed EME: Fire special KeyError when a persistent session is closed.
xhwang@chromium.org
2014-02-12
2
-12
/
+35
*
Support LoadSession() in MediaKeys and PPP_ContentDecryptor_Private interface.
xhwang@chromium.org
2014-02-12
4
-15
/
+46
*
WebMediaPlayerImpl and WebMediaPlayerAndroid handle DecryptorReadyCB.
xhwang@chromium.org
2014-01-25
2
-45
/
+7
*
Remove Chrome for TV code.
ycheo@chromium.org
2014-01-17
2
-16
/
+0
*
Handle plugin instance crash in ContentDecryptorDelegate.
xhwang@chromium.org
2014-01-09
2
-22
/
+54
*
Not to destroy MediaKeys when CreateSession Failed in ProxyDecryptor.
xhwang@chromium.org
2013-12-28
1
-1
/
+0
*
Rename EME WD call parameters
jrummell@chromium.org
2013-12-10
4
-78
/
+80
*
Add UMA stats for Widevine key system support.
xhwang@chromium.org
2013-12-07
4
-8
/
+211
*
Check empty mimetype and codecs explicitly in KeySystems.
xhwang@chromium.org
2013-12-06
2
-4
/
+9
*
Remove content/renderer/media/crypto/key_systems_info.*
xhwang@chromium.org
2013-12-04
3
-58
/
+25
*
Move EmptyString, kWhitespace and the BOM to base.
brettw@chromium.org
2013-12-02
1
-1
/
+1
*
Add support for CDM_3.
jrummell@chromium.org
2013-11-30
6
-156
/
+186
*
Remove support for non-JSON keys in AesDecryptor
jrummell@chromium.org
2013-11-22
1
-3
/
+9
*
Call PpapiDecryptor::CalcelDecrypt() on the right thread.
xhwang@chromium.org
2013-11-21
1
-8
/
+24
*
Convert AddKey() calls from EME v0.1b to WD format
jrummell@chromium.org
2013-11-21
2
-6
/
+28
*
Rewrite include paths for Blink public/ headers that have moved
philipj@opera.com
2013-11-14
1
-1
/
+1
*
Add support for multiple MediaKey sessions
jrummell@chromium.org
2013-11-14
6
-81
/
+222
*
Fix WeakPtrFactory member placement in content/renderer/media/ classes.
wez@chromium.org
2013-11-10
2
-3
/
+5
*
Rename WebKit namespace to blink (part 3)
abarth@chromium.org
2013-11-07
9
-32
/
+32
*
Merge WebMediaPlayerProxy and RendererMediaPlayerManager.
xhwang@chromium.org
2013-10-31
4
-11
/
+16
*
Changes to how WebMediaPlayerProxyAndroid handles EME responses
jrummell@chromium.org
2013-10-29
1
-2
/
+2
*
Remove obsolete --override-encrypted-media-canplaytype.
ddorwin@chromium.org
2013-10-25
3
-24
/
+0
*
Add support for avc3 codec string.
acolwell@chromium.org
2013-10-18
1
-2
/
+2
*
Call DecryptorReadyCB in InitializeCDM instead of in GenerateKeyRequest.
xhwang@chromium.org
2013-10-03
1
-4
/
+5
*
Clean up a few more unused globals.
thakis@chromium.org
2013-09-25
1
-12
/
+13
*
[Android] EME permission on/off pref and infobar UI.
kkimlabs@chromium.org
2013-09-23
4
-6
/
+16
*
Create a Pepper-based CDM when a MediaKeys object is created.
jrummell@chromium.org
2013-09-20
1
-1
/
+4
*
Always Register the Clear Key key system in content.
ddorwin@chromium.org
2013-09-18
2
-6
/
+36
*
Move EME key system knowledge from content/ to chrome/.
ddorwin@chromium.org
2013-09-13
4
-724
/
+314
*
Fixed compilation for KitKat SDK
avayvod@chromium.org
2013-09-13
1
-1
/
+4
*
Refactor KeySystems code to call a function to populate the info. (re-land r2...
ddorwin@chromium.org
2013-09-13
5
-192
/
+217
*
Fix KeySystemsTest on Android.
xhwang@chromium.org
2013-09-13
1
-8
/
+6
*
Revert 222074 "Refactor KeySystems code to call a function to po..."
rouslan@chromium.org
2013-09-09
5
-198
/
+185
*
Refactor KeySystems code to call a function to populate the info. (re-land r2...
ddorwin@chromium.org
2013-09-09
5
-185
/
+198
*
Revert 221932 "Refactor KeySystems code to call a function to po..."
cpu@chromium.org
2013-09-08
5
-198
/
+185
*
Refactor KeySystems code to call a function to populate the info.
ddorwin@chromium.org
2013-09-07
5
-185
/
+198
*
Add widevine_cdm_version.h to gyp for android.
xhwang@chromium.org
2013-09-06
1
-0
/
+2
[next]