OSDN Git Service

Don't allow fullscreen video to play from the onload handler.
authorBen Murdoch <benm@google.com>
Wed, 19 Jan 2011 12:12:35 +0000 (12:12 +0000)
committerBen Murdoch <benm@google.com>
Wed, 19 Jan 2011 20:46:39 +0000 (20:46 +0000)
commit32bb8cdd9f41d8b45681e8dbcd8038e307f76a1c
tree0dade14cfe9561a26dfeada1b96887cc74796a4c
parentdfdc11618f4880565489123e312150d531c690ed
Don't allow fullscreen video to play from the onload handler.

Prevent fullscreen HTML5 video from playing if the play command
originates from the onload handler.

Change-Id: I2031d3785d5c27f88350df03d57fcbbbc8898e89
WebKit/android/WebCoreSupport/MediaPlayerPrivateAndroid.cpp