| Commit message (Expand) | Author | Age | Files | Lines |
* | Honor profile directory when creating new window in existing browser | sail@chromium.org | 2011-12-08 | 1 | -13/+2 |
* | Remove IOThread::message_loop(). | joi@chromium.org | 2011-12-02 | 1 | -9/+7 |
* | Fix linux ProcessSingleton invalid message handling infinite log spam. | mattm@chromium.org | 2011-11-17 | 1 | -12/+29 |
* | Move BrowserThread to content namespace. | joi@chromium.org | 2011-11-02 | 1 | -0/+2 |
* | Split BrowserThread into public API and private implementation, step 1. | joi@chromium.org | 2011-10-28 | 1 | -2/+2 |
* | aura: Use native ProcessSingleton implementations. | derat@chromium.org | 2011-10-25 | 1 | -0/+6 |
* | Ensure that process_singleton will do the right thing if the default profile ... | mirandac@chromium.org | 2011-10-20 | 1 | -1/+1 |
* | Update base/timer.h code to pass through Location from call sites. (reland) o... | jbates@chromium.org | 2011-09-02 | 1 | -1/+1 |
* | Revert "Currently, base/timer.cc calls PostTask with FROM_HERE as the Location, | mattm@chromium.org | 2011-09-02 | 1 | -1/+1 |
* | Currently, base/timer.cc calls PostTask with FROM_HERE as the Location, so th... | jbates@chromium.org | 2011-09-02 | 1 | -1/+1 |
* | some cleanup for base/stl_util | dilmah@chromium.org | 2011-07-19 | 1 | -1/+1 |
* | iwyu: Include stringprintf.h where appropriate, part 2. | jhawkins@chromium.org | 2011-05-11 | 1 | -1/+2 |
* | Don't show startup infobars in non-startup Browsers. | agl@chromium.org | 2011-03-11 | 1 | -1/+2 |
* | Update a bunch of files to the new location of browser_thread.h | jam@chromium.org | 2011-03-01 | 1 | -1/+1 |
* | Move l10n_util to ui/base | ben@chromium.org | 2011-01-21 | 1 | -1/+1 |
* | Update references part 3: remaining files in chrome/... | msw@chromium.org | 2011-01-19 | 1 | -2/+3 |
* | Added WARN_UNUSED_RESULT to ScopedTempDir methods. | cbentzel@chromium.org | 2011-01-13 | 1 | -1/+2 |
* | 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 |