| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove base::KillProcess() | rvargas | 2015-04-02 | 6 | -85/+64 |
* | Fix missing symbols for pre-linking of the Cast sender library for iOS. | jfroy | 2015-04-01 | 1 | -0/+13 |
* | Fix OutOfMemoryDeathTest.ViaSharedLibraries. | icoolidge | 2015-04-01 | 1 | -6/+5 |
* | Remove uses of KillProcess. | rvargas | 2015-04-01 | 3 | -3/+4 |
* | Crash Mac in OnNoMemory on OOM | vitalybuka | 2015-03-31 | 2 | -46/+15 |
* | Add base::TerminateBecauseOutOfMemory | vitalybuka | 2015-03-27 | 2 | -0/+22 |
* | Fix a typo on Process::OpenWithExtraPrivileges | rvargas | 2015-03-16 | 3 | -3/+3 |
* | De-duplicate BASE_IMPLEMENTATION define in the GN build. | brettw | 2015-03-16 | 1 | -1/+1 |
* | Make ctrl-c work reliably in the gtest test launcher on Linux | phajdan.jr | 2015-03-13 | 3 | -0/+11 |
* | Fix GN NaCl Debug build of base. | ncbray | 2015-03-10 | 1 | -0/+107 |
* | base: Fix/add header #ifndef guards. | danakj | 2015-03-10 | 2 | -6/+6 |
* | Redefine base::Process:Terminate so that it can replace base::KillProcess | rvargas | 2015-03-09 | 4 | -8/+13 |
* | base: Use more specific CHECK macros for comparisons. | danakj | 2015-03-09 | 3 | -29/+29 |
* | Revert of base: Fix/add header #ifndef guards. (patchset #2 id:20001 of https... | bnc | 2015-03-09 | 2 | -6/+6 |
* | base: Fix/add header #ifndef guards. | danakj | 2015-03-09 | 2 | -6/+6 |
* | base: Add/Fix namespace closing comments. | danakj | 2015-03-07 | 2 | -2/+2 |
* | Align base::Process::Terminate with base::KillProcess for Windows. | rvargas | 2015-03-06 | 1 | -10/+1 |
* | Remove base::KillProcessById | rvargas | 2015-03-04 | 3 | -27/+2 |
* | Remove base::WaitForExitCode* | rvargas | 2015-03-03 | 6 | -251/+213 |
* | Split bug 418183 into separate bugs for each janky piece and remove the | pkasting | 2015-02-28 | 1 | -6/+0 |
* | xp: copy dbghelp.dll to output dir and have base.isolate use it there | scottmg | 2015-02-25 | 1 | -2/+1 |
* | Revert of xp: copy dbghelp.dll to output dir and have base.isolate use it the... | scottmg | 2015-02-24 | 1 | -1/+2 |
* | xp: copy dbghelp.dll to output dir and have base.isolate use it there | scottmg | 2015-02-24 | 1 | -2/+1 |
* | Temporarily disable stack trace tests, pending investigation on XP bots | Scott Graham | 2015-02-24 | 1 | -1/+2 |
* | Remove base::WaitForSingleProcess | rvargas | 2015-02-24 | 6 | -144/+132 |
* | Handle RenderProcessHostImpl::SetBackgrounded on Windows | gab | 2015-02-20 | 1 | -1/+16 |
* | Revert of Handle RenderProcessHostImpl::SetBackgrounded on Windows (patchset ... | rdevlin.cronin | 2015-02-19 | 1 | -16/+1 |
* | Handle RenderProcessHostImpl::SetBackgrounded on Windows | gab | 2015-02-19 | 1 | -1/+16 |
* | Move GetProcessIntegrityLevel to file_info.h and remove the handle argument. | rvargas | 2015-02-13 | 4 | -71/+78 |
* | Remove CloseProcessHandle. | rvargas | 2015-02-09 | 4 | -16/+3 |
* | Adding instrumentation to locate the source of jankiness. | Peter Kasting | 2015-02-05 | 1 | -1/+2 |
* | Remove uses of CloseProcessHandle. | rvargas | 2015-02-05 | 1 | -4/+1 |
* | ProcessMetrics::GetCPUUsage() is Slow | afakhry | 2015-02-05 | 2 | -7/+37 |
* | Move OpenProcessHandle to Process::Open. | rvargas | 2015-02-04 | 6 | -31/+18 |
* | Add the ability to change directories before execing. | rickyz | 2015-02-03 | 3 | -6/+56 |
* | Remove 32-bit Mac implementation of EnableTerminationOnHeapCorruption(). | rsesek | 2015-01-29 | 2 | -217/+7 |
* | Fix EnableTerminationOnOutOfMemory for malloc | cpu | 2015-01-27 | 1 | -6/+12 |
* | Rename base::Process::pid() to Pid() | rvargas | 2015-01-24 | 7 | -10/+10 |
* | Move OpenProcessHandleWithAccess to Process::OpenWithAccess. | rvargas | 2015-01-23 | 6 | -63/+11 |
* | Fix virtual memory column on chrome://memory on Mac. | asvitkine | 2015-01-23 | 2 | -3/+28 |
* | Cleanup dead code in base/ as found by Scythe. | thestig | 2015-01-22 | 1 | -11/+0 |
* | Move ForkWithFlags from process* to launch*. | rickyz | 2015-01-21 | 6 | -227/+223 |
* | Disable ProcessTest.PreExecHook | clamy | 2015-01-19 | 1 | -2/+2 |
* | Move OpenPrivilegedProcessHandle to Process::OpenWithExtraPriviles. | rvargas | 2015-01-17 | 6 | -30/+29 |
* | Add the ability to run a callback between fork and exec. | rickyz | 2015-01-16 | 4 | -1/+83 |
* | Remove deprecated versions of LaunchProcess. | rvargas | 2015-01-14 | 4 | -94/+26 |
* | Update EnsureProcessGetsReaped to receive a pid. | rvargas | 2015-01-14 | 2 | -5/+5 |
* | Move ForkWithFlags from sandbox/ to base/ and plug it into LaunchProcess. | rickyz | 2015-01-13 | 6 | -5/+197 |
* | MultiProcessTest: Update SpawnChild* to return a Process. | rvargas | 2015-01-12 | 1 | -36/+31 |
* | Add the new version for the POSIX-specific version of LaunchProcess. | rvargas | 2015-01-10 | 2 | -0/+14 |