summaryrefslogtreecommitdiffstats
path: root/chrome/browser/process_singleton_linux.cc
Commit message (Expand)AuthorAgeFilesLines
* Move l10n_util to ui/baseben@chromium.org2011-01-211-1/+1
* Update references part 3: remaining files in chrome/...msw@chromium.org2011-01-191-2/+3
* Added WARN_UNUSED_RESULT to ScopedTempDir methods.cbentzel@chromium.org2011-01-131-1/+2
* Remove wstring from l10n_util. Part 4.avi@chromium.org2011-01-041-7/+8
* Remove base/platform_thread.h stub and fix up all callers to use the new loca...brettw@google.com2011-01-011-3/+3
* Update file version info/memory details/process utils to use string16.avi@chromium.org2010-12-231-1/+1
* Start using file_util symlink code, now that it's available.gspencer@chromium.org2010-12-031-55/+42
* Move:ben@chromium.org2010-12-021-2/+2
* Cleanup: Remove chrome/browser/browser_init.* and references.jhawkins@chromium.org2010-11-121-1/+1
* base: Move SplitString functions into the base namespace and update the callers.tfarina@chromium.org2010-10-141-1/+1
* Rename ChromeThread to BrowserThread Part21:tfarina@chromium.org2010-10-121-1/+1
* Rename ChromeThread to BrowserThread Part15:tfarina@chromium.org2010-10-111-2/+2
* base: Finish moving the SplitString functions from string_util.h to string_sp...tfarina@chromium.org2010-09-241-0/+1
* Move the SingletonSocket to a temporary directorydavidben@chromium.org2010-08-271-58/+177
* Make BrowserInit use FilePath instead of wstring for current directory.viettrungluu@chromium.org2010-08-031-2/+1
* Convert more callers of the integer/string functions to usingbrettw@chromium.org2010-07-311-2/+3
* When running as a remote, call gdk_notify_startup_completedavidben@chromium.org2010-07-301-0/+4
* Don't spontaneously open new windows.estade@chromium.org2010-06-161-7/+18
* ProcessSingleton(all): create the lock immediately after failing to connect t...mattm@chromium.org2010-05-281-7/+35
* Revert 47875 - ProcessSingleton(all): create the lock immediately after faili...thestig@chromium.org2010-05-211-35/+7
* ProcessSingleton(all): create the lock immediately after failing to connect t...mattm@chromium.org2010-05-211-7/+35
* ProcessSingletonLinux: check if lock pid is part of the current Chrome instance.mattm@chromium.org2010-05-111-6/+36
* ProcessSingletonLinux: Allow kill to fail with "no such process".mattm@chromium.org2010-04-161-1/+3
* Linux: fix startup race between creating the SingletonLock and listening on S...mattm@chromium.org2010-04-071-39/+68
* We had a problem where if chrome crashed on cros and was relauncheddavemoore@chromium.org2010-03-221-17/+1
* chrome 6: string_util.h -> utf_string_conversions.h fix.jhawkins@chromium.org2010-03-081-1/+1
* Pull IOThread out of BrowserProcessImpl. Move the dns prefetching initializat...willchan@chromium.org2010-01-221-0/+1
* Add -profile command line switchdavemoore@chromium.org2009-11-301-0/+14
* Revert "Revert r31175 r31176 r31187"hclam@chromium.org2009-11-061-4/+6
* Rever r31175 r31176 r31187hclam@chromium.org2009-11-061-6/+4
* Fifth patch in making destructors of refcounted objects private.jam@chromium.org2009-11-061-4/+6
* Simplify threading in browser thread by making only ChromeThread deal with di...jam@chromium.org2009-10-271-2/+1
* Linux: Prevent another Chrome instance when First Run UI is active.kuchhal@chromium.org2009-10-141-9/+9
* Fix a whole bunch of style nits.erg@google.com2009-10-131-1/+1
* Eliminate all uses of strerror() in code that uses src/base. strerror() is in...tschmelcher@chromium.org2009-10-131-15/+16
* CommandLine: rejigger how initialization works.evan@chromium.org2009-10-121-3/+4
* linux: expose the ProcessSingleton timeout to speed testsevan@chromium.org2009-09-171-2/+7
* Log an error message when deleting lockfile or socket fails in ProcessSinglet...mattm@chromium.org2009-09-141-3/+4
* Gtk: Add error dialog when profile was in use on a different computer.mattm@chromium.org2009-08-211-1/+9
* Make ProcessSingletonLinux check the hostname to avoid multiple uses of a pro...mattm@chromium.org2009-08-211-73/+140
* It's a copy of http://codereview.chromium.org/155772, with the fix for valgri...suzhe@chromium.org2009-08-041-90/+330
* linux: set FD_CLOEXEC on the singleton socketevan@chromium.org2009-08-031-0/+14
* Reverting 22144.suzhe@chromium.org2009-07-311-328/+88
* It's a copy of http://codereview.chromium.org/155772, with the fix for valgri...suzhe@chromium.org2009-07-311-88/+328
* Reverting 21943.willchan@chromium.org2009-07-291-328/+88
* Linux: Adds ACKs to ProcessSingletonLinux.willchan@chromium.org2009-07-291-88/+328
* Linux: fail more gracefully when ProcessSingleton fails to bind.agl@chromium.org2009-06-241-1/+8
* Fixes a number of issues with ProcessSingletonLinux.willchan@chromium.org2009-05-221-64/+154
* Remove trailing NULL is data sent between chrome processes.tc@google.com2009-05-211-5/+4
* Fix a invalid read found by valgrind in process singleton linux.tc@google.com2009-05-211-7/+26