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

Issue 2337013005: Removing media controls download button feature flag (Closed)

Created:
4 years, 3 months ago by kdsilva
Modified:
4 years, 3 months ago
CC:
blink-reviews, blink-reviews-html_chromium.org, chromium-reviews, dglazkov+blink, eric.carlson_apple.com, feature-media-reviews_chromium.org, fs, gasubic, mlamouri+watch-blink_chromium.org, posciak+watch_chromium.org, nessy, Srirama, vcarbune.chromium
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Removing media controls download button feature flag BUG=601247 Committed: https://crrev.com/6c4ad33831899ad35888e65ae473a27a0c817e23 Cr-Commit-Position: refs/heads/master@{#419153}

Patch Set 1 #

Patch Set 2 : Removing flag #

Patch Set 3 : modifying testexpectations #

Patch Set 4 : rebased #

Patch Set 5 : rebasing #

Patch Set 6 : updating testexpectations #

Total comments: 4

Patch Set 7 : addressed comments #

Patch Set 8 : android tests #

Patch Set 9 : rebased #

Patch Set 10 #

Total comments: 7

Patch Set 11 : addressed comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+31 lines, -22 lines) Patch
M chrome/android/javatests/src/org/chromium/chrome/browser/media/remote/CastTestBase.java View 1 2 3 4 5 6 7 1 chunk +9 lines, -2 lines 0 comments Download
M chrome/test/data/android/media/simple_video.html View 1 2 3 4 5 6 7 8 9 10 1 chunk +3 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/TestExpectations View 1 2 3 4 5 6 7 8 1 chunk +13 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/media/controls-after-unload-expected.html View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/media/track/track-cue-rendering-after-controls-added.html View 1 2 3 4 5 6 7 8 9 10 1 chunk +2 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/media/track/track-cue-rendering-after-controls-added-expected.html View 1 2 3 4 5 6 7 8 9 10 1 chunk +2 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/media/video-controls-download-button-displayed.html View 1 chunk +0 lines, -2 lines 0 comments Download
M third_party/WebKit/LayoutTests/media/video-controls-download-button-saves-media.html View 3 1 chunk +0 lines, -2 lines 0 comments Download
M third_party/WebKit/LayoutTests/media/video-controls-overflow-menu-correct-ordering.html View 1 2 3 1 chunk +0 lines, -2 lines 0 comments Download
M third_party/WebKit/LayoutTests/media/video-controls-overflow-menu-download-button.html View 3 1 chunk +0 lines, -2 lines 0 comments Download
M third_party/WebKit/LayoutTests/media/video-controls-overflow-menu-text.html View 1 2 3 1 chunk +0 lines, -2 lines 0 comments Download
M third_party/WebKit/LayoutTests/media/video-controls-overflow-menu-updates-appropriately.html View 1 2 3 1 chunk +0 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/html/shadow/MediaControls.cpp View 1 2 3 7 1 chunk +1 line, -2 lines 0 comments Download
M third_party/WebKit/Source/platform/RuntimeEnabledFeatures.in View 1 2 3 1 chunk +0 lines, -1 line 0 comments Download

Dependent Patchsets:

Messages

Total messages: 65 (55 generated)
mlamouri (slow - plz ping)
https://codereview.chromium.org/2337013005/diff/120001/third_party/WebKit/LayoutTests/TestExpectations File third_party/WebKit/LayoutTests/TestExpectations (right): https://codereview.chromium.org/2337013005/diff/120001/third_party/WebKit/LayoutTests/TestExpectations#newcode238 third_party/WebKit/LayoutTests/TestExpectations:238: crbug.com/636239 [ Win7 ] media/video-zoom-controls.html [ Failure NeedsRebaseline ] ...
4 years, 3 months ago (2016-09-15 11:02:47 UTC) #21
Srirama
https://codereview.chromium.org/2337013005/diff/120001/third_party/WebKit/LayoutTests/TestExpectations File third_party/WebKit/LayoutTests/TestExpectations (right): https://codereview.chromium.org/2337013005/diff/120001/third_party/WebKit/LayoutTests/TestExpectations#newcode1265 third_party/WebKit/LayoutTests/TestExpectations:1265: crbug.com/601247 [ Mac Linux Win ] virtual/android/fullscreen/video-controls-timeline.html [ NeedsRebaseline ...
4 years, 3 months ago (2016-09-15 12:23:08 UTC) #25
kdsilva
PTAL :)
4 years, 3 months ago (2016-09-15 17:00:04 UTC) #48
whywhat
lgtm https://codereview.chromium.org/2337013005/diff/240001/chrome/android/javatests/src/org/chromium/chrome/browser/media/remote/CastTestBase.java File chrome/android/javatests/src/org/chromium/chrome/browser/media/remote/CastTestBase.java (right): https://codereview.chromium.org/2337013005/diff/240001/chrome/android/javatests/src/org/chromium/chrome/browser/media/remote/CastTestBase.java#newcode538 chrome/android/javatests/src/org/chromium/chrome/browser/media/remote/CastTestBase.java:538: private Rect downloadButton(Rect videoRect) { any thoughts on ...
4 years, 3 months ago (2016-09-15 18:29:48 UTC) #51
kdsilva
@foolip: Could you rubber stamp the Webkit code? I'm in the process of applying @avayvod's ...
4 years, 3 months ago (2016-09-16 10:14:59 UTC) #53
foolip
rs lgtm for when the other reviewers are happy
4 years, 3 months ago (2016-09-16 11:15:22 UTC) #56
kdsilva
https://codereview.chromium.org/2337013005/diff/240001/chrome/test/data/android/media/simple_video.html File chrome/test/data/android/media/simple_video.html (right): https://codereview.chromium.org/2337013005/diff/240001/chrome/test/data/android/media/simple_video.html#newcode4 chrome/test/data/android/media/simple_video.html:4: <video src="test.webm" controls id="video" width=500></video> On 2016/09/15 18:29:48, whywhat ...
4 years, 3 months ago (2016-09-16 11:28:58 UTC) #57
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/2337013005/260001
4 years, 3 months ago (2016-09-16 13:01:41 UTC) #62
commit-bot: I haz the power
Committed patchset #11 (id:260001)
4 years, 3 months ago (2016-09-16 13:06:38 UTC) #63
commit-bot: I haz the power
4 years, 3 months ago (2016-09-16 13:09:15 UTC) #65
Message was sent while issue was closed.
Patchset 11 (id:??) landed as
https://crrev.com/6c4ad33831899ad35888e65ae473a27a0c817e23
Cr-Commit-Position: refs/heads/master@{#419153}

Powered by Google App Engine
This is Rietveld 408576698