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

Issue 1742933002: Remove EME and MSE from RuntimeEnabledFeatures. (Closed)

Created:
4 years, 9 months ago by ddorwin
Modified:
4 years, 9 months ago
Reviewers:
achuithb, *xhwang, pfeldman, *wolenetz
CC:
chromium-reviews, asvitkine+watch_chromium.org, posciak+watch_chromium.org, jam, nasko+codewatch_chromium.org, eric.carlson_apple.com, kinuko+watch, mlamouri+watch-media_chromium.org, dzhioev+watch_chromium.org, achuith+watch_chromium.org, dglazkov+blink, darin-cc_chromium.org, blink-reviews, blink-reviews-api_chromium.org, mlamouri+watch-content_chromium.org, creis+watch_chromium.org, philipj_slow, feature-media-reviews_chromium.org, oshima+watch_chromium.org, mlamouri+watch-blink_chromium.org, avayvod+watch_chromium.org, mcasas+watch_chromium.org, mkwst+moarreviews-renderer_chromium.org, davemoore+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Remove EME and MSE from RuntimeEnabledFeatures. These are stable and no longer need to be configurable. On Android, only Clear Key will be available when MediaCodec is unavailable. Also removes the MSE flag and command line switch and unreferenced EME switch. BUG=582618, 249976 Committed: https://crrev.com/c55bcebd87beeef0bf808a8fab7d2e57d36e4809 Cr-Commit-Position: refs/heads/master@{#379660}

Patch Set 1 #

Total comments: 5

Patch Set 2 : rebase only #

Unified diffs Side-by-side diffs Delta from patch set Stats (+21 lines, -110 lines) Patch
M chrome/app/generated_resources.grd View 1 1 chunk +0 lines, -6 lines 0 comments Download
M chrome/browser/about_flags.cc View 1 1 chunk +0 lines, -3 lines 0 comments Download
M chrome/browser/chromeos/login/chrome_restart_request.cc View 1 2 chunks +0 lines, -2 lines 0 comments Download
M content/browser/renderer_host/render_process_host_impl.cc View 1 2 chunks +0 lines, -2 lines 0 comments Download
M content/child/runtime_features.cc View 1 2 chunks +0 lines, -14 lines 0 comments Download
M content/public/common/content_switches.h View 1 2 chunks +0 lines, -2 lines 0 comments Download
M content/public/common/content_switches.cc View 1 2 chunks +0 lines, -6 lines 0 comments Download
M content/renderer/media/android/webmediaplayer_android.cc View 1 2 chunks +0 lines, -7 lines 0 comments Download
M media/blink/webmediaplayer_impl.cc View 1 2 chunks +0 lines, -7 lines 0 comments Download
M third_party/WebKit/Source/modules/encryptedmedia/HTMLMediaElementEncryptedMedia.cpp View 1 2 chunks +10 lines, -14 lines 0 comments Download
M third_party/WebKit/Source/modules/encryptedmedia/HTMLMediaElementEncryptedMedia.idl View 1 chunk +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/modules/encryptedmedia/MediaEncryptedEvent.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/encryptedmedia/MediaKeyMessageEvent.idl View 1 chunk +1 line, -2 lines 0 comments Download
M third_party/WebKit/Source/modules/encryptedmedia/MediaKeySession.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/encryptedmedia/MediaKeySystemAccess.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/encryptedmedia/MediaKeySystemConfiguration.idl View 1 chunk +1 line, -3 lines 0 comments Download
M third_party/WebKit/Source/modules/encryptedmedia/MediaKeySystemMediaCapability.idl View 1 chunk +1 line, -3 lines 0 comments Download
M third_party/WebKit/Source/modules/encryptedmedia/MediaKeys.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/encryptedmedia/NavigatorRequestMediaKeySystemAccess.idl View 1 chunk +1 line, -3 lines 0 comments Download
M third_party/WebKit/Source/modules/mediasource/MediaSource.idl View 2 chunks +1 line, -2 lines 0 comments Download
M third_party/WebKit/Source/modules/mediasource/SourceBuffer.idl View 2 chunks +1 line, -2 lines 0 comments Download
M third_party/WebKit/Source/modules/mediasource/SourceBufferList.idl View 1 chunk +0 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/platform/RuntimeEnabledFeatures.in View 1 2 chunks +1 line, -4 lines 0 comments Download
M third_party/WebKit/Source/web/WebRuntimeFeatures.cpp View 1 2 chunks +0 lines, -15 lines 0 comments Download
M third_party/WebKit/public/web/WebRuntimeFeatures.h View 1 2 chunks +1 line, -4 lines 0 comments Download

Messages

Total messages: 28 (11 generated)
ddorwin
I will land this after M50 is cut.
4 years, 9 months ago (2016-02-27 01:28:24 UTC) #3
xhwang
lgtm % one question https://codereview.chromium.org/1742933002/diff/1/content/child/runtime_features.cc File content/child/runtime_features.cc (left): https://codereview.chromium.org/1742933002/diff/1/content/child/runtime_features.cc#oldcode37 content/child/runtime_features.cc:37: } So will we just ...
4 years, 9 months ago (2016-02-27 01:42:45 UTC) #4
ddorwin
https://codereview.chromium.org/1742933002/diff/1/content/child/runtime_features.cc File content/child/runtime_features.cc (left): https://codereview.chromium.org/1742933002/diff/1/content/child/runtime_features.cc#oldcode37 content/child/runtime_features.cc:37: } On 2016/02/27 01:42:45, xhwang wrote: > So will ...
4 years, 9 months ago (2016-02-27 01:49:02 UTC) #5
ddorwin
https://codereview.chromium.org/1742933002/diff/1/content/child/runtime_features.cc File content/child/runtime_features.cc (left): https://codereview.chromium.org/1742933002/diff/1/content/child/runtime_features.cc#oldcode37 content/child/runtime_features.cc:37: } On 2016/02/27 01:49:02, ddorwin wrote: > On 2016/02/27 ...
4 years, 9 months ago (2016-02-27 05:23:44 UTC) #6
wolenetz
On 2016/02/27 05:23:44, ddorwin wrote: > https://codereview.chromium.org/1742933002/diff/1/content/child/runtime_features.cc > File content/child/runtime_features.cc (left): > > https://codereview.chromium.org/1742933002/diff/1/content/child/runtime_features.cc#oldcode37 > ...
4 years, 9 months ago (2016-02-29 18:20:06 UTC) #7
ddorwin
https://codereview.chromium.org/1747073003/ will ensure that EME behaves correctly. I will land that first. pfeldman: Please OWNERS ...
4 years, 9 months ago (2016-03-02 21:19:29 UTC) #9
wolenetz
third_party/WebKit/Source/modules/mediasource/* lgtm % rebase-related question: https://codereview.chromium.org/1742933002/diff/1/third_party/WebKit/Source/platform/RuntimeEnabledFeatures.in File third_party/WebKit/Source/platform/RuntimeEnabledFeatures.in (right): https://codereview.chromium.org/1742933002/diff/1/third_party/WebKit/Source/platform/RuntimeEnabledFeatures.in#newcode112 third_party/WebKit/Source/platform/RuntimeEnabledFeatures.in:112: Media status=stable nit: rebase ...
4 years, 9 months ago (2016-03-03 00:21:15 UTC) #10
ddorwin
https://codereview.chromium.org/1742933002/diff/1/third_party/WebKit/Source/platform/RuntimeEnabledFeatures.in File third_party/WebKit/Source/platform/RuntimeEnabledFeatures.in (right): https://codereview.chromium.org/1742933002/diff/1/third_party/WebKit/Source/platform/RuntimeEnabledFeatures.in#newcode112 third_party/WebKit/Source/platform/RuntimeEnabledFeatures.in:112: Media status=stable On 2016/03/03 00:21:14, wolenetz wrote: > nit: ...
4 years, 9 months ago (2016-03-03 00:29:16 UTC) #11
ddorwin
achuithb & pfeldman: Friendly ping on simple deletions.
4 years, 9 months ago (2016-03-04 19:43:17 UTC) #12
pfeldman
lgtm
4 years, 9 months ago (2016-03-07 18:26:46 UTC) #13
ddorwin
TBRing achuithb on a simple deletion.
4 years, 9 months ago (2016-03-07 19:42:55 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1742933002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1742933002/1
4 years, 9 months ago (2016-03-07 19:43:18 UTC) #17
commit-bot: I haz the power
Try jobs failed on following builders: ios_dbg_simulator_ninja on tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/ios_dbg_simulator_ninja/builds/141205) ios_rel_device_ninja on tryserver.chromium.mac (JOB_FAILED, ...
4 years, 9 months ago (2016-03-07 19:47:20 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1742933002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1742933002/20001
4 years, 9 months ago (2016-03-07 20:30:15 UTC) #22
achuithb
lgtm
4 years, 9 months ago (2016-03-07 20:37:22 UTC) #23
commit-bot: I haz the power
Committed patchset #2 (id:20001)
4 years, 9 months ago (2016-03-07 22:05:45 UTC) #26
commit-bot: I haz the power
4 years, 9 months ago (2016-03-07 22:07:32 UTC) #28
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/c55bcebd87beeef0bf808a8fab7d2e57d36e4809
Cr-Commit-Position: refs/heads/master@{#379660}

Powered by Google App Engine
This is Rietveld 408576698