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

Issue 2846713002: [Media] Added feature flag for new remote playback pipeline (Closed)

Created:
3 years, 8 months ago by whywhat
Modified:
3 years, 7 months ago
CC:
asvitkine+watch_chromium.org, blink-reviews, blink-reviews-api_chromium.org, chromium-reviews, creis+watch_chromium.org, darin-cc_chromium.org, dglazkov+blink, eric.carlson_apple.com, feature-media-reviews_chromium.org, kinuko+watch, mlamouri+watch-content_chromium.org, mlamouri+watch-blink_chromium.org, nasko+codewatch_chromium.org, posciak+watch_chromium.org, Srirama
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

[Media] Added feature flag for new remote playback pipeline Added a feature and a chrome://flags entry to hide the new remote playback pipeline behind it. Created a virtual test folder for the relevant LayoutTests with the flag enabled. Moved some of these tests to media/controls/ to avoid running all the media tests twice. BUG=517102 TEST=run the new virtual tests with the flag enabled Review-Url: https://codereview.chromium.org/2846713002 Cr-Commit-Position: refs/heads/master@{#468224} Committed: https://chromium.googlesource.com/chromium/src/+/232757946494489747c5752e32890f3819f2a658

Patch Set 1 #

Total comments: 2

Patch Set 2 : Removed WebPreferences change. Added histogram #

Patch Set 3 : Rebaseline #

Patch Set 4 : Fixed failing layout tests #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1170 lines, -756 lines) Patch
M chrome/browser/about_flags.cc View 1 2 3 1 chunk +4 lines, -0 lines 0 comments Download
M chrome/browser/flag_descriptions.h View 1 2 3 1 chunk +8 lines, -0 lines 0 comments Download
M chrome/browser/flag_descriptions.cc View 1 2 3 1 chunk +9 lines, -0 lines 0 comments Download
M content/renderer/render_view_impl.cc View 1 2 3 2 chunks +3 lines, -0 lines 0 comments Download
M media/base/media_switches.h View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M media/base/media_switches.cc View 1 2 3 1 chunk +4 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/FlagExpectations/enable-blink-features=LayoutNG View 1 2 3 3 chunks +11 lines, -11 lines 0 comments Download
M third_party/WebKit/LayoutTests/SlowTests View 1 2 3 1 chunk +2 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/TestExpectations View 1 2 3 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/VirtualTestSuites View 1 2 3 1 chunk +10 lines, -0 lines 0 comments Download
D third_party/WebKit/LayoutTests/media/controls-cast-button.html View 1 chunk +0 lines, -47 lines 0 comments Download
D third_party/WebKit/LayoutTests/media/controls-cast-button-narrow.html View 1 chunk +0 lines, -45 lines 0 comments Download
D third_party/WebKit/LayoutTests/media/controls-cast-do-not-fade-out.html View 1 chunk +0 lines, -29 lines 0 comments Download
D third_party/WebKit/LayoutTests/media/controls-cast-overlay-slow-fade.html View 1 chunk +0 lines, -42 lines 0 comments Download
D third_party/WebKit/LayoutTests/media/controls-overlay-cast-button.html View 1 chunk +0 lines, -38 lines 0 comments Download
A + third_party/WebKit/LayoutTests/media/controls/controls-cast-button.html View 1 chunk +5 lines, -5 lines 0 comments Download
A + third_party/WebKit/LayoutTests/media/controls/controls-cast-button-narrow.html View 1 chunk +5 lines, -5 lines 0 comments Download
A + third_party/WebKit/LayoutTests/media/controls/controls-cast-do-not-fade-out.html View 1 chunk +5 lines, -5 lines 0 comments Download
A + third_party/WebKit/LayoutTests/media/controls/controls-cast-overlay-slow-fade.html View 2 chunks +8 lines, -8 lines 0 comments Download
A + third_party/WebKit/LayoutTests/media/controls/controls-overlay-cast-button.html View 1 chunk +5 lines, -5 lines 0 comments Download
M third_party/WebKit/LayoutTests/media/controls/overflow-fully-hidden.html View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
A + third_party/WebKit/LayoutTests/media/controls/video-controls-overflow-menu-appears-when-expected.html View 2 chunks +6 lines, -6 lines 0 comments Download
A + third_party/WebKit/LayoutTests/media/controls/video-controls-overflow-menu-hide-on-click.html View 2 chunks +6 lines, -6 lines 0 comments Download
A + third_party/WebKit/LayoutTests/media/controls/video-controls-overflow-menu-hide-on-click-outside.html View 2 chunks +6 lines, -6 lines 0 comments Download
A + third_party/WebKit/LayoutTests/media/controls/video-controls-overflow-menu-hide-on-click-panel.html View 2 chunks +6 lines, -6 lines 0 comments Download
A + third_party/WebKit/LayoutTests/media/controls/video-controls-overflow-menu-hide-on-resize.html View 2 chunks +6 lines, -6 lines 0 comments Download
A + third_party/WebKit/LayoutTests/media/controls/video-controls-overflow-menu-text.html View 1 2 3 2 chunks +6 lines, -6 lines 0 comments Download
A + third_party/WebKit/LayoutTests/media/controls/video-controls-overflow-menu-visibility.html View 2 chunks +6 lines, -6 lines 0 comments Download
A + third_party/WebKit/LayoutTests/media/controls/video-controls-with-cast-rendering.html View 3 chunks +4 lines, -4 lines 0 comments Download
A + third_party/WebKit/LayoutTests/media/controls/video-overlay-cast-covering.html View 2 chunks +5 lines, -5 lines 0 comments Download
A + third_party/WebKit/LayoutTests/media/controls/video-overlay-cast-dark-rendering.html View 3 chunks +4 lines, -4 lines 0 comments Download
A + third_party/WebKit/LayoutTests/media/controls/video-overlay-cast-light-rendering.html View 3 chunks +4 lines, -4 lines 0 comments Download
D third_party/WebKit/LayoutTests/media/video-controls-overflow-menu-appears-when-expected.html View 1 chunk +0 lines, -35 lines 0 comments Download
D third_party/WebKit/LayoutTests/media/video-controls-overflow-menu-hide-on-click.html View 1 chunk +0 lines, -39 lines 0 comments Download
D third_party/WebKit/LayoutTests/media/video-controls-overflow-menu-hide-on-click-outside.html View 1 chunk +0 lines, -39 lines 0 comments Download
D third_party/WebKit/LayoutTests/media/video-controls-overflow-menu-hide-on-click-panel.html View 1 chunk +0 lines, -40 lines 0 comments Download
D third_party/WebKit/LayoutTests/media/video-controls-overflow-menu-hide-on-resize.html View 1 chunk +0 lines, -49 lines 0 comments Download
D third_party/WebKit/LayoutTests/media/video-controls-overflow-menu-text.html View 1 chunk +0 lines, -34 lines 0 comments Download
D third_party/WebKit/LayoutTests/media/video-controls-overflow-menu-visibility.html View 1 chunk +0 lines, -45 lines 0 comments Download
D third_party/WebKit/LayoutTests/media/video-controls-with-cast-rendering.html View 1 chunk +0 lines, -41 lines 0 comments Download
D third_party/WebKit/LayoutTests/media/video-overlay-cast-covering.html View 1 chunk +0 lines, -49 lines 0 comments Download
D third_party/WebKit/LayoutTests/media/video-overlay-cast-dark-rendering.html View 1 chunk +0 lines, -41 lines 0 comments Download
D third_party/WebKit/LayoutTests/media/video-overlay-cast-light-rendering.html View 1 chunk +0 lines, -41 lines 0 comments Download
A third_party/WebKit/LayoutTests/platform/linux/media/controls/video-controls-with-cast-rendering-expected.png View 1 2 Binary file 0 comments Download
A third_party/WebKit/LayoutTests/platform/linux/media/controls/video-controls-with-cast-rendering-expected.txt View 1 2 1 chunk +91 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/platform/linux/media/controls/video-overlay-cast-dark-rendering-expected.png View 1 2 Binary file 0 comments Download
A third_party/WebKit/LayoutTests/platform/linux/media/controls/video-overlay-cast-dark-rendering-expected.txt View 1 2 1 chunk +40 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/platform/linux/media/controls/video-overlay-cast-light-rendering-expected.png View 1 2 Binary file 0 comments Download
A third_party/WebKit/LayoutTests/platform/linux/media/controls/video-overlay-cast-light-rendering-expected.txt View 1 2 1 chunk +38 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/platform/linux/virtual/new-remote-playback-pipeline/media/controls/video-controls-with-cast-rendering-expected.png View 1 2 Binary file 0 comments Download
A third_party/WebKit/LayoutTests/platform/linux/virtual/new-remote-playback-pipeline/media/controls/video-controls-with-cast-rendering-expected.txt View 1 2 1 chunk +91 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/platform/linux/virtual/new-remote-playback-pipeline/media/controls/video-overlay-cast-dark-rendering-expected.png View 1 2 Binary file 0 comments Download
A third_party/WebKit/LayoutTests/platform/linux/virtual/new-remote-playback-pipeline/media/controls/video-overlay-cast-dark-rendering-expected.txt View 1 2 1 chunk +40 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/platform/linux/virtual/new-remote-playback-pipeline/media/controls/video-overlay-cast-light-rendering-expected.png View 1 2 Binary file 0 comments Download
A third_party/WebKit/LayoutTests/platform/linux/virtual/new-remote-playback-pipeline/media/controls/video-overlay-cast-light-rendering-expected.txt View 1 2 1 chunk +38 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/platform/mac/media/controls/video-controls-with-cast-rendering-expected.png View 1 2 Binary file 0 comments Download
A third_party/WebKit/LayoutTests/platform/mac/media/controls/video-controls-with-cast-rendering-expected.txt View 1 2 1 chunk +91 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/platform/mac/media/controls/video-overlay-cast-dark-rendering-expected.png View 1 2 Binary file 0 comments Download
A third_party/WebKit/LayoutTests/platform/mac/media/controls/video-overlay-cast-dark-rendering-expected.txt View 1 2 1 chunk +40 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/platform/mac/media/controls/video-overlay-cast-light-rendering-expected.png View 1 2 Binary file 0 comments Download
A third_party/WebKit/LayoutTests/platform/mac/media/controls/video-overlay-cast-light-rendering-expected.txt View 1 2 1 chunk +38 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/platform/mac/virtual/new-remote-playback-pipeline/media/controls/video-controls-with-cast-rendering-expected.png View 1 2 Binary file 0 comments Download
A third_party/WebKit/LayoutTests/platform/mac/virtual/new-remote-playback-pipeline/media/controls/video-controls-with-cast-rendering-expected.txt View 1 2 1 chunk +91 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/platform/mac/virtual/new-remote-playback-pipeline/media/controls/video-overlay-cast-dark-rendering-expected.png View 1 2 Binary file 0 comments Download
A third_party/WebKit/LayoutTests/platform/mac/virtual/new-remote-playback-pipeline/media/controls/video-overlay-cast-dark-rendering-expected.txt View 1 2 1 chunk +40 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/platform/mac/virtual/new-remote-playback-pipeline/media/controls/video-overlay-cast-light-rendering-expected.png View 1 2 Binary file 0 comments Download
A third_party/WebKit/LayoutTests/platform/mac/virtual/new-remote-playback-pipeline/media/controls/video-overlay-cast-light-rendering-expected.txt View 1 2 1 chunk +38 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/platform/win/media/controls/video-controls-with-cast-rendering-expected.png View 1 2 Binary file 0 comments Download
A third_party/WebKit/LayoutTests/platform/win/media/controls/video-controls-with-cast-rendering-expected.txt View 1 2 1 chunk +91 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/platform/win/media/controls/video-overlay-cast-dark-rendering-expected.png View 1 2 Binary file 0 comments Download
A third_party/WebKit/LayoutTests/platform/win/media/controls/video-overlay-cast-dark-rendering-expected.txt View 1 2 1 chunk +40 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/platform/win/media/controls/video-overlay-cast-light-rendering-expected.png View 1 2 Binary file 0 comments Download
A third_party/WebKit/LayoutTests/platform/win/media/controls/video-overlay-cast-light-rendering-expected.txt View 1 2 1 chunk +38 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/platform/win/virtual/new-remote-playback-pipeline/media/controls/video-controls-with-cast-rendering-expected.png View 1 2 Binary file 0 comments Download
A third_party/WebKit/LayoutTests/platform/win/virtual/new-remote-playback-pipeline/media/controls/video-controls-with-cast-rendering-expected.txt View 1 2 1 chunk +91 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/platform/win/virtual/new-remote-playback-pipeline/media/controls/video-overlay-cast-dark-rendering-expected.png View 1 2 Binary file 0 comments Download
A third_party/WebKit/LayoutTests/platform/win/virtual/new-remote-playback-pipeline/media/controls/video-overlay-cast-dark-rendering-expected.txt View 1 2 1 chunk +40 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/platform/win/virtual/new-remote-playback-pipeline/media/controls/video-overlay-cast-light-rendering-expected.png View 1 2 Binary file 0 comments Download
A third_party/WebKit/LayoutTests/platform/win/virtual/new-remote-playback-pipeline/media/controls/video-overlay-cast-light-rendering-expected.txt View 1 2 1 chunk +38 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/virtual/new-remote-playback-pipeline/media/controls/README.txt View 1 chunk +2 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/virtual/new-remote-playback-pipeline/media/remoteplayback/README.txt View 1 chunk +2 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/platform/RuntimeEnabledFeatures.json5 View 1 2 3 2 chunks +5 lines, -1 line 0 comments Download
M third_party/WebKit/Source/web/WebRuntimeFeatures.cpp View 1 chunk +4 lines, -0 lines 0 comments Download
M third_party/WebKit/public/web/WebRuntimeFeatures.h View 1 chunk +1 line, -0 lines 0 comments Download
M tools/metrics/histograms/histograms.xml View 1 2 3 2 chunks +2 lines, -0 lines 0 comments Download

Messages

Total messages: 40 (27 generated)
whywhat
PTaL I realized that the refactoring I have in the works might actually break metrics ...
3 years, 8 months ago (2017-04-27 00:33:13 UTC) #2
Mike West
https://codereview.chromium.org/2846713002/diff/1/content/public/common/common_param_traits_macros.h File content/public/common/common_param_traits_macros.h (right): https://codereview.chromium.org/2846713002/diff/1/content/public/common/common_param_traits_macros.h#newcode251 content/public/common/common_param_traits_macros.h:251: IPC_STRUCT_TRAITS_MEMBER(new_remote_playback_pipeline_enabled) Rather than adding this to WebPreferences, did you ...
3 years, 7 months ago (2017-04-27 11:12:53 UTC) #7
whywhat
https://codereview.chromium.org/2846713002/diff/1/content/public/common/common_param_traits_macros.h File content/public/common/common_param_traits_macros.h (right): https://codereview.chromium.org/2846713002/diff/1/content/public/common/common_param_traits_macros.h#newcode251 content/public/common/common_param_traits_macros.h:251: IPC_STRUCT_TRAITS_MEMBER(new_remote_playback_pipeline_enabled) On 2017/04/27 at 11:12:53, Mike West wrote: > ...
3 years, 7 months ago (2017-04-27 14:17:29 UTC) #8
whywhat
Removed WebPreferences change. Added histogram
3 years, 7 months ago (2017-04-27 14:32:18 UTC) #9
jam
On 2017/04/27 00:33:13, whywhat wrote: > PTaL > > I realized that the refactoring I ...
3 years, 7 months ago (2017-04-27 15:30:13 UTC) #12
whywhat
+mlamouri for webkit +isherman for histograms.xml
3 years, 7 months ago (2017-04-27 16:38:59 UTC) #14
Ilya Sherman
histograms.xml lgtm
3 years, 7 months ago (2017-04-27 19:50:31 UTC) #17
whywhat
Rebaseline
3 years, 7 months ago (2017-04-27 21:36:34 UTC) #18
mlamouri (slow - plz ping)
rs lgtm
3 years, 7 months ago (2017-04-28 10:49:44 UTC) #23
whywhat
Fixed failing layout tests
3 years, 7 months ago (2017-04-28 22:09:50 UTC) #28
whywhat
Fixed failing layout tests
3 years, 7 months ago (2017-04-28 22:12:17 UTC) #29
commit-bot: I haz the power
CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2846713002/80001
3 years, 7 months ago (2017-04-29 04:05:00 UTC) #37
commit-bot: I haz the power
3 years, 7 months ago (2017-04-29 04:13:07 UTC) #40
Message was sent while issue was closed.
Committed patchset #4 (id:80001) as
https://chromium.googlesource.com/chromium/src/+/232757946494489747c5752e3289...

Powered by Google App Engine
This is Rietveld 408576698