|
Update Pepper interface for EME
To support CDM_6, make the following changes:
- add SetServerCertificate
- add GetUsableKeyIds
- rename ReleaseSession to CloseSession
- add RemoveSession
- add SessionKeysChange event
- add SessionExpirationChange event
Includes changes to cdm_adapter for the new functionality. Changes to
use these new interfaces in blink in a future CL.
BUG= 358271
TEST=existing EME tests still pass + manual testing
Committed: https://crrev.com/1e9a7b144e268ac9310474352d8f54b0b03fe82a
Cr-Commit-Position: refs/heads/master@{#293672}
Total comments: 44
Total comments: 22
Total comments: 2
Total comments: 22
Total comments: 14
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+1053 lines, -97 lines) |
Patch |
 |
M |
content/renderer/media/crypto/ppapi_decryptor.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
content/renderer/pepper/content_decryptor_delegate.h
|
View
|
1
2
3
4
|
5 chunks |
+15 lines, -2 lines |
0 comments
|
Download
|
 |
M |
content/renderer/pepper/content_decryptor_delegate.cc
|
View
|
1
2
3
4
5
|
7 chunks |
+110 lines, -2 lines |
0 comments
|
Download
|
 |
M |
content/renderer/pepper/pepper_plugin_instance_impl.h
|
View
|
1
2
3
4
5
6
7
|
2 chunks |
+9 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/renderer/pepper/pepper_plugin_instance_impl.cc
|
View
|
1
2
3
4
5
6
7
|
2 chunks |
+23 lines, -0 lines |
0 comments
|
Download
|
 |
M |
media/base/limits.h
|
View
|
1
2
3
4
|
1 chunk |
+10 lines, -0 lines |
0 comments
|
Download
|
 |
M |
media/cdm/ppapi/cdm_adapter.h
|
View
|
1
2
3
4
5
6
7
|
2 chunks |
+6 lines, -6 lines |
0 comments
|
Download
|
 |
M |
media/cdm/ppapi/cdm_adapter.cc
|
View
|
1
2
3
4
5
6
7
|
5 chunks |
+40 lines, -8 lines |
0 comments
|
Download
|
 |
M |
media/cdm/ppapi/cdm_wrapper.h
|
View
|
1
2
3
4
5
6
7
|
5 chunks |
+28 lines, -7 lines |
0 comments
|
Download
|
 |
M |
mojo/examples/pepper_container_app/plugin_instance.h
|
View
|
1
2
3
4
5
6
7
8
|
2 chunks |
+9 lines, -0 lines |
0 comments
|
Download
|
 |
M |
mojo/examples/pepper_container_app/plugin_instance.cc
|
View
|
1
2
3
4
5
6
7
8
|
2 chunks |
+18 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ppapi/api/private/ppb_content_decryptor_private.idl
|
View
|
1
|
4 chunks |
+48 lines, -3 lines |
0 comments
|
Download
|
 |
M |
ppapi/api/private/ppp_content_decryptor_private.idl
|
View
|
1
|
2 chunks |
+53 lines, -4 lines |
0 comments
|
Download
|
 |
M |
ppapi/c/private/ppb_content_decryptor_private.h
|
View
|
1
|
6 chunks |
+44 lines, -4 lines |
0 comments
|
Download
|
 |
M |
ppapi/c/private/ppp_content_decryptor_private.h
|
View
|
1
|
3 chunks |
+50 lines, -7 lines |
0 comments
|
Download
|
 |
M |
ppapi/cpp/private/content_decryptor_private.h
|
View
|
1
|
5 chunks |
+16 lines, -2 lines |
0 comments
|
Download
|
 |
M |
ppapi/cpp/private/content_decryptor_private.cc
|
View
|
1
2
3
4
|
7 chunks |
+109 lines, -16 lines |
0 comments
|
Download
|
 |
M |
ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c
|
View
|
1
2
3
4
5
6
7
|
6 chunks |
+45 lines, -3 lines |
0 comments
|
Download
|
 |
M |
ppapi/proxy/ppapi_messages.h
|
View
|
1
2
3
4
|
4 chunks |
+26 lines, -2 lines |
0 comments
|
Download
|
 |
M |
ppapi/proxy/ppb_instance_proxy.h
|
View
|
1
2
3
4
|
5 chunks |
+21 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ppapi/proxy/ppb_instance_proxy.cc
|
View
|
1
2
3
4
5
6
|
7 chunks |
+133 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ppapi/proxy/ppp_content_decryptor_private_proxy.h
|
View
|
1
2
3
4
|
3 chunks |
+13 lines, -3 lines |
0 comments
|
Download
|
 |
M |
ppapi/proxy/ppp_content_decryptor_private_proxy.cc
|
View
|
1
2
3
4
5
6
7
8
9
|
8 chunks |
+176 lines, -26 lines |
0 comments
|
Download
|
 |
M |
ppapi/thunk/ppb_content_decryptor_private_thunk.cc
|
View
|
1
|
4 chunks |
+40 lines, -1 line |
0 comments
|
Download
|
 |
M |
ppapi/thunk/ppb_instance_api.h
|
View
|
|
3 chunks |
+10 lines, -0 lines |
0 comments
|
Download
|
Total messages: 43 (12 generated)
|