summaryrefslogtreecommitdiffstats
path: root/webkit/glue/media/simple_data_source.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Adding callback support to media filter Initialize() and Seek().scherkus@chromium.org2009-07-161-11/+16
* Made MediaFilter::host_ and MediaFilter::message_loop_ private.scherkus@chromium.org2009-07-091-5/+5
* Revert "Made MediaFilter::host_ and MediaFilter::message_loop_ private."scherkus@chromium.org2009-07-091-5/+5
* Made MediaFilter::host_ and MediaFilter::message_loop_ private.scherkus@chromium.org2009-07-091-5/+5
* Refactorying to create the ResourceLoaderBridge through a factory class for <...hclam@chromium.org2009-06-251-19/+7
* Reject invalid URLs in SimpleDataSourcehclam@chromium.org2009-06-181-1/+18
* Fixing a bug in SimpleDataSourcehclam@chromium.org2009-06-171-0/+5
* Cancel SimpleDataSource's request when stopped to prevent asserting.scherkus@chromium.org2009-06-171-21/+63
* Fix SimpleDataSource so it doesn't double-initialize.scherkus@chromium.org2009-06-121-3/+3
* Enable <video> in test_shellhclam@chromium.org2009-06-111-0/+146