summaryrefslogtreecommitdiffstats
path: root/content/browser/renderer_host/render_widget_host.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Revert 90435 - Re-land: Move browser accessibility code from chrome to content.brettw@chromium.org2011-06-241-3/+1
* Re-land: Move browser accessibility code from chrome to content.dmazzoni@chromium.org2011-06-241-1/+3
* Revert 90265 - Move browser accessibility code from chrome to content.dmazzoni@chromium.org2011-06-231-3/+1
* Move browser accessibility code from chrome to content.dmazzoni@chromium.org2011-06-231-1/+3
* Show composition text on IME panel when Pepper plugin is focused (Linux).kinaba@chromium.org2011-06-171-2/+3
* Removing an unnecessary include of the views\view.h file.ananta@chromium.org2011-06-141-4/+0
* Remove content dependency on chrome/browser/accessibility/browser_accessibili...jam@chromium.org2011-06-131-4/+2
* Throttle the touch move events sent to the renderer.sadrul@chromium.org2011-06-101-2/+24
* Move setToolTipText related functions from RenderView to RenderWidget.Takano.Naoki@gmail.com2011-06-061-0/+35
* Remove the use of the X11 background thread and instead handle synctony@chromium.org2011-05-311-2/+5
* This bug fixes a couple issues when accelerated compositing is enabled:jbates@chromium.org2011-05-271-8/+0
* Move Mac and GTK+ specific parts of render_widget_host.cc intotony@chromium.org2011-05-261-125/+1
* Remove functions in RenderViewHost and RenderWidgetHost that just send an IPC...jam@chromium.org2011-05-191-33/+0
* Drive compositor scheduling with the swapbuffers callback.nduca@chromium.org2011-05-121-0/+8