summaryrefslogtreecommitdiffstats
path: root/webkit/glue/media
Commit message (Expand)AuthorAgeFilesLines
* Move some files from base to base/memory.levin@chromium.org2011-03-283-4/+4
* PipelineError is dead. Long live PipelineStatus!fischman@chromium.org2011-03-165-13/+15
* Refactoring code to use factories to create DataSource objects.acolwell@chromium.org2011-03-1410-180/+519
* Remove the silly notion of MIME types from media code.scherkus@chromium.org2011-03-092-4/+0
* Cleaning up src/media to be consistent with static versus anonymous namespaces.scherkus@chromium.org2011-03-076-68/+43
* Revert code that prevents redirecting to different origins because it breaks ...acolwell@chromium.org2011-03-014-18/+3
* Make playback fail if redirected to a different origin.acolwell@chromium.org2011-02-254-35/+27
* Fix HasSingleOrigin() so it properly handles double redirect & added unit test.acolwell@chromium.org2011-02-147-14/+157
* Change includes of gfx/* to ui/gfx/*sail@chromium.org2011-02-051-2/+2
* Fix a teardown hang caused by an Abort() call while there is a pending read.acolwell@chromium.org2011-01-263-22/+118
* Fix memory leaks in BufferedDataSource, BufferedResourceLoader and SimpleData...scherkus@chromium.org2011-01-243-4/+0
* Remove obsolete base/lock.h and fix up callers to use the new header file andbrettw@chromium.org2011-01-215-18/+17
* Add some more OWNERS files.darin@chromium.org2011-01-201-0/+1
* Roll WebKit DEPS past WebKit move. Update gyp files and include paths to ref...abarth@chromium.org2011-01-179-29/+29
* Replace MockFilterCallback with MockCallback and simplify unit tests.scherkus@chromium.org2011-01-152-38/+23
* 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-213-11/+11
* moving mocks into webkit/mocks/annacc@chromium.org2010-12-173-5/+5
* (Committing on behalf of Chris Rogers -- original CL http://codereview.chromi...kbr@google.com2010-12-162-0/+96
* Separate BufferedDataSource and BufferedResourceLoader into two files.annacc@chromium.org2010-12-1611-1551/+1342
* Using WebFrame::createAssociatedURLLoader() instead of WebFrame::dispatchWill...annacc@chromium.org2010-12-142-6/+4
* Even more virtual method deinlining.erg@google.com2010-12-132-5/+25
* Refactoring BufferedDataSource to work with WebURLLoader instead of a MediaRe...scherkus@chromium.org2010-12-066-391/+546
* Use stopped_on_render_loop_ to prevent further work from executing in Buffere...scherkus@chromium.org2010-12-062-17/+5
* Revert 68094 - Refactoring BufferedDataSource to work with WebURLLoader inste...scherkus@chromium.org2010-12-036-546/+391
* Rename MediaFilter and MediaFilterCollection to Filter and FilterCollection, ...scherkus@chromium.org2010-12-033-5/+4
* Refactoring BufferedDataSource to work with WebURLLoader instead of a MediaRe...scherkus@chromium.org2010-12-026-391/+546
* Removed Media Cache Enabled Flagatwilson@chromium.org2010-11-041-1/+1
* Convert implicit scoped_refptr constructor calls to explicit ones, part 1thakis@chromium.org2010-11-011-2/+2
* Add HasSingleOrigin() to WebDataSource.scherkus@chromium.org2010-10-266-7/+60
* Fixes ReadInternal() memory leak from BufferedDataSource testsvrk@google.com2010-10-261-0/+5
* Remove GetURLForDebugging().pkasting@chromium.org2010-10-234-12/+3
* Terminate FilterFactory and his nasty friendshclam@chromium.org2010-10-239-189/+43
* Fixing valgrind error because of mem leak in BuffereDataSource unit testsvrk@google.com2010-10-221-0/+5
* Adding Abort() to DataSource to wake up hanging Read()vrk@google.com2010-10-225-11/+112
* Added fallback code for servers that don't support Range requests properlyscherkus@chromium.org2010-10-193-18/+66
* Convert LOG(INFO) to VLOG(1) - webkit/.pkasting@chromium.org2010-10-191-4/+2
* FBTF: Monster ctor patch after changing heuristics in clang plugin.erg@google.com2010-10-182-3/+6
* FBTF: Fix more ctor/dtors found by clang plugin.erg@google.com2010-10-132-1/+3
* FBTF: Move some structs in webkit_glue::ResourceLoaderBridge:: .erg@google.com2010-10-086-16/+16
* webkit: Append base:: in the StringPrintf calls.tfarina@chromium.org2010-09-292-17/+20
* FBTF: Move virtual methods to implementation files.erg@google.com2010-09-231-0/+1
* DevTools: report network stack-based finish time for resources.pfeldman@chromium.org2010-09-166-11/+17
* Adding way to pass video frames between Chromium and WebKitvrk@google.com2010-08-313-3/+25
* FBTF: Remove unnecessary STL #includes from src/webkit.viettrungluu@chromium.org2010-08-191-2/+0
* FBTF: Remove unneeded headers from base/ (part 6)thestig@chromium.org2010-08-191-4/+4
* GTTF: some more FRIEND_TEST_ALL_PREFIXESphajdan.jr@chromium.org2010-08-161-2/+3
* Pepper stream-to-file plumbing.darin@chromium.org2010-07-223-6/+3
* Fix an unitialized read in a unit test to appease valgrindthakis@chromium.org2010-07-202-5/+1
* Video Buffering: Caches data to disk when paused (resubmit)vrk@google.com2010-07-153-5/+209