summaryrefslogtreecommitdiffstats
path: root/base/shared_memory_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Re-land part of r55416, minus actually moving the test_suite.h contents to a ...brettw@chromium.org2010-08-171-6/+4
* Revert 55400 - Cleanup in base. This moves the implementation (and a bunch of...nsylvain@chromium.org2010-08-091-4/+6
* Cleanup in base. This moves the implementation (and a bunch of header filebrettw@chromium.org2010-08-091-6/+4
* Add an AppendSwitchASCII to CommandLine, and convert a test to it.evan@chromium.org2010-07-301-1/+1
* Make SharedMemory use uint32 instead of size_t. This removes the remaining s...jam@chromium.org2010-02-161-5/+5
* Remove an extra const keyword which caused a build break.maruel@chromium.org2009-03-031-1/+1
* NO CODE CHANGE (except one global std::wstring changed to const wchar_t* cons...maruel@chromium.org2009-03-031-8/+9
* Transition POSIX shmem to use lockf(), not semaphores. Eliminatesjrg@chromium.org2009-02-051-20/+105
* Properly honor base::SharedMemory semantics for name="" to meanjrg@chromium.org2009-02-041-4/+80
* Add Terminate() to the Process object, have RenderProcessHost use this to avo...brettw@google.com2008-11-141-3/+4
* This change ensures that base_unittests will not segfault on this.maruel@google.com2008-09-121-0/+3
* First pass of porting the shared memory unittest. We still needpaulg@google.com2008-09-111-85/+109
* Use a more compact license header in source files.license.bot2008-08-241-28/+4
* Add base to the repository.initial.commit2008-07-261-0/+180