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

Issue 829393004: Re-re-enable the activation behavior of media elements (click to play/pause) (Closed)

Created:
5 years, 11 months ago by philipj_slow
Modified:
5 years, 11 months ago
Reviewers:
fs
CC:
blink-reviews, nessy, gasubic, eric.carlson_apple.com, feature-media-reviews_chromium.org, dglazkov+blink, blink-reviews-html_chromium.org, vcarbune.chromium
Target Ref:
refs/remotes/origin/master
Project:
blink
Visibility:
Public.

Description

Re-re-enable the activation behavior of media elements (click to play/pause) The previous attempt broke the overlay play button: https://codereview.chromium.org/830183005/#msg15 Drop the changes to MediaControlOverlayPlayButtonElement and add a test. BUG=354746 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=188233

Patch Set 1 #

Patch Set 2 : Drop the changes to MediaControlOverlayPlayButtonElement and add a test #

Unified diffs Side-by-side diffs Delta from patch set Stats (+230 lines, -0 lines) Patch
A LayoutTests/media/activation-behavior.html View 1 chunk +111 lines, -0 lines 0 comments Download
A LayoutTests/media/activation-behavior-accesskey.html View 1 chunk +23 lines, -0 lines 0 comments Download
A LayoutTests/media/activation-behavior-fullscreen.html View 1 chunk +33 lines, -0 lines 0 comments Download
A LayoutTests/media/activation-behavior-shadow.html View 1 1 chunk +50 lines, -0 lines 0 comments Download
M Source/core/html/HTMLMediaElement.h View 1 chunk +1 line, -0 lines 0 comments Download
M Source/core/html/HTMLMediaElement.cpp View 1 chunk +12 lines, -0 lines 0 comments Download

Messages

Total messages: 11 (2 generated)
philipj_slow
Drop the changes to MediaControlOverlayPlayButtonElement and add a test
5 years, 11 months ago (2015-01-12 14:25:34 UTC) #1
philipj_slow
PTAL. I'll land when "Android Tests (dbg)" is green, which I'm hoping it will be.
5 years, 11 months ago (2015-01-12 14:31:19 UTC) #3
fs
On 2015/01/12 14:31:19, philipj wrote: > PTAL. I'll land when "Android Tests (dbg)" is green, ...
5 years, 11 months ago (2015-01-12 14:41:18 UTC) #4
philipj_slow
On 2015/01/12 14:41:18, fs wrote: > On 2015/01/12 14:31:19, philipj wrote: > > PTAL. I'll ...
5 years, 11 months ago (2015-01-12 14:47:21 UTC) #5
fs
On 2015/01/12 14:47:21, philipj wrote: > On 2015/01/12 14:41:18, fs wrote: > > On 2015/01/12 ...
5 years, 11 months ago (2015-01-12 14:50:16 UTC) #6
philipj_slow
Android Tests (dbg) (started from the command line by guessing) doesn't seem to work, but ...
5 years, 11 months ago (2015-01-12 15:49:53 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/829393004/20001
5 years, 11 months ago (2015-01-12 15:50:27 UTC) #9
commit-bot: I haz the power
Committed patchset #2 (id:20001) as https://src.chromium.org/viewvc/blink?view=rev&revision=188233
5 years, 11 months ago (2015-01-12 17:27:57 UTC) #10
philipj_slow
5 years, 11 months ago (2015-01-23 09:48:19 UTC) #11
Message was sent while issue was closed.
A revert of this CL (patchset #2 id:20001) has been created in
https://codereview.chromium.org/867063003/ by philipj@opera.com.

The reason for reverting is: On Android:
1. The entire video is now clickable, leading more often to ambigous
   touches and zooming.
2. When the controls are not visible, touching the video will both pause
   the video and show the controls, where they would previously only
   show the controls..

Powered by Google App Engine
This is Rietveld 408576698