2010-08-21 Eric Carlson <eric.carlson@apple.com>
authorEric Carlson <eric.carlson@apple.com>
Sat, 21 Aug 2010 18:40:01 +0000 (18:40 +0000)
committerAdemar de Souza Reis Jr <ademar.reis@openbossa.org>
Thu, 20 Jan 2011 19:55:34 +0000 (16:55 -0300)
commit0386972bd1287ad12bf3f3e80244b5bb5043fc9b
tree89d0014da1ec2b5accc4addd70b17657c1daa03c
parentf8fc17dc8fa498e779ccf8594f9ccf1e5bba8ae9
2010-08-21  Eric Carlson  <eric.carlson@apple.com>

        Reviewed by Dan Bernstein.

        Media engine should not be asked to open all urls
        https://bugs.webkit.org/show_bug.cgi?id=44370

        * platform/graphics/MediaPlayer.cpp:
        (WebCore::MediaPlayer::load): Do nothing with urls with a type attribute that would be
        rejected by canPlayType().

2010-08-21  Eric Carlson  <eric.carlson@apple.com>

        Reviewed by Dan Bernstein.

        Media engine should not be asked to open all urls
        https://bugs.webkit.org/show_bug.cgi?id=44370

        * media/video-source-none-supported-expected.txt:
        * media/video-source-none-supported.html:
        * media/video-source-type.html:

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@65779 268f45cc-cd09-0410-ab3c-d52691b4dbfc
LayoutTests/ChangeLog
LayoutTests/media/video-source-none-supported-expected.txt
LayoutTests/media/video-source-none-supported.html
LayoutTests/media/video-source-type.html
WebCore/ChangeLog
WebCore/platform/graphics/MediaPlayer.cpp