summaryrefslogtreecommitdiffstats
path: root/webkit/glue/media/buffered_data_source_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* 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