summaryrefslogtreecommitdiffstats
path: root/base/shared_memory_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Change code in base (primarily unit tests) to use Sleep(TimeDelta).tedvessenes@gmail.com2011-12-311-3/+3
* mac: use the preprocessor for the mac headerensonic@google.com2011-12-061-0/+3
* Give base::SharedMemory::CreateAnonymous an executable flagmcgrathr@chromium.org2011-12-011-0/+22
* Expose the sandbox related code through the content API. I did a bit of clean...jam@chromium.org2011-10-291-3/+10
* Don't use `sizeof(a) / sizeof(a)` to compute the number of elements in array a.thakis@chromium.org2011-10-141-2/+4
* Ensure tests check the return of SpawnChild() when they may wait without time...rsleevi@chromium.org2011-07-021-0/+1
* Move some files from base to base/memory.levin@chromium.org2011-03-281-2/+2
* Move platform_thread to base/threading and put in the base namespace. I left abrettw@chromium.org2010-12-311-4/+4
* Mark SharedMemoryProcessTest.Tasks as flaky on Mac.bauerb@chromium.org2010-11-021-1/+7
* Fix up SharedMemory implementation so that it is more equivalent on Windows v...dmaclach@chromium.org2010-10-271-8/+59
* Move scoped_nsdisable_screen_update from base to app/macbrettw@chromium.org2010-10-181-4/+4
* shared_memory: remove wstrings, fix callers.evan@chromium.org2010-09-291-8/+8
* 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