summaryrefslogtreecommitdiffstats
path: root/content/renderer
Commit message (Expand)AuthorAgeFilesLines
* Roll libjingle to r108:ronghuawu@chromium.org2012-01-185-5/+5
* Revert 117824 - Convert use of int ms to TimeDelta in files owned by brettw.hbono@chromium.org2012-01-162-10/+8
* Convert use of int ms to TimeDelta in files owned by brettw.tedvessenes@gmail.com2012-01-162-8/+10
* Fix deadlock in WebMediaPlayerImpl::Destroy() when HW video decode is enabled.fischman@chromium.org2012-01-143-20/+98
* Remove references to WebKit::WebWorkerdslomov@chromium.org2012-01-141-1/+0
* Remove obsolete layer of indirection in gpu msg routing.sievers@chromium.org2012-01-132-48/+24
* [Mac] Place IME candidate window on Pepper plugins near the caret.kinaba@chromium.org2012-01-134-7/+23
* Fold WebMediaPlayerImpl::Initialize() into the constructor.scherkus@chromium.org2012-01-133-17/+16
* Remove VideoDecodeAccelerator::Client::NotifyEndOfStream / PPP_VideoDecoder_D...fischman@chromium.org2012-01-134-19/+4
* Revert 116954 - Pass Content-security-policy and header type from WebSharedWo...tsepez@chromium.org2012-01-122-43/+10
* Safe and reliable fix for 2 race conditions.enal@chromium.org2012-01-122-9/+6
* Remove --simple-data-source and convert WebMediaPlayerImpl::Initialize() to a...scherkus@chromium.org2012-01-121-12/+5
* Adding support for MediaStream and PeerConnection functionality.grunell@chromium.org2012-01-1224-48/+1856
* Revert 117406 - Adding support for MediaStream and PeerConnection functionality.tommi@chromium.org2012-01-1224-1856/+48
* Adding support for MediaStream and PeerConnection functionality.grunell@chromium.org2012-01-1224-48/+1856
* Allow plugins to add rotate commands to Chrome context menus.bbudge@chromium.org2012-01-112-1/+13
* Revert 117201 - Adding support for MediaStream and PeerConnection functionality.tommi@chromium.org2012-01-1124-1857/+49
* Adding support for MediaStream and PeerConnection functionality.grunell@chromium.org2012-01-1124-49/+1857
* Revert 117187 - Adding support for MediaStream and PeerConnection functionality.tommi@chromium.org2012-01-1124-1855/+49
* Adding support for MediaStream and PeerConnection functionality.grunell@chromium.org2012-01-1124-49/+1855
* Coverity: Add NULL checks in RenderViewImpl::createApplicationCacheHost.thestig@chromium.org2012-01-111-0/+2
* Postpone deletion of P2PTransportImpl internals when it is being deleted.sergeyu@chromium.org2012-01-112-3/+54
* Revert 117147 due to leaks in content_unittests - Postpone deletion of P2PTra...sergeyu@chromium.org2012-01-112-53/+3
* FPS throughput performance test for software and accelerated content.jbates@chromium.org2012-01-111-1/+9
* Postpone deletion of P2PTransportImpl internals when it is being deleted.sergeyu@chromium.org2012-01-112-3/+53
* Remove contexts from lists of shared contexts on lost context.jbauman@chromium.org2012-01-111-1/+15
* Pepper gamepad supportscottmg@chromium.org2012-01-102-2/+17
* Return a specific error code for unknown URL schemes.mkosiba@chromium.org2012-01-101-1/+5
* Unbreak cros/arm build.fischman@chromium.org2012-01-101-2/+3
* Take advantage of the new Pass() machinery on scoped_ptr{,_malloc}.fischman@chromium.org2012-01-102-9/+8
* Pass Content-security-policy and header type from WebSharedWorkerProxy to Web...tsepez@chromium.org2012-01-092-10/+43
* Update BookmarkManager extension API test to use document.execCommand()dcheng@chromium.org2012-01-091-3/+1
* Fix the Java Bridge to support coercing to Java arrayssteveblock@chromium.org2012-01-082-2/+20
* Integrate HTMLMediaElement with Web Audio API's MediaElementAudioSourceNode (...crogers@google.com2012-01-0710-69/+311
* Remove task.h and finish base::Bind() migration.ajwong@chromium.org2012-01-067-7/+2
* Add OWNERS files in content/browser/renderer_host/java and content/renderer/javasteveblock@chromium.org2012-01-061-0/+2
* Automatically load newly installed plug-ins if they are missing on a page.bauerb@chromium.org2012-01-061-0/+2
* Revert 116643 - Integrate HTMLMediaElement with Web Audio API's MediaElementA...msw@chromium.org2012-01-0610-311/+69
* Integrate HTMLMediaElement with Web Audio API's MediaElementAudioSourceNodecrogers@google.com2012-01-0610-69/+311
* Force a glFlush() before returning new texture id's to be used by the decoder.fischman@chromium.org2012-01-061-1/+5
* Change over IgnoreReturn to IgnoreResult. remove IgnoreReturn.ajwong@chromium.org2012-01-063-6/+6
* Add plumbing necessary to read IDBIndex.multiEntry attribute.jsbell@chromium.org2012-01-042-2/+10
* Hook up page visibility to the View info for a plugin.brettw@chromium.org2012-01-044-4/+24
* Fix double-close of socket that makes debugging on Windows almost impossible.enal@chromium.org2012-01-042-13/+37
* And now NewRunnableMethod(), you die.ajwong@chromium.org2012-01-041-3/+1
* Remove TransportTexture, it's unusedpiman@chromium.org2012-01-048-622/+5
* base::Bind: Remove ScopedRunnableMethodFactory.jhawkins@chromium.org2012-01-032-4/+2
* base::Bind: Remove callback_old.h.jhawkins@chromium.org2012-01-032-12/+11
* Change the DidChangeView update to take a new ViewChanged resource.brettw@chromium.org2012-01-031-3/+3
* Don't ignore {OMX,DXVA}VideoDecodeAccelerator::Initialize() failures.fischman@chromium.org2011-12-301-1/+1