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

Issue 854633003: Verify heartbeat messages have type 'license-renewal' (Closed)

Created:
5 years, 11 months ago by jrummell
Modified:
5 years, 11 months ago
Reviewers:
ddorwin
CC:
chromium-reviews, feature-media-reviews_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Verify heartbeat messages have type 'license-renewal' Also check that non-heartbeat messages are 'license-request'. Only done for unprefixed API. BUG=442558 TEST=EME browser_tests pass Committed: https://crrev.com/9e887ea15b89c3c446d3566904cfdd3350fb018b Cr-Commit-Position: refs/heads/master@{#311796}

Patch Set 1 #

Total comments: 6

Patch Set 2 : renewal #

Total comments: 2

Patch Set 3 : remove heartbeat #

Total comments: 4

Patch Set 4 : add space #

Unified diffs Side-by-side diffs Delta from patch set Stats (+34 lines, -13 lines) Patch
M media/test/data/eme_player.html View 1 2 3 1 chunk +3 lines, -3 lines 0 comments Download
M media/test/data/eme_player_js/globals.js View 1 2 1 chunk +3 lines, -2 lines 0 comments Download
M media/test/data/eme_player_js/player_utils.js View 1 2 2 chunks +12 lines, -6 lines 0 comments Download
M media/test/data/eme_player_js/utils.js View 1 2 1 chunk +16 lines, -2 lines 0 comments Download

Messages

Total messages: 12 (2 generated)
jrummell
PTAL.
5 years, 11 months ago (2015-01-14 23:15:06 UTC) #2
ddorwin
LG. Minor stuff. https://codereview.chromium.org/854633003/diff/1/media/test/data/eme_player_js/player_utils.js File media/test/data/eme_player_js/player_utils.js (right): https://codereview.chromium.org/854633003/diff/1/media/test/data/eme_player_js/player_utils.js#newcode47 media/test/data/eme_player_js/player_utils.js:47: if (Utils.isHeartBeatMessage(message)) { Rename isRenewalMessage? "Heartbeat" ...
5 years, 11 months ago (2015-01-14 23:24:52 UTC) #3
jrummell
Updated. https://codereview.chromium.org/854633003/diff/1/media/test/data/eme_player_js/player_utils.js File media/test/data/eme_player_js/player_utils.js (right): https://codereview.chromium.org/854633003/diff/1/media/test/data/eme_player_js/player_utils.js#newcode47 media/test/data/eme_player_js/player_utils.js:47: if (Utils.isHeartBeatMessage(message)) { On 2015/01/14 23:24:52, ddorwin wrote: ...
5 years, 11 months ago (2015-01-15 01:32:56 UTC) #4
ddorwin
https://codereview.chromium.org/854633003/diff/20001/media/test/data/eme_player_js/player_utils.js File media/test/data/eme_player_js/player_utils.js (right): https://codereview.chromium.org/854633003/diff/20001/media/test/data/eme_player_js/player_utils.js#newcode132 media/test/data/eme_player_js/player_utils.js:132: if (Utils.isHeartBeatMessage(message.message)) { I meant we should rename this ...
5 years, 11 months ago (2015-01-15 03:31:51 UTC) #5
jrummell
Updated to remove references to heartbeat. https://codereview.chromium.org/854633003/diff/20001/media/test/data/eme_player_js/player_utils.js File media/test/data/eme_player_js/player_utils.js (right): https://codereview.chromium.org/854633003/diff/20001/media/test/data/eme_player_js/player_utils.js#newcode132 media/test/data/eme_player_js/player_utils.js:132: if (Utils.isHeartBeatMessage(message.message)) { ...
5 years, 11 months ago (2015-01-15 19:38:00 UTC) #6
ddorwin
lgtm with nit https://codereview.chromium.org/854633003/diff/40001/media/test/data/eme_player.html File media/test/data/eme_player.html (right): https://codereview.chromium.org/854633003/diff/40001/media/test/data/eme_player.html#newcode72 media/test/data/eme_player.html:72: // and renewalmessage for these tests. ...
5 years, 11 months ago (2015-01-15 19:56:43 UTC) #7
jrummell
Thanks for the reviews. https://codereview.chromium.org/854633003/diff/40001/media/test/data/eme_player.html File media/test/data/eme_player.html (right): https://codereview.chromium.org/854633003/diff/40001/media/test/data/eme_player.html#newcode72 media/test/data/eme_player.html:72: // and renewalmessage for these ...
5 years, 11 months ago (2015-01-15 21:55:34 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/854633003/60001
5 years, 11 months ago (2015-01-15 22:18:10 UTC) #10
commit-bot: I haz the power
Committed patchset #4 (id:60001)
5 years, 11 months ago (2015-01-16 00:52:40 UTC) #11
commit-bot: I haz the power
5 years, 11 months ago (2015-01-16 00:55:00 UTC) #12
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/9e887ea15b89c3c446d3566904cfdd3350fb018b
Cr-Commit-Position: refs/heads/master@{#311796}

Powered by Google App Engine
This is Rietveld 408576698