summaryrefslogtreecommitdiffstats
path: root/chrome/common/service_process_util_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Revert 117824 - Convert use of int ms to TimeDelta in files owned by brettw.hbono@chromium.org2012-01-161-3/+3
* Convert use of int ms to TimeDelta in files owned by brettw.tedvessenes@gmail.com2012-01-161-3/+3
* Mark ServiceProcessStateTest.ForceShutdown as flaky on Windows.dcheng@chromium.org2012-01-131-1/+1
* Refactor mock launchd into it's own file for use by another test.scottbyer@chromium.org2012-01-131-173/+6
* Removing MessageLoop::QuitTask() from chrome/dcheng@chromium.org2011-12-101-5/+5
* Build & run unit tests on Aura (Rebase)stevenjb@chromium.org2011-11-231-1/+1
* NewRunnable* conversion to base::Bindscottbyer@chromium.org2011-11-121-10/+11
* Make the mac service process handling code clean itself up properly as far as...dmaclach@chromium.org2011-08-251-3/+24
* Move Mac-specific files in chrome/common to chrome/common/mac.mark@chromium.org2011-08-191-1/+1
* Mark ServiceProcessStateTest.ForceShutdown flaky on Linux.ericu@google.com2011-06-091-1/+6
* These tests fail in the touch environment, and we would like to queue fixing ...petermayo@chromium.org2011-06-081-1/+8
* Replace many OS_LINUX ifdefs with OS_POSIX & !OS_MACOSX, since most of them a...chromium@hybridsource.org2011-05-281-3/+3
* Move scoped_temp_dir and scoped_native_library back from base/memory to base.thakis@chromium.org2011-05-191-2/+2
* GTTF: Detect browser crashes on shutdown in UI tests. phajdan.jr@chromium.org2011-04-061-1/+2
* Revert 80472 - GTTF: Detect browser crashes on shutdown in UI tests.Previousl...phajdan.jr@chromium.org2011-04-051-2/+1
* GTTF: Detect browser crashes on shutdown in UI tests.phajdan.jr@chromium.org2011-04-051-1/+2
* Fix a few more compile issues when using GCC 4.5rsleevi@chromium.org2011-04-031-1/+1
* Fixes up the race condition that exists with deleting a file vs watching it.dmaclach@chromium.org2011-04-011-7/+4
* Move some files from base to base/memory.levin@chromium.org2011-03-281-2/+2
* ServiceProcessStateFileManipulationTest.ChangeAttr is flakymaruel@chromium.org2011-03-251-1/+2
* Disabled delete tests of ServiceProcessStateFileManipulationTestdmaclach@chromium.org2011-03-241-3/+4
* Revert 79307 - Fixes up the race condition that exists with deleting a file v...dmaclach@chromium.org2011-03-241-1/+2
* Fixes up the race condition that exists with deleting a file vs watching it.dmaclach@chromium.org2011-03-241-2/+1
* Mark DeleteBundle as flaky.tony@chromium.org2011-03-231-1/+2
* Getting service process on Mac to handle having things moved/changed undernea...dmaclach@chromium.org2011-03-221-22/+347
* Removed the command line from ServiceProcessState::AddToAutoRun() and had the...sanjeevr@chromium.org2011-02-251-0/+59
* Get service process running standalone on the mac by hooking it into launchd.dmaclach@chromium.org2011-02-241-3/+9
* Make changes sanjeev suggesteddmaclach@chromium.org2011-02-031-3/+5
* Get service processes working on Mac and Linux.dmaclach@chromium.org2011-02-021-28/+112
* Revert 69592 - file_version_info was not finding Mac values correctly.dmaclach@chromium.org2010-12-181-0/+1
* file_version_info was not finding Mac values correctly.dmaclach@chromium.org2010-12-181-1/+0
* Add a new GetInstance() method for singleton classes under chrome/service and...satish@chromium.org2010-12-091-9/+20
* Spilt code in service_process_utils.cc into separate files for Windows and Po...sanjeevr@chromium.org2010-10-131-0/+62