| Commit message (Expand) | Author | Age | Files | Lines |
* | Add ViewMsg_DoneUsingBitmap message. | derat@chromium.org | 2010-10-01 | 1 | -1/+3 |
* | Fix acquisition of thumbnail images on Linux. | scherkus@chromium.org | 2010-07-27 | 1 | -2/+2 |
* | Coverity issues 11559, 9326, 9325, 9317: Uninitialized members in browser/ren... | finnur@chromium.org | 2010-07-23 | 1 | -2/+7 |
* | Add rgb_frame size tracking and resizing to fix security issue with changing ... | scherkus@chromium.org | 2010-06-08 | 1 | -5/+21 |
* | On ARM, only blit the needed rects from the TransportDIB. | agl@chromium.org | 2010-05-24 | 1 | -1/+20 |
* | This adds in the ability for Chrome to generate windows with snapshots | gspencer@chromium.org | 2010-04-28 | 1 | -6/+11 |
* | Remove dependency from webkit on chrome/common by moving files to src/app. | pinkerton@chromium.org | 2010-03-19 | 1 | -3/+3 |
* | Move base/gfx contents to gfx/ | ben@chromium.org | 2010-03-14 | 1 | -1/+1 |
* | Add CanAccuratelyCopyFromBackingStore() to the backing store class. | skerner@chromium.org | 2010-03-12 | 1 | -0/+11 |
* | BSD port: Another chunk of chrome/ ifdef changes | pvalchev@google.com | 2010-03-09 | 1 | -0/+8 |
* | Extracted non-XRender painting path from BackingStoreX into PutARGBImage(). | scherkus@chromium.org | 2010-02-19 | 1 | -90/+4 |
* | GTK: visually de-emphasize the render view contents when a constrained window... | estade@chromium.org | 2010-02-16 | 1 | -5/+17 |
* | Add the ability for the GPU process to be used to paint the backing store of a | brettw@chromium.org | 2010-01-13 | 1 | -132/+152 |
* | linux: use XShmPutImage when SHM Pixmap APIs unavailable | evan@chromium.org | 2009-12-30 | 1 | -39/+60 |
* | Combine ViewHostMsg_{Paint,Scroll}Rect into one IPC. | darin@chromium.org | 2009-12-21 | 1 | -6/+1 |
* | Revert 34951 - Combine ViewHostMsg_{Paint,Scroll}Rect into one IPC. | rsesek@chromium.org | 2009-12-18 | 1 | -1/+6 |
* | Combine ViewHostMsg_{Paint,Scroll}Rect into one IPC. | darin@chromium.org | 2009-12-18 | 1 | -6/+1 |
* | Linux: fix painting on the NTP and elsewhere. | agl@chromium.org | 2009-12-07 | 1 | -2/+2 |
* | Preserve optimized scrolling in the presence of multiple animating rects. | darin@chromium.org | 2009-12-04 | 1 | -14/+30 |
* | Fixes leak in BackingStore as shown by valgrind. XFree doesn't free | sky@chromium.org | 2009-11-11 | 1 | -2/+2 |
* | Improve performance of dragged tab renderering. | estade@chromium.org | 2009-07-09 | 1 | -0/+29 |
* | Add support for shared memory when retrieving the backing store as a SkBitmap. | brettw@chromium.org | 2009-06-30 | 1 | -13/+71 |
* | Two fixes for tab dragging in gtk: | jhawkins@chromium.org | 2009-06-29 | 1 | -2/+4 |
* | change backing store cache to be memory-based rather than count | erikkay@chromium.org | 2009-06-25 | 1 | -0/+7 |
* | Add Linux support for getting the thumbnail and wire into the switcher. | brettw@chromium.org | 2009-06-23 | 1 | -6/+8 |
* | Flip red and blue channels for painting in 24-bit bpp without Xrender. | thestig@chromium.org | 2009-06-22 | 1 | -46/+46 |
* | Fix a leak when we bail out early because of the wrong bpp. | jhawkins@chromium.org | 2009-06-19 | 1 | -1/+3 |
* | Render the dragged tab contents when detaching a tab from the tabstrip in gtk. | jhawkins@chromium.org | 2009-06-19 | 1 | -0/+26 |
* | Adds kind-of-live thumbnail generation for a potential tab switcher. | brettw@chromium.org | 2009-06-16 | 1 | -20/+18 |
* | Reverting Rev 18383 since it brings down the performance of single core page ... | mad@chromium.org | 2009-06-15 | 1 | -77/+44 |
* | This is to thest the page cycler performance without the resize corner, to se... | mad@chromium.org | 2009-06-15 | 1 | -44/+77 |
* | Revert mad's backing store changes, it completely hosed Linux painting. | deanm@chromium.org | 2009-06-11 | 1 | -77/+44 |
* | Relanding reverted patch 18090. | mad@google.com | 2009-06-11 | 1 | -44/+77 |
* | Revert 18090 | jrg@chromium.org | 2009-06-10 | 1 | -70/+44 |
* | To help resolve the performance issue introduced when enabling the resize cor... | mad@google.com | 2009-06-10 | 1 | -44/+70 |
* | Linux: added overflow checks in the X BackingStore code. | agl@chromium.org | 2009-06-03 | 1 | -2/+12 |
* | Linux: don't trigger GCC 4.3 warnings | agl@chromium.org | 2009-05-26 | 1 | -3/+3 |
* | Linux: implement 16-bit visuals without Xrender. | agl@chromium.org | 2009-05-26 | 1 | -0/+30 |
* | linux: don't paint empty rects. | evan@chromium.org | 2009-05-18 | 1 | -0/+3 |
* | Linux: don't drop invalid scroll requests. | agl@chromium.org | 2009-04-14 | 1 | -20/+18 |
* | Linux: fix scrolling | agl@chromium.org | 2009-03-18 | 1 | -6/+18 |
* | Added missing <stdlib.h>, needed on ubuntu 8.10. | dkegel@google.com | 2009-03-16 | 1 | -0/+1 |
* | Linux: support displays without Xrender support. | agl@chromium.org | 2009-02-26 | 1 | -4/+96 |
* | Linux: fix GDK error when switching tab contents | agl@chromium.org | 2009-02-26 | 1 | -8/+8 |
* | Linux: server side backing stores | agl@chromium.org | 2009-02-25 | 1 | -0/+169 |