summaryrefslogtreecommitdiffstats
path: root/content/renderer
Commit message (Expand)AuthorAgeFilesLines
* Implement MediaStreamImpl::CancelUserMediaRequestperkj@chromium.org2012-05-104-2/+71
* [Android] Introduce US geographical address detection.leandrogracia@chromium.org2012-05-103-0/+1540
* Coverity: Initialize a member variable.jhawkins@chromium.org2012-05-101-1/+2
* Pull domstorage specifics out of RenderThreadImpl into a seperatemichaeln@google.com2012-05-1011-96/+146
* Disable the hang dialog detector when showModalDialog is running.jam@chromium.org2012-05-091-1/+2
* Allow serialization of ArrayBuffer params in extension/apps API methodsasargent@chromium.org2012-05-092-5/+63
* Quote CppBoundClass/CppVariant in namespace.wangxianzhu@chromium.org2012-05-095-10/+24
* Revert 135901 - Terminate plugins as well as runing onunload handlers during ...tsepez@chromium.org2012-05-092-12/+3
* Use frame->document().referrerPolicy instead of frame->referrerPolicy()jochen@chromium.org2012-05-091-2/+2
* Adding missing #pragma once in speech recognition headers.primiano@chromium.org2012-05-091-0/+1
* Fix crash in Issue 126625: PeerConnection with two sending streams fails.perkj@chromium.org2012-05-096-95/+177
* Don't compute line breaks when accessibility is in editable text mode.dmazzoni@chromium.org2012-05-091-4/+15
* Terminate plugins as well as runing onunload handlers during slow shutdown.tsepez@chromium.org2012-05-082-3/+12
* Add AllowSuddenTermination to API. This provide means for plugins to let us k...tsepez@chromium.org2012-05-074-0/+11
* Don't enable viewport with default device scale factor anymore.flackr@chromium.org2012-05-071-3/+1
* Ensures that the user can select 8kHz input sample rate as default rate and s...henrika@chromium.org2012-05-071-1/+5
* Revert 135602 - Allow serialization of ArrayBuffer params in extension/apps A...dmazzoni@google.com2012-05-072-63/+5
* Allow serialization of ArrayBuffer params in extension/apps API methodsasargent@chromium.org2012-05-062-5/+63
* Introduce content detection base class.leandrogracia@chromium.org2012-05-062-0/+142
* Translates the webkit notification for selection changes properly on Windows ...dtseng@chromium.org2012-05-061-0/+4
* Support cross-process window.close() messages.creis@chromium.org2012-05-041-0/+8
* Make sure MediaStreamDispatcher gets notified of stopped streams when a WebFr...perkj@chromium.org2012-05-043-23/+77
* Prepending view-source: does not load the source of the userscript. Instead,hebert.christopherj@chromium.org2012-05-041-1/+3
* Generate and connect a Pepper identifier for Chrome OSdrewry@google.com2012-05-042-0/+7
* Make sure we get a valid handle from browser, add UMA stats to trackscottmg@google.com2012-05-031-2/+12
* ui: Move surface/ directory out of gfx/, up to ui/.tfarina@chromium.org2012-05-036-19/+19
* Fix lifetime of processes with swapped out opener RVHs.creis@chromium.org2012-05-031-1/+2
* 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