summaryrefslogtreecommitdiffstats
path: root/content/browser/renderer_host/render_widget_host.cc
Commit message (Expand)AuthorAgeFilesLines
* Move Render(Widget|View)HostImpl to files with _impl in filename.joi@chromium.org2012-03-061-1647/+0
* Extract minimal RenderViewHost interface for embedders, leavingjoi@chromium.org2012-03-051-56/+83
* Improve switch between gestures and touch mode when kEnableTouchEventsscottmg@chromium.org2012-03-031-3/+4
* Revert 124813 - Improve switch between gestures and touch mode when kEnableTo...vandebo@chromium.org2012-03-031-4/+3
* Improve switch between gestures and touch mode when kEnableTouchEventsscottmg@chromium.org2012-03-031-3/+4
* Change panels to be able to turn off autoresize.levin@chromium.org2012-03-021-17/+5
* WebWidgetClient::screenInfo() no longer does a synchronous IPC.fsamuel@chromium.org2012-03-011-9/+0
* Get rid of BackingStore usage in chrome. I added methods on RenderWidgetHost ...jam@chromium.org2012-02-291-3/+55
* Extract first version of a RenderWidgetHost interface.joi@chromium.org2012-02-231-152/+180
* Revert 123227 - Extract first version of a RenderWidgetHost interface.joi@chromium.org2012-02-231-180/+152
* Extract first version of a RenderWidgetHost interface.joi@chromium.org2012-02-231-152/+180
* Allow GPU process to present to the compositing surface without the involveme...apatrick@chromium.org2012-02-211-0/+2
* Create content API for BrowserAccessibilityStatedmazzoni@chromium.org2012-02-211-1/+1
* Move RenderWidgetHostView into content namespace. Fix include paths.joi@chromium.org2012-02-201-3/+3
* Revert 122753 - Move RenderWidgetHostView into content namespace. Fix include...joi@chromium.org2012-02-201-3/+3
* Move RenderWidgetHostView into content namespace. Fix include paths.joi@chromium.org2012-02-201-3/+3
* Introduce content::RenderWidgetHostViewPort (in content/port/browser).joi@chromium.org2012-02-161-3/+4
* Revert 122205 - Allow GPU process to present to the compositing surface witho...apatrick@chromium.org2012-02-161-2/+0
* Not ready for review yet.apatrick@chromium.org2012-02-161-0/+2
* Some touch-event forwarding optimization.sadrul@chromium.org2012-02-151-0/+7
* Extract RenderWidgetHostView (for Chrome-like embedders) vs. RenderWidgetHost...joi@chromium.org2012-02-151-5/+9
* Revert 121896 - Extract RenderWidgetHostView (for Chrome-like embedders) vs. ...vollick@google.com2012-02-141-9/+5
* Extract RenderWidgetHostView (for Chrome-like embedders) vs. RenderWidgetHost...joi@chromium.org2012-02-141-5/+9
* Refactoring: Split more accessibility code into separate files.dmazzoni@chromium.org2012-02-131-6/+7
* Remove unused member variable |listeners_expecting_close_| in RenderProcessHo...bauerb@chromium.org2012-02-121-1/+0
* PluginWindowHandle -> GLSurfaceHandle for GPU process rendering surfaces.piman@chromium.org2012-02-081-3/+3
* Add a 'invalidate resize rect' IPC message.thakis@chromium.org2012-02-071-0/+4
* Revert 120282 - Fix broken resize box appearance after download shelf open/cl...mkwst@chromium.org2012-02-031-4/+0
* Fix broken resize box appearance after download shelf open/close.thakis@chromium.org2012-02-031-0/+4
* aura: Create appropriate WebGestureEvents and send them to renderers.sadrul@chromium.org2012-01-271-2/+2
* aura: Add event queues in the GestureRecognizer.sadrul@chromium.org2012-01-261-20/+7
* Fix for crbug.com/111185.andreip@chromium.org2012-01-251-4/+12
* Use WebKit implementation of accessible scrolling methods.dmazzoni@chromium.org2012-01-241-4/+10
* Change grow box computation back to a method on BrowserWindowthakis@chromium.org2012-01-231-37/+19
* gpu: reference target surfaces through a globally unique surface id.piman@chromium.org2012-01-181-5/+28
* Add traces to mac RenderWidgetHostView to help diagnose scroll freezes.nduca@chromium.org2012-01-101-0/+3
* Enhance cmt based scrolling on aura by supporting horizontal scrollsdavemoore@chromium.org2012-01-101-5/+2
* Removing duplicate IPC and dead code: GpuMsg_VisibilityChangedmmocny@chromium.org2012-01-061-10/+0
* Input latency performance test that uses tracing (retry)jbates@chromium.org2012-01-041-1/+7
* Revert 116191 - Input latency performance test that uses tracing.jbates@chromium.org2012-01-031-7/+1
* Input latency performance test that uses tracing.jbates@chromium.org2012-01-031-1/+7
* Split UserMetrics into API vs. implementation. Move API to content/public.joi@chromium.org2011-12-141-17/+17
* Send the pending input event ack before the UpdateRect messagejamesr@chromium.org2011-12-131-1/+2
* GTK: Add TRACE_EVENTs around gtk ui events so select tasks related to the GTK...erg@chromium.org2011-12-101-0/+5
* Delay UpdateRect until the SwapBuffers callback when accelerated compositing ...piman@chromium.org2011-12-091-7/+12
* Revert r112160 ("Send one WebKeyboardEvent to the RenderWidget at a time.")apavlov@chromium.org2011-12-081-91/+61
* Add IPCs to allow assistive technology to scroll the pagedmazzoni@chromium.org2011-12-021-0/+12
* Add autoresize capability to chromium.levin@chromium.org2011-12-021-6/+27
* Send one WebKeyboardEvent to the RenderWidget at a time. Move keyboarddarin@chromium.org2011-11-301-61/+91
* Plumb the partial swap though image transport.backer@chromium.org2011-11-231-0/+9