summaryrefslogtreecommitdiffstats
path: root/webkit/glue/media/buffered_data_source.h
Commit message (Expand)AuthorAgeFilesLines
* Pepper stream-to-file plumbing.darin@chromium.org2010-07-221-0/+1
* Fix an unitialized read in a unit test to appease valgrindthakis@chromium.org2010-07-201-4/+0
* Video Buffering: Caches data to disk when paused (resubmit)vrk@google.com2010-07-151-1/+17
* Reverting my previous changesvrk@google.com2010-07-071-17/+1
* Video buffering: Caches data to disk when paused for faster bufferingvrk@google.com2010-07-071-1/+17
* Make MediaFilter::Stop() asynchronous.boliu@chromium.org2010-06-111-5/+7
* Pulled out Callback code into base/callback.h. This is the first step toward...akalin@chromium.org2010-02-191-3/+4
* Use an explicit boolean has_new_first_party_for_cookies insteadwtc@chromium.org2009-11-181-0/+1
* Propagate the "first party for cookies" from WebKit to the network stackwtc@chromium.org2009-11-131-1/+2
* Third patch in making destructors of refcounted objects private.jam@chromium.org2009-11-051-1/+5
* Make GetURLForDebugging return a const GURL.tony@chromium.org2009-10-281-1/+1
* Allow <video> to read from a data URI. Data URI is now handledhclam@chromium.org2009-10-231-0/+4
* Report stalled event correctly for <video>hclam@chromium.org2009-10-161-18/+49
* Enable <video> using cachehclam@chromium.org2009-09-301-17/+20
* Revert r27587 that broke the treehclam@chromium.org2009-09-301-12/+15
* Change how <video> fetch a resource to make it friendly to sparse cachinghclam@chromium.org2009-09-301-15/+12
* Refcounting BufferedResourceLoaderhclam@chromium.org2009-08-131-4/+6
* Fix a crash in BufferedDataSourcehclam@chromium.org2009-07-311-1/+6
* Add plumbing for allowing the renderer to intercept and cancel redirects beforedarin@chromium.org2009-07-301-1/+3
* BufferedDataSource to support server without range request supporthclam@chromium.org2009-07-291-13/+53
* Retry requests that has timed out in BufferedDataSourcehclam@google.com2009-07-291-0/+19
* Changes to provide asynchronous read in data source:hclam@chromium.org2009-07-221-0/+286