summaryrefslogtreecommitdiffstats
path: root/webkit/glue/media/buffered_data_source.cc
Commit message (Expand)AuthorAgeFilesLines
* Fix BufferedResourceLoader so it only makes Range requests when a subset of t...acolwell@chromium.org2011-04-191-7/+12
* Implementing preload=metadata for videovrk@google.com2011-04-051-8/+42
* Fix deadlock during player shutdown when a Seek() and an Abort() are racing.fischman@chromium.org2011-04-011-13/+7
* PipelineError is dead. Long live PipelineStatus!fischman@chromium.org2011-03-161-2/+3
* Refactoring code to use factories to create DataSource objects.acolwell@chromium.org2011-03-141-65/+126
* 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-9/+5
* Fix HasSingleOrigin() so it properly handles double redirect & added unit test.acolwell@chromium.org2011-02-141-8/+1
* Fix a teardown hang caused by an Abort() call while there is a pending read.acolwell@chromium.org2011-01-261-20/+51
* Remove obsolete base/lock.h and fix up callers to use the new header file andbrettw@chromium.org2011-01-211-7/+7
* Replace initial media range request with an unbounded range request.scherkus@chromium.org2010-12-211-6/+3
* Clean up comments in BufferedDataSource and BufferedResourceLoader.scherkus@chromium.org2010-12-211-7/+5
* Separate BufferedDataSource and BufferedResourceLoader into two files.annacc@chromium.org2010-12-161-603/+14
* Using WebFrame::createAssociatedURLLoader() instead of WebFrame::dispatchWill...annacc@chromium.org2010-12-141-3/+2
* Even more virtual method deinlining.erg@google.com2010-12-131-0/+20
* Refactoring BufferedDataSource to work with WebURLLoader instead of a MediaRe...scherkus@chromium.org2010-12-061-112/+197
* Use stopped_on_render_loop_ to prevent further work from executing in Buffere...scherkus@chromium.org2010-12-061-16/+4
* Revert 68094 - Refactoring BufferedDataSource to work with WebURLLoader inste...scherkus@chromium.org2010-12-031-197/+112
* Rename MediaFilter and MediaFilterCollection to Filter and FilterCollection, ...scherkus@chromium.org2010-12-031-1/+1
* Refactoring BufferedDataSource to work with WebURLLoader instead of a MediaRe...scherkus@chromium.org2010-12-021-112/+197
* Removed Media Cache Enabled Flagatwilson@chromium.org2010-11-041-1/+1
* Add HasSingleOrigin() to WebDataSource.scherkus@chromium.org2010-10-261-0/+12
* Terminate FilterFactory and his nasty friendshclam@chromium.org2010-10-231-23/+9
* Adding Abort() to DataSource to wake up hanging Read()vrk@google.com2010-10-221-2/+24
* Added fallback code for servers that don't support Range requests properlyscherkus@chromium.org2010-10-191-1/+13
* FBTF: Move some structs in webkit_glue::ResourceLoaderBridge:: .erg@google.com2010-10-081-3/+3
* DevTools: report network stack-based finish time for resources.pfeldman@chromium.org2010-09-161-1/+3
* Video Buffering: Caches data to disk when paused (resubmit)vrk@google.com2010-07-151-3/+46
* Reverting my previous changesvrk@google.com2010-07-071-47/+4
* Video buffering: Caches data to disk when paused for faster bufferingvrk@google.com2010-07-071-4/+47
* Make MediaFilter::Stop() asynchronous.boliu@chromium.org2010-06-111-7/+11
* Merging SeekableBuffer and BufferQueue:sergeyu@chromium.org2010-04-271-2/+2
* More dependency breaking. webkit shouldn't depend on chrome or ipc.tony@chromium.org2010-03-101-1/+0
* 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-1/+3
* Propagate the "first party for cookies" from WebKit to the network stackwtc@chromium.org2009-11-131-1/+3
* Allow <video> to read from a data URI. Data URI is now handledhclam@chromium.org2009-10-231-2/+24
* Report stalled event correctly for <video>hclam@chromium.org2009-10-161-111/+212
* Coverity: initialize read_attempts_ in BufferedDataSource constructor.mattm@chromium.org2009-10-061-0/+1
* Enable <video> using cachehclam@chromium.org2009-09-301-57/+75
* Revert r27587 that broke the treehclam@chromium.org2009-09-301-35/+67
* Revert r27589 that broke the treehclam@chromium.org2009-09-301-6/+4
* <video> use cache if --enable-byte-range-support is presenthclam@chromium.org2009-09-301-4/+6
* Change how <video> fetch a resource to make it friendly to sparse cachinghclam@chromium.org2009-09-301-67/+35
* Allow <audio> to work in extensionhclam@chromium.org2009-09-211-16/+26
* Enable compiler -Werror and -Wall on our webkit code for mac and linux.tony@chromium.org2009-09-211-2/+0
* Remove whiltelist checks for protocol for <audio> and <video>hclam@chromium.org2009-09-181-21/+0
* Correct network state and ready state reporting.ajwong@chromium.org2009-08-211-0/+3
* 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-3/+0