WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
Bug 88897
Disable autoplay when user gesture is required for media playback
https://bugs.webkit.org/show_bug.cgi?id=88897
Summary
Disable autoplay when user gesture is required for media playback
Min Qin
Reported
2012-06-12 11:47:52 PDT
Disable autoplay when user gesture is required for media playback
Attachments
Patch
(1.78 KB, patch)
2012-06-12 11:52 PDT
,
Min Qin
no flags
Details
Formatted Diff
Diff
Patch
(4.27 KB, patch)
2012-06-12 11:56 PDT
,
Min Qin
no flags
Details
Formatted Diff
Diff
Show Obsolete
(1)
View All
Add attachment
proposed patch, testcase, etc.
Min Qin
Comment 1
2012-06-12 11:52:25 PDT
Created
attachment 147129
[details]
Patch
Min Qin
Comment 2
2012-06-12 11:56:37 PDT
Created
attachment 147131
[details]
Patch
Adam Barth
Comment 3
2012-06-12 12:59:46 PDT
Comment on
attachment 147131
[details]
Patch Makes sense.
Eric Carlson
Comment 4
2012-06-12 13:29:04 PDT
Comment on
attachment 147131
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=147131&action=review
> LayoutTests/media/no-autoplay-with-user-gesture-requirement.html:10 > + function cleanGestureRequirement() {
Nit: a function's opening brace should be on a new line.
Eric Carlson
Comment 5
2012-06-12 13:34:24 PDT
Comment on
attachment 147131
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=147131&action=review
> LayoutTests/media/no-autoplay-with-user-gesture-requirement.html:31 > + function canplaythrough() > + { > + setTimeout(testPaused, 500); > + }
500ms is a *very* long time for a test to hang out waiting for nothing to happen. The 'play' event handler will make the test fail immediately if playback does start, so I think a much shorter timeout should be used here.
WebKit Review Bot
Comment 6
2012-06-12 13:37:39 PDT
Comment on
attachment 147131
[details]
Patch Clearing flags on attachment: 147131 Committed
r120112
: <
http://trac.webkit.org/changeset/120112
>
WebKit Review Bot
Comment 7
2012-06-12 13:37:44 PDT
All reviewed patches have been landed. Closing bug.
Eric Carlson
Comment 8
2012-06-12 13:45:44 PDT
(In reply to
comment #7
)
> All reviewed patches have been landed. Closing bug.
Hmm, guess I should have cleared the cq+ flag :-( @Min, can you please file to do the cleanup work needed?
Min Qin
Comment 9
2012-06-12 13:50:20 PDT
Hi,Eric I Created patch
https://bugs.webkit.org/show_bug.cgi?id=88909
to fix the comments. Fixed the bracket and reduced the timeout to 100 ms (In reply to
comment #8
)
> (In reply to
comment #7
) > > All reviewed patches have been landed. Closing bug. > > Hmm, guess I should have cleared the cq+ flag :-( > > @Min, can you please file to do the cleanup work needed?
Eric Carlson
Comment 10
2012-06-12 13:57:02 PDT
(In reply to
comment #9
)
> Hi,Eric > I Created patch
https://bugs.webkit.org/show_bug.cgi?id=88909
to fix the comments. > Fixed the bracket and reduced the timeout to 100 ms >
Thank you very much for the quick fix!
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug