summaryrefslogtreecommitdiffstats
path: root/chrome/browser/media_uitest.cc
Commit message (Collapse)AuthorAgeFilesLines
* Ignore errors about creating audio output streamhclam@chromium.org2009-07-221-4/+2
| | | | | | | | | | | | | | | Instead of failing the media playback pipeline completely, this change will ignores all errors reported by the browser about audio output streams. This is the first step towards handling audio hardware errors. TEST=MediaTest.VideoBearTheora Review URL: http://codereview.chromium.org/159205 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@21318 0039d316-1c4b-4281-b951-d872f2087c98
* Enable a ui test that plays video without audio streamhclam@chromium.org2009-07-101-0/+11
| | | | | | | | | TEST=MediaTest.VideoBearSilentTheora BUG=16012 Review URL: http://codereview.chromium.org/155375 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@20423 0039d316-1c4b-4281-b951-d872f2087c98
* Disable media ui test again because it doesn't run without audio devicehclam@chromium.org2009-07-091-1/+1
| | | | | | Review URL: http://codereview.chromium.org/155296 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@20280 0039d316-1c4b-4281-b951-d872f2087c98
* Enable UI test MediaTest.VideoBearH264hclam@chromium.org2009-07-091-1/+1
| | | | | | Review URL: http://codereview.chromium.org/155294 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@20275 0039d316-1c4b-4281-b951-d872f2087c98
* Disable MediaTest.VideoBearH264hclam@chromium.org2009-06-171-1/+1
| | | | | | | | TBR=scherkus Review URL: http://codereview.chromium.org/126246 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@18568 0039d316-1c4b-4281-b951-d872f2087c98
* Disable MediaTest.VideoBearH264 because it failshclam@chromium.org2009-06-161-1/+1
| | | | | | | | TBR=finnur, scherkus Review URL: http://codereview.chromium.org/126242 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@18562 0039d316-1c4b-4281-b951-d872f2087c98
* UI test for <video>hclam@chromium.org2009-06-161-0/+52
Simple ui test that goes through some test clips. TEST=MediaTest.* Review URL: http://codereview.chromium.org/125173 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@18550 0039d316-1c4b-4281-b951-d872f2087c98