summaryrefslogtreecommitdiffstats
path: root/webkit/glue/media/simple_data_source.h
Commit message (Expand)AuthorAgeFilesLines
* Remove obsolete base/lock.h and fix up callers to use the new header file andbrettw@chromium.org2011-01-211-1/+1
* Roll WebKit DEPS past WebKit move. Update gyp files and include paths to ref...abarth@chromium.org2011-01-171-5/+5
* Refactoring BufferedDataSource to work with WebURLLoader instead of a MediaRe...scherkus@chromium.org2010-12-061-24/+48
* Revert 68094 - Refactoring BufferedDataSource to work with WebURLLoader inste...scherkus@chromium.org2010-12-031-48/+24
* Rename MediaFilter and MediaFilterCollection to Filter and FilterCollection, ...scherkus@chromium.org2010-12-031-2/+2
* Refactoring BufferedDataSource to work with WebURLLoader instead of a MediaRe...scherkus@chromium.org2010-12-021-24/+48
* Add HasSingleOrigin() to WebDataSource.scherkus@chromium.org2010-10-261-1/+7
* Remove GetURLForDebugging().pkasting@chromium.org2010-10-231-1/+0
* Terminate FilterFactory and his nasty friendshclam@chromium.org2010-10-231-23/+4
* FBTF: Move some structs in webkit_glue::ResourceLoaderBridge:: .erg@google.com2010-10-081-2/+2
* DevTools: report network stack-based finish time for resources.pfeldman@chromium.org2010-09-161-1/+2
* Pepper stream-to-file plumbing.darin@chromium.org2010-07-221-2/+2
* Make MediaFilter::Stop() asynchronous.boliu@chromium.org2010-06-111-2/+2
* 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
* 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/+7
* 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-1/+1
* Changes to provide asynchronous read in data source:hclam@chromium.org2009-07-221-4/+2
* Adding callback support to media filter Initialize() and Seek().scherkus@chromium.org2009-07-161-1/+5
* Refactorying to create the ResourceLoaderBridge through a factory class for <...hclam@chromium.org2009-06-251-11/+19
* Cancel SimpleDataSource's request when stopped to prevent asserting.scherkus@chromium.org2009-06-171-1/+16
* Enable <video> in test_shellhclam@chromium.org2009-06-111-0/+89