summaryrefslogtreecommitdiffstats
path: root/content/renderer/render_widget.h
Commit message (Expand)AuthorAgeFilesLines
* Revert 120614 - Merge 120490 - Provide WillInitiatePaint() as well as DidInit...wez@chromium.org2012-02-061-8/+4
* Merge 120490 - Provide WillInitiatePaint() as well as DidInitiatePaint() and ...wez@chromium.org2012-02-061-4/+8
* 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
* The first step for enabling off-the-spot IME on Pepper on ChromeOS/Linux.kinaba@google.com2011-05-301-2/+6
* Add FPS column to Task Manager.jbates@chromium.org2011-05-261-0/+4
* Add histograms for the delay between DoDeferredUpdates.nduca@chromium.org2011-05-181-0/+2
* Drive compositor scheduling with the swapbuffers callback.nduca@chromium.org2011-05-121-1/+29
* Support window.opener after a process swap.creis@chromium.org2011-05-121-0/+12
* Progress towards fixing 77536backer@chromium.org2011-04-191-2/+15
* Revert 81965 - Progress towards fixing 77536This first thing this CL does is ...backer@chromium.org2011-04-181-15/+2
* Progress towards fixing 77536backer@chromium.org2011-04-181-2/+15
* Move RenderProcess to content.jam@chromium.org2011-04-151-1/+2
* Move code that talks to spelling and translate out of content. I create Chro...jam@chromium.org2011-04-131-8/+3
* Move some files from base to base/memory.levin@chromium.org2011-03-281-1/+1
* Refactor: Move app/surface to ui/gfx/surface.backer@chromium.org2011-03-251-2/+2
* Move render_widget files to content.jam@chromium.org2011-03-181-0/+381