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

Issue 117323005: MediaKeySession: update(key) -> update(response). (Closed)

Created:
6 years, 11 months ago by xhwang
Modified:
6 years, 11 months ago
CC:
blink-reviews, feature-media-reviews_chromium.org, dglazkov+blink, philipj_slow, jamesr, ddorwin, jrummell
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Visibility:
Public.

Description

MediaKeySession: update(key) -> update(response). This change matches the latest Encrypted Media Extension WD spec. BUG=224786 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=164707

Patch Set 1 #

Total comments: 4

Patch Set 2 : comments addressed #

Total comments: 4
Unified diffs Side-by-side diffs Delta from patch set Stats (+24 lines, -25 lines) Patch
M Source/modules/encryptedmedia/MediaKeySession.h View 3 chunks +3 lines, -3 lines 1 comment Download
M Source/modules/encryptedmedia/MediaKeySession.cpp View 1 2 chunks +13 lines, -11 lines 3 comments Download
M Source/modules/encryptedmedia/MediaKeySession.idl View 2 chunks +2 lines, -2 lines 0 comments Download
M Source/platform/drm/ContentDecryptionModuleSession.h View 1 3 chunks +3 lines, -6 lines 0 comments Download
M Source/platform/drm/ContentDecryptionModuleSession.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M public/platform/WebContentDecryptionModuleSession.h View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 13 (0 generated)
xhwang
Learning blink... This is one of my ramp-up CLs :) PTAL jrummell/ddorwin: FYI
6 years, 11 months ago (2014-01-03 18:50:44 UTC) #1
acolwell GONE FROM CHROMIUM
lgtm https://codereview.chromium.org/117323005/diff/1/Source/modules/encryptedmedia/MediaKeySession.cpp File Source/modules/encryptedmedia/MediaKeySession.cpp (right): https://codereview.chromium.org/117323005/diff/1/Source/modules/encryptedmedia/MediaKeySession.cpp#newcode115 Source/modules/encryptedmedia/MediaKeySession.cpp:115: // From <https://dvcs.w3.org/hg/html-media/raw-file/tip/encrypted-media/encrypted-media.html#dom-update>: nit: You don't want tip ...
6 years, 11 months ago (2014-01-03 19:28:48 UTC) #2
xhwang
comments addressed
6 years, 11 months ago (2014-01-03 20:19:38 UTC) #3
xhwang
abarth@: Please do an OWNERS review. https://codereview.chromium.org/117323005/diff/1/Source/modules/encryptedmedia/MediaKeySession.cpp File Source/modules/encryptedmedia/MediaKeySession.cpp (right): https://codereview.chromium.org/117323005/diff/1/Source/modules/encryptedmedia/MediaKeySession.cpp#newcode115 Source/modules/encryptedmedia/MediaKeySession.cpp:115: // From <https://dvcs.w3.org/hg/html-media/raw-file/tip/encrypted-media/encrypted-media.html#dom-update>: ...
6 years, 11 months ago (2014-01-03 20:20:45 UTC) #4
xhwang
abarth@: kindly ping!
6 years, 11 months ago (2014-01-06 23:38:52 UTC) #5
ddorwin
LGTM. I have an unrelated question for abarth@. https://codereview.chromium.org/117323005/diff/70001/Source/modules/encryptedmedia/MediaKeySession.cpp File Source/modules/encryptedmedia/MediaKeySession.cpp (right): https://codereview.chromium.org/117323005/diff/70001/Source/modules/encryptedmedia/MediaKeySession.cpp#newcode128 Source/modules/encryptedmedia/MediaKeySession.cpp:128: m_updateTimer.startOneShot(0); ...
6 years, 11 months ago (2014-01-07 01:10:43 UTC) #6
ddorwin
More thoughts on where to schedule the task. https://codereview.chromium.org/117323005/diff/70001/Source/modules/encryptedmedia/MediaKeySession.cpp File Source/modules/encryptedmedia/MediaKeySession.cpp (right): https://codereview.chromium.org/117323005/diff/70001/Source/modules/encryptedmedia/MediaKeySession.cpp#newcode128 Source/modules/encryptedmedia/MediaKeySession.cpp:128: m_updateTimer.startOneShot(0); ...
6 years, 11 months ago (2014-01-07 02:41:20 UTC) #7
xhwang
https://codereview.chromium.org/117323005/diff/70001/Source/modules/encryptedmedia/MediaKeySession.cpp File Source/modules/encryptedmedia/MediaKeySession.cpp (right): https://codereview.chromium.org/117323005/diff/70001/Source/modules/encryptedmedia/MediaKeySession.cpp#newcode128 Source/modules/encryptedmedia/MediaKeySession.cpp:128: m_updateTimer.startOneShot(0); On 2014/01/07 02:41:21, ddorwin wrote: > On 2014/01/07 ...
6 years, 11 months ago (2014-01-07 17:33:53 UTC) #8
xhwang
On 2014/01/07 17:33:53, xhwang wrote: > https://codereview.chromium.org/117323005/diff/70001/Source/modules/encryptedmedia/MediaKeySession.cpp > File Source/modules/encryptedmedia/MediaKeySession.cpp (right): > > https://codereview.chromium.org/117323005/diff/70001/Source/modules/encryptedmedia/MediaKeySession.cpp#newcode128 > ...
6 years, 11 months ago (2014-01-08 17:54:35 UTC) #9
abarth-chromium
On 2014/01/07 01:10:43, ddorwin wrote: > https://codereview.chromium.org/117323005/diff/70001/Source/modules/encryptedmedia/MediaKeySession.cpp > File Source/modules/encryptedmedia/MediaKeySession.cpp (right): > > https://codereview.chromium.org/117323005/diff/70001/Source/modules/encryptedmedia/MediaKeySession.cpp#newcode128 > ...
6 years, 11 months ago (2014-01-08 19:10:13 UTC) #10
abarth-chromium
lgtm
6 years, 11 months ago (2014-01-08 19:11:44 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/xhwang@chromium.org/117323005/70001
6 years, 11 months ago (2014-01-08 19:12:03 UTC) #12
commit-bot: I haz the power
6 years, 11 months ago (2014-01-08 20:26:22 UTC) #13
Message was sent while issue was closed.
Change committed as 164707

Powered by Google App Engine
This is Rietveld 408576698