summaryrefslogtreecommitdiffstats
path: root/chrome/browser/renderer_host/backing_store_mac.mm
Commit message (Expand)AuthorAgeFilesLines
* Remove dependency from webkit on chrome/common by moving files to src/app.pinkerton@chromium.org2010-03-191-1/+1
* Add the ability for the GPU process to be used to paint the backing store of abrettw@chromium.org2010-01-131-71/+97
* Combine ViewHostMsg_{Paint,Scroll}Rect into one IPC.darin@chromium.org2009-12-211-7/+1
* Revert 34951 - Combine ViewHostMsg_{Paint,Scroll}Rect into one IPC.rsesek@chromium.org2009-12-181-1/+7
* Combine ViewHostMsg_{Paint,Scroll}Rect into one IPC.darin@chromium.org2009-12-181-7/+1
* Preserve optimized scrolling in the presence of multiple animating rects.darin@chromium.org2009-12-041-7/+17
* Back out r31572, reinstating r31563:mark@chromium.org2009-11-101-34/+55
* Temporarily(?) back out r31563 to see if it caused a morejs page cyclermark@chromium.org2009-11-101-55/+34
* Always create BackingStore CGLayers using the owner view's window's context asmark@chromium.org2009-11-101-34/+55
* BackingStoreMac scrolling update and DCHECKs.mark@chromium.org2009-11-091-6/+10
* w pixels * 4 channels * 8 bits/channel / 8 bits/byte = w * 4 bytes/rowmark@chromium.org2009-11-091-2/+2
* Adjust color spaces so that Mac Chrome renders colors properly.amanda@chromium.org2009-09-031-10/+4
* Update BackingStore to handle the case where our Cocoa view hasamanda@chromium.org2009-08-311-33/+95
* If there's no actual window (for example, in some unit tests), don't try toamanda@chromium.org2009-08-211-4/+6
* Change backing store constructor so that it bases the CGLayer on the parentamanda@chromium.org2009-08-211-3/+11
* Re-implement BackingStore on the Mac as a CGLayer instead of a Skia canvas,amanda@chromium.org2009-08-191-0/+103