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

Issue 602063003: Restore RuntimeEnabled=PrefixedEncryptedMedia to MediaKeyError.idl. (Closed)

Created:
6 years, 2 months ago by MRV
Modified:
6 years ago
Reviewers:
philipj_slow, ddorwin
CC:
blink-reviews, blink-reviews-html_chromium.org, arv+blink, eric.carlson_apple.com, mkwst+moarreviews_chromium.org, feature-media-reviews_chromium.org, dglazkov+blink, Inactive
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Project:
blink
Visibility:
Public.

Description

Restore RuntimeEnabled=PrefixedEncryptedMedia to MediaKeyError.idl This interface is part of the prefixed API only and should be removed with it. BUG=402536, 343413 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=187168

Patch Set 1 #

Total comments: 4

Patch Set 2 : Used PrefixedEncryptedMedia instead EncryptedMediaAnyVersion #

Patch Set 3 : Rebasing the Change with respect to PrefixedEncryptedMedia #

Patch Set 4 : corrected typo #

Total comments: 6

Patch Set 5 : Incorporated changes #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -0 lines) Patch
M Source/core/html/MediaKeyError.idl View 1 2 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 39 (10 generated)
MRV
PTAL
6 years, 2 months ago (2014-09-25 10:25:39 UTC) #2
ddorwin
https://codereview.chromium.org/602063003/diff/1/Source/core/html/MediaError.idl File Source/core/html/MediaError.idl (right): https://codereview.chromium.org/602063003/diff/1/Source/core/html/MediaError.idl#newcode34 Source/core/html/MediaError.idl:34: [DeprecateAs=MediaErrorEncrypted] const unsigned short MEDIA_ERR_ENCRYPTED = 5; Instead, please ...
6 years, 2 months ago (2014-09-25 16:45:26 UTC) #4
MRV
Dear Mr. ddorwin, Thanks for your feedback, I have incorporated changes suggested. PTAL. https://codereview.chromium.org/602063003/diff/1/Source/core/html/MediaError.idl File ...
6 years, 2 months ago (2014-09-26 02:57:16 UTC) #5
ddorwin
lgtm
6 years, 2 months ago (2014-09-26 03:34:01 UTC) #6
MRV
On 2014/09/26 03:34:01, ddorwin wrote: > lgtm Thanks Mr. ddorwin for LGTM.
6 years, 2 months ago (2014-09-26 03:52:25 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/602063003/20001
6 years, 2 months ago (2014-09-26 03:53:18 UTC) #9
commit-bot: I haz the power
Try jobs failed on following builders: blink_presubmit on tryserver.blink (http://build.chromium.org/p/tryserver.blink/builders/blink_presubmit/builds/16087)
6 years, 2 months ago (2014-09-26 04:01:14 UTC) #11
ddorwin
I'm not an OWNER for any of these files, so you still need another LGTM. ...
6 years, 2 months ago (2014-09-26 04:08:28 UTC) #12
MRV
On 2014/09/26 04:08:28, ddorwin wrote: > I'm not an OWNER for any of these files, ...
6 years, 2 months ago (2014-09-26 04:57:31 UTC) #14
ddorwin
You should add 418260 to BUG=. However, as noted in that bug, I'm not sure ...
6 years, 2 months ago (2014-09-26 21:42:14 UTC) #16
ddorwin
Not lgtm until that bug is fixed. Once it is, you should be able to ...
6 years, 2 months ago (2014-09-26 21:47:33 UTC) #17
MRV
On 2014/09/26 21:47:33, ddorwin wrote: > Not lgtm until that bug is fixed. Once it ...
6 years, 2 months ago (2014-09-29 03:08:45 UTC) #18
ddorwin
On 2014/09/29 03:08:45, MRV wrote: > On 2014/09/26 21:47:33, ddorwin wrote: > > Not lgtm ...
6 years ago (2014-12-09 21:48:53 UTC) #19
MRV
On 2014/12/09 21:48:53, ddorwin wrote: > On 2014/09/29 03:08:45, MRV wrote: > > On 2014/09/26 ...
6 years ago (2014-12-11 11:23:45 UTC) #20
ddorwin
On 2014/12/11 11:23:45, MRV wrote: > On 2014/12/09 21:48:53, ddorwin wrote: > > On 2014/09/29 ...
6 years ago (2014-12-11 19:30:52 UTC) #21
MRV
On 2014/12/11 19:30:52, ddorwin wrote: > On 2014/12/11 11:23:45, MRV wrote: > > On 2014/12/09 ...
6 years ago (2014-12-12 06:58:49 UTC) #22
ddorwin
It looks like one use was already taken care of. See the comments. Just drop ...
6 years ago (2014-12-12 17:55:46 UTC) #23
philipj_slow
https://codereview.chromium.org/602063003/diff/60001/Source/core/html/MediaError.idl File Source/core/html/MediaError.idl (right): https://codereview.chromium.org/602063003/diff/60001/Source/core/html/MediaError.idl#newcode34 Source/core/html/MediaError.idl:34: [RuntimeEnabled=PrefixedEncryptedMedia] On 2014/12/12 17:55:46, ddorwin wrote: > philipj removed ...
6 years ago (2014-12-12 20:42:13 UTC) #25
MRV
Thanks Mr.ddorwin and philipj for your feedback. I have modified patch as per your suggestions. ...
6 years ago (2014-12-15 03:16:18 UTC) #26
philipj_slow
LGTM, but please improve the commit message. It says "Restore RuntimeEnabled=PrefixedEncryptedMedia to MediaKeyError.idl." twice and ...
6 years ago (2014-12-15 09:11:10 UTC) #27
MRV
On 2014/12/15 09:11:10, philipj wrote: > LGTM, but please improve the commit message. It says ...
6 years ago (2014-12-15 11:58:17 UTC) #28
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/602063003/80001
6 years ago (2014-12-15 11:59:27 UTC) #30
commit-bot: I haz the power
A disapproval has been posted by following reviewers: ddorwin@chromium.org. Please make sure to get positive ...
6 years ago (2014-12-15 11:59:32 UTC) #32
philipj_slow
That description is still problematic, and far exceeds the 72 character limit that git cl ...
6 years ago (2014-12-15 14:45:58 UTC) #33
ddorwin
lgtm I copied the description (and removed "together"). Thanks MRV!
6 years ago (2014-12-15 17:56:01 UTC) #35
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/602063003/80001
6 years ago (2014-12-15 17:56:41 UTC) #36
MRV
On 2014/12/15 14:45:58, philipj wrote: > That description is still problematic, and far exceeds the ...
6 years ago (2014-12-15 18:00:28 UTC) #37
MRV
On 2014/12/15 17:56:01, ddorwin wrote: > lgtm > > I copied the description (and removed ...
6 years ago (2014-12-15 18:03:25 UTC) #38
commit-bot: I haz the power
6 years ago (2014-12-15 19:22:22 UTC) #39
Message was sent while issue was closed.
Committed patchset #5 (id:80001) as
https://src.chromium.org/viewvc/blink?view=rev&revision=187168

Powered by Google App Engine
This is Rietveld 408576698