summaryrefslogtreecommitdiffstats
path: root/webkit/glue/media/simple_data_source.cc
Commit message (Expand)AuthorAgeFilesLines
* Scale BufferedResourceLoader buffering window based on bit rate of videovrk@google.com2011-09-081-1/+5
* Update Chrome to use WebKitPlatformSupport instead of WebKitClient.abarth@chromium.org2011-09-021-1/+1
* Migrate Pipeline & PipelineImpl to PipelineStatusCB.acolwell@chromium.org2011-08-091-12/+11
* Log BufferedResourceLoader events to MediaLog.scottfr@chromium.org2011-08-091-3/+6
* Change call to WebFrame::createAssociatedURLLoader to use overload that takes...bbudge@chromium.org2011-07-291-2/+9
* Revert 93723 - Migrate DataSourceFactory to new callback system.acolwell@chromium.org2011-07-271-8/+9
* Revert 94316 - Fix invalid pointer dereference in WebDataSourceFactory when p...acolwell@chromium.org2011-07-271-3/+1
* Fix invalid pointer dereference in WebDataSourceFactory when playback is canc...acolwell@chromium.org2011-07-271-1/+3
* Migrate DataSourceFactory to new callback system.acolwell@chromium.org2011-07-221-9/+8
* Remove MediaFormat once and for all.scherkus@chromium.org2011-07-201-11/+1
* Not allow compression when requesting multimediaenal@chromium.org2011-06-211-0/+9
* Revert 89532 - Not allow compression when requesting multimediaakalin@chromium.org2011-06-171-9/+0
* Not allow compression when requesting multimediaenal@chromium.org2011-06-171-0/+9
* Renamed raw_data_length to encoded_data_lengthvsevik@chromium.org2011-04-131-1/+1
* Fix clang build.pfeldman@chromium.org2011-04-071-1/+2
* Implementing preload=metadata for videovrk@google.com2011-04-051-0/+2
* PipelineError is dead. Long live PipelineStatus!fischman@chromium.org2011-03-161-3/+3
* Refactoring code to use factories to create DataSource objects.acolwell@chromium.org2011-03-141-84/+154
* Remove the silly notion of MIME types from media code.scherkus@chromium.org2011-03-091-2/+0
* Cleaning up src/media to be consistent with static versus anonymous namespaces.scherkus@chromium.org2011-03-071-7/+3
* Revert code that prevents redirecting to different origins because it breaks ...acolwell@chromium.org2011-03-011-9/+0
* Make playback fail if redirected to a different origin.acolwell@chromium.org2011-02-251-0/+10
* Fix HasSingleOrigin() so it properly handles double redirect & added unit test.acolwell@chromium.org2011-02-141-1/+4
* Remove obsolete base/lock.h and fix up callers to use the new header file andbrettw@chromium.org2011-01-211-7/+7
* Roll WebKit DEPS past WebKit move. Update gyp files and include paths to ref...abarth@chromium.org2011-01-171-2/+2
* Separate BufferedDataSource and BufferedResourceLoader into two files.annacc@chromium.org2010-12-161-11/+5
* Using WebFrame::createAssociatedURLLoader() instead of WebFrame::dispatchWill...annacc@chromium.org2010-12-141-3/+2
* Refactoring BufferedDataSource to work with WebURLLoader instead of a MediaRe...scherkus@chromium.org2010-12-061-35/+92
* Revert 68094 - Refactoring BufferedDataSource to work with WebURLLoader inste...scherkus@chromium.org2010-12-031-92/+35
* Refactoring BufferedDataSource to work with WebURLLoader instead of a MediaRe...scherkus@chromium.org2010-12-021-35/+92
* Add HasSingleOrigin() to WebDataSource.scherkus@chromium.org2010-10-261-2/+19
* Remove GetURLForDebugging().pkasting@chromium.org2010-10-231-9/+3
* Terminate FilterFactory and his nasty friendshclam@chromium.org2010-10-231-13/+0
* 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-4/+0
* Make MediaFilter::Stop() asynchronous.boliu@chromium.org2010-06-111-2/+6
* Use an explicit boolean has_new_first_party_for_cookies insteadwtc@chromium.org2009-11-181-1/+3
* Propagate the "first party for cookies" from WebKit to the network stackwtc@chromium.org2009-11-131-1/+3
* Make GetURLForDebugging return a const GURL.tony@chromium.org2009-10-281-2/+2
* Allow <video> to read from a data URI. Data URI is now handledhclam@chromium.org2009-10-231-23/+49
* Enable compiler -Werror and -Wall on our webkit code for mac and linux.tony@chromium.org2009-09-211-1/+1
* Correct network state and ready state reporting.ajwong@chromium.org2009-08-211-0/+2
* Retrofit the pre-existing appache message dispatching with the new WebKit API...michaeln@google.com2009-08-211-1/+0
* Reverting r24002 due to test_shell_tests rednessajwong@chromium.org2009-08-211-2/+0
* Correct network state and ready state reporting.ajwong@chromium.org2009-08-211-0/+2
* Add plumbing for allowing the renderer to intercept and cancel redirects beforedarin@chromium.org2009-07-301-1/+4
* BufferedDataSource to support server without range request supporthclam@chromium.org2009-07-291-2/+2
* Changes to provide asynchronous read in data source:hclam@chromium.org2009-07-221-18/+13
* Renamed FilterHost::Error() and Pipeline::GetTime() to more appropriate names.scherkus@chromium.org2009-07-171-2/+2