summaryrefslogtreecommitdiffstats
path: root/chrome/browser/process_singleton_linux.cc
Commit message (Expand)AuthorAgeFilesLines
* Fix for the leak in the new ProcessSingletonLinux unittest.jam@chromium.org2012-05-031-0/+3
* Convert the ProcessSingleton linux browser test to a unit test.jabdelmalek@google.com2012-05-021-57/+70
* Refactor ProcessSingleton so that it may be used distinctly from a full brows...erikwright@chromium.org2012-04-051-38/+14
* Remove TOOLKIT_USES_GTK and consolidate it into TOOLKIT_GTKoshima@chromium.org2012-04-051-2/+2
* Fix attempt for the double-SessionRestoreImpl problem.marja@chromium.org2012-02-231-17/+24
* Convert use of int ms to TimeDelta in files owned by brettw.tedvessenes@gmail.com2012-01-271-2/+2
* Revert 117824 - Convert use of int ms to TimeDelta in files owned by brettw.hbono@chromium.org2012-01-161-2/+2
* Convert use of int ms to TimeDelta in files owned by brettw.tedvessenes@gmail.com2012-01-161-2/+2
* Remove DeleteTask and convert remaining users.dcheng@chromium.org2012-01-021-1/+2
* Honor profile directory when creating new window in existing browsersail@chromium.org2011-12-081-13/+2
* Remove IOThread::message_loop().joi@chromium.org2011-12-021-9/+7
* Fix linux ProcessSingleton invalid message handling infinite log spam.mattm@chromium.org2011-11-171-12/+29
* Move BrowserThread to content namespace.joi@chromium.org2011-11-021-0/+2
* Split BrowserThread into public API and private implementation, step 1.joi@chromium.org2011-10-281-2/+2
* aura: Use native ProcessSingleton implementations.derat@chromium.org2011-10-251-0/+6
* Ensure that process_singleton will do the right thing if the default profile ...mirandac@chromium.org2011-10-201-1/+1
* Update base/timer.h code to pass through Location from call sites. (reland) o...jbates@chromium.org2011-09-021-1/+1
* Revert "Currently, base/timer.cc calls PostTask with FROM_HERE as the Location,mattm@chromium.org2011-09-021-1/+1
* Currently, base/timer.cc calls PostTask with FROM_HERE as the Location, so th...jbates@chromium.org2011-09-021-1/+1
* some cleanup for base/stl_utildilmah@chromium.org2011-07-191-1/+1
* iwyu: Include stringprintf.h where appropriate, part 2.jhawkins@chromium.org2011-05-111-1/+2
* Don't show startup infobars in non-startup Browsers.agl@chromium.org2011-03-111-1/+2
* Update a bunch of files to the new location of browser_thread.hjam@chromium.org2011-03-011-1/+1
* 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