summaryrefslogtreecommitdiffstats
path: root/content/renderer
Commit message (Expand)AuthorAgeFilesLines
* <webview>: Move consolemessage event from content to chromefsamuel@chromium.org2013-07-032-17/+0
* Changed the semantics of RenderWidgetHost::GetRenderWidgetHosts() to filter o...dsjang@chromium.org2013-07-031-0/+5
* Update CrOS to use scoped_refptr<T>::get() rather than implicit "operator T*"rsleevi@chromium.org2013-07-031-1/+1
* Support cancellation of request for opening device.wjia@chromium.org2013-07-036-11/+52
* Add a new parameter |latency| to PPB_AudioInput_Callback.yzshen@chromium.org2013-07-031-2/+4
* Fix fullscreen video bugs on TVwonsik@chromium.org2013-07-031-2/+8
* <webview>: Move loadstart and loadredirect from content to chromefsamuel@chromium.org2013-07-032-30/+0
* Disable more failing webrtc tests on ARM linux.sbc@chromium.org2013-07-031-0/+3
* Fix build failure with Android AOSP builds.hshi@chromium.org2013-07-032-3/+15
* Pepper: Add RendererPpapiHostImpl::GetBrowserConnection().teravest@chromium.org2013-07-032-16/+27
* Revert 209821 "Revert 209776 "Revert 209761 "Fix BrowserPluginHo..."msw@chromium.org2013-07-032-39/+34
* Revert 209776 "Revert 209761 "Fix BrowserPluginHostTest.PartialA..."fischman@chromium.org2013-07-022-34/+39
* Update content API in preparation for migrating webkit/renderer/media/ to con...scherkus@chromium.org2013-07-023-22/+17
* Make --force-fieldtrials not activate them in the browser process.asvitkine@chromium.org2013-07-021-2/+6
* Revert 209761 "Fix BrowserPluginHostTest.PartialAutosizeAttribut..."fischman@chromium.org2013-07-022-39/+34
* android: Do not SetNeedsBeginFrame(true) multiple timesbrianderson@chromium.org2013-07-021-1/+3
* Fix BrowserPluginHostTest.PartialAutosizeAttributes flakefsamuel@chromium.org2013-07-022-34/+39
* Define EncodedVideoSource and RtcCapturedEncodingVideoCapturer.hshi@chromium.org2013-07-0213-18/+914
* PepperPlatformAudioInputImpl: avoid accessing ChildProcess::current() on non-...yzshen@chromium.org2013-07-024-19/+26
* Implement WebFrameClient in RenderFrame and proxy all calls to RenderView (fo...nasko@chromium.org2013-07-023-25/+42
* Plumb damage rect to the embedder to enable partial swap.alexst@chromium.org2013-07-024-42/+9
* Fixing conditional including of init_webrtc.h.grunell@chromium.org2013-07-021-1/+4
* skiaBenchmarking.rasterize(): add optional stop index argument.fmalita@chromium.org2013-07-021-26/+51
* cc: Made use color estimator a const instead of a flag.vmpstr@chromium.org2013-07-021-2/+0
* Update OS X to use scoped_refptr<T>::get() rather than implicit "operator T*"rsleevi@chromium.org2013-07-021-1/+2
* Remove the OWNERS that no longer work on the project.aurimas@chromium.org2013-07-012-2/+0
* Generates the DTLS identity in browser process and returns it to the renderer...jiayl@chromium.org2013-07-012-0/+133
* Revert "Add a switch to retain video playback on lost focus"wonsik@chromium.org2013-07-013-13/+7
* Move WebDropData to content::DropData and split off conversion function.darin@chromium.org2013-07-016-11/+103
* Check if a key message is empty before accessing &message[0].xhwang@chromium.org2013-07-012-2/+4
* <webview>: Move contentload event from content to chromefsamuel@chromium.org2013-06-292-7/+0
* EME: Use std::vector<uint8> for key messages.xhwang@chromium.org2013-06-297-12/+16
* Decouple GuestView creation from attachment.fsamuel@chromium.org2013-06-292-7/+0
* Preserve transparency when encoding SKP bitmaps.fmalita@chromium.org2013-06-291-1/+1
* EME: Support ClearKey on Chrome on Androidxhwang@chromium.org2013-06-293-48/+243
* Enable accelerated overflow scrolling for high dpi.hartmanng@chromium.org2013-06-291-0/+14
* Fix Android Java bridge object management.wez@chromium.org2013-06-282-1/+11
* Remove a bunch of OVERRIDEs from WebFrameClient implementors.japhet@chromium.org2013-06-282-75/+75
* Use a direct include of time headers in content/, part 2.avi@chromium.org2013-06-2825-26/+26
* Remove unused arguments from storage-related Chromium impls of Blink APIadamk@chromium.org2013-06-274-8/+4
* Move timing files into base/time and base/timer, install forwarding headers.avi@chromium.org2013-06-271-3/+3
* Revert "Reset page scale factor to 1.0f on new page navigation." (r208942).senorblanco@chromium.org2013-06-271-3/+0
* Reset page scale factor to 1.0f on new page navigation.wjmaclean@chromium.org2013-06-271-0/+3
* Remove seek_done parameter from ReadFromDemuxer.xhwang@chromium.org2013-06-276-18/+11
* Move ContentDecryptionModuleFactory to its own files.ddorwin@chromium.org2013-06-271-1/+1
* Update Linux to use scoped_refptr<T>::get() rather than implicit "operator T*"rsleevi@chromium.org2013-06-272-10/+10
* Fix IndexedDB after r208777.jam@chromium.org2013-06-272-3/+4
* Using constant instead of hard coded string after libjingle roll.grunell@chromium.org2013-06-261-3/+2
* Make ChildThread::current() and ChildProcess::current() only work on the main...jam@chromium.org2013-06-264-47/+35
* Replace RenderThread::Get() with thread_safe_sender_rtoy@google.com2013-06-263-24/+10