summaryrefslogtreecommitdiffstats
path: root/content/browser/renderer_host/render_widget_host_impl.cc
Commit message (Expand)AuthorAgeFilesLines
* Revert 142541 - Drop frontbuffers with ui-use-gpu-process, synchronized with ...nkostylev@chromium.org2012-06-181-15/+0
* Drop frontbuffers with ui-use-gpu-process, synchronized with browser, decoupl...mmocny@chromium.org2012-06-161-0/+15
* Listen to display settings provider for work area size changes and send thosevarunjain@chromium.org2012-06-151-0/+23
* Revert 142408 - Drop frontbuffers with ui-use-gpu-process, synchronized with ...mmocny@chromium.org2012-06-151-15/+0
* Drop frontbuffers with ui-use-gpu-process, synchronized with browser, decoupl...mmocny@chromium.org2012-06-151-0/+15
* Renames NOTIFICATION_RENDER_WIDGET_HOST_DID_PAINT tosky@chromium.org2012-06-151-5/+5
* Tag TransportDIBs with the device scale factor they expect.thakis@chromium.org2012-06-131-1/+4
* mac: Pipe backing scale factor to renderer on change.thakis@chromium.org2012-06-131-0/+4
* Add IPC argument to handle composition character bounds into ViewHostMsg_ImeC...nona@chromium.org2012-06-131-2/+3
* Change timeouts for renderer and plugin hang detectionscottmg@google.com2012-06-131-1/+1
* mac: Remove GetViewCocoaBounds()thakis@chromium.org2012-06-071-8/+0
* Revert 141024 (caused PrerenderBrowserTest.PrerenderWindowSize to fail??)thakis@chromium.org2012-06-071-0/+8
* mac: Remove GetViewCocoaBounds()thakis@chromium.org2012-06-071-8/+0
* Reland r124453. The change was reverted in 140030 to be merged with M20.sadrul@chromium.org2012-06-061-9/+0
* Improve scrolling performance by coalescing touchscreen scrolling events.rjkroege@chromium.org2012-06-061-2/+48
* New RendererAccessibility implementation that doesn't use WebKit accessibility.dmazzoni@chromium.org2012-06-051-1/+1
* Support mouse lock in Flash fullscreen mode.yzshen@chromium.org2012-06-031-2/+11
* Revert 124453 - WebWidgetClient::screenInfo() no longer does a synchronous IPC.varunjain@chromium.org2012-06-011-0/+9
* - Added test for silent mouse lock after unlocked by target, added argument t...dmurph@chromium.org2012-06-011-3/+6
* Defer CGLFlushDrawable until OSX-requested drawRect to avoid spinning when wi...jbates@chromium.org2012-05-221-0/+4
* Make latency tests measure until the end of swap buffers.jbates@chromium.org2012-05-171-0/+2
* Move keyboard related methods from RenderViewHostDelegate to a new RenderWidg...jochen@chromium.org2012-05-161-11/+9
* Disable the hang dialog detector when showModalDialog is running.creis@chromium.org2012-05-111-2/+2
* Revert 132407 - Fixing a problem, where a hung renderer process is not killed...creis@chromium.org2012-05-101-8/+4
* Revert 136328 - Revert 132407 - Fixing a problem, where a hung renderer proce...creis@chromium.org2012-05-101-4/+8
* Revert 132407 - Fixing a problem, where a hung renderer process is not killed...creis@chromium.org2012-05-101-8/+4
* Consolidate RenderWidgetHost::CopyFromBackingStore and RenderWidgetHost::Asyn...mazda@chromium.org2012-05-081-31/+4
* User Gesture plumbed from Renderer to Browser's FullscreenController::Request...scheib@chromium.org2012-04-261-3/+3
* Delete background tab IOSurfaces on Mac.jbates@chromium.org2012-04-261-59/+140
* Remove EPM:all_hosts_ and use all_extension_views_ instead.benwells@chromium.org2012-04-261-0/+4
* Fixing a problem, where a hung renderer process is not killed when navigating...nasko@chromium.org2012-04-161-4/+8
* Add an accessibility mode for editable text fields only.dmazzoni@chromium.org2012-04-131-29/+8
* TabContents -> WebContentsImpl, part 11.avi@chromium.org2012-04-131-1/+1
* Revert 132018 - Fixing a problem, where a hung renderer process is not killed...eroman@chromium.org2012-04-121-8/+4
* Fixing a problem, where a hung renderer process is not killed when navigating...nasko@chromium.org2012-04-121-4/+8
* Reland r131452: Add GLHelper::AsyncCopyTextureTo and make thumbnail generatio...mazda@chromium.org2012-04-101-0/+34
* Revert 131452 - Add GLHelper::AsyncCopyTextureTo and make thumbnail generatio...mazda@chromium.org2012-04-091-34/+0
* Add GLHelper::AsyncCopyTextureTo and make thumbnail generation asynchronous.mazda@chromium.org2012-04-091-0/+34
* Remove TOOLKIT_USES_GTK and consolidate it into TOOLKIT_GTKoshima@chromium.org2012-04-051-4/+4
* Suppress the mousedown / mouseup immediately after a GestureFlingCancelrjkroege@chromium.org2012-03-231-1/+13
* Clean up a few TODO items.joi@chromium.org2012-03-221-5/+0
* Move extension pop-ups and notifications to the new auto-resize code.levin@chromium.org2012-03-201-1/+20
* Copy a shrinked image from the backing store or compositing surface for gener...mazda@chromium.org2012-03-201-34/+11
* RenderProcessHost should return the list of registered RWHs, not ipc listeners.pfeldman@chromium.org2012-03-161-14/+0
* Support browser side thumbnailing for GPU-composited pages on Windows.mazda@chromium.org2012-03-151-3/+47
* Notify RenderWidgets when "tab fullscreen" state changes.bbudge@chromium.org2012-03-141-5/+11
* content: Switch out from struct PaintAtSizeAckDetails to a std::pair instead.tfarina@chromium.org2012-03-131-3/+4
* Aura: recover from lost context / GPU process dyingpiman@chromium.org2012-03-081-0/+6
* Move Render(View|Widget)Host and associated classes to content namespace.joi@chromium.org2012-03-071-53/+54
* Add Keyboard Support for Non-Focused Elementscsharp@chromium.org2012-03-061-0/+24