| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove wstring from l10n_util. Part 4. | avi@chromium.org | 2011-01-04 | 1 | -7/+8 |
* | Remove base/platform_thread.h stub and fix up all callers to use the new loca... | brettw@google.com | 2011-01-01 | 1 | -3/+3 |
* | Update file version info/memory details/process utils to use string16. | avi@chromium.org | 2010-12-23 | 1 | -1/+1 |
* | Start using file_util symlink code, now that it's available. | gspencer@chromium.org | 2010-12-03 | 1 | -55/+42 |
* | Move: | ben@chromium.org | 2010-12-02 | 1 | -2/+2 |
* | Cleanup: Remove chrome/browser/browser_init.* and references. | jhawkins@chromium.org | 2010-11-12 | 1 | -1/+1 |
* | base: Move SplitString functions into the base namespace and update the callers. | tfarina@chromium.org | 2010-10-14 | 1 | -1/+1 |
* | Rename ChromeThread to BrowserThread Part21: | tfarina@chromium.org | 2010-10-12 | 1 | -1/+1 |
* | Rename ChromeThread to BrowserThread Part15: | tfarina@chromium.org | 2010-10-11 | 1 | -2/+2 |
* | base: Finish moving the SplitString functions from string_util.h to string_sp... | tfarina@chromium.org | 2010-09-24 | 1 | -0/+1 |
* | Move the SingletonSocket to a temporary directory | davidben@chromium.org | 2010-08-27 | 1 | -58/+177 |
* | Make BrowserInit use FilePath instead of wstring for current directory. | viettrungluu@chromium.org | 2010-08-03 | 1 | -2/+1 |
* | Convert more callers of the integer/string functions to using | brettw@chromium.org | 2010-07-31 | 1 | -2/+3 |
* | When running as a remote, call gdk_notify_startup_complete | davidben@chromium.org | 2010-07-30 | 1 | -0/+4 |
* | Don't spontaneously open new windows. | estade@chromium.org | 2010-06-16 | 1 | -7/+18 |
* | ProcessSingleton(all): create the lock immediately after failing to connect t... | mattm@chromium.org | 2010-05-28 | 1 | -7/+35 |
* | Revert 47875 - ProcessSingleton(all): create the lock immediately after faili... | thestig@chromium.org | 2010-05-21 | 1 | -35/+7 |
* | ProcessSingleton(all): create the lock immediately after failing to connect t... | mattm@chromium.org | 2010-05-21 | 1 | -7/+35 |
* | ProcessSingletonLinux: check if lock pid is part of the current Chrome instance. | mattm@chromium.org | 2010-05-11 | 1 | -6/+36 |
* | ProcessSingletonLinux: Allow kill to fail with "no such process". | mattm@chromium.org | 2010-04-16 | 1 | -1/+3 |
* | Linux: fix startup race between creating the SingletonLock and listening on S... | mattm@chromium.org | 2010-04-07 | 1 | -39/+68 |
* | We had a problem where if chrome crashed on cros and was relaunched | davemoore@chromium.org | 2010-03-22 | 1 | -17/+1 |
* | chrome 6: string_util.h -> utf_string_conversions.h fix. | jhawkins@chromium.org | 2010-03-08 | 1 | -1/+1 |
* | Pull IOThread out of BrowserProcessImpl. Move the dns prefetching initializat... | willchan@chromium.org | 2010-01-22 | 1 | -0/+1 |
* | Add -profile command line switch | davemoore@chromium.org | 2009-11-30 | 1 | -0/+14 |
* | Revert "Revert r31175 r31176 r31187" | hclam@chromium.org | 2009-11-06 | 1 | -4/+6 |
* | Rever r31175 r31176 r31187 | hclam@chromium.org | 2009-11-06 | 1 | -6/+4 |
* | Fifth patch in making destructors of refcounted objects private. | jam@chromium.org | 2009-11-06 | 1 | -4/+6 |
* | Simplify threading in browser thread by making only ChromeThread deal with di... | jam@chromium.org | 2009-10-27 | 1 | -2/+1 |
* | Linux: Prevent another Chrome instance when First Run UI is active. | kuchhal@chromium.org | 2009-10-14 | 1 | -9/+9 |
* | Fix a whole bunch of style nits. | erg@google.com | 2009-10-13 | 1 | -1/+1 |
* | Eliminate all uses of strerror() in code that uses src/base. strerror() is in... | tschmelcher@chromium.org | 2009-10-13 | 1 | -15/+16 |
* | CommandLine: rejigger how initialization works. | evan@chromium.org | 2009-10-12 | 1 | -3/+4 |
* | linux: expose the ProcessSingleton timeout to speed tests | evan@chromium.org | 2009-09-17 | 1 | -2/+7 |
* | Log an error message when deleting lockfile or socket fails in ProcessSinglet... | mattm@chromium.org | 2009-09-14 | 1 | -3/+4 |
* | Gtk: Add error dialog when profile was in use on a different computer. | mattm@chromium.org | 2009-08-21 | 1 | -1/+9 |
* | Make ProcessSingletonLinux check the hostname to avoid multiple uses of a pro... | mattm@chromium.org | 2009-08-21 | 1 | -73/+140 |
* | It's a copy of http://codereview.chromium.org/155772, with the fix for valgri... | suzhe@chromium.org | 2009-08-04 | 1 | -90/+330 |
* | linux: set FD_CLOEXEC on the singleton socket | evan@chromium.org | 2009-08-03 | 1 | -0/+14 |
* | Reverting 22144. | suzhe@chromium.org | 2009-07-31 | 1 | -328/+88 |
* | It's a copy of http://codereview.chromium.org/155772, with the fix for valgri... | suzhe@chromium.org | 2009-07-31 | 1 | -88/+328 |
* | Reverting 21943. | willchan@chromium.org | 2009-07-29 | 1 | -328/+88 |
* | Linux: Adds ACKs to ProcessSingletonLinux. | willchan@chromium.org | 2009-07-29 | 1 | -88/+328 |
* | Linux: fail more gracefully when ProcessSingleton fails to bind. | agl@chromium.org | 2009-06-24 | 1 | -1/+8 |
* | Fixes a number of issues with ProcessSingletonLinux. | willchan@chromium.org | 2009-05-22 | 1 | -64/+154 |
* | Remove trailing NULL is data sent between chrome processes. | tc@google.com | 2009-05-21 | 1 | -5/+4 |
* | Fix a invalid read found by valgrind in process singleton linux. | tc@google.com | 2009-05-21 | 1 | -7/+26 |
* | Implement process singleton on linux so if the user tries to | tc@google.com | 2009-05-20 | 1 | -13/+264 |
* | Put test_user_data in a temp directory instead of using base::DIR_EXE. (try 2) | thestig@chromium.org | 2009-05-11 | 1 | -0/+2 |
* | Revert r15607 | hclam@chromium.org | 2009-05-08 | 1 | -2/+0 |