1. d155d9f Run clang-tidy modernize-use-equals-{delete,default} on //base by Chris Watkins · 7 years ago
  2. e88f346 Convert NULL and 0 to nullptr in base using clang-tidy. by Ivan Kotenkov · 7 years ago
  3. 5ac96b1 Add SharedMemory::mapped_id() by Hajime Hoshi · 7 years ago
  4. b8e0943 Revert of Add crash keys about field trial shared memory errors. (patchset #3 id:140001 of https://codereview.chromium.org/2872503003/ ) by asvitkine · 7 years ago
  5. 0b827fb Recode shared memory usage on Windows, macOS and NaCl by hajimehoshi · 7 years ago
  6. a430a8a Replace SharedMemory::UniqueID usages with SharedMemoryHandle's guid by hajimehoshi · 7 years ago
  7. d7ee410 Add a size parameter to SharedMemoryHandle. by erikchen · 7 years ago
  8. 1ac7e5e Add crash keys about field trial shared memory errors. by asvitkine · 7 years ago
  9. 75f3143 Change SharedMemory to initialize member vars in header. by asvitkine · 7 years ago
  10. 2f499bb Add a GUID to base::SharedMemoryHandle. by erikchen · 7 years ago
  11. 9f6430b Use SharedMemoryHandle instead ScopedHandle as ivar for SharedMemory by erikchen · 7 years ago
  12. 58d5604 Remove base::SharedMemory::ShareToProcess. by erikchen · 7 years ago
  13. 7db1a73 Get rid of SharedMemory::GiveToProcess. by erikchen · 7 years ago
  14. 4e92571 Replace base::SharedMemory read-only methods with GetReadOnlyHandle. by erikchen · 7 years ago
  15. 358a2be Get rid of base::SharedMemory::NULLHandle(); by erikchen · 7 years ago
  16. df30248 Make base::SharedMemoryHandle a class on POSIX. by erikchen · 7 years ago
  17. 157aae3 GN: aix port along with linux_s390x, linux_ppc64 and linux_ppc64le support. by rayb · 7 years ago
  18. f8fdfdd base: Introduce SharedMemoryTracker for POSIX (but not macOS) by hajimehoshi · 8 years ago
  19. 5ad4342 Add POSIX shared memory support for Mac by lawrencewu · 8 years ago
  20. 03f9cf8 gpu: Reuse existing code for shared memory allocation. by sadrul · 8 years ago
  21. e3481bc Initialize the SharedMemoryCreateOptions members inline. by sadrul · 8 years ago
  22. 6751149 Switch to standard integer types in base/memory/. by avi · 9 years ago
  23. 7b98d83 Cleanup: Remove unused SharedMemory ctor. by thestig · 9 years ago
  24. 800d2ea base: Use std::move() instead of Pass() for real movable types. by danakj · 9 years ago
  25. 8b7b117 include what you use: errno.h and string.h in base/ by mostynb · 9 years ago
  26. c5a7da8 base: Update constructors of SharedMemory in preparation for Mach transition. by erikchen · 9 years ago
  27. e20879a base: Change failure behavior of SharedMemory::ShareToProcessCommon. by erikchen · 9 years ago
  28. 347f5cb mac: Implement Mach-primitive backed shared memory. by erikchen · 9 years ago
  29. c6776fe base: Minor improvement to interface of base::SharedMemory. by erikchen · 9 years ago
  30. 8149127 Revert of Revert of Make SharedMemoryHandle a class on Mac. (patchset #1 id:1 of https://codereview.chromium.org/1200473003/) by scottmg · 9 years ago
  31. e76a93e Revert of Make SharedMemoryHandle a class on Mac. (patchset #20 id:580001 of https://codereview.chromium.org/1163943004/) by scottmg · 9 years ago
  32. e52d17b Mac: Make SharedMemoryHandle its own class. by erikchen · 9 years ago
  33. 62d3a92 Remove unused locking functionality from base::SharedMemory. by erikchen · 9 years ago
  34. ac4b2f2 Move safe_strerror to posix directory and the base namespace. by brettw · 9 years ago
  35. bdff251 Mac: Remove code for testing batch creation of SharedMemory regions. by erikchen · 9 years ago
  36. 6c28a02 Remove base::SharedMemory::SharedMemoryId and TransportDIB::Id. by erikchen · 9 years ago
  37. e996cd9 Several small changes to base::SharedMemory. by erikchen · 9 years ago
  38. d352cdd Move some logic from DiscardableSharedMemory into SharedMemory. by erikchen · 9 years ago
  39. a07ed2a Extract some logic from transport_dib into shared_memory. by erikchen · 9 years ago
  40. 84427c1 Add methods to base::SharedMemory to replace common SharedMemoryHandle operations. by erikchen · 9 years ago
  41. e31b8db mac: Create an A/B test for batch creation for shared memory. by erikchen · 9 years ago
  42. 8068d95 Refactor SharedMemory::Create and fix a rare file leak. by erikchen · 9 years ago
  43. ceda0af Wrap calls to dup() in shared_memory_posix.cc in HANDLE_EINTR. by erikchen · 9 years ago
  44. f0cbee8 Add profiling to shared memory creation on posix systems. by erikchen · 9 years ago
  45. a7ea666 base: Use more specific CHECK macros for comparisons. by danakj · 10 years ago
  46. 9aa0777 Allow closing SharedMemory without unmapping it. by jbauman · 10 years ago
  47. 01f3da4 Move file_util to base/files/ directory. by brettw@chromium.org · 10 years ago
  48. d3387a0 Allow creating SharedMemory that can't be shared read-only. by jbauman@chromium.org · 10 years ago
  49. 86e08ac Remove the (private) SharedMemory::{PrepareMapFile,FilePathForMemoryName}() on Android. by viettrungluu@chromium.org · 10 years ago
  50. 5c328d5 Remove CreateAndOpenTemporaryShmemFile(). by viettrungluu@chromium.org · 10 years ago
  51. 02d192b Disallow calling Map on currently-mapped SharedMemory by jbauman@chromium.org · 10 years ago
  52. 77b8603 Move ScopedFILE to base namespace and scoped_file.h by brettw@chromium.org · 10 years ago
  53. b52f29b Implement ScopedFD in terms of ScopedGeneric. by brettw@chromium.org · 10 years ago
  54. 7ee0956 Revert of Implement ScopedFD in terms of ScopedGeneric. (https://codereview.chromium.org/191673003/) by jochen@chromium.org · 10 years ago
  55. 6d7afc8 Revert 257300 "Disallow calling Map on currently-mapped SharedMe..." by jbauman@chromium.org · 10 years ago
  56. 39cb719 Disallow calling Map on currently-mapped SharedMemory by jbauman@chromium.org · 10 years ago
  57. 9e91982 Implement ScopedFD in terms of ScopedGeneric. by brettw@chromium.org · 10 years ago
  58. 6209f3a Revert of Implement ScopedFD in terms of ScopedGeneric. (https://codereview.chromium.org/191673003/) by thakis@chromium.org · 10 years ago
  59. 917f714 Implement ScopedFD in terms of ScopedGeneric. by brettw@chromium.org · 10 years ago
  60. 132e4cf Deprecate named base::SharedMemory. by viettrungluu@chromium.org · 11 years ago
  61. 1c2e640 Deprecate base::SharedMemory's lock functionality. by viettrungluu@chromium.org · 11 years ago
  62. f01de7e Revert 239400 "Revert 239280 "Move more file_util functions to b..." by thakis@chromium.org · 11 years ago
  63. c4512e4 Revert 239280 "Move more file_util functions to base namespace." by thakis@chromium.org · 11 years ago
  64. bb48397 Move more file_util functions to base namespace. by brettw@chromium.org · 11 years ago
  65. 735d11d Move temp file functions to base namespace. by brettw@chromium.org · 11 years ago
  66. 83c44c8 Move some more file utils to the base namespace. by brettw@chromium.org · 11 years ago
  67. 7e001eb Implement SharedMemory::ShareReadOnlyToProcess(). by jyasskin@chromium.org · 11 years ago
  68. 8b20a36 Clean up a few unused globals. by thakis@chromium.org · 11 years ago
  69. 687756f Update include paths in base for base/process changes. by rsesek@chromium.org · 11 years ago
  70. 220b8de Rename base::Delete to base::DeleteFile by brettw@chromium.org · 11 years ago
  71. 10b6412 Move PathExists to base namespace. by brettw@chromium.org · 11 years ago
  72. e77bef7 Posix: fix named SHM mappings permissions. by jln@chromium.org · 11 years ago
  73. e9f9948 Move file_util::Delete to the base namespace by brettw@chromium.org · 11 years ago
  74. 17f6062 Use a direct include of utf_string_conversions.h in android_webview/, apps/, ash/, base/. by avi@chromium.org · 11 years ago
  75. 2afd406 Limit the number of pending requests to the max number of file descriptors. by simonjam@chromium.org · 11 years ago
  76. 4329aa7 Move shared_memory into base/memory subdirectory. by brettw@chromium.org · 11 years ago[Renamed (99%) from base/shared_memory_posix.cc]
  77. d128809 Fix Android-specific shmem size code. by aelias@chromium.org · 11 years ago
  78. c41be7b Make SharedMemory track the size that was actually mapped by jschuh@chromium.org · 11 years ago
  79. ea7895a Remove/simplify the POSIX SharedMemory::Create() a bit. by viettrungluu@chromium.org · 12 years ago
  80. 222e34c Added SharedMemory::MapFrom. by vitalybuka@chromium.org · 12 years ago
  81. 447ba04 The correct type for the size of a chunk of memory is size_t. by cevans@chromium.org · 12 years ago
  82. 93d40b0 Make ShareToProcess return false when dup() fails. This matches the behavior by darin@chromium.org · 12 years ago
  83. 9329193 Advertise a minimum alignment for SharedMemory::Map(). by dalecurtis@chromium.org · 12 years ago
  84. fd41cac mmap returns -1 on failure and in the posix implementation of SharedMemory, this was setting memory_ to -1. However the interface for SharedMemory specifies that memory_ should be NULL if it is unmapped. by raymes@chromium.org · 12 years ago
  85. 439b3d2 Improve SharedMemory::Lock on Posix and reenable StatsTableTest.MultipleThreads by vandebo@chromium.org · 13 years ago
  86. aaa6303 Change code in base (primarily unit tests) to use Sleep(TimeDelta). by tedvessenes@gmail.com · 13 years ago
  87. 569a423 Adaptively use temp dir instead of /dev/shm for executable shmem file on Linux by mcgrathr@chromium.org · 13 years ago
  88. 45910f7 Give base::SharedMemory::CreateAnonymous an executable flag by mcgrathr@chromium.org · 13 years ago
  89. 5faed3c Replace most LOG/CHECK statements with DLOG/DCHECK statements in base. by brettw@chromium.org · 13 years ago
  90. 8167d20 Revert 107042 - Replace most LOG/CHECK statements with DLOG/DCHECK statements in base. by brettw@chromium.org · 13 years ago
  91. 951e6ff Replace most LOG/CHECK statements with DLOG/DCHECK statements in base. by brettw@chromium.org · 13 years ago
  92. 01ef2f2 Upstream android debug and log related files by michaelbai@google.com · 13 years ago
  93. 6ee384d Coverity fixes CID=15870,13529 Check pointer before assign, resource leak. by gbillock@chromium.org · 13 years ago
  94. 2251c62 Upstream android file related code. by michaelbai@google.com · 13 years ago
  95. e486977 Update DCHECK() usage to utilize the more expressive debugging functions. by kushi.p@gmail.com · 13 years ago
  96. 13aa8aa Use the real Mac browser app's bundle identifier everywhere that a base by mark@chromium.org · 13 years ago
  97. ad50453 Fix problems in src/base: by phajdan.jr@chromium.org · 13 years ago
  98. d23fe1a Use DCHECK_GE() where possible in base/. Patch by Kushal Pisavadia (see http://codereview.chromium.org/6688056/ ), r=me. by pkasting@chromium.org · 13 years ago
  99. 73bfc43 More DCHECK() updates. A mixture of _EQ and _GE. by mhm@chromium.org · 14 years ago
  100. 36c0625 Dup command-buffer SHM handle before auto-closing. by piman@google.com · 14 years ago