summaryrefslogtreecommitdiffstats
path: root/content/renderer
Commit message (Expand)AuthorAgeFilesLines
* Drop NeedKeyCB from MediaKeys.xhwang@chromium.org2013-10-086-15/+11
* content: Update the includes paths of WebAudioSourceProvider.h to its new loc...tfarina@chromium.org2013-10-083-3/+3
* Remove supportsMediaMIMEType() override, part 2 of 3jrummell@chromium.org2013-10-071-11/+0
* aura: Set max pending frames to the default instead of 1 with ubercomp.danakj@chromium.org2013-10-051-1/+0
* Added WebCypto digest OpenSSL implementation.padolph@netflix.com2013-10-052-15/+63
* Check if RTI::SharedMainThreadContextProvider is there before wrappingjamesr@chromium.org2013-10-051-3/+5
* Show IDN in error screens (DNS failure etc.)yuusuke@yandex-team.ru2013-10-043-1/+12
* Disable RenderViewImplTest.GetCompositionCharacterBoundsTest for XP.justinlin@chromium.org2013-10-041-0/+8
* Remove the ENABLE_GPU #define and enable_gpu gyp variablejamesr@chromium.org2013-10-042-8/+0
* Use Blink support to watch CSS selectors directly instead of using a Mutation...jyasskin@chromium.org2013-10-044-0/+25
* Call DecryptorReadyCB in InitializeCDM instead of in GenerateKeyRequest.xhwang@chromium.org2013-10-031-4/+5
* Hook up WebRTC logging extension API to the underlying functionality.grunell@chromium.org2013-10-034-32/+2
* Fix DeviceOrientationEventPump tests on mac valgrind.timvolodine@chromium.org2013-10-031-18/+21
* Create a new RenderFrameHost per child frame when --site-per-process is enabled.nasko@chromium.org2013-10-033-19/+56
* Disable the audio processing when feeding webaudio (not from mic) to peerconn...xians@chromium.org2013-10-031-4/+12
* Remove RenderWidget::WillInitiatePaint since it's not used anymore.jam@chromium.org2013-10-0312-54/+13
* Don't override optional audio constraints with defaults.ajm@chromium.org2013-10-031-5/+8
* Fixed the broken AGC in Chrome.xians@chromium.org2013-10-031-9/+9
* Only throttle TouchMove events in the rendererjdduke@chromium.org2013-10-031-1/+1
* Fix initial erroneous navigation in iframe to not add history entry.nasko@chromium.org2013-10-031-3/+4
* Implementation of device metrics emulation in render view.dgozman@chromium.org2013-10-039-6/+327
* Separate PepperPluginRegistry initialization from constructor.piman@chromium.org2013-10-022-1/+7
* Revert 225465 "Pepper: Merge Scrollbar and Widget Impls."teravest@chromium.org2013-10-024-70/+161
* Move clipboard_utils.* from webkit/renderer to content/renderer.tfarina@chromium.org2013-10-023-8/+72
* Sets the media element network state to idle until playback is requested.jinsukkim@chromium.org2013-10-022-0/+11
* Revert r223961 and r224074 (using IO message loop instead of DEFAULT).piman@chromium.org2013-10-021-22/+0
* Update OS version functions.avi@chromium.org2013-10-021-3/+3
* Move Insert/SignalSyncPoint() to GpuControljamesr@chromium.org2013-10-021-1/+1
* WebCrypto: Implement importKey(), sign(), and verify() for HMAC in OpenSSLpadolph@netflix.com2013-10-022-13/+180
* When an audio track is disabled, still pass the data to webrtc for audio proc...jiayl@chromium.org2013-10-011-7/+5
* Add --disable-xslt to disable XSLTabarth@chromium.org2013-10-011-0/+1
* Switch to sending IME selection updates early.aurimas@chromium.org2013-10-012-6/+0
* Cancel resources in the plugin process when a user presses the stop button or...jam@chromium.org2013-10-012-0/+10
* Remove unused Device Orientation code from content/renderer.timvolodine@chromium.org2013-10-014-149/+0
* [Android] Set --optimize-for-size JavaScript flag for low-end devicesrmcilroy@chromium.org2013-10-011-0/+9
* cros: Don't let plugins prevent brightness/volume keys from workingjamescook@chromium.org2013-10-011-0/+35
* Fix redundant media source seek suppression optimization on Chrome for Androidwolenetz@chromium.org2013-10-011-6/+14
* PPAPI: Remove instance param from GetFileTaskRunnerdmichael@chromium.org2013-10-012-2/+2
* Route GenMailboxCHROMIUM through GpuControlpiman@chromium.org2013-10-011-3/+1
* Remove the last vestiges of audio_util.dalecurtis@chromium.org2013-10-012-2/+0
* InstantExtended: Send search URLs to renderers. jered@chromium.org2013-10-013-1/+87
* [webcrypto] Add decrypt() for AES-CBC.eroman@chromium.org2013-10-015-57/+192
* Switch to fetching NPAPI requests through the browser process instead of goin...jam@chromium.org2013-09-301-2/+2
* Pepper: Allow RequestOSFileDescriptor for PRIVATE.teravest@chromium.org2013-09-301-1/+2
* Refactor MediaStreamImpl::GetAuthorizedDeviceInfoForAudioRenderer.perkj@chromium.org2013-09-305-46/+59
* [PPAPI] V8VarConverter now calls ResourceConverter to create resources.mgiuca@chromium.org2013-09-304-32/+76
* Make media::VideoCaptureImpl::ClientBuffer RefCountedThreadSafesheu@chromium.org2013-09-291-2/+3
* Pepper API implementation for output protection.kcwu@chromium.org2013-09-283-0/+8
* Revert "[webcrypto] Add decrypt() for AES-CBC."eroman@chromium.org2013-09-275-133/+28
* [webcrypto] Add decrypt() for AES-CBC.eroman@chromium.org2013-09-275-28/+133