| Commit message (Expand) | Author | Age | Files | Lines |
* | Move non_thread_safe from base to base/threading and into the base namespace. | brettw@chromium.org | 2011-01-01 | 1 | -2/+2 |
* | Cleanup: USE_X11 + OS_MACOSX = OS_POSIX. | thestig@chromium.org | 2010-12-21 | 1 | -7/+9 |
* | [Mac] Lock profile against multiple uses. | shess@chromium.org | 2010-10-14 | 1 | -1/+9 |
* | Move the SingletonSocket to a temporary directory | davidben@chromium.org | 2010-08-27 | 1 | -0/+9 |
* | FBTF: Remove unneeded headers from base/ (part 6) | thestig@chromium.org | 2010-08-19 | 1 | -2/+5 |
* | `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views | thakis@chromium.org | 2010-07-26 | 1 | -0/+1 |
* | ProcessSingleton(all): create the lock immediately after failing to connect t... | mattm@chromium.org | 2010-05-28 | 1 | -1/+11 |
* | Revert 47875 - ProcessSingleton(all): create the lock immediately after faili... | thestig@chromium.org | 2010-05-21 | 1 | -11/+1 |
* | ProcessSingleton(all): create the lock immediately after failing to connect t... | mattm@chromium.org | 2010-05-21 | 1 | -1/+11 |
* | Linux: fix startup race between creating the SingletonLock and listening on S... | mattm@chromium.org | 2010-04-07 | 1 | -2/+4 |
* | Move some more files to toplevel gfx dir. | ben@chromium.org | 2010-03-17 | 1 | -1/+1 |
* | BSD ifdefs, etc. necessary for chrome/ | pvalchev@google.com | 2010-03-09 | 1 | -3/+3 |
* | CommandLine: rejigger how initialization works. | evan@chromium.org | 2009-10-12 | 1 | -1/+4 |
* | Move native_widget_types and gtk_native_view_id_manager from base/gfx to | brettw@chromium.org | 2009-10-11 | 1 | -1/+1 |
* | linux: expose the ProcessSingleton timeout to speed tests | evan@chromium.org | 2009-09-17 | 1 | -0/+7 |
* | Make ProcessSingletonLinux check the hostname to avoid multiple uses of a pro... | mattm@chromium.org | 2009-08-21 | 1 | -1/+13 |
* | It's a copy of http://codereview.chromium.org/155772, with the fix for valgri... | suzhe@chromium.org | 2009-08-04 | 1 | -3/+6 |
* | Reverting 22144. | suzhe@chromium.org | 2009-07-31 | 1 | -6/+3 |
* | It's a copy of http://codereview.chromium.org/155772, with the fix for valgri... | suzhe@chromium.org | 2009-07-31 | 1 | -3/+6 |
* | Reverting 21943. | willchan@chromium.org | 2009-07-29 | 1 | -6/+3 |
* | Linux: Adds ACKs to ProcessSingletonLinux. | willchan@chromium.org | 2009-07-29 | 1 | -3/+6 |
* | Implement process singleton on linux so if the user tries to | tc@google.com | 2009-05-20 | 1 | -2/+17 |
* | Fix multiple instances of first run dialog appearing when Chrome is started a... | robertshield@google.com | 2009-05-03 | 1 | -3/+9 |
* | Removed zombie hunter code | maruel@chromium.org | 2009-03-23 | 1 | -3/+0 |
* | Obey the XDG base directory spec and use ~/.config/chromium on Linux. | evan@chromium.org | 2009-02-23 | 1 | -1/+1 |
* | Implement skeletal ProcessSingleton on Linux to cut down on NOTIMPLEMENTED()s. | evan@chromium.org | 2009-02-18 | 1 | -10/+24 |
* | Rename MessageWindow to ProcessSingleton in anticipation of more refactoring. | evan@chromium.org | 2009-02-18 | 1 | -0/+78 |