summaryrefslogtreecommitdiffstats
path: root/webkit/glue/media/buffered_data_source_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Replace MockFilterCallback with MockCallback and simplify unit tests.scherkus@chromium.org2011-01-151-12/+4
* moving mocks into webkit/mocks/annacc@chromium.org2010-12-171-1/+1
* Separate BufferedDataSource and BufferedResourceLoader into two files.annacc@chromium.org2010-12-161-463/+14
* Refactoring BufferedDataSource to work with WebURLLoader instead of a MediaRe...scherkus@chromium.org2010-12-061-130/+97
* Revert 68094 - Refactoring BufferedDataSource to work with WebURLLoader inste...scherkus@chromium.org2010-12-031-97/+130
* Refactoring BufferedDataSource to work with WebURLLoader instead of a MediaRe...scherkus@chromium.org2010-12-021-130/+97
* Convert implicit scoped_refptr constructor calls to explicit ones, part 1thakis@chromium.org2010-11-011-2/+2
* Add HasSingleOrigin() to WebDataSource.scherkus@chromium.org2010-10-261-4/+10
* Fixes ReadInternal() memory leak from BufferedDataSource testsvrk@google.com2010-10-261-0/+5
* Remove GetURLForDebugging().pkasting@chromium.org2010-10-231-1/+0
* Terminate FilterFactory and his nasty friendshclam@chromium.org2010-10-231-24/+5
* Fixing valgrind error because of mem leak in BuffereDataSource unit testsvrk@google.com2010-10-221-0/+5
* Adding Abort() to DataSource to wake up hanging Read()vrk@google.com2010-10-221-1/+23
* Added fallback code for servers that don't support Range requests properlyscherkus@chromium.org2010-10-191-17/+49
* FBTF: Move some structs in webkit_glue::ResourceLoaderBridge:: .erg@google.com2010-10-081-5/+5
* webkit: Append base:: in the StringPrintf calls.tfarina@chromium.org2010-09-291-12/+13
* FBTF: Move virtual methods to implementation files.erg@google.com2010-09-231-0/+1
* DevTools: report network stack-based finish time for resources.pfeldman@chromium.org2010-09-161-4/+4
* Fix an unitialized read in a unit test to appease valgrindthakis@chromium.org2010-07-201-1/+1
* Video Buffering: Caches data to disk when paused (resubmit)vrk@google.com2010-07-151-1/+146
* Reverting my previous changesvrk@google.com2010-07-071-146/+1
* Fixed memory leak in test shell testsvrk@google.com2010-07-071-0/+6
* Video buffering: Caches data to disk when paused for faster bufferingvrk@google.com2010-07-071-1/+140
* Make MediaFilter::Stop() asynchronous.boliu@chromium.org2010-06-111-2/+5
* Mark some more release() calls with ignore_result.estade@chromium.org2010-05-041-9/+6
* Pulled out Callback code into base/callback.h. This is the first step toward...akalin@chromium.org2010-02-191-0/+1
* Add compiler-specific "examine printf format" attributes to printfs.evan@chromium.org2009-11-201-2/+5
* Third patch in making destructors of refcounted objects private.jam@chromium.org2009-11-051-1/+3
* Make GetURLForDebugging return a const GURL.tony@chromium.org2009-10-281-1/+1
* Set os_error to net::ERR_ABORTED instead of 0 or net::ERR_FAILED whenwtc@chromium.org2009-10-171-0/+1
* Report stalled event correctly for <video>hclam@chromium.org2009-10-161-21/+37
* Enable <video> using cachehclam@chromium.org2009-09-301-102/+94
* Revert r27587 that broke the treehclam@chromium.org2009-09-301-94/+96
* Change how <video> fetch a resource to make it friendly to sparse cachinghclam@chromium.org2009-09-301-96/+94
* Correct network state and ready state reporting.ajwong@chromium.org2009-08-211-11/+33
* Reverting r24002 due to test_shell_tests rednessajwong@chromium.org2009-08-211-33/+11
* Correct network state and ready state reporting.ajwong@chromium.org2009-08-211-11/+33
* Refcounting BufferedResourceLoaderhclam@chromium.org2009-08-131-45/+32
* Fix build bustage due to r21999hclam@chromium.org2009-07-291-1/+1
* BufferedDataSource to support server without range request supporthclam@chromium.org2009-07-291-41/+119
* Retry requests that has timed out in BufferedDataSourcehclam@google.com2009-07-291-0/+60
* Changes to provide asynchronous read in data source:hclam@chromium.org2009-07-221-0/+627