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

Issue 15383003: Rename switch to disable prefixed Encrypted Media APIs. (Closed)

Created:
7 years, 7 months ago by ddorwin
Modified:
7 years, 6 months ago
CC:
chromium-reviews, nkostylev+watch_chromium.org, jam, joi+watch-content_chromium.org, feature-media-reviews_chromium.org, darin-cc_chromium.org, oshima+watch_chromium.org, stevenjb+watch_chromium.org, davemoore+watch_chromium.org, qinmin, kjyoun.chromium
Visibility:
Public.

Description

Rename switch to disable prefixed Encrypted Media APIs. This will allow the prefixed and unprefixed versions to be controlled independently. The new unprefixed enable switch and flag are also added, though they currently have no effect. Both switches are moved from media_switches to content_switches (the reason reason the switch was moved no longer applies), and the method for disabling on Android is changed from the switch to the runtime check. BUG=224791 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=203511

Patch Set 1 #

Patch Set 2 : fix ordering #

Patch Set 3 : rebase only #

Total comments: 6

Patch Set 4 : string improvements #

Total comments: 2

Patch Set 5 : minor string improvements #

Patch Set 6 : rebase only #

Patch Set 7 : rebase only #

Patch Set 8 : rebase only #

Patch Set 9 : rebase only #

Unified diffs Side-by-side diffs Delta from patch set Stats (+43 lines, -22 lines) Patch
M chrome/app/generated_resources.grd View 1 chunk +10 lines, -4 lines 0 comments Download
M chrome/browser/about_flags.cc View 1 2 3 4 5 6 7 8 1 chunk +10 lines, -3 lines 0 comments Download
M chrome/browser/android/chrome_startup_flags.cc View 1 chunk +0 lines, -2 lines 0 comments Download
M chrome/browser/chromeos/login/chrome_restart_request.cc View 1 2 3 4 5 6 7 8 1 chunk +3 lines, -1 line 0 comments Download
M content/browser/DEPS View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M content/browser/renderer_host/render_process_host_impl.cc View 1 2 3 4 5 6 7 8 1 chunk +2 lines, -1 line 0 comments Download
M content/public/common/content_switches.h View 1 2 3 4 5 6 7 8 1 chunk +2 lines, -0 lines 0 comments Download
M content/public/common/content_switches.cc View 1 2 3 4 5 6 7 8 1 chunk +6 lines, -0 lines 0 comments Download
M content/renderer/render_thread_impl.cc View 1 2 3 4 5 6 7 8 3 chunks +7 lines, -3 lines 0 comments Download
M media/base/media_switches.h View 1 chunk +0 lines, -2 lines 0 comments Download
M media/base/media_switches.cc View 1 chunk +0 lines, -3 lines 0 comments Download
M webkit/renderer/media/android/webmediaplayer_android.cc View 1 2 3 4 5 6 7 8 1 chunk +1 line, -1 line 0 comments Download
M webkit/renderer/media/webmediaplayer_impl.cc View 1 2 3 4 5 6 7 8 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 13 (0 generated)
ddorwin
This can land after https://codereview.chromium.org/15016009/.
7 years, 7 months ago (2013-05-18 00:46:00 UTC) #1
xhwang
https://codereview.chromium.org/15383003/diff/6001/chrome/app/generated_resources.grd File chrome/app/generated_resources.grd (right): https://codereview.chromium.org/15383003/diff/6001/chrome/app/generated_resources.grd#newcode6706 chrome/app/generated_resources.grd:6706: + <message name="IDS_FLAGS_ENABLE_ENCRYPTED_MEDIA_NAME" desc="Title for the flag to enable ...
7 years, 7 months ago (2013-05-20 16:59:50 UTC) #2
ddorwin
I improved the strings. PTAL. Reitveld doesn't allow side-by-side because the file is too large. ...
7 years, 7 months ago (2013-05-20 18:12:17 UTC) #3
xhwang
lgtm % a nit and a question https://codereview.chromium.org/15383003/diff/10001/chrome/app/generated_resources.grd File chrome/app/generated_resources.grd (right): https://codereview.chromium.org/15383003/diff/10001/chrome/app/generated_resources.grd#newcode6706 chrome/app/generated_resources.grd:6706: + <message ...
7 years, 7 months ago (2013-05-20 18:57:10 UTC) #4
ddorwin
darin, please do an OWNERS review of chrome/ and content/. This is similar to https://codereview.chromium.org/14582024/. ...
7 years, 7 months ago (2013-05-20 22:09:32 UTC) #5
ddorwin
darin, please provide OWNERS approval for the minor mostly mechanical changes in files 3-9. (The ...
7 years, 7 months ago (2013-05-22 23:42:28 UTC) #6
xhwang
We probably need to do the same for EME after this CL is landed: https://codereview.chromium.org/15679014
7 years, 6 months ago (2013-05-31 00:05:00 UTC) #7
ddorwin
avi, please OWNERS approve content/ zel, please OWNERS approve chrome/browser/chromeos/login/chrome_restart_request.cc yfriedman, please OWNERS approve chrome/browser/android/chrome_startup_flags.cc ...
7 years, 6 months ago (2013-05-31 18:58:52 UTC) #8
zel
LGTM for chrome/browser/chromeos/*
7 years, 6 months ago (2013-05-31 19:02:04 UTC) #9
Avi (use Gerrit)
content lgtm
7 years, 6 months ago (2013-05-31 19:11:09 UTC) #10
Yaron
lgtm
7 years, 6 months ago (2013-05-31 20:10:41 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/ddorwin@chromium.org/15383003/37001
7 years, 6 months ago (2013-05-31 20:18:11 UTC) #12
commit-bot: I haz the power
7 years, 6 months ago (2013-05-31 23:56:49 UTC) #13
Message was sent while issue was closed.
Change committed as 203511

Powered by Google App Engine
This is Rietveld 408576698