| Commit message (Expand) | Author | Age | Files | Lines |
* | FBTF: Header cleanup in renderer_host. | jhawkins@chromium.org | 2010-08-16 | 1 | -2/+0 |
* | `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views | thakis@chromium.org | 2010-07-26 | 1 | -0/+1 |
* | Remove dependency from webkit on chrome/common by moving files to src/app. | pinkerton@chromium.org | 2010-03-19 | 1 | -1/+1 |
* | Move base/gfx contents to gfx/ | ben@chromium.org | 2010-03-14 | 1 | -2/+2 |
* | Added support for opening a GPU command buffer from a renderer processes thro... | apatrick@chromium.org | 2010-03-05 | 1 | -0/+1 |
* | Add the ability for the GPU process to be used to paint the backing store of a | brettw@chromium.org | 2010-01-13 | 1 | -148/+44 |
* | linux: use XShmPutImage when SHM Pixmap APIs unavailable | evan@chromium.org | 2009-12-30 | 1 | -2/+2 |
* | Create an OpenGL backing store. This version works for all the basic operations | brettw@chromium.org | 2009-12-22 | 1 | -1/+15 |
* | Combine ViewHostMsg_{Paint,Scroll}Rect into one IPC. | darin@chromium.org | 2009-12-21 | 1 | -6/+3 |
* | Revert 34951 - Combine ViewHostMsg_{Paint,Scroll}Rect into one IPC. | rsesek@chromium.org | 2009-12-18 | 1 | -3/+6 |
* | Combine ViewHostMsg_{Paint,Scroll}Rect into one IPC. | darin@chromium.org | 2009-12-18 | 1 | -6/+3 |
* | Preserve optimized scrolling in the presence of multiple animating rects. | darin@chromium.org | 2009-12-04 | 1 | -3/+7 |
* | Fixes almost all of the rest of lint errors in the chrome/ directory (minus t... | erg@google.com | 2009-11-13 | 1 | -1/+1 |
* | Back out r31572, reinstating r31563: | mark@chromium.org | 2009-11-10 | 1 | -0/+13 |
* | Temporarily(?) back out r31563 to see if it caused a morejs page cycler | mark@chromium.org | 2009-11-10 | 1 | -13/+0 |
* | Always create BackingStore CGLayers using the owner view's window's context as | mark@chromium.org | 2009-11-10 | 1 | -0/+13 |
* | Header dependency cleanup in chrome/ | phajdan.jr@chromium.org | 2009-10-12 | 1 | -1/+0 |
* | Update BackingStore to handle the case where our Cocoa view has | amanda@chromium.org | 2009-08-31 | 1 | -0/+5 |
* | Re-implement BackingStore on the Mac as a CGLayer instead of a Skia canvas, | amanda@chromium.org | 2009-08-19 | 1 | -2/+8 |
* | Improve performance of dragged tab renderering. | estade@chromium.org | 2009-07-09 | 1 | -0/+6 |
* | change backing store cache to be memory-based rather than count | erikkay@chromium.org | 2009-06-25 | 1 | -0/+4 |
* | Add Linux support for getting the thumbnail and wire into the switcher. | brettw@chromium.org | 2009-06-23 | 1 | -2/+6 |
* | Flip red and blue channels for painting in 24-bit bpp without Xrender. | thestig@chromium.org | 2009-06-22 | 1 | -4/+3 |
* | Render the dragged tab contents when detaching a tab from the tabstrip in gtk. | jhawkins@chromium.org | 2009-06-19 | 1 | -0/+3 |
* | Enable off-by-default monitor color management on Windows. This is enabled via | brettw@chromium.org | 2009-06-18 | 1 | -0/+3 |
* | Adds kind-of-live thumbnail generation for a potential tab switcher. | brettw@chromium.org | 2009-06-16 | 1 | -13/+17 |
* | Reverting Rev 18383 since it brings down the performance of single core page ... | mad@chromium.org | 2009-06-15 | 1 | -12/+2 |
* | This is to thest the page cycler performance without the resize corner, to se... | mad@chromium.org | 2009-06-15 | 1 | -2/+12 |
* | Revert mad's backing store changes, it completely hosed Linux painting. | deanm@chromium.org | 2009-06-11 | 1 | -12/+2 |
* | Relanding reverted patch 18090. | mad@google.com | 2009-06-11 | 1 | -2/+12 |
* | Revert 18090 | jrg@chromium.org | 2009-06-10 | 1 | -12/+2 |
* | To help resolve the performance issue introduced when enabling the resize cor... | mad@google.com | 2009-06-10 | 1 | -2/+12 |
* | Split the BackingStoreManager out of backing_store.* and into its own class. | brettw@chromium.org | 2009-06-03 | 1 | -52/+0 |
* | Some cleanup of backing_store_win.cc | cpu@google.com | 2009-03-04 | 1 | -9/+2 |
* | Linux: support displays without Xrender support. | agl@chromium.org | 2009-02-26 | 1 | -1/+14 |
* | Linux: fix GDK error when switching tab contents | agl@chromium.org | 2009-02-26 | 1 | -4/+4 |
* | Linux: server side backing stores | agl@chromium.org | 2009-02-25 | 1 | -7/+44 |
* | Bitmap transport | agl@chromium.org | 2009-02-20 | 1 | -4/+4 |
* | Initial Mac port of web_contents_view and render_widget_host_view. | avi@google.com | 2009-02-06 | 1 | -1/+1 |
* | Linux: add a big, stubby RenderWidgetHostView | agl@chromium.org | 2009-02-05 | 1 | -0/+2 |
* | From agl. Cleaned up version of issue 19046. | thestig@chromium.org | 2009-02-03 | 1 | -7/+9 |
* | Fix a bunch of lint complaints in preparation to land issue 19046. Mostly for... | thestig@chromium.org | 2009-01-30 | 1 | -130/+130 |
* | Separate out the backing store from the RenderWidgetHost into its own file to | brettw@chromium.org | 2009-01-23 | 1 | -0/+130 |