|
Changes to support CDM_7
Add support for CDM_7 and update Pepper to support the updated
interface.
Changes:
- Rename CreateSession() to CreateSessionAndGenerateRequest()
with reordered parameter list.
- Add |session_type| to LoadSession().
- OnSessionMessage() adds |message_type|, removes |destination_url|.
- OnSessionKeysChange() adds |key_information|.
- Remove GetUsableKeyIds()
- Remove OnPromiseResolvedWithKeyIds()
- Remove OnSessionReady().
BUG= 428384
TEST=existing EME test cases pass
Committed: https://crrev.com/a68c98fe5d09235cdfff39176964e10ac2074a6b
Cr-Commit-Position: refs/heads/master@{#310615}
Total comments: 20
Total comments: 12
Total comments: 20
Total comments: 12
Total comments: 18
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+914 lines, -982 lines) |
Patch |
 |
M |
DEPS
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
content/renderer/pepper/content_decryptor_delegate.h
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+5 lines, -5 lines |
0 comments
|
Download
|
 |
M |
content/renderer/pepper/content_decryptor_delegate.cc
|
View
|
1
2
3
4
5
6
7
|
7 chunks |
+18 lines, -38 lines |
0 comments
|
Download
|
 |
M |
content/renderer/pepper/pepper_plugin_instance_impl.h
|
View
|
1
2
3
4
5
6
|
2 chunks |
+8 lines, -9 lines |
0 comments
|
Download
|
 |
M |
content/renderer/pepper/pepper_plugin_instance_impl.cc
|
View
|
1
2
3
4
5
6
|
3 chunks |
+9 lines, -18 lines |
0 comments
|
Download
|
 |
M |
media/cdm/ppapi/cdm_adapter.h
|
View
|
1
2
3
4
5
6
7
|
3 chunks |
+101 lines, -102 lines |
0 comments
|
Download
|
 |
M |
media/cdm/ppapi/cdm_adapter.cc
|
View
|
1
2
3
4
5
6
7
8
|
18 chunks |
+194 lines, -137 lines |
0 comments
|
Download
|
 |
M |
media/cdm/ppapi/cdm_wrapper.h
|
View
|
1
2
3
4
5
6
|
9 chunks |
+76 lines, -37 lines |
0 comments
|
Download
|
 |
M |
media/cdm/ppapi/external_clear_key/clear_key_cdm.cc
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+5 lines, -2 lines |
0 comments
|
Download
|
 |
M |
media/cdm/ppapi/supported_cdm_versions.h
|
View
|
1
2
3
4
5
6
|
3 chunks |
+5 lines, -3 lines |
0 comments
|
Download
|
 |
M |
ppapi/api/private/pp_content_decryptor.idl
|
View
|
1
2
3
4
|
2 chunks |
+46 lines, -1 line |
0 comments
|
Download
|
 |
M |
ppapi/api/private/ppb_content_decryptor_private.idl
|
View
|
1
2
3
4
5
6
|
5 chunks |
+15 lines, -41 lines |
0 comments
|
Download
|
 |
M |
ppapi/api/private/ppp_content_decryptor_private.idl
|
View
|
1
2
3
4
|
5 chunks |
+16 lines, -28 lines |
0 comments
|
Download
|
 |
M |
ppapi/c/pp_macros.h
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
ppapi/c/private/pp_content_decryptor.h
|
View
|
1
2
3
4
5
6
|
3 chunks |
+52 lines, -2 lines |
0 comments
|
Download
|
 |
M |
ppapi/c/private/ppb_content_decryptor_private.h
|
View
|
1
2
3
4
5
6
|
8 chunks |
+20 lines, -42 lines |
0 comments
|
Download
|
 |
M |
ppapi/c/private/ppp_content_decryptor_private.h
|
View
|
1
2
3
4
|
7 chunks |
+23 lines, -33 lines |
0 comments
|
Download
|
 |
M |
ppapi/cpp/private/content_decryptor_private.h
|
View
|
1
2
3
4
|
3 chunks |
+10 lines, -13 lines |
0 comments
|
Download
|
 |
M |
ppapi/cpp/private/content_decryptor_private.cc
|
View
|
1
2
3
4
5
6
|
8 chunks |
+21 lines, -66 lines |
0 comments
|
Download
|
 |
M |
ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c
|
View
|
1
2
3
4
5
6
|
11 chunks |
+106 lines, -126 lines |
0 comments
|
Download
|
 |
M |
ppapi/proxy/ppapi_messages.h
|
View
|
1
2
3
4
5
6
|
6 chunks |
+18 lines, -24 lines |
0 comments
|
Download
|
 |
M |
ppapi/proxy/ppapi_param_traits.h
|
View
|
1
2
3
4
5
6
|
2 chunks |
+9 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ppapi/proxy/ppapi_param_traits.cc
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+46 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ppapi/proxy/ppb_instance_proxy.h
|
View
|
1
2
3
4
5
6
|
3 chunks |
+16 lines, -23 lines |
0 comments
|
Download
|
 |
M |
ppapi/proxy/ppb_instance_proxy.cc
|
View
|
1
2
3
4
5
6
7
|
10 chunks |
+34 lines, -106 lines |
0 comments
|
Download
|
 |
M |
ppapi/proxy/ppp_content_decryptor_private_proxy.h
|
View
|
|
2 chunks |
+7 lines, -8 lines |
0 comments
|
Download
|
 |
M |
ppapi/proxy/ppp_content_decryptor_private_proxy.cc
|
View
|
|
8 chunks |
+24 lines, -69 lines |
0 comments
|
Download
|
 |
M |
ppapi/thunk/interfaces_ppb_private.h
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
ppapi/thunk/ppb_content_decryptor_private_thunk.cc
|
View
|
1
2
3
4
5
6
|
6 chunks |
+16 lines, -34 lines |
0 comments
|
Download
|
 |
M |
ppapi/thunk/ppb_instance_api.h
|
View
|
1
2
3
4
5
6
|
2 chunks |
+8 lines, -10 lines |
0 comments
|
Download
|
 |
M |
tools/metrics/histograms/histograms.xml
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
Total messages: 35 (9 generated)
|