| Commit message (Expand) | Author | Age | Files | Lines |
* | base: Convert scoped_arrays to the new scoped_ptr style. | tfarina@chromium.org | 2013-01-18 | 1 | -4/+4 |
* | Added SharedMemory::MapFrom. | vitalybuka@chromium.org | 2013-01-16 | 1 | -0/+28 |
* | Advertise a minimum alignment for SharedMemory::Map(). | dalecurtis@chromium.org | 2012-08-18 | 1 | -0/+13 |
* | Reenable the following tests that were disabled because they failed on OS X 1... | rsesek@chromium.org | 2012-07-17 | 1 | -8/+1 |
* | Add a !defined(OS_IOS) block around SharedMemoryProcessTest tests. | leng@chromium.org | 2012-07-16 | 1 | -0/+4 |
* | Exclude unsupported tests from the android build. | nileshagrawal@chromium.org | 2012-07-10 | 1 | -0/+4 |
* | Add virtual and OVERRIDE to base/ implementation files | rsleevi@chromium.org | 2012-04-06 | 1 | -4/+4 |
* | Resubmit r127219: Make test failure clearer | tbreisacher@chromium.org | 2012-03-16 | 1 | -1/+1 |
* | Revert 127219 - Make test failure clearer | tbreisacher@chromium.org | 2012-03-16 | 1 | -1/+1 |
* | Make test failure clearer | tbreisacher@chromium.org | 2012-03-16 | 1 | -1/+1 |
* | Flakiness cleanup: disable flaky tests under base/ | evan@chromium.org | 2012-02-14 | 1 | -3/+3 |
* | Change code in base (primarily unit tests) to use Sleep(TimeDelta). | tedvessenes@gmail.com | 2011-12-31 | 1 | -3/+3 |
* | mac: use the preprocessor for the mac header | ensonic@google.com | 2011-12-06 | 1 | -0/+3 |
* | Give base::SharedMemory::CreateAnonymous an executable flag | mcgrathr@chromium.org | 2011-12-01 | 1 | -0/+22 |
* | Expose the sandbox related code through the content API. I did a bit of clean... | jam@chromium.org | 2011-10-29 | 1 | -3/+10 |
* | Don't use `sizeof(a) / sizeof(a)` to compute the number of elements in array a. | thakis@chromium.org | 2011-10-14 | 1 | -2/+4 |
* | Ensure tests check the return of SpawnChild() when they may wait without time... | rsleevi@chromium.org | 2011-07-02 | 1 | -0/+1 |
* | Move some files from base to base/memory. | levin@chromium.org | 2011-03-28 | 1 | -2/+2 |
* | Move platform_thread to base/threading and put in the base namespace. I left a | brettw@chromium.org | 2010-12-31 | 1 | -4/+4 |
* | Mark SharedMemoryProcessTest.Tasks as flaky on Mac. | bauerb@chromium.org | 2010-11-02 | 1 | -1/+7 |
* | Fix up SharedMemory implementation so that it is more equivalent on Windows v... | dmaclach@chromium.org | 2010-10-27 | 1 | -8/+59 |
* | Move scoped_nsdisable_screen_update from base to app/mac | brettw@chromium.org | 2010-10-18 | 1 | -4/+4 |
* | shared_memory: remove wstrings, fix callers. | evan@chromium.org | 2010-09-29 | 1 | -8/+8 |
* | Re-land part of r55416, minus actually moving the test_suite.h contents to a ... | brettw@chromium.org | 2010-08-17 | 1 | -6/+4 |
* | Revert 55400 - Cleanup in base. This moves the implementation (and a bunch of... | nsylvain@chromium.org | 2010-08-09 | 1 | -4/+6 |
* | Cleanup in base. This moves the implementation (and a bunch of header file | brettw@chromium.org | 2010-08-09 | 1 | -6/+4 |
* | Add an AppendSwitchASCII to CommandLine, and convert a test to it. | evan@chromium.org | 2010-07-30 | 1 | -1/+1 |
* | Make SharedMemory use uint32 instead of size_t. This removes the remaining s... | jam@chromium.org | 2010-02-16 | 1 | -5/+5 |
* | Remove an extra const keyword which caused a build break. | maruel@chromium.org | 2009-03-03 | 1 | -1/+1 |
* | NO CODE CHANGE (except one global std::wstring changed to const wchar_t* cons... | maruel@chromium.org | 2009-03-03 | 1 | -8/+9 |
* | Transition POSIX shmem to use lockf(), not semaphores. Eliminates | jrg@chromium.org | 2009-02-05 | 1 | -20/+105 |
* | Properly honor base::SharedMemory semantics for name="" to mean | jrg@chromium.org | 2009-02-04 | 1 | -4/+80 |
* | Add Terminate() to the Process object, have RenderProcessHost use this to avo... | brettw@google.com | 2008-11-14 | 1 | -3/+4 |
* | This change ensures that base_unittests will not segfault on this. | maruel@google.com | 2008-09-12 | 1 | -0/+3 |
* | First pass of porting the shared memory unittest. We still need | paulg@google.com | 2008-09-11 | 1 | -85/+109 |
* | Use a more compact license header in source files. | license.bot | 2008-08-24 | 1 | -28/+4 |
* | Add base to the repository. | initial.commit | 2008-07-26 | 1 | -0/+180 |