summaryrefslogtreecommitdiffstats
path: root/webkit/glue/media/simple_data_source_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Fix clang build.pfeldman@chromium.org2011-04-071-1/+1
* Refactoring code to use factories to create DataSource objects.acolwell@chromium.org2011-03-141-17/+25
* Cleaning up src/media to be consistent with static versus anonymous namespaces.scherkus@chromium.org2011-03-071-16/+12
* Revert code that prevents redirecting to different origins because it breaks ...acolwell@chromium.org2011-03-011-2/+2
* Make playback fail if redirected to a different origin.acolwell@chromium.org2011-02-251-14/+4
* Fix HasSingleOrigin() so it properly handles double redirect & added unit test.acolwell@chromium.org2011-02-141-0/+65
* Fix memory leaks in BufferedDataSource, BufferedResourceLoader and SimpleData...scherkus@chromium.org2011-01-241-1/+0
* Roll WebKit DEPS past WebKit move. Update gyp files and include paths to ref...abarth@chromium.org2011-01-171-5/+5
* Replace MockFilterCallback with MockCallback and simplify unit tests.scherkus@chromium.org2011-01-151-26/+19
* moving mocks into webkit/mocks/annacc@chromium.org2010-12-171-2/+2
* Refactoring BufferedDataSource to work with WebURLLoader instead of a MediaRe...scherkus@chromium.org2010-12-061-53/+42
* Revert 68094 - Refactoring BufferedDataSource to work with WebURLLoader inste...scherkus@chromium.org2010-12-031-42/+53
* Refactoring BufferedDataSource to work with WebURLLoader instead of a MediaRe...scherkus@chromium.org2010-12-021-53/+42
* Terminate FilterFactory and his nasty friendshclam@chromium.org2010-10-231-22/+5
* FBTF: Move some structs in webkit_glue::ResourceLoaderBridge:: .erg@google.com2010-10-081-1/+1
* DevTools: report network stack-based finish time for resources.pfeldman@chromium.org2010-09-161-2/+2
* Make MediaFilter::Stop() asynchronous.boliu@chromium.org2010-06-111-2/+5
* Mark some more release() calls with ignore_result.estade@chromium.org2010-05-041-2/+2
* Pulled out Callback code into base/callback.h. This is the first step toward...akalin@chromium.org2010-02-191-0/+1
* Fixed valgrind breakage by r29848hclam@chromium.org2009-10-231-9/+3
* Allow <video> to read from a data URI. Data URI is now handledhclam@chromium.org2009-10-231-37/+47
* Correct network state and ready state reporting.ajwong@chromium.org2009-08-211-13/+11
* Changes to provide asynchronous read in data source:hclam@chromium.org2009-07-221-0/+246