summaryrefslogtreecommitdiffstats
path: root/content/renderer
Commit message (Expand)AuthorAgeFilesLines
* reland patch http://codereview.chromium.org/7204008 after webrtc build has be...wjia@chromium.org2011-07-2014-81/+1186
* Add some trace events so that all causes of DoDeferredUpdate are shown in the...jbates@chromium.org2011-07-201-1/+6
* Rename CommandLine::GetCommandLineString().msw@chromium.org2011-07-201-1/+1
* Removing CreateFrameExternal(), CreateFrameGl(), and SurfaceType from VideoFr...scherkus@chromium.org2011-07-201-2/+0
* Revert 93066 - Execute all GL commands up to the put offset reported by a eac...apatrick@chromium.org2011-07-203-5/+11
* some cleanup for base/stl_utildilmah@chromium.org2011-07-194-4/+4
* Reparenting of RendererGLContexts supports going from no parent to having a p...apatrick@chromium.org2011-07-193-20/+13
* Execute all GL commands up to the put offset reported by a each flush.This me...apatrick@chromium.org2011-07-193-11/+5
* Move MHTML code to content, now that download code is moving there.jam@chromium.org2011-07-193-0/+99
* Remove redundant size and type information from VideoDecode PPAPIvrk@google.com2011-07-194-31/+20
* Remove --enable-p2papi flag.sergeyu@chromium.org2011-07-191-2/+1
* Clean up VideoFrame::CreateXXX and VideoFrame::AllocXXX methods.scherkus@chromium.org2011-07-181-38/+7
* NULL-check video_decoder_host_ in CommandBufferProxy::OnChannelErrorjamesr@chromium.org2011-07-181-1/+2
* Fix media code to use initializer-list style for inheritance.scherkus@chromium.org2011-07-183-10/+13
* [Reverted due to check_deps failure]zea@chromium.org2011-07-155-130/+34
* Fix problem when 'ended' event was fired before stream really ended.enal@chromium.org2011-07-155-34/+130
* Keep track of the history's page IDs to avoid navigating to a stale entry.creis@chromium.org2011-07-153-7/+149
* Avoid leaking file handles.yzshen@chromium.org2011-07-151-3/+13
* Enable fire-and-forget Destroy of HW video decoder, and misc other improvements.fischman@chromium.org2011-07-157-115/+18
* Implements an external AudioDeviceModule for WebRTC. henrika@chromium.org2011-07-152-0/+1013
* Revert 92590 - add CaptureVideoDecoder for local preview and VideoCaptureModu...sky@chromium.org2011-07-1414-1200/+81
* add CaptureVideoDecoder for local preview and VideoCaptureModuleImpl for rtc ...wjia@chromium.org2011-07-1414-81/+1200
* Detect and expose loss of OpenGL context using GL_ARB_robustness.kbr@chromium.org2011-07-148-16/+93
* Coding style update.ronghuawu@google.com2011-07-131-1/+1
* Revert 92429 - Detect and expose loss of OpenGL context using GL_ARB_robustne...kbr@chromium.org2011-07-138-93/+16
* Detect and expose loss of OpenGL context using GL_ARB_robustness.kbr@chromium.org2011-07-138-16/+93
* Roll new libjingle with asynchronous NetworkManager.sergeyu@chromium.org2011-07-134-39/+106
* Overhauled OmxVideoDecodeAccelerator's state machine implementation and relat...fischman@chromium.org2011-07-135-53/+121
* DevTools: add initial support for shared workers debugging.yurys@chromium.org2011-07-131-2/+1
* Getting form value from NPAPI plugins.bashi@chromium.org2011-07-132-0/+7
* Remove GpuVideoServiceHost and move ownership of GVDAHosts to CommandBufferPr...vrk@google.com2011-07-1212-274/+122
* Convert ViewMsg_NetworkStateChanged from routed -> control,adamk@chromium.org2011-07-124-8/+9
* Move base/values.h into the base namespace. This includes a cros DEPS rolldmazzoni@chromium.org2011-07-121-11/+13
* Implement the rtc_video_render as the libjingle cricket::VideoRenderer. Becau...ronghuawu@google.com2011-07-124-72/+38
* Ensures that AudioMessageFilter now lives on the main render thread.henrika@chromium.org2011-07-1217-383/+548
* Make sure webkit compositor is not using ppapi backing texture ID after it ha...reveman@google.com2011-07-122-7/+17
* Avoid calling AudioDevice::Stop() multiple times.crogers@google.com2011-07-122-3/+11
* Fix num_swapbuffers_complete_pending_ accounting.piman@google.com2011-07-117-12/+32
* 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