| Commit message (Expand) | Author | Age | Files | Lines |
* | [cros] Fix udevadm command line for camera presence detection. | ivankr@chromium.org | 2012-04-26 | 1 | -0/+6 |
* | Make sure that base::MessagePumpForUI from different modules are isolated fro... | alexeypa@chromium.org | 2012-04-20 | 1 | -1/+2 |
* | cros: Record UMA stats for tab discards in low memory conditions | jamescook@chromium.org | 2012-04-18 | 1 | -3/+5 |
* | Add additional base::TimeDelta interface for WaitForChildProcess() | tedvessenes@gmail.com | 2012-03-31 | 1 | -0/+3 |
* | Fix shared_library build break on Chrome OS caused by r128351. | yusukes@google.com | 2012-03-23 | 1 | -1/+1 |
* | Linux: Report the failed memory allocation size on OOM crashes. | thestig@chromium.org | 2012-03-23 | 1 | -0/+4 |
* | Add comments and fix a potential leak in LaunchProcess. | erikwright@chromium.org | 2012-03-15 | 1 | -2/+6 |
* | Cleanup: Remove base::environment_vector and base::file_handle_mapping_vector... | thestig@chromium.org | 2012-02-24 | 1 | -8/+7 |
* | Cleanup in ProcessSingleton. These originated as candidate fixes for issue 1... | joi@chromium.org | 2012-02-10 | 1 | -0/+5 |
* | [ChromeOS] Add option to set controlling terminal when launching process. | tbarzic@chromium.org | 2012-01-21 | 1 | -1/+10 |
* | use os_bsd and OS_BSD and add some OS_FREEBSD conditions | robert.nagy@gmail.com | 2011-12-04 | 1 | -4/+4 |
* | Extract similar code into SetJobObjectAsKillOnJobClose() | toyoshim@chromium.org | 2011-11-23 | 1 | -0/+9 |
* | Move the ProcessWatcher methods out of content/common/process_watcher into ba... | jam@chromium.org | 2011-11-23 | 1 | -0/+22 |
* | Add OVERRIDE to base/. | avi@chromium.org | 2011-11-16 | 1 | -1/+1 |
* | Maximize RLIMIT_AS resource limit in nacl_helper child before exec | mcgrathr@chromium.org | 2011-11-15 | 1 | -1/+8 |
* | implement GetProcessExecutablePath() on OpenBSD and start using it | robert.nagy@gmail.com | 2011-10-25 | 1 | -1/+3 |
* | OpenBSD and FreeBSD fixes for base. | mark@chromium.org | 2011-10-13 | 1 | -2/+4 |
* | Upstream ProcessUtilTest, and make a few other files compile on Android. | jingzhao@chromium.org | 2011-09-29 | 1 | -4/+4 |
* | Move launching in a job object logic | phajdan.jr@chromium.org | 2011-09-07 | 1 | -1/+4 |
* | Synchronize the parent and child processes during launch, ensuring that the | mark@chromium.org | 2011-09-01 | 1 | -5/+53 |
* | Simplify chrome_exe_main_*.cc, moving as much of the code out as possible. Th... | jam@chromium.org | 2011-08-31 | 1 | -4/+2 |
* | Trying again to land OOM priority manager changes. | gspencer@google.com | 2011-08-23 | 1 | -17/+22 |
* | Revert 97724 - Changing OOM range to 0, 1000 and tweaking OOM algorithm. | mattm@chromium.org | 2011-08-22 | 1 | -26/+17 |
* | Changing OOM range to 0, 1000 and tweaking OOM algorithm. | gspencer@google.com | 2011-08-22 | 1 | -17/+26 |
* | CrOS - Memory debug widget shows anonymous memory and renderer kills. | jamescook@chromium.org | 2011-08-11 | 1 | -4/+16 |
* | Rename BASE_API to BASE_EXPORT. | darin@chromium.org | 2011-08-05 | 1 | -65/+69 |
* | CrOS - Add memory consumption status bar widget behind flag | jamescook@chromium.org | 2011-08-02 | 1 | -1/+8 |
* | Revert 94999 - CrOS - Add memory consumption status bar widget behind flag | jamescook@chromium.org | 2011-08-01 | 1 | -8/+1 |
* | CrOS - Add memory consumption status bar widget behind flag | jamescook@chromium.org | 2011-08-01 | 1 | -1/+8 |
* | mac: Components build for base, easy part | thakis@chromium.org | 2011-07-29 | 1 | -1/+1 |
* | Update references to the now-gone LaunchApp() from the code. | evan@chromium.org | 2011-07-19 | 1 | -1/+1 |
* | Remove LaunchAppAsUser(). | evan@chromium.org | 2011-07-19 | 1 | -24/+0 |
* | Remove LaunchAppWithHandleInheritance(). | evan@chromium.org | 2011-07-19 | 1 | -11/+0 |
* | Convert the remaining callers of LaunchApp to LaunchProcess. | evan@chromium.org | 2011-07-18 | 1 | -22/+0 |
* | Add a "clone" option to base/process_util.h:LaunchProcess(). Useful inside Li... | bradchen@google.com | 2011-07-15 | 1 | -1/+5 |
* | Change base::LaunchProcess API slightly | evan@chromium.org | 2011-07-15 | 1 | -23/+20 |
* | Clean up users of a deprecated base::LaunchApp API. | evan@chromium.org | 2011-07-14 | 1 | -2/+3 |
* | Clean up users of a deprecated base::LaunchApp API. | evan@chromium.org | 2011-07-13 | 1 | -11/+0 |
* | Revert "Clean up users of a deprecated base::LaunchApp API." | evan@chromium.org | 2011-07-12 | 1 | -0/+11 |
* | Clean up users of a deprecated base::LaunchApp API. | evan@chromium.org | 2011-07-12 | 1 | -11/+0 |
* | Clean up users of a deprecated base::LaunchApp API. | evan@chromium.org | 2011-07-12 | 1 | -13/+0 |
* | posix: remove LaunchAppInNewProcessGroup | evan@chromium.org | 2011-07-06 | 1 | -16/+0 |
* | Added ability to run a command, getting output and exit status on POSIX. | benwells@chromium.org | 2011-07-06 | 1 | -0/+7 |
* | base: refactor LaunchApp variants into a single function | evan@chromium.org | 2011-06-30 | 1 | -74/+182 |
* | Revert 90805 - I am submitting this with LGTMs from agl@ and evanm@. I'm mark... | fischman@chromium.org | 2011-06-28 | 1 | -9/+0 |
* | I am submitting this with LGTMs from agl@ and evanm@. I'm marking this as TBR... | bradchen@google.com | 2011-06-28 | 1 | -0/+9 |
* | Revert 90681 - New NaCl zygote implementation 2, in which Chrome zygote forks... | fischman@chromium.org | 2011-06-28 | 1 | -9/+0 |
* | New NaCl zygote implementation 2, in which Chrome zygote forks a NaCl helper. | bradchen@google.com | 2011-06-27 | 1 | -0/+9 |
* | linux components: expose functions used by tests | evan@chromium.org | 2011-05-09 | 1 | -5/+7 |
* | linux: components build | evan@chromium.org | 2011-05-02 | 1 | -3/+3 |