summaryrefslogtreecommitdiffstats
path: root/content/renderer/render_widget.h
Commit message (Expand)AuthorAgeFilesLines
* Fix input flow control in threaded modenduca@google.com2012-03-281-0/+1
* Issue the correct Pepper flow control calls in threaded modenduca@google.com2012-03-261-0/+1
* Remove dead code left over from old-style WebCompositor initialization path.nduca@chromium.org2012-03-141-1/+1
* Fix RenderWidget task leakjbates@chromium.org2012-03-091-1/+2
* Change panels to be able to turn off autoresize.levin@chromium.org2012-03-021-0/+11
* WebWidgetClient::screenInfo() no longer does a synchronous IPC.fsamuel@chromium.org2012-03-011-2/+7
* Add a switch to invert web contents (non-accel only).dmazzoni@google.com2012-02-131-0/+7
* Revert 121541 - Add a switch to invert web contents (non-accel only).dmazzoni@chromium.org2012-02-101-7/+0
* Add a switch to invert web contents (non-accel only).dmazzoni@chromium.org2012-02-101-0/+7
* Revert 120928 - Add a switch to invert web contents (non-accel only).hbono@chromium.org2012-02-081-7/+0
* Add a switch to invert web contents (non-accel only).dmazzoni@chromium.org2012-02-081-0/+7
* Add a 'invalidate resize rect' IPC message.thakis@chromium.org2012-02-071-0/+1
* Defer render_widget draw until host window is availablejamesr@chromium.org2012-02-071-0/+1
* Provide WillInitiatePaint() as well as DidInitiatePaint() and tweak semantics.wez@chromium.org2012-02-041-4/+8
* Revert 120282 - Fix broken resize box appearance after download shelf open/cl...mkwst@chromium.org2012-02-031-1/+0
* Fix broken resize box appearance after download shelf open/close.thakis@chromium.org2012-02-031-0/+1
* gpu: reference target surfaces through a globally unique surface id.piman@chromium.org2012-01-181-1/+7
* Hook up page visibility to the View info for a plugin.brettw@chromium.org2012-01-041-2/+1
* Delay UpdateRect until the SwapBuffers callback when accelerated compositing ...piman@chromium.org2011-12-091-5/+15
* Revert r112160 ("Send one WebKeyboardEvent to the RenderWidget at a time.")apavlov@chromium.org2011-12-081-0/+3
* Update includes to new header locationsabarth@chromium.org2011-12-031-1/+1
* Add autoresize capability to chromium.levin@chromium.org2011-12-021-0/+1
* Send one WebKeyboardEvent to the RenderWidget at a time. Move keyboarddarin@chromium.org2011-11-301-3/+0
* Fix resize issues when using threaded compositingenne@chromium.org2011-11-171-0/+2
* Add OVERRIDE to content/.avi@chromium.org2011-11-171-2/+2
* Cleanup: Remove more unneeded forward declares in content.thestig@chromium.org2011-11-111-2/+0
* Fix fullscreen API event delivery to be delayed until the state change hasdarin@chromium.org2011-10-271-0/+3
* Handle the change from CaretBounds to SelectionBounds for PPAPI Plugins.kinaba@chromium.org2011-10-211-1/+1
* Refactor SelectionChanged and ImeUpdateTextInputType IPCs for surrounding tex...penghuang@chromium.org2011-10-161-4/+9
* Add an is_fullscreen to ViewMsg_Resize, and make it available as a property ofdarin@chromium.org2011-10-141-5/+7
* PPAPI Fullscreen: In ViewChanged, check if the browser entered fullscreen modepolina@google.com2011-10-141-0/+4
* Implement Pepper IME API.kinaba@chromium.org2011-10-121-0/+1
* mac: Almost fix Lion accented character bubble input in web contents.thakis@chromium.org2011-10-121-1/+6
* Turning the threaded compositor into a runtime option. This CLvangelis@chromium.org2011-10-071-0/+4
* Cleanup usage of RenderThread for code that runs under tests. Before RenderTh...jam@chromium.org2011-10-071-13/+2
* Create content::RenderThread interface and make code in chrome use that.jam@chromium.org2011-10-061-14/+17
* Convert to new WebWidgetClient interface for compositor activation and deacti...jamesr@chromium.org2011-10-041-1/+2
* Show keyboard when the focused editable field is touched inside the web conte...mazda@chromium.org2011-10-031-0/+5
* more content exports needed for unit_tests and browser_tests.dpranke@chromium.org2011-09-301-4/+7
* Mouse lock implementation, including the renderer side and the Windows versio...yzshen@chromium.org2011-09-221-0/+7
* Revert 100801 - Ensure that compositor does not block the renderer process by...apatrick@chromium.org2011-09-121-3/+1
* Ensure that compositor does not block the renderer process by issuing too man...apatrick@chromium.org2011-09-121-1/+3
* Move the ViewMsg_FPS and ViewHostMsg_FPS IPC messages out of content to chrom...ananta@chromium.org2011-09-081-0/+4
* [Mac] Kill browser-side rubberband gutter painting.asvitkine@chromium.org2011-08-171-3/+0
* [Mac] Rubber-banding on Lion.asvitkine@chromium.org2011-08-111-0/+3
* Fix num_swapbuffers_complete_pending_ accounting.piman@google.com2011-07-111-4/+6
* GPU compositing surface handle is no longer sent to renderer process.apatrick@chromium.org2011-06-271-12/+2
* Show composition text on IME panel when Pepper plugin is focused (Linux).kinaba@chromium.org2011-06-171-3/+10
* Move setToolTipText related functions from RenderView to RenderWidget.Takano.Naoki@gmail.com2011-06-061-0/+2
* When --disable-gpu-vsync, run requestAnimFrame callbacks at top speed.nduca@chromium.org2011-06-031-0/+2