| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert r112160 ("Send one WebKeyboardEvent to the RenderWidget at a time.") | apavlov@chromium.org | 2011-12-08 | 1 | -91/+61 |
* | Add IPCs to allow assistive technology to scroll the page | dmazzoni@chromium.org | 2011-12-02 | 1 | -0/+12 |
* | Add autoresize capability to chromium. | levin@chromium.org | 2011-12-02 | 1 | -6/+27 |
* | Send one WebKeyboardEvent to the RenderWidget at a time. Move keyboard | darin@chromium.org | 2011-11-30 | 1 | -61/+91 |
* | Plumb the partial swap though image transport. | backer@chromium.org | 2011-11-23 | 1 | -0/+9 |
* | Get rid of gpu_messages.h include in chrome by having the RenderWidgetHostVie... | jam@chromium.org | 2011-11-18 | 1 | -0/+9 |
* | Define the public interface for content browser RenderProcessHost. This inter... | ananta@chromium.org | 2011-11-18 | 1 | -10/+10 |
* | Fix resize issues when using threaded compositing | enne@chromium.org | 2011-11-17 | 1 | -1/+1 |
* | Completes the GetWindowRect/GetRootWindowRect/GetScreenInfo changes I thought... | ben@chromium.org | 2011-11-14 | 1 | -2/+2 |
* | Fix MessageLoop task spam bug caused by hung renderer timer code in RenderWid... | jbates@chromium.org | 2011-11-11 | 1 | -7/+14 |
* | Share accelerated compositing notification across platforms in RenderWidgetHo... | piman@chromium.org | 2011-11-09 | 1 | -12/+1 |
* | GTK/Chromeos: BackingStoreGtk should paint asynchronously when possible. | erg@chromium.org | 2011-11-08 | 1 | -10/+54 |
* | Add a UMA histogram to count accessibility usage. | dmazzoni@chromium.org | 2011-11-05 | 1 | -4/+6 |
* | Send SetActive() messages on all platforms, not just on mac. | thakis@chromium.org | 2011-11-03 | 1 | -0/+4 |
* | Move resource_codes to content/public/common. | jam@chromium.org | 2011-10-25 | 1 | -1/+1 |
* | Make NotificationService an interface in the content namespace, and switch ca... | jam@chromium.org | 2011-10-19 | 1 | -11/+11 |
* | Move NotificationObserver, NotificationSource, and NotificationDetails to con... | jam@chromium.org | 2011-10-19 | 1 | -11/+11 |
* | Move content_notification_types.h from content\common to content\public\brows... | jam@chromium.org | 2011-10-18 | 1 | -0/+1 |
* | Add async interface for RenderWidgetHost to ask for user's permission to lock... | yzshen@chromium.org | 2011-10-17 | 1 | -10/+48 |
* | Add a contextual menu command for 'Paste and plain text' (or 'Paste and Match... | csilv@chromium.org | 2011-10-16 | 1 | -0/+5 |
* | Refactor SelectionChanged and ImeUpdateTextInputType IPCs for surrounding tex... | penghuang@chromium.org | 2011-10-16 | 1 | -6/+5 |
* | Move NativeWebKeyboardEvent files into their intended final destinations prio... | ben@chromium.org | 2011-10-14 | 1 | -1/+1 |
* | Add an is_fullscreen to ViewMsg_Resize, and make it available as a property of | darin@chromium.org | 2011-10-14 | 1 | -1/+6 |
* | Move content_switches to content\public\common. | jam@chromium.org | 2011-10-13 | 1 | -1/+1 |
* | mac: Almost fix Lion accented character bubble input in web contents. | thakis@chromium.org | 2011-10-12 | 1 | -2/+8 |
* | Add stats counter to keep track of the number of sessions where | dmazzoni@chromium.org | 2011-10-07 | 1 | -1/+2 |
* | Input event filtering and compositor thread setup. | darin@chromium.org | 2011-10-06 | 1 | -16/+4 |
* | Only allow to lock the mouse when the tab is in fullscreen mode. | yzshen@chromium.org | 2011-10-01 | 1 | -9/+13 |
* | content: Move the final headers and residual traces of contrained windows | erg@chromium.org | 2011-09-30 | 1 | -5/+0 |
* | Mouse lock implementation, including the renderer side and the Windows versio... | yzshen@chromium.org | 2011-09-22 | 1 | -1/+41 |
* | Removed sending of the content IPC messages from chrome and replaced them wit... | ananta@chromium.org | 2011-09-21 | 1 | -16/+66 |
* | [Mac] Fix "Rubber-band overhang doesn't go away after scrolling". | asvitkine@chromium.org | 2011-09-20 | 1 | -4/+17 |
* | Making TOOLKIT_USES_GTK orthogonal to USE_AURA. | saintlou@chromium.org | 2011-09-20 | 1 | -2/+2 |
* | Removed the sending of the following content IPC messages out of chrome and r... | ananta@chromium.org | 2011-09-19 | 1 | -0/+31 |
* | Aura under Linux is enabled with: | saintlou@chromium.org | 2011-09-18 | 1 | -2/+4 |
* | wstring: remove wstrings from all tooltip-related code | evan@chromium.org | 2011-09-15 | 1 | -1/+1 |
* | Update base/timer.h code to pass through Location from call sites. (reland) o... | jbates@chromium.org | 2011-09-02 | 1 | -1/+1 |
* | Revert "Currently, base/timer.cc calls PostTask with FROM_HERE as the Location, | mattm@chromium.org | 2011-09-02 | 1 | -1/+1 |
* | Currently, base/timer.cc calls PostTask with FROM_HERE as the Location, so th... | jbates@chromium.org | 2011-09-02 | 1 | -1/+1 |
* | Remove IdFromNativeView, move this logic to RenderWidgetHostViwe::GetNativeVi... | oshima@google.com | 2011-08-24 | 1 | -2/+24 |
* | [Mac] Kill browser-side rubberband gutter painting. | asvitkine@chromium.org | 2011-08-17 | 1 | -2/+0 |
* | mac: Only let two-finger-scrolling trigger history if web doesn't swallow ges... | thakis@chromium.org | 2011-08-16 | 1 | -3/+13 |
* | [Mac] Rubber-banding on Lion. | asvitkine@chromium.org | 2011-08-11 | 1 | -0/+12 |
* | Update UMA user actions parsing, primarily to include WebUI metrics. | isherman@chromium.org | 2011-08-09 | 1 | -2/+2 |
* | content: change SetTooltipText to use string16 | evan@chromium.org | 2011-08-08 | 1 | -2/+2 |
* | Profiles: Introduce AllBrowserContextsAndSources(). | erg@chromium.org | 2011-08-04 | 1 | -5/+0 |
* | Fix a race condition between moving plugins and | mmenke@chromium.org | 2011-07-11 | 1 | -12/+13 |
* | Moving notification types which are chrome specific to a new header file chro... | ananta@chromium.org | 2011-07-10 | 1 | -8/+8 |
* | GPU compositing surface handle is no longer sent to renderer process. | apatrick@chromium.org | 2011-06-27 | 1 | -3/+14 |
* | Re-land: Move browser accessibility code from chrome to content. | dmazzoni@chromium.org | 2011-06-25 | 1 | -1/+3 |