summaryrefslogtreecommitdiffstats
path: root/base/memory/ref_counted_memory.h
Commit message (Expand)AuthorAgeFilesLines
* base: Make RefCountedBytes::TakeVector return ref ptr instead of raw ptrvmpstr2016-03-161-1/+2
* Change GotDataCallback to scoped_refptr<base::RefCountedMemory>estade2016-01-071-1/+1
* Remove RefCountedMallocedMemory, it's not used.thestig2015-12-291-20/+0
* Switch to standard integer types in base/memory/.avi2015-12-241-0/+3
* Standardize usage of virtual/override/final in base/dcheng2014-10-211-12/+12
* replace OVERRIDE and FINAL with override and final in base/mostynb2014-10-071-8/+8
* Add pointer+size ctor to RefCountedBytesscottmg@chromium.org2014-04-301-2/+4
* Changed RefCountedStaticMemory() to accept a void pointer.joaoe@opera.com2014-02-121-2/+8
* Added RefCountedMallocedMemoryjoaoe@opera.com2013-11-221-0/+20
* Add missing, and remove unnecessary, 'explicit' from constructors. (base/)hans@chromium.org2013-01-151-1/+1
* Avoid sending notifications when the bitmap data in the history backend is re...pkotwicz@chromium.org2013-01-141-0/+3
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-111-1/+0
* Move RefCountedMemory Class to Base namespacesimon.hong81@gmail.com2012-05-021-4/+1
* RefCounted types should not have public destructors, base/ editionrsleevi@chromium.org2012-04-251-2/+2
* Move RefCountedStaticMemory to base namespacesimon.hong81@gmail.com2012-04-241-2/+2
* Move RefCountedBytes Class to base namespace.simon.hong81@gmail.com2012-04-201-3/+3
* Rename BASE_API to BASE_EXPORT.darin@chromium.org2011-08-051-5/+5
* Re-land r93365 - add RefCountedStringjoth@chromium.org2011-07-221-10/+45
* Revert 93365 - it broke on Chrome OSjoth@chromium.org2011-07-211-43/+8
* Added RefCountedString, as this is what many RefCountedMemory users seem to wantjoth@chromium.org2011-07-211-8/+43
* Base: Last set of files to use BASE_API (for base.dll)rvargas@google.com2011-03-281-3/+5
* Move some files from base to base/memory.levin@chromium.org2011-03-281-0/+82