1. add1a267 Allow creating SharedMemory that can't be shared read-only. by [email protected] · 11 years ago
  2. 421c150 Disallow calling Map on currently-mapped SharedMemory by [email protected] · 11 years ago
  3. 422d935 Revert 257300 "Disallow calling Map on currently-mapped SharedMe..." by [email protected] · 11 years ago
  4. 154c984 Disallow calling Map on currently-mapped SharedMemory by [email protected] · 11 years ago
  5. 963a91b Get rid of multiprocess_test's debug_on_start arguments. by [email protected] · 11 years ago
  6. ff672b7 Deprecate named base::SharedMemory. by [email protected] · 11 years ago
  7. 4342900 Deprecate base::SharedMemory's lock functionality. by [email protected] · 11 years ago
  8. b561f6d Fix error: unused variable 'kNumTasks'. by [email protected] · 12 years ago
  9. 5be06e40 Base: Remove Receive() from ScopedHandle. by [email protected] · 12 years ago
  10. ecb10fa Revert of https://codereview.chromium.org/71013004/ by [email protected] · 12 years ago
  11. 166a865e Base: Remove Receive() from ScopedHandle. by [email protected] · 12 years ago
  12. 5f58adab Implement SharedMemory::ShareReadOnlyToProcess(). by [email protected] · 12 years ago
  13. cb4a73194 Test ShareToProcess within the same process. by [email protected] · 12 years ago
  14. dd4b5126 Update include paths in base for base/process changes. by [email protected] · 12 years ago
  15. afb848a Posix: fix named SHM mappings permissions. by [email protected] · 12 years ago
  16. 99084f6 Use a direct include of time headers in base/, part 1. by [email protected] · 12 years ago
  17. 99873aa Move shared_memory into base/memory subdirectory. by [email protected] · 12 years ago[Renamed (99%) from base/shared_memory_unittest.cc]
  18. 67ea507 Make SharedMemory track the size that was actually mapped by [email protected] · 12 years ago
  19. 604eb05 base: Convert scoped_arrays to the new scoped_ptr style. by [email protected] · 12 years ago
  20. e29e3f55 Added SharedMemory::MapFrom. by [email protected] · 12 years ago
  21. 404a058 Advertise a minimum alignment for SharedMemory::Map(). by [email protected] · 13 years ago
  22. e7bc136 Reenable the following tests that were disabled because they failed on OS X 10.5: by [email protected] · 13 years ago
  23. bceb5ce Add a !defined(OS_IOS) block around SharedMemoryProcessTest tests. by [email protected] · 13 years ago
  24. 3585e8e Exclude unsupported tests from the android build. by [email protected] · 13 years ago
  25. 4410618 Add virtual and OVERRIDE to base/ implementation files by [email protected] · 13 years ago
  26. 50c7c41 Resubmit r127219: Make test failure clearer by [email protected] · 13 years ago
  27. 6d18543 Revert 127219 - Make test failure clearer by [email protected] · 13 years ago
  28. 6e853032 Make test failure clearer by [email protected] · 13 years ago
  29. a67fc9e1 Flakiness cleanup: disable flaky tests under base/ by [email protected] · 13 years ago
  30. a1b75b94 Change code in base (primarily unit tests) to use Sleep(TimeDelta). by [email protected] · 13 years ago
  31. 29535ff mac: use the preprocessor for the mac header by [email protected] · 14 years ago
  32. b05df6b Give base::SharedMemory::CreateAnonymous an executable flag by [email protected] · 14 years ago
  33. badf5cf Expose the sandbox related code through the content API. I did a bit of cleanup while I was doing this. by [email protected] · 14 years ago
  34. e62b551 Don't use `sizeof(a) / sizeof(a)` to compute the number of elements in array a. by [email protected] · 14 years ago
  35. e84a4ee4 Ensure tests check the return of SpawnChild() when they may wait without timeouts by [email protected] · 14 years ago
  36. 3b63f8f4 Move some files from base to base/memory. by [email protected] · 14 years ago
  37. ce072a7 Move platform_thread to base/threading and put in the base namespace. I left a by [email protected] · 14 years ago
  38. 9d86cf7 Mark SharedMemoryProcessTest.Tasks as flaky on Mac. by [email protected] · 15 years ago
  39. 54e3dfa2 Fix up SharedMemory implementation so that it is more equivalent on Windows vs Posix and enforces exclusive creates. by [email protected] · 15 years ago
  40. c2818d4 Move scoped_nsdisable_screen_update from base to app/mac by [email protected] · 15 years ago
  41. b6413b49b shared_memory: remove wstrings, fix callers. by [email protected] · 15 years ago
  42. 20e1491 Re-land part of r55416, minus actually moving the test_suite.h contents to a .cc file. by [email protected] · 15 years ago
  43. 85f6335 Revert 55400 - Cleanup in base. This moves the implementation (and a bunch of header file by [email protected] · 15 years ago
  44. 19d536f Cleanup in base. This moves the implementation (and a bunch of header file by [email protected] · 15 years ago
  45. d420c31e Add an AppendSwitchASCII to CommandLine, and convert a test to it. by [email protected] · 15 years ago
  46. b5ab398 Make SharedMemory use uint32 instead of size_t. This removes the remaining size_t's from the IPC code. by [email protected] · 15 years ago
  47. 74d3809 Remove an extra const keyword which caused a build break. by [email protected] · 16 years ago
  48. 52a261f NO CODE CHANGE (except one global std::wstring changed to const wchar_t* const per style compliance). by [email protected] · 16 years ago
  49. ec031eb Transition POSIX shmem to use lockf(), not semaphores. Eliminates by [email protected] · 16 years ago
  50. 9e51af9 Properly honor base::SharedMemory semantics for name="" to mean by [email protected] · 16 years ago
  51. 176aa48 Add Terminate() to the Process object, have RenderProcessHost use this to avoid some more Windows specific code. by [email protected] · 17 years ago
  52. a44aee6 This change ensures that base_unittests will not segfault on this. by [email protected] · 17 years ago
  53. 22bed673 First pass of porting the shared memory unittest. We still need by [email protected] · 17 years ago
  54. bf09a50 Use a more compact license header in source files. by license.bot · 17 years ago
  55. d7cae12 Add base to the repository. by initial.commit · 17 years ago