summaryrefslogtreecommitdiffstats
path: root/chrome/browser/process_singleton_mac.cc
Commit message (Expand)AuthorAgeFilesLines
* [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