| Commit message (Expand) | Author | Age | Files | Lines |
* | Update include paths in chrome/browser/ for base/process changes. | rsesek@chromium.org | 2013-07-24 | 1 | -1/+0 |
* | Use a direct include of the message_loop header in chrome/browser/, part 9. | avi@chromium.org | 2013-07-17 | 1 | -1/+1 |
* | Use a direct include of time headers in chrome/browser/, part 6. | avi@chromium.org | 2013-06-28 | 1 | -2/+2 |
* | Use a direct include of strings headers in chrome/browser/o*-p*/. | avi@chromium.org | 2013-06-11 | 1 | -1/+1 |
* | Use a direct include of utf_string_conversions.h in chrome/browser/, part 3. | avi@chromium.org | 2013-06-07 | 1 | -1/+1 |
* | chrome: Use base::MessageLoop. (Part 3) | xhwang@chromium.org | 2013-05-28 | 1 | -15/+15 |
* | Revert 198844 "Move sequenced_task_runner to base/task" | dbeam@chromium.org | 2013-05-08 | 1 | -1/+1 |
* | Move sequenced_task_runner to base/task | brettw@chromium.org | 2013-05-08 | 1 | -1/+1 |
* | chrome: Remove the remaining use of ALLOW_THIS_IN_INITIALIZER_LIST. | tfarina@chromium.org | 2013-05-01 | 1 | -1/+1 |
* | Revert r196251 "Use annotation instead of suppression for expected leak" | oshima@chromium.org | 2013-04-25 | 1 | -7/+0 |
* | Use annotation instead of suppression for expected leak | oshima@chromium.org | 2013-04-24 | 1 | -0/+7 |
* | Extract locking behaviour from ProcessSingleton. | erikwright@chromium.org | 2013-04-19 | 1 | -13/+1 |
* | Rename sys_string_conversions in chrome. | brettw@chromium.org | 2013-03-28 | 1 | -1/+1 |
* | Simplify the ProcessSingleton API. | erikwright@chromium.org | 2013-03-28 | 1 | -11/+7 |
* | chrome: Update include paths of string_split.h to its new location. | tfarina@chromium.org | 2013-02-28 | 1 | -1/+1 |
* | Revert 184352 | brettw@chromium.org | 2013-02-24 | 1 | -2/+2 |
* | Add utf_string_conversions to base namespace. | brettw@chromium.org | 2013-02-24 | 1 | -2/+2 |
* | Move file_path.h to base/files. | brettw@chromium.org | 2013-02-24 | 1 | -1/+1 |
* | Merge branch 'master' into file_path_browser | brettw@chromium.org | 2013-02-10 | 1 | -21/+21 |
* | Rename FilePath to base::FilePath and use new location of string_number_conve... | brettw@chromium.org | 2013-02-08 | 1 | -1/+1 |
* | Linux/ChromeOS Chromium style checker cleanup, chrome/browser edition. | rsleevi@chromium.org | 2013-02-07 | 1 | -5/+5 |
* | Move eintr_wrapper.h from base to base/posix | brettw@chromium.org | 2012-11-14 | 1 | -1/+1 |
* | Remove message_loop_helpers.h and update the includes to point to the new loc... | tfarina@chromium.org | 2012-06-20 | 1 | -1/+1 |
* | Fix for the leak in the new ProcessSingletonLinux unittest. | jam@chromium.org | 2012-05-03 | 1 | -0/+3 |
* | Convert the ProcessSingleton linux browser test to a unit test. | jabdelmalek@google.com | 2012-05-02 | 1 | -57/+70 |
* | Refactor ProcessSingleton so that it may be used distinctly from a full brows... | erikwright@chromium.org | 2012-04-05 | 1 | -38/+14 |
* | Remove TOOLKIT_USES_GTK and consolidate it into TOOLKIT_GTK | oshima@chromium.org | 2012-04-05 | 1 | -2/+2 |
* | Fix attempt for the double-SessionRestoreImpl problem. | marja@chromium.org | 2012-02-23 | 1 | -17/+24 |
* | Convert use of int ms to TimeDelta in files owned by brettw. | tedvessenes@gmail.com | 2012-01-27 | 1 | -2/+2 |
* | Revert 117824 - Convert use of int ms to TimeDelta in files owned by brettw. | hbono@chromium.org | 2012-01-16 | 1 | -2/+2 |
* | Convert use of int ms to TimeDelta in files owned by brettw. | tedvessenes@gmail.com | 2012-01-16 | 1 | -2/+2 |
* | Remove DeleteTask and convert remaining users. | dcheng@chromium.org | 2012-01-02 | 1 | -1/+2 |
* | 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 |