summaryrefslogtreecommitdiffstats
path: root/content/renderer
Commit message (Expand)AuthorAgeFilesLines
* This cl refactor the mapping between WebKit media stream repressentation and ...perkj@chromium.org2012-05-0316-218/+506
* Remove VideoDecoder from the Filter heirarchy.xhwang@chromium.org2012-05-036-235/+92
* Make the Geoposition helper struct publicbartfab@chromium.org2012-05-022-13/+19
* Create swapped-out opener RVHs after a process swap.creis@chromium.org2012-05-026-17/+57
* Allow renderer to process file messages from pepper plugins even while closing.tsepez@chromium.org2012-05-021-1/+22
* I am adding a new flag, --enable-peer-connection, that solely controls the av...tommi@chromium.org2012-05-021-0/+3
* Adds WebRTC.webkitApiCount histogram to MediaStreamImpl.henrika@chromium.org2012-05-021-9/+18
* DevTools: AppendFile implementation.loislo@chromium.org2012-05-022-2/+11
* Enable gamepad API by defaultscottmg@chromium.org2012-05-011-2/+1
* Add flag to experiments to force high DPI mode.flackr@chromium.org2012-05-011-1/+3
* Show a replacement plug-in for loading errors.bauerb@chromium.org2012-05-016-0/+39
* Revert 134620 - Show a replacement plug-in for loading errors.zmo@google.com2012-04-306-39/+0
* Show a replacement plug-in for loading errors.bauerb@chromium.org2012-04-306-0/+39
* Use WebIDBKeyPath type in WebKit API, implement IndexedDBKeyPath type.jsbell@chromium.org2012-04-302-6/+6
* Shift media_stream::StreamOptions to align with the new getUserMedia specyujie.mao@intel.com2012-04-303-10/+5
* RefCounted types should not have public destructors, content/browser part 2rsleevi@chromium.org2012-04-2834-498/+529
* Report VideoDecoder status through ReadCB instead of through FilterHost.xhwang@chromium.org2012-04-284-33/+12
* Route calls to tcmalloc MallocExtension through allocator agnostic interfacejamesr@chromium.org2012-04-281-7/+4
* Merge VideoCaptureDevice::Capability with media::VideoCaptureCapabilityyujie.mao@intel.com2012-04-287-11/+11
* Dont hold input event ack if hidden.nduca@chromium.org2012-04-271-1/+1
* Don't make checkdeps ignore includes to directories that are brought in via d...jam@chromium.org2012-04-271-0/+1
* Add histogram webkitGetUserMedia, webkitPeerConnection and webkitDeprecatedPe...perkj@chromium.org2012-04-271-3/+18
* Adding android implementation for CreateMediaPlayer()qinmin@chromium.org2012-04-271-6/+8
* Change CHECK to DCHECK so users don't experience crash while waiting on under...dmazzoni@chromium.org2012-04-271-1/+1
* Remove an unused #include of a native_client headermseaborn@chromium.org2012-04-271-1/+0
* Enable web audio on ChromeOS.dgreid@chromium.org2012-04-261-5/+0
* User Gesture plumbed from Renderer to Browser's FullscreenController::Request...scheib@chromium.org2012-04-261-1/+7
* Roll libjingle 132:135sergeyu@chromium.org2012-04-267-18/+32
* re-use WebUIsestade@chromium.org2012-04-261-4/+2
* Switch chrome and chromiumDRT over to using the new WebKit API for dispatchingmichaeln@google.com2012-04-265-36/+40
* Delete background tab IOSurfaces on Mac.jbates@chromium.org2012-04-261-1/+4
* Add fixes for delivering WebBlob, potential guards for download delegation.gbillock@chromium.org2012-04-261-5/+7
* Add ZoomLevelChanged and DidChangeScrollOffset to RenderViewObservercsharp@chromium.org2012-04-251-1/+8
* Fix leak in ScopedClipboardWriterGlue.dcheng@chromium.org2012-04-251-6/+3
* Convert the PPB_Flash interface to use the thunk system.brettw@chromium.org2012-04-242-9/+2
* Fix crash when changing sources after createMediaSourceElement().rtoy@google.com2012-04-241-1/+1
* Check RendererAccessibility mode instead of WebKit accessibilityEnabled.dmazzoni@chromium.org2012-04-231-8/+11
* Fix memory leak in MediaStreamImplTest.perkj@chromium.org2012-04-231-0/+7
* Refactored MediaStreamImpl to be a RenderViewObserver as the other delegates ...perkj@chromium.org2012-04-238-72/+66
* Notify WebWidget when its compositor surface is ready to usejamesr@chromium.org2012-04-202-0/+9
* ignore WebUISend messages from old pagesestade@chromium.org2012-04-191-2/+4
* Fixup the DomStorage IPC messsages.michaeln@google.com2012-04-193-15/+55
* Refactored MediaStreamImpl::GetVideoDecoderperkj@chromium.org2012-04-196-119/+153
* Move scheduleAnimation trace event until after we check for update pending. T...nduca@chromium.org2012-04-191-6/+7
* Remedy irratic focus behavior when accessibility clients set focus.dtseng@chromium.org2012-04-192-44/+104
* Add flag that enable Encrypted Media Extensions on video elements.xhwang@chromium.org2012-04-181-0/+3
* Cleanup of v8 extension stuff. Playback extension is only used in chrome, so ...jam@chromium.org2012-04-181-7/+0
* content: Do not pass SkColor by const-reference as it's defined as POD(integer).tfarina@chromium.org2012-04-182-5/+3
* Move VideoCapture::VideoCaptureCapability to video_capture_types.hyujie.mao@intel.com2012-04-1811-46/+46
* Convert the logging ui_test to a browser_test.jam@chromium.org2012-04-171-20/+5