summaryrefslogtreecommitdiffstats
path: root/content/child/child_shared_bitmap_manager.cc
Commit message (Expand)AuthorAgeFilesLines
* Add base::TerminateBecauseOutOfMemoryvitalybuka2015-03-271-18/+10
* Unify the three places that patch font loading for PDFium on Windows.jam2015-02-031-2/+2
* Cleanup: Update the path to gfx size headers.tfarina2015-01-031-1/+1
* Collect more information when failing to allocate a SharedBitmap on winjbauman2014-12-201-1/+39
* Close renderer SharedBitmap file descriptors immediately after mappingjbauman2014-12-131-1/+7
* Remove cc::SharedBitmap::memory()jbauman2014-12-121-13/+19
* Make ChildThread::AllocateSharedMemory return a scoped_ptr.jbauman2014-12-021-1/+1
* Implement HostAllocateSharedMemoryBuffer with ChildThread::AllocateSharedMemoryjbauman2014-12-021-1/+4
* Switch SharedBitmap to use virtual destructor instead of callback.jbauman2014-11-271-17/+29
* Remove implicit conversions from scoped_refptr to T* in content/dcheng2014-11-131-1/+1
* Fix use-after-free of ChildSharedBitmapManagerjbauman@chromium.org2014-07-111-23/+22
* CHECK that shared bitmap was mapped on POSIX.jbauman@chromium.org2014-04-111-1/+1
* Revert 261972 "Revert 261817 "cc: Remove all usage of GetArea() ..."scottmg@chromium.org2014-04-051-1/+1
* Revert 261817 "cc: Remove all usage of GetArea() from production..."scottmg@chromium.org2014-04-051-1/+1
* cc: Remove all usage of GetArea() from production code in ccdanakj@chromium.org2014-04-041-1/+1
* Revert 257161 "Revert 256955 "Add shared bitmap managers for bro..."jbauman@chromium.org2014-03-141-0/+91
* Revert 256955 "Add shared bitmap managers for browser and render..."jbauman@chromium.org2014-03-141-92/+0
* Add shared bitmap managers for browser and renderer processes.jbauman@chromium.org2014-03-131-0/+92