summaryrefslogtreecommitdiffstats
path: root/content/renderer/render_widget.cc
Commit message (Expand)AuthorAgeFilesLines
* Fix resize with --enable-threaded-compositingpiman@chromium.org2011-12-131-1/+1
* Send the pending input event ack before the UpdateRect messagejamesr@chromium.org2011-12-131-2/+12
* EarlyOut_AnimatedTooRecently should only be done in software modenduca@chromium.org2011-12-121-1/+1
* Delay UpdateRect until the SwapBuffers callback when accelerated compositing ...piman@chromium.org2011-12-091-39/+83
* Remove some now unused fullscreen plumbing.darin@chromium.org2011-12-091-4/+0
* Revert r112160 ("Send one WebKeyboardEvent to the RenderWidget at a time.")apavlov@chromium.org2011-12-081-2/+17
* Update includes to new header locationsabarth@chromium.org2011-12-031-4/+4
* Add autoresize capability to chromium.levin@chromium.org2011-12-021-0/+4
* Send one WebKeyboardEvent to the RenderWidget at a time. Move keyboarddarin@chromium.org2011-11-301-17/+2
* Trigger pepper ViewDidFlushPaint on draw of compositor framejbauman@chromium.org2011-11-291-5/+5
* Fixed Task Manager FPS so that it shows 0 instead of 60 for background pages. kgr@chromium.org2011-11-221-1/+1
* Fix resize issues when using threaded compositingenne@chromium.org2011-11-171-0/+22
* base::Bind: Convert content/renderer.jhawkins@chromium.org2011-11-151-14/+16
* Support IMM32 reconversion on Windows.penghuang@chromium.org2011-10-311-0/+2
* Fix fullscreen API event delivery to be delayed until the state change hasdarin@chromium.org2011-10-271-21/+54
* [Aura] Support transparent webkit.xiyuan@chromium.org2011-10-241-1/+12
* Use WebCompositor only when --enable-threaded-compositing.nduca@chromium.org2011-10-221-2/+4
* Handle the change from CaretBounds to SelectionBounds for PPAPI Plugins.kinaba@chromium.org2011-10-211-10/+9
* Refactor SelectionChanged and ImeUpdateTextInputType IPCs for surrounding tex...penghuang@chromium.org2011-10-161-10/+29
* Add an is_fullscreen to ViewMsg_Resize, and make it available as a property ofdarin@chromium.org2011-10-141-1/+4
* Move content_switches to content\public\common.jam@chromium.org2011-10-131-1/+1
* mac: Fix Lion accented character bubble input in web contents, part 2.thakis@chromium.org2011-10-131-6/+0
* Implement Pepper IME API.kinaba@chromium.org2011-10-121-4/+8
* mac: Almost fix Lion accented character bubble input in web contents.thakis@chromium.org2011-10-121-2/+10
* Register route with compositor thread whenever compositor is activated if thr...jamesr@chromium.org2011-10-081-1/+5
* Turning the threaded compositor into a runtime option. This CLvangelis@chromium.org2011-10-071-25/+17
* Cleanup usage of RenderThread for code that runs under tests. Before RenderTh...jam@chromium.org2011-10-071-13/+10
* Rename RenderThread to RenderThreadImpljam@chromium.org2011-10-061-1/+1
* Create content::RenderThread interface and make code in chrome use that.jam@chromium.org2011-10-061-2/+2
* Input event filtering and compositor thread setup.darin@chromium.org2011-10-061-3/+3
* Convert to new WebWidgetClient interface for compositor activation and deacti...jamesr@chromium.org2011-10-041-7/+17
* Show keyboard when the focused editable field is touched inside the web conte...mazda@chromium.org2011-10-031-0/+3
* content: Move the final headers and residual traces of contrained windowserg@chromium.org2011-09-301-1/+1
* Remove old WEBWIDGET_HAS_ANIMATE_CHANGES ifdefs.adamk@chromium.org2011-09-221-4/+0
* Mouse lock implementation, including the renderer side and the Windows versio...yzshen@chromium.org2011-09-221-6/+18
* Retry 3 to split WebGraphicsContext3DCommandBufferImpl::initialize() into two...nduca@chromium.org2011-09-131-0/+2
* Move the ViewMsg_FPS and ViewHostMsg_FPS IPC messages out of content to chrom...ananta@chromium.org2011-09-081-7/+0
* Update Chrome to use WebKitPlatformSupport instead of WebKitClient.abarth@chromium.org2011-09-021-1/+1
* [Mac] Kill browser-side rubberband gutter painting.asvitkine@chromium.org2011-08-171-6/+0
* [Mac] Rubber-banding on Lion.asvitkine@chromium.org2011-08-111-0/+6
* content: change SetTooltipText to use string16evan@chromium.org2011-08-081-2/+1
* Roll WebKit 91883:91912.tonyg@chromium.org2011-07-281-1/+11
* Add some trace events so that all causes of DoDeferredUpdate are shown in the...jbates@chromium.org2011-07-201-1/+6
* Fix num_swapbuffers_complete_pending_ accounting.piman@google.com2011-07-111-4/+7
* GPU compositing surface handle is no longer sent to renderer process.apatrick@chromium.org2011-06-271-7/+3
* Repost invalidation task in swapbuffers callback.nduca@chromium.org2011-06-221-4/+9
* Show composition text on IME panel when Pepper plugin is focused (Linux).kinaba@chromium.org2011-06-171-10/+29
* Add tracing for various functions significant in compositor startupjamesr@chromium.org2011-06-141-0/+2
* Initialize RenderWidget's compositing_surface_ to kNullPluginWindow. This avo...senorblanco@chromium.org2011-06-091-0/+1
* Revert 88547 - Initialize RenderWidget's compositing_surface_ to NULL. (ARM ...senorblanco@chromium.org2011-06-091-1/+0