|
|
Created:
6 years, 2 months ago by MRV Modified:
6 years ago 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. |
DescriptionRestore 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 #Messages
Total messages: 39 (10 generated)
mohan.reddy@samsung.com changed reviewers: + abarth@chromium.org
PTAL
ddorwin@chromium.org changed reviewers: + ddorwin@chromium.org
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.... Source/core/html/MediaError.idl:34: [DeprecateAs=MediaErrorEncrypted] const unsigned short MEDIA_ERR_ENCRYPTED = 5; Instead, please replace with PrefixedEncryptedMedia. Alternatively, I'm fine with just removing it at this point - it's been deprecated for a while and I don't think anyone ever used the constant. https://codereview.chromium.org/602063003/diff/1/Source/core/html/MediaKeyErr... File Source/core/html/MediaKeyError.idl (right): https://codereview.chromium.org/602063003/diff/1/Source/core/html/MediaKeyErr... Source/core/html/MediaKeyError.idl:27: WillBeGarbageCollected, Please instead replace with PrefixedEncryptedMedia. See the BUG for details.
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 Source/core/html/MediaError.idl (right): https://codereview.chromium.org/602063003/diff/1/Source/core/html/MediaError.... Source/core/html/MediaError.idl:34: [DeprecateAs=MediaErrorEncrypted] const unsigned short MEDIA_ERR_ENCRYPTED = 5; On 2014/09/25 16:45:26, ddorwin wrote: > Instead, please replace with PrefixedEncryptedMedia. Alternatively, I'm fine > with just removing it at this point - it's been deprecated for a while and I > don't think anyone ever used the constant. Done. https://codereview.chromium.org/602063003/diff/1/Source/core/html/MediaKeyErr... File Source/core/html/MediaKeyError.idl (right): https://codereview.chromium.org/602063003/diff/1/Source/core/html/MediaKeyErr... Source/core/html/MediaKeyError.idl:27: WillBeGarbageCollected, On 2014/09/25 16:45:26, ddorwin wrote: > Please instead replace with PrefixedEncryptedMedia. See the BUG for details. Done.
lgtm
On 2014/09/26 03:34:01, ddorwin wrote: > lgtm Thanks Mr. ddorwin for LGTM.
The CQ bit was checked by mohan.reddy@samsung.com
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/602063003/20001
The CQ bit was unchecked by commit-bot@chromium.org
Try jobs failed on following builders: blink_presubmit on tryserver.blink (http://build.chromium.org/p/tryserver.blink/builders/blink_presubmit/builds/1...)
I'm not an OWNER for any of these files, so you still need another LGTM. abarth is pretty busy, so you might want to pick another.
mohan.reddy@samsung.com changed reviewers: + dglazkov@chromium.org
On 2014/09/26 04:08:28, ddorwin wrote: > I'm not an OWNER for any of these files, so you still need another LGTM. abarth > is pretty busy, so you might want to pick another. Thanks Mr. ddorwin for clarification. @Mr. dglazkov, could you review my patch.
ddorwin@chromium.org changed reviewers: - abarth@chromium.org, dglazkov@chromium.org
You should add 418260 to BUG=. However, as noted in that bug, I'm not sure that unprefixed EME is ready to have the error removed, so please hold off on this removal until that bug is addressed.
Not lgtm until that bug is fixed. Once it is, you should be able to rebase and land this. Thanks.
On 2014/09/26 21:47:33, ddorwin wrote: > Not lgtm until that bug is fixed. Once it is, you should be able to rebase and > land this. Thanks. Dear Mr. ddorwin, thanks for your feedback. I'll wait until 418260 gets resolved.
Message was sent while issue was closed.
On 2014/09/29 03:08:45, MRV wrote: > On 2014/09/26 21:47:33, ddorwin wrote: > > Not lgtm until that bug is fixed. Once it is, you should be able to rebase and > > land this. Thanks. > > Dear Mr. ddorwin, thanks for your feedback. > I'll wait until 418260 gets resolved. As of Blink revision 186808, bug 418260 should be fixed, so you can rebase and re-upload this CL. Thanks.
Message was sent while issue was closed.
On 2014/12/09 21:48:53, ddorwin wrote: > On 2014/09/29 03:08:45, MRV wrote: > > On 2014/09/26 21:47:33, ddorwin wrote: > > > Not lgtm until that bug is fixed. Once it is, you should be able to rebase > and > > > land this. Thanks. > > > > Dear Mr. ddorwin, thanks for your feedback. > > I'll wait until 418260 gets resolved. > > As of Blink revision 186808, bug 418260 should be fixed, so you can rebase and > re-upload this CL. Thanks. Thanks Mr. ddorwin, thanks for the update, i started looking into it, but heeyoun.lee as worked and closed the same in the https://codereview.chromium.org/580263004/ So closing this issue again.
Message was sent while issue was closed.
On 2014/12/11 11:23:45, MRV wrote: > On 2014/12/09 21:48:53, ddorwin wrote: > > On 2014/09/29 03:08:45, MRV wrote: > > > On 2014/09/26 21:47:33, ddorwin wrote: > > > > Not lgtm until that bug is fixed. Once it is, you should be able to rebase > > and > > > > land this. Thanks. > > > > > > Dear Mr. ddorwin, thanks for your feedback. > > > I'll wait until 418260 gets resolved. > > > > As of Blink revision 186808, bug 418260 should be fixed, so you can rebase and > > re-upload this CL. Thanks. > > Thanks Mr. ddorwin, thanks for the update, i started looking into it, but > heeyoun.lee as worked and closed the same in the > https://codereview.chromium.org/580263004/ > So closing this issue again. Thanks for bringing that CL to my attention. As I commented in it, it is incorrect for Media*.idl. Your change in those two is correct. I think if you rebase and keep your changes there, you'll have just the two IDL files, which will be correct.
On 2014/12/11 19:30:52, ddorwin wrote: > On 2014/12/11 11:23:45, MRV wrote: > > On 2014/12/09 21:48:53, ddorwin wrote: > > > On 2014/09/29 03:08:45, MRV wrote: > > > > On 2014/09/26 21:47:33, ddorwin wrote: > > > > > Not lgtm until that bug is fixed. Once it is, you should be able to > rebase > > > and > > > > > land this. Thanks. > > > > > > > > Dear Mr. ddorwin, thanks for your feedback. > > > > I'll wait until 418260 gets resolved. > > > > > > As of Blink revision 186808, bug 418260 should be fixed, so you can rebase > and > > > re-upload this CL. Thanks. > > > > Thanks Mr. ddorwin, thanks for the update, i started looking into it, but > > heeyoun.lee as worked and closed the same in the > > https://codereview.chromium.org/580263004/ > > So closing this issue again. > > Thanks for bringing that CL to my attention. As I commented in it, it is > incorrect for Media*.idl. Your change in those two is correct. I think if you > rebase and keep your changes there, you'll have just the two IDL files, which > will be correct. Mr. ddorwin, Thanks for your feedback. I have made the changes as suggested. PTAL.
It looks like one use was already taken care of. See the comments. Just drop that file from this CL. Also, I'd change the description to something like the following. Restore RuntimeEnabled=PrefixedEncryptedMedia to MediaKeyError.idl. MediaKeyError is only present in prefixed EME. https://codereview.chromium.org/602063003/diff/60001/Source/core/html/MediaEr... File Source/core/html/MediaError.idl (right): https://codereview.chromium.org/602063003/diff/60001/Source/core/html/MediaEr... Source/core/html/MediaError.idl:34: [RuntimeEnabled=PrefixedEncryptedMedia] philipj removed the value a couple weeks ago in https://codereview.chromium.org/724573004, so this is no longer needed. https://codereview.chromium.org/602063003/diff/60001/Source/core/html/MediaKe... File Source/core/html/MediaKeyError.idl (right): https://codereview.chromium.org/602063003/diff/60001/Source/core/html/MediaKe... Source/core/html/MediaKeyError.idl:27: RuntimeEnabled=PrefixedEncryptedMedia, This is the one remaining piece from this CL. :)
philipj@opera.com changed reviewers: + philipj@opera.com
https://codereview.chromium.org/602063003/diff/60001/Source/core/html/MediaEr... File Source/core/html/MediaError.idl (right): https://codereview.chromium.org/602063003/diff/60001/Source/core/html/MediaEr... Source/core/html/MediaError.idl:34: [RuntimeEnabled=PrefixedEncryptedMedia] On 2014/12/12 17:55:46, ddorwin wrote: > philipj removed the value a couple weeks ago in > https://codereview.chromium.org/724573004, so this is no longer needed. Right, it would actually apply to the code attribute below, which would be bad...
Thanks Mr.ddorwin and philipj for your feedback. I have modified patch as per your suggestions. PTAL https://codereview.chromium.org/602063003/diff/60001/Source/core/html/MediaEr... File Source/core/html/MediaError.idl (right): https://codereview.chromium.org/602063003/diff/60001/Source/core/html/MediaEr... Source/core/html/MediaError.idl:34: [RuntimeEnabled=PrefixedEncryptedMedia] On 2014/12/12 17:55:46, ddorwin wrote: > philipj removed the value a couple weeks ago in > https://codereview.chromium.org/724573004, so this is no longer needed. Done. https://codereview.chromium.org/602063003/diff/60001/Source/core/html/MediaEr... Source/core/html/MediaError.idl:34: [RuntimeEnabled=PrefixedEncryptedMedia] On 2014/12/12 20:42:13, philipj wrote: > On 2014/12/12 17:55:46, ddorwin wrote: > > philipj removed the value a couple weeks ago in > > https://codereview.chromium.org/724573004, so this is no longer needed. > > Right, it would actually apply to the code attribute below, which would be > bad... Done. https://codereview.chromium.org/602063003/diff/60001/Source/core/html/MediaKe... File Source/core/html/MediaKeyError.idl (right): https://codereview.chromium.org/602063003/diff/60001/Source/core/html/MediaKe... Source/core/html/MediaKeyError.idl:27: RuntimeEnabled=PrefixedEncryptedMedia, On 2014/12/12 17:55:46, ddorwin wrote: > This is the one remaining piece from this CL. :) Done.
LGTM, but please improve the commit message. It says "Restore RuntimeEnabled=PrefixedEncryptedMedia to MediaKeyError.idl." twice and then an unfinished sentence "To restore the functionality of PrefixedEncryptedMedia" Remove the duplicate line and simply state that this interface is part of the prefixed API only and should be removed together with it.
On 2014/12/15 09:11:10, philipj wrote: > LGTM, but please improve the commit message. It says "Restore > RuntimeEnabled=PrefixedEncryptedMedia to MediaKeyError.idl." twice and then an > unfinished sentence "To restore the functionality of PrefixedEncryptedMedia" > > Remove the duplicate line and simply state that this interface is part of the > prefixed API only and should be removed together with it. Thanks philipj for review, I have updated as per your suggestions.
The CQ bit was checked by mohan.reddy@samsung.com
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/602063003/80001
The CQ bit was unchecked by commit-bot@chromium.org
A disapproval has been posted by following reviewers: ddorwin@chromium.org. Please make sure to get positive review before another CQ attempt.
That description is still problematic, and far exceeds the 72 character limit that git cl upload suggests. I can't edit the description for you, so paste exactly this: Restore RuntimeEnabled=PrefixedEncryptedMedia to MediaKeyError.idl This interface is part of the prefixed API only and should be removed together with it. BUG=402536, 343413
The CQ bit was checked by ddorwin@chromium.org
lgtm I copied the description (and removed "together"). Thanks MRV!
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/602063003/80001
On 2014/12/15 14:45:58, philipj wrote: > That description is still problematic, and far exceeds the 72 character limit > that git cl upload suggests. I can't edit the description for you, so paste > exactly this: > > Restore RuntimeEnabled=PrefixedEncryptedMedia to MediaKeyError.idl > > This interface is part of the prefixed API only and should be removed > together with it. > > BUG=402536, 343413 Thanks philipj for suggestion. Due browser issue I was unable to notice the issue. I updated commit message. PTAL.
On 2014/12/15 17:56:01, ddorwin wrote: > lgtm > > I copied the description (and removed "together"). Thanks MRV! Thanks mr.ddorwin.
Message was sent while issue was closed.
Committed patchset #5 (id:80001) as https://src.chromium.org/viewvc/blink?view=rev&revision=187168 |