1. 90d4dbbb Implement base::RefCountedSharedMemory. by Lei Zhang · 7 years ago
  2. 94b04bb Fix some nits in base::RefCountedMemory. by Lei Zhang · 7 years ago
  3. c064d34 Increase usability of RefCountedBytes as a mutable buffer by Reilly Grant · 8 years ago
  4. bb7211c Run clang-tidy modernize-use-equals-{delete,default} on //base by Chris Watkins · 8 years ago
  5. a16212a5 Convert NULL and 0 to nullptr in base using clang-tidy. by Ivan Kotenkov · 8 years ago
  6. 219dc04 base: Make RefCountedBytes::TakeVector return ref ptr instead of raw ptr by vmpstr · 9 years ago
  7. b6178e6 Change GotDataCallback to scoped_refptr<base::RefCountedMemory> by estade · 10 years ago
  8. fa795f7f Remove RefCountedMallocedMemory, it's not used. by thestig · 10 years ago
  9. 6a497d7 Add pointer+size ctor to RefCountedBytes by [email protected] · 11 years ago
  10. 4088783 Added RefCountedMallocedMemory by [email protected] · 12 years ago
  11. 55653162 Avoid sending notifications when the bitmap data in the history backend is replaced with bitmap data which is byte for byte equal. by [email protected] · 13 years ago
  12. 68c7630b Move RefCountedMemory Class to Base namespace by [email protected] · 13 years ago
  13. a9aaa9d1 RefCounted types should not have public destructors, base/ edition by [email protected] · 13 years ago
  14. 90fa265 Move RefCountedStaticMemory to base namespace by [email protected] · 13 years ago
  15. ebbccb95 Move RefCountedBytes Class to base namespace. by [email protected] · 13 years ago
  16. 1dda977 Re-land r93365 - add RefCountedString by [email protected] · 14 years ago
  17. 289f5a7 Revert 93365 - it broke on Chrome OS by [email protected] · 14 years ago
  18. 2b1d9f1 Added RefCountedString, as this is what many RefCountedMemory users seem to want by [email protected] · 14 years ago
  19. 3b63f8f4 Move some files from base to base/memory. by [email protected] · 14 years ago[Renamed (89%) from base/ref_counted_memory.cc]
  20. 9989c9bb Make the order of methods in the cc files match the headers in base/. by [email protected] · 15 years ago
  21. d4799a3 FBTF: Moves code to the headers. by [email protected] · 15 years ago
  22. d83a560 FBTF: Move Extension::LaunchContainer to extension_constants.h. by [email protected] · 15 years ago
  23. 307175443 Speculative fix for crash in DOMUIThumbnailSource. by [email protected] · 15 years ago