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

Issue 2447503002: Remove newMediaPlaybackUi flag from content/ and Blink. (Closed)

Created:
4 years, 2 months ago by mlamouri (slow - plz ping)
Modified:
4 years, 1 month ago
CC:
darktears, apavlov+blink_chromium.org, blink-reviews, blink-reviews-css, blink-reviews-html_chromium.org, blink-reviews-layout_chromium.org, blink-reviews-paint_chromium.org, blink-reviews-style_chromium.org, chromium-reviews, darin-cc_chromium.org, dglazkov+blink, dshwang, eae+blinkwatch, eric.carlson_apple.com, feature-media-reviews_chromium.org, fs, gasubic, jam, jchaffraix+rendering, kinuko+watch, leviw+renderwatch, mlamouri+watch-blink_chromium.org, pdr+renderingwatchlist_chromium.org, posciak+watch_chromium.org, rwlbuis, nessy, Srirama, szager+layoutwatch_chromium.org, vcarbune.chromium, zoltan1
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Remove newMediaPlaybackUi flag from content/ and Blink. The flag has been enabled by default for a while and makes the code more complex. We no longer test the old code path which is likely broken at this point. A follow-up CL will remove the files that are now obsolete. BUG=658520 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2 Committed: https://crrev.com/8acbe326325ecfef82cd5d98b9ffd5f28e17ff76 Cr-Commit-Position: refs/heads/master@{#427658}

Patch Set 1 #

Patch Set 2 : remove missing usage #

Total comments: 8

Patch Set 3 : missing static #

Total comments: 2

Patch Set 4 : update and rebase #

Patch Set 5 : fix mistake caught by tests #

Unified diffs Side-by-side diffs Delta from patch set Stats (+94 lines, -345 lines) Patch
M content/child/runtime_features.cc View 1 2 chunks +0 lines, -6 lines 0 comments Download
M content/public/common/content_features.h View 1 chunk +0 lines, -1 line 0 comments Download
M content/public/common/content_features.cc View 1 chunk +0 lines, -5 lines 0 comments Download
M third_party/WebKit/LayoutTests/media/video-controls-hidden-audio.html View 2 chunks +1 line, -3 lines 0 comments Download
M third_party/WebKit/Source/core/css/CSSDefaultStyleSheets.cpp View 1 chunk +1 line, -4 lines 0 comments Download
M third_party/WebKit/Source/core/html/HTMLMediaElement.h View 1 chunk +0 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/html/HTMLMediaElement.cpp View 1 chunk +0 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/core/html/shadow/MediaControls.h View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/html/shadow/MediaControls.cpp View 1 2 3 14 chunks +20 lines, -85 lines 0 comments Download
M third_party/WebKit/Source/core/layout/LayoutTheme.cpp View 2 chunks +0 lines, -16 lines 0 comments Download
M third_party/WebKit/Source/core/layout/LayoutThemeMobile.cpp View 2 chunks +1 line, -5 lines 0 comments Download
M third_party/WebKit/Source/core/layout/LayoutThemeTest.cpp View 1 chunk +5 lines, -22 lines 0 comments Download
M third_party/WebKit/Source/core/paint/MediaControlsPainter.cpp View 1 2 3 4 22 chunks +66 lines, -176 lines 0 comments Download
M third_party/WebKit/Source/core/testing/Internals.h View 1 2 3 4 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/testing/Internals.cpp View 1 2 3 4 1 chunk +0 lines, -6 lines 0 comments Download
M third_party/WebKit/Source/core/testing/Internals.idl View 1 2 3 4 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/platform/RuntimeEnabledFeatures.in View 1 2 3 4 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/web/WebRuntimeFeatures.cpp View 1 chunk +0 lines, -4 lines 0 comments Download
M third_party/WebKit/public/web/WebRuntimeFeatures.h View 1 1 chunk +0 lines, -1 line 0 comments Download

Dependent Patchsets:

Messages

Total messages: 32 (23 generated)
mlamouri (slow - plz ping)
foolip@, PTAL at: third_party/WebKit jochen@, PTAL at: content/child/runtime_features.cc content/public/common/content_features.cc content/public/common/content_features.h +liberato@ FYI Thanks :)
4 years, 1 month ago (2016-10-24 10:30:13 UTC) #9
foolip
lgtm % nits https://codereview.chromium.org/2447503002/diff/20001/third_party/WebKit/Source/core/paint/MediaControlsPainter.cpp File third_party/WebKit/Source/core/paint/MediaControlsPainter.cpp (right): https://codereview.chromium.org/2447503002/diff/20001/third_party/WebKit/Source/core/paint/MediaControlsPainter.cpp#newcode48 third_party/WebKit/Source/core/paint/MediaControlsPainter.cpp:48: static const int mediaSliderThumbTouchWidthNew = 36; ...
4 years, 1 month ago (2016-10-24 11:31:50 UTC) #10
mlamouri (slow - plz ping)
https://codereview.chromium.org/2447503002/diff/20001/third_party/WebKit/Source/core/paint/MediaControlsPainter.cpp File third_party/WebKit/Source/core/paint/MediaControlsPainter.cpp (right): https://codereview.chromium.org/2447503002/diff/20001/third_party/WebKit/Source/core/paint/MediaControlsPainter.cpp#newcode48 third_party/WebKit/Source/core/paint/MediaControlsPainter.cpp:48: static const int mediaSliderThumbTouchWidthNew = 36; // Touch zone ...
4 years, 1 month ago (2016-10-24 12:37:24 UTC) #11
liberato (no reviews please)
lgtm. yay! :) -fl https://codereview.chromium.org/2447503002/diff/40001/third_party/WebKit/Source/core/html/shadow/MediaControls.cpp File third_party/WebKit/Source/core/html/shadow/MediaControls.cpp (right): https://codereview.chromium.org/2447503002/diff/40001/third_party/WebKit/Source/core/html/shadow/MediaControls.cpp#newcode500 third_party/WebKit/Source/core/html/shadow/MediaControls.cpp:500: // If there is audio, ...
4 years, 1 month ago (2016-10-24 14:38:44 UTC) #14
mlamouri (slow - plz ping)
https://codereview.chromium.org/2447503002/diff/40001/third_party/WebKit/Source/core/html/shadow/MediaControls.cpp File third_party/WebKit/Source/core/html/shadow/MediaControls.cpp (right): https://codereview.chromium.org/2447503002/diff/40001/third_party/WebKit/Source/core/html/shadow/MediaControls.cpp#newcode500 third_party/WebKit/Source/core/html/shadow/MediaControls.cpp:500: // If there is audio, then we want it ...
4 years, 1 month ago (2016-10-24 17:09:27 UTC) #17
jochen (gone - plz use gerrit)
lgtm
4 years, 1 month ago (2016-10-26 08:21:03 UTC) #26
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/2447503002/80001
4 years, 1 month ago (2016-10-26 10:21:56 UTC) #29
commit-bot: I haz the power
Committed patchset #5 (id:80001)
4 years, 1 month ago (2016-10-26 10:26:12 UTC) #30
commit-bot: I haz the power
4 years, 1 month ago (2016-10-26 10:28:44 UTC) #32
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/8acbe326325ecfef82cd5d98b9ffd5f28e17ff76
Cr-Commit-Position: refs/heads/master@{#427658}

Powered by Google App Engine
This is Rietveld 408576698