summaryrefslogtreecommitdiffstats
path: root/content/renderer
Commit message (Expand)AuthorAgeFilesLines
* reland http://codereview.chromium.org/10830063/wjia@chromium.org2012-08-096-36/+208
* Allow disabling input throttle through RendererPreference (for Browser Plugin...fsamuel@chromium.org2012-08-093-3/+14
* Remove RenderThread::IsRegisteredExtensionmihaip@chromium.org2012-08-092-11/+0
* Revert 150654 - Browser Plugin: New Implementation (Renderer Side)jeremya@chromium.org2012-08-0917-1754/+0
* Revert 150664 - Browser Plugin: Report Guest crash to Javascriptjeremya@chromium.org2012-08-092-30/+1
* Revert 150666 - Browser Plugin: Tell WebKit that the Browser Plugin supports ...jeremya@chromium.org2012-08-092-5/+0
* Browser Plugin: Tell WebKit that the Browser Plugin supports keyboard focus.fsamuel@chromium.org2012-08-092-0/+5
* Browser Plugin: Report Guest crash to Javascriptfsamuel@chromium.org2012-08-092-1/+30
* Browser Plugin: New Implementation (Renderer Side)fsamuel@chromium.org2012-08-0917-0/+1754
* skia expects to be initialized before it can be used. This must be done if se...alokp@chromium.org2012-08-081-0/+14
* Base web accessibility decisions on page transition. We only need to perform ...cdn@chromium.org2012-08-081-13/+13
* Revert 150491 - refactor EnumerateDevices to make it a persistent request.wjia@chromium.org2012-08-086-206/+35
* Convert Aura to use ui::Event.ben@chromium.org2012-08-081-7/+7
* Browser Plugin: Rename old colliding files to old_*.fsamuel@chromium.org2012-08-084-6/+6
* refactor EnumerateDevices to make it a persistent request.wjia@chromium.org2012-08-086-35/+206
* Draggable region support for frameless app window on Windows.jianli@chromium.org2012-08-082-0/+8
* Make ThumbnailGenerator::AskForSnapshot support high DPI.mazda@chromium.org2012-08-071-3/+5
* fix a copy&paste error.wjia@chromium.org2012-08-071-1/+1
* Change Deryptor::DecryptStatus and VideoDecoder::DecoderStatus to *::Status.xhwang@chromium.org2012-08-072-2/+2
* Browser Plugin: Move to old namespacefsamuel@chromium.org2012-08-0715-25/+63
* Cleaned up compositing mode field trial code by:vangelis@chromium.org2012-08-071-10/+2
* Dead code elimination: scythe.chrome_functions:segment.path %media% edition, ...fischman@chromium.org2012-08-074-20/+6
* Zoom level limits must be set before setting a zoom level.kinaba@chromium.org2012-08-073-8/+40
* Set the device name as isolated file system name.kmadhusu@chromium.org2012-08-071-3/+1
* Make numAnimationFrames and numFramesSentToScreen available in software mode;...dtu@chromium.org2012-08-073-1/+34
* Purge ImplementsThreadSafeReferenceCounting() from the codebase now that Task...fischman@chromium.org2012-08-071-3/+0
* Add the screen offset to the location of the flash context menu.raymes@chromium.org2012-08-061-3/+4
* Dead code elimination: scythe.chrome_functions:segment.path %media% edition, ...fischman@chromium.org2012-08-065-23/+1
* Fixing crash in V8ValueConverter.eaugusti@chromium.org2012-08-052-1/+40
* [RDS] Reloads a page using the original request URLdfalcantara@chromium.org2012-08-041-2/+14
* Added DCHECK() to prevent webwidget_->isInputThrottled() from being called wh...khorimoto@chromium.org2012-08-031-1/+1
* Correct const accessors in base/values.(h|cc), Part II (ListValue)vabr@chromium.org2012-08-031-1/+1
* Rolling libjingle r164.mallinath@chromium.org2012-08-038-91/+1
* Coverity: Fix a sizeof mismatch.jhawkins@chromium.org2012-08-031-1/+1
* Use empty string as the mid before it's ready from WebKit. Label is not the c...ronghuawu@chromium.org2012-08-031-3/+10
* Adjust the audio frame count.brettw@chromium.org2012-08-021-1/+1
* Remove VideoDecoder::natural_size() & added VideoFrame::natural_size().acolwell@chromium.org2012-08-026-72/+84
* Add PP_FlashLSORestrictions to the list of settings supported by the Flash_Ge...bauerb@chromium.org2012-08-022-0/+13
* Wire up the deleteFileSystem operation.nhiroki@google.com2012-08-022-0/+22
* Revert 149508 - Always use non-low-latency (wave out) audio for Pepper plugin...viettrungluu@chromium.org2012-08-021-9/+0
* SpeechRecognitionDispatcher: break out translation of error codes to separate...hans@chromium.org2012-08-021-24/+25
* Make RenderProcessImpl::CreateTransportDIB and RenderProcessImpl::FreeTranspo...fsamuel@chromium.org2012-08-022-5/+7
* Always use non-low-latency (wave out) audio for Pepper plugins on Windows.viettrungluu@chromium.org2012-08-011-0/+9
* Fix playback rate w/o audio. Remove unused SetPlaybackRate().dalecurtis@chromium.org2012-08-012-7/+0
* PPAPI/NaCl: Restrict ppapi messages to unblock only ppapidmichael@chromium.org2012-08-013-26/+2
* Linux: unify seccomp sandbox initializationjln@chromium.org2012-08-011-11/+3
* Dead member removal, courtesy of Scythe, %/media/% edition.fischman@chromium.org2012-07-311-1/+0
* Candidate fix for a crash at shutdown when the IO thread is going away. More ...tommi@chromium.org2012-07-313-0/+16
* Make plugins work in a RenderViewTestfsamuel@chromium.org2012-07-314-21/+23
* Expose a gpu-benchmark-only printToSkPicture API to JS. This function records...alokp@chromium.org2012-07-311-5/+87