summaryrefslogtreecommitdiffstats
path: root/content/browser/renderer_host/render_widget_host.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Get rid of gpu_messages.h include in chrome by having the RenderWidgetHostVie...jam@chromium.org2011-11-181-0/+9
* Define the public interface for content browser RenderProcessHost. This inter...ananta@chromium.org2011-11-181-10/+10
* Fix resize issues when using threaded compositingenne@chromium.org2011-11-171-1/+1
* Completes the GetWindowRect/GetRootWindowRect/GetScreenInfo changes I thought...ben@chromium.org2011-11-141-2/+2
* Fix MessageLoop task spam bug caused by hung renderer timer code in RenderWid...jbates@chromium.org2011-11-111-7/+14
* Share accelerated compositing notification across platforms in RenderWidgetHo...piman@chromium.org2011-11-091-12/+1
* GTK/Chromeos: BackingStoreGtk should paint asynchronously when possible.erg@chromium.org2011-11-081-10/+54
* Add a UMA histogram to count accessibility usage.dmazzoni@chromium.org2011-11-051-4/+6
* Send SetActive() messages on all platforms, not just on mac.thakis@chromium.org2011-11-031-0/+4
* Move resource_codes to content/public/common.jam@chromium.org2011-10-251-1/+1
* Make NotificationService an interface in the content namespace, and switch ca...jam@chromium.org2011-10-191-11/+11
* Move NotificationObserver, NotificationSource, and NotificationDetails to con...jam@chromium.org2011-10-191-11/+11
* Move content_notification_types.h from content\common to content\public\brows...jam@chromium.org2011-10-181-0/+1
* Add async interface for RenderWidgetHost to ask for user's permission to lock...yzshen@chromium.org2011-10-171-10/+48
* Add a contextual menu command for 'Paste and plain text' (or 'Paste and Match...csilv@chromium.org2011-10-161-0/+5
* Refactor SelectionChanged and ImeUpdateTextInputType IPCs for surrounding tex...penghuang@chromium.org2011-10-161-6/+5
* Move NativeWebKeyboardEvent files into their intended final destinations prio...ben@chromium.org2011-10-141-1/+1
* Add an is_fullscreen to ViewMsg_Resize, and make it available as a property ofdarin@chromium.org2011-10-141-1/+6
* Move content_switches to content\public\common.jam@chromium.org2011-10-131-1/+1
* mac: Almost fix Lion accented character bubble input in web contents.thakis@chromium.org2011-10-121-2/+8
* Add stats counter to keep track of the number of sessions wheredmazzoni@chromium.org2011-10-071-1/+2
* Input event filtering and compositor thread setup.darin@chromium.org2011-10-061-16/+4
* Only allow to lock the mouse when the tab is in fullscreen mode.yzshen@chromium.org2011-10-011-9/+13
* content: Move the final headers and residual traces of contrained windowserg@chromium.org2011-09-301-5/+0
* Mouse lock implementation, including the renderer side and the Windows versio...yzshen@chromium.org2011-09-221-1/+41
* Removed sending of the content IPC messages from chrome and replaced them wit...ananta@chromium.org2011-09-211-16/+66
* [Mac] Fix "Rubber-band overhang doesn't go away after scrolling".asvitkine@chromium.org2011-09-201-4/+17
* Making TOOLKIT_USES_GTK orthogonal to USE_AURA.saintlou@chromium.org2011-09-201-2/+2
* Removed the sending of the following content IPC messages out of chrome and r...ananta@chromium.org2011-09-191-0/+31
* Aura under Linux is enabled with:saintlou@chromium.org2011-09-181-2/+4
* wstring: remove wstrings from all tooltip-related codeevan@chromium.org2011-09-151-1/+1
* Update base/timer.h code to pass through Location from call sites. (reland) o...jbates@chromium.org2011-09-021-1/+1
* Revert "Currently, base/timer.cc calls PostTask with FROM_HERE as the Location,mattm@chromium.org2011-09-021-1/+1
* Currently, base/timer.cc calls PostTask with FROM_HERE as the Location, so th...jbates@chromium.org2011-09-021-1/+1
* Remove IdFromNativeView, move this logic to RenderWidgetHostViwe::GetNativeVi...oshima@google.com2011-08-241-2/+24
* [Mac] Kill browser-side rubberband gutter painting.asvitkine@chromium.org2011-08-171-2/+0
* mac: Only let two-finger-scrolling trigger history if web doesn't swallow ges...thakis@chromium.org2011-08-161-3/+13
* [Mac] Rubber-banding on Lion.asvitkine@chromium.org2011-08-111-0/+12
* Update UMA user actions parsing, primarily to include WebUI metrics.isherman@chromium.org2011-08-091-2/+2
* content: change SetTooltipText to use string16evan@chromium.org2011-08-081-2/+2
* Profiles: Introduce AllBrowserContextsAndSources().erg@chromium.org2011-08-041-5/+0
* Fix a race condition between moving plugins andmmenke@chromium.org2011-07-111-12/+13
* Moving notification types which are chrome specific to a new header file chro...ananta@chromium.org2011-07-101-8/+8
* GPU compositing surface handle is no longer sent to renderer process.apatrick@chromium.org2011-06-271-3/+14
* Re-land: Move browser accessibility code from chrome to content.dmazzoni@chromium.org2011-06-251-1/+3