summaryrefslogtreecommitdiffstats
path: root/chrome/browser/process_singleton.h
Commit message (Expand)AuthorAgeFilesLines
* Convert the ProcessSingleton linux browser test to a unit test.jabdelmalek@google.com2012-05-021-0/+26
* Refactor ProcessSingleton so that it may be used distinctly from a full brows...erikwright@chromium.org2012-04-051-7/+21
* Fix attempt for the double-SessionRestoreImpl problem.marja@chromium.org2012-02-231-4/+20
* Revert 122079 - Revert 122077 - Revert 122065 - Fix attempt for the double-Se...marja@chromium.org2012-02-151-6/+0
* Revert 122077 - Revert 122065 - Fix attempt for the double-SessionRestoreImpl...marja@chromium.org2012-02-151-0/+6
* Revert 122065 - Fix attempt for the double-SessionRestoreImpl problem.marja@chromium.org2012-02-151-6/+0
* Fix attempt for the double-SessionRestoreImpl problem.marja@chromium.org2012-02-151-0/+6
* Fix bogus thunking of the 'Chrome_MessageWindow'cpu@chromium.org2012-01-311-15/+5
* share all the needed linux code with OpenBSD in chrome and contentrobert.nagy@gmail.com2011-11-111-2/+2
* Use ProcessSingletonLinux on OpenBSD.derat@chromium.org2011-10-261-3/+3
* aura: Use native ProcessSingleton implementations.derat@chromium.org2011-10-251-6/+4
* Get Chrome to build & link with USE_AURA on Windows again.BUG=noneTEST=noneben@chromium.org2011-10-061-1/+1
* Applied review comments from oshima for CL 7850026.saintlou@chromium.org2011-09-201-3/+3
* Aura under Linux is enabled with:saintlou@chromium.org2011-09-181-0/+2
* If Softricity DLLs are detected relaunch Chrome via WMIjschuh@chromium.org2011-09-141-0/+3
* Move scoped_temp_dir and scoped_native_library back from base/memory to base.thakis@chromium.org2011-05-191-1/+1
* first-run: Pull IsBrowserAlreadyRunning() out of upgrade_util_win.h.tfarina@chromium.org2011-04-151-1/+1
* first-run: Reland refactor of Upgrade class into upgrade_util API.tfarina@chromium.org2011-04-131-1/+2
* Broke ARM compile.siggi@chromium.org2011-04-131-2/+1
* first-run: Refactor Upgrade class into a common upgrade_util API.tfarina@chromium.org2011-04-131-1/+2
* Move some files from base to base/memory.levin@chromium.org2011-03-281-3/+3
* Make the toast more reliable and less dangerouscpu@chromium.org2011-03-081-0/+10
* Change includes of gfx/* to ui/gfx/*sail@chromium.org2011-02-051-1/+1
* Move non_thread_safe from base to base/threading and into the base namespace.brettw@chromium.org2011-01-011-2/+2
* Cleanup: USE_X11 + OS_MACOSX = OS_POSIX.thestig@chromium.org2010-12-211-7/+9
* [Mac] Lock profile against multiple uses.shess@chromium.org2010-10-141-1/+9
* Move the SingletonSocket to a temporary directorydavidben@chromium.org2010-08-271-0/+9
* FBTF: Remove unneeded headers from base/ (part 6)thestig@chromium.org2010-08-191-2/+5
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-261-0/+1
* ProcessSingleton(all): create the lock immediately after failing to connect t...mattm@chromium.org2010-05-281-1/+11
* Revert 47875 - ProcessSingleton(all): create the lock immediately after faili...thestig@chromium.org2010-05-211-11/+1
* ProcessSingleton(all): create the lock immediately after failing to connect t...mattm@chromium.org2010-05-211-1/+11
* Linux: fix startup race between creating the SingletonLock and listening on S...mattm@chromium.org2010-04-071-2/+4
* Move some more files to toplevel gfx dir.ben@chromium.org2010-03-171-1/+1
* BSD ifdefs, etc. necessary for chrome/pvalchev@google.com2010-03-091-3/+3
* CommandLine: rejigger how initialization works.evan@chromium.org2009-10-121-1/+4
* Move native_widget_types and gtk_native_view_id_manager from base/gfx tobrettw@chromium.org2009-10-111-1/+1
* linux: expose the ProcessSingleton timeout to speed testsevan@chromium.org2009-09-171-0/+7
* Make ProcessSingletonLinux check the hostname to avoid multiple uses of a pro...mattm@chromium.org2009-08-211-1/+13
* It's a copy of http://codereview.chromium.org/155772, with the fix for valgri...suzhe@chromium.org2009-08-041-3/+6
* Reverting 22144.suzhe@chromium.org2009-07-311-6/+3
* It's a copy of http://codereview.chromium.org/155772, with the fix for valgri...suzhe@chromium.org2009-07-311-3/+6
* Reverting 21943.willchan@chromium.org2009-07-291-6/+3
* Linux: Adds ACKs to ProcessSingletonLinux.willchan@chromium.org2009-07-291-3/+6
* Implement process singleton on linux so if the user tries totc@google.com2009-05-201-2/+17
* Fix multiple instances of first run dialog appearing when Chrome is started a...robertshield@google.com2009-05-031-3/+9
* Removed zombie hunter codemaruel@chromium.org2009-03-231-3/+0
* Obey the XDG base directory spec and use ~/.config/chromium on Linux.evan@chromium.org2009-02-231-1/+1
* Implement skeletal ProcessSingleton on Linux to cut down on NOTIMPLEMENTED()s.evan@chromium.org2009-02-181-10/+24
* Rename MessageWindow to ProcessSingleton in anticipation of more refactoring.evan@chromium.org2009-02-181-0/+78