| Commit message (Expand) | Author | Age | Files | Lines |
* | Initial port of accelerated compositor to Mac OS X 10.6. Reused | kbr@google.com | 2010-08-04 | 1 | -0/+1 |
* | `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views | thakis@chromium.org | 2010-07-26 | 1 | -0/+1 |
* | Let PaintAtAck send an int tag instead of the TransportDIB handle. | thakis@chromium.org | 2010-07-19 | 1 | -2/+2 |
* | TBR:brettw@chromium.org | tfarina@chromium.org | 2010-07-16 | 1 | -3/+0 |
* | Revert 52600 - renderer_host: Remove CanBlur method. | tfarina@chromium.org | 2010-07-16 | 1 | -0/+3 |
* | renderer_host: Remove CanBlur method. | tfarina@chromium.org | 2010-07-16 | 1 | -3/+0 |
* | Improve input method support. | suzhe@chromium.org | 2010-06-23 | 1 | -19/+26 |
* | Fix renderer accessibility for BrowserBubble objects. | ctguil@chromium.org | 2010-06-22 | 1 | -7/+7 |
* | Peek at the event queue for wheel events for cros | davemoore@chromium.org | 2010-06-16 | 1 | -11/+0 |
* | Relanding 49339 | jcivelli@chromium.org | 2010-06-10 | 1 | -0/+22 |
* | Revert 49339 - Enable renderer accessibility by default. | jcivelli@chromium.org | 2010-06-10 | 1 | -22/+0 |
* | Enable renderer accessibility by default. | ctguil@chromium.org | 2010-06-09 | 1 | -0/+22 |
* | Cleaning up the node focus notification. | jcivelli@google.com | 2010-06-01 | 1 | -1/+0 |
* | [GTTF] Add FRIEND_TEST_ALL_PREFIXES, a FRIEND_TEST replacement | phajdan.jr@chromium.org | 2010-06-01 | 1 | -5/+5 |
* | This tunes up some of the snapshot creation code. | gspencer@chromium.org | 2010-05-28 | 1 | -8/+11 |
* | Enabled mousewheel coalescing to work better for ChromeOS. | davemoore@chromium.org | 2010-05-28 | 1 | -0/+16 |
* | Windows accessibility improvements: 1. All WebKit roles are now passed to the | dmazzoni@chromium.org | 2010-05-21 | 1 | -0/+11 |
* | Adding a new IPC message to notify the browser process when a render widget i... | vangelis@chromium.org | 2010-05-07 | 1 | -0/+8 |
* | This adds in the ability for Chrome to generate windows with snapshots | gspencer@chromium.org | 2010-04-28 | 1 | -1/+14 |
* | Made Pepper 3D plugins' output opaque on Mac OS X by filling the | kbr@google.com | 2010-04-15 | 1 | -1/+2 |
* | Calling OpenGL from the renderer process | apatrick@chromium.org | 2010-03-25 | 1 | -4/+0 |
* | Remove dependency from webkit on chrome/common by moving files to src/app. | pinkerton@chromium.org | 2010-03-19 | 1 | -1/+1 |
* | Move some more files to toplevel gfx dir. | ben@chromium.org | 2010-03-17 | 1 | -2/+2 |
* | Move base/gfx contents to gfx/ | ben@chromium.org | 2010-03-14 | 1 | -1/+1 |
* | Rename uses of GPUPlugin in class names and IPC to AcceleratedSurface. | pinkerton@chromium.org | 2010-03-12 | 1 | -10/+9 |
* | More code cleanups found by -Wextra. | evan@chromium.org | 2010-03-09 | 1 | -1/+1 |
* | Added support for opening a GPU command buffer from a renderer processes thro... | apatrick@chromium.org | 2010-03-05 | 1 | -0/+6 |
* | Initial work for cross-process video rendering using layers. | scherkus@chromium.org | 2010-02-26 | 1 | -0/+16 |
* | Add 3D support for the Mac on Leopard (OS X 10.5) and earlier. This CL uses | dspringer@google.com | 2010-02-23 | 1 | -0/+4 |
* | Change the behavior of ViewMsg_Replace. It replaces a word around the | tkent@chromium.org | 2010-02-03 | 1 | -1/+2 |
* | [GPU] Get GPU process running on the mac | kbr@google.com | 2010-02-03 | 1 | -0/+8 |
* | Mac: Coalesce scroll events. | thakis@chromium.org | 2010-01-15 | 1 | -0/+15 |
* | Tab-modal dialog improvements: | zelidrag@google.com | 2010-01-15 | 1 | -1/+11 |
* | Add the ability for the GPU process to be used to paint the backing store of a | brettw@chromium.org | 2010-01-13 | 1 | -2/+13 |
* | Combine ViewHostMsg_{Paint,Scroll}Rect into one IPC. | darin@chromium.org | 2009-12-21 | 1 | -8/+3 |
* | Revert 34951 - Combine ViewHostMsg_{Paint,Scroll}Rect into one IPC. | rsesek@chromium.org | 2009-12-18 | 1 | -3/+8 |
* | Combine ViewHostMsg_{Paint,Scroll}Rect into one IPC. | darin@chromium.org | 2009-12-18 | 1 | -8/+3 |
* | Refactor the keyboard events handling code related to RenderViewHostDelegate:... | suzhe@chromium.org | 2009-12-10 | 1 | -42/+13 |
* | Preserve optimized scrolling in the presence of multiple animating rects. | darin@chromium.org | 2009-12-04 | 1 | -0/+1 |
* | Optimize the rendering when there are pending key events. | suzhe@chromium.org | 2009-12-01 | 1 | -0/+12 |
* | Upstreaming WebKit.gyp | yaar@chromium.org | 2009-11-12 | 1 | -1/+1 |
* | Fixes reloading after a background tab crashes. | creis@chromium.org | 2009-11-02 | 1 | -0/+1 |
* | Fix conflicts between accelerator keys and HTML DOM accesskeys. | suzhe@chromium.org | 2009-10-23 | 1 | -3/+43 |
* | Convert the spellchecker and associated messages and functions to use string16 | brettw@chromium.org | 2009-10-19 | 1 | -1/+2 |
* | Header dependency cleanup in chrome/ | phajdan.jr@chromium.org | 2009-10-12 | 1 | -1/+0 |
* | Move native_widget_types and gtk_native_view_id_manager from base/gfx to | brettw@chromium.org | 2009-10-11 | 1 | -1/+1 |
* | Don't send tab switching/killing/creating keyboard accelerators to pages. Th... | jam@chromium.org | 2009-10-02 | 1 | -0/+6 |
* | This CL makes the browser focus tests faster by replacing | jcampan@chromium.org | 2009-09-18 | 1 | -0/+2 |
* | Supports Gtk keyboard themes. | suzhe@chromium.org | 2009-09-10 | 1 | -0/+3 |
* | Adds support for the os x spelling panel to chromium. Users can | pinkerton@chromium.org | 2009-09-09 | 1 | -0/+9 |