summaryrefslogtreecommitdiffstats
path: root/content/renderer
Commit message (Expand)AuthorAgeFilesLines
* Fix surface destruction, broken by r90096piman@google.com2011-07-091-2/+2
* We were synchronously destroying the RendererGlContext transfer buffers while...jbates@chromium.org2011-07-071-20/+18
* Delete GpuVideoService and move GpuVideoDecodeAccelerator ownership to stubsvrk@google.com2011-07-073-28/+10
* Change audio renderer to communicate with host using low latency codepath.enal@chromium.org2011-07-073-31/+188
* The RTCVideoDecoder will eventially need to depend on third_party lib (webrtc...wjia@chromium.org2011-07-074-0/+550
* Revert 91390 (build breakage) - Convert ViewMsg_NetworkStateChanged from rout...adamk@google.com2011-07-024-9/+8
* Convert ViewMsg_NetworkStateChanged from routed -> controladamk@google.com2011-07-014-8/+9
* Printing: Pass the context menu WebNode to WebFrame::executeCommand, as thejhawkins@chromium.org2011-06-291-1/+2
* Implement proper synchronization between HW video decode IPC and CommandBuffer.fischman@chromium.org2011-06-299-159/+189
* Make all content client interfaces pure virtual.joi@chromium.org2011-06-294-120/+183
* File upload API in chromedriverhnoda@google.com2011-06-281-0/+2
* MediaStreamDispatcher perkj@google.com2011-06-284-0/+493
* Release scriptable object reference when deleting WebPluginDelegateProxy.wez@chromium.org2011-06-281-0/+2
* Enable Web Audio API by default (no longer needs enable flag).crogers@google.com2011-06-271-1/+6
* Add Clipboard GetSequenceNumber interface which allows us to version the data...cdn@chromium.org2011-06-271-0/+7
* GPU compositing surface handle is no longer sent to renderer process.apatrick@chromium.org2011-06-2711-51/+14
* move VideoCaptureImplManager from singleton to a member of RenderThread.wjia@chromium.org2011-06-276-123/+60
* Update src/content/renderer to reflect WEBKIT_FRAME_TO_DOCUMENT_API_MOVEabarth@chromium.org2011-06-246-40/+49
* Get rid of the implicit content dependency on how Chrome stores its resources...jam@chromium.org2011-06-241-16/+5
* Fix JingleSession to respect net::StreamSocket Read/Write semantics.wez@chromium.org2011-06-241-15/+23
* Remove unused has_unload_listener_.creis@chromium.org2011-06-232-4/+0
* Coverity: Fix pass by value errors.kmadhusu@chromium.org2011-06-232-2/+3
* Add switch to enable media stream apis in Webkit. The patch is needed so medi...perkj@google.com2011-06-231-0/+3
* Fixes a bug that could occur while a user searches in a plugin document if th...deadhead@google.com2011-06-231-2/+4
* Add more trace events related to latch usage and to track RendererGlContext d...jbates@chromium.org2011-06-222-0/+3
* Repost invalidation task in swapbuffers callback.nduca@chromium.org2011-06-221-4/+9
* Coverity: Fix pass by value error.kmadhusu@chromium.org2011-06-222-2/+2
* use control message instead of routed for video capturewjia@chromium.org2011-06-226-45/+28
* Made contexts without a parent return valid latch IDs.apatrick@chromium.org2011-06-211-25/+22
* RendererGLContext supports reparenting a GL context.apatrick@chromium.org2011-06-208-46/+93
* Clamping down media DEPS rules.scherkus@chromium.org2011-06-171-0/+1
* Move media-related IPC message definitions from content/common/ to content/co...scherkus@chromium.org2011-06-1712-12/+12
* Show composition text on IME panel when Pepper plugin is focused (Linux).kinaba@chromium.org2011-06-175-21/+59
* separate interface function and internal task functionwjia@chromium.org2011-06-173-46/+73
* Removed the GetProductVersion function from webkit_glue and replace it with t...ananta@chromium.org2011-06-161-0/+5
* Use the ExecuteJavascriptInWebFrameNotifyResult to return results rather than...scr@chromium.org2011-06-161-1/+1
* Run Video Decode PPAPI callbacks on same threadvrk@google.com2011-06-152-17/+56
* Move fullscreen and instance to the new thunk system.brettw@chromium.org2011-06-151-2/+2
* Move ProvidePictureBuffers out of initialization and into the decode path.fischman@chromium.org2011-06-154-4/+6
* Cleanup: base/scoped_ptr.h -> base/memory/scoped_ptr.h. (part 2)thestig@chromium.org2011-06-155-7/+9
* move all media and media_stream related files into content/browser/renderer_h...wjia@chromium.org2011-06-1410-15/+16
* Add tracing for various functions significant in compositor startupjamesr@chromium.org2011-06-142-12/+23
* Improve and unify Mac OS X run-time version checks.mark@chromium.org2011-06-142-21/+10
* use SharedMemory for buffer sharing in video capturewjia@chromium.org2011-06-145-59/+141
* Uninitialized member in IpcPacketSocket.finnur@chromium.org2011-06-141-2/+4
* Moves audio files from content/renderer/ to content/renderer/media.scherkus@chromium.org2011-06-1413-26/+26
* Get rid of the following dependencies from content:jam@chromium.org2011-06-146-38/+0
* Moving the GetLocalizedString function in the webkit glue namespace from chro...ananta@chromium.org2011-06-131-0/+8
* Disabled painting transpaent windowless NPAPI plugins when doing accelerated ...alokp@chromium.org2011-06-131-0/+9
* Moving some of the webkit_glue functions from chrome\common\common_glue and c...ananta@chromium.org2011-06-102-1/+16