summaryrefslogtreecommitdiffstats
path: root/chrome/browser/process_singleton_mac.cc
Commit message (Expand)AuthorAgeFilesLines
* Extract locking behaviour from ProcessSingleton.erikwright@chromium.org2013-04-191-3/+1
* Simplify the ProcessSingleton API.erikwright@chromium.org2013-03-281-6/+6
* Merge branch 'master' into file_path_browserbrettw@chromium.org2013-02-101-1/+1
* Move eintr_wrapper.h from base to base/posixbrettw@chromium.org2012-11-141-1/+1
* Refactor ProcessSingleton so that it may be used distinctly from a full brows...erikwright@chromium.org2012-04-051-7/+7
* Fix attempt for the double-SessionRestoreImpl problem.marja@chromium.org2012-02-231-1/+5
* [Mac] Make profile-locking error the same as failing to lock.shess@chromium.org2010-12-101-8/+4
* [Mac] Fix clang breakage in process_singleton_mac.cc.shess@chromium.org2010-10-151-4/+8
* [Mac] Lock profile against multiple uses.shess@chromium.org2010-10-141-8/+75
* Coverity: Initialize member variables.jhawkins@chromium.org2010-10-131-1/+3
* ProcessSingleton(all): create the lock immediately after failing to connect t...mattm@chromium.org2010-05-281-0/+5
* Revert 47875 - ProcessSingleton(all): create the lock immediately after faili...thestig@chromium.org2010-05-211-5/+0
* ProcessSingleton(all): create the lock immediately after failing to connect t...mattm@chromium.org2010-05-211-0/+5
* Linux: fix startup race between creating the SingletonLock and listening on S...mattm@chromium.org2010-04-071-1/+2
* Make ProcessSingletonLinux check the hostname to avoid multiple uses of a pro...mattm@chromium.org2009-08-211-2/+6
* Implement (kinda) ProcessSingleton for the Mac.avi@google.com2009-04-211-0/+37