Sign in
chromium
/
chromium
/
src
/
022a9548a7eb8dd937c27e604d8916ffaf3f3740
/
base
/
process
b793617
Use base::StringPairs where appropriate in base/
by patrikackland
· 10 years ago
f985709
[MemSheriff] Don't run OOM tests under tools that replace memory allocator.
by glider
· 10 years ago
85e1309
Guard OOM tests against ASAN, and verifiy output against our OOM handler.
by icoolidge
· 10 years ago
3096dac
Outline Process destructor, fixes a plugin warning on Windows.
by thakis
· 10 years ago
f3e19a5
Use /run instead of /var/run to avoid disk IO for a symlink
by hashimoto
· 10 years ago
fbce126
Apply automated fixits for Chrome clang plugin to base_unittests.
by dcheng
· 10 years ago
9a4f22d
Fix OutOfMemoryDeathTest.ViaSharedLibraries.
by icoolidge
· 10 years ago
c694b85
Revert of Fix OutOfMemoryDeathTest.ViaSharedLibraries. (patchset #10 id:180001 of https://codereview.chromium.org/878473002/)
by mfomitchev
· 10 years ago
02ad783
Remove base::KillProcess()
by rvargas
· 10 years ago
32be1d41
Fix missing symbols for pre-linking of the Cast sender library for iOS.
by jfroy
· 10 years ago
82cb6b0
Fix OutOfMemoryDeathTest.ViaSharedLibraries.
by icoolidge
· 10 years ago
f8d789c
Remove uses of KillProcess.
by rvargas
· 10 years ago
859b214
Crash Mac in OnNoMemory on OOM
by vitalybuka
· 10 years ago
06c8318
Add base::TerminateBecauseOutOfMemory
by vitalybuka
· 10 years ago
1c376a8
Fix a typo on Process::OpenWithExtraPrivileges
by rvargas
· 10 years ago
dda803bd
De-duplicate BASE_IMPLEMENTATION define in the GN build.
by brettw
· 10 years ago
ed5ed8f4
Make ctrl-c work reliably in the gtest test launcher on Linux
by phajdan.jr
· 10 years ago
9099f49
Fix GN NaCl Debug build of base.
by ncbray
· 10 years ago
0a44860
base: Fix/add header #ifndef guards.
by danakj
· 10 years ago
eedb763e
Redefine base::Process:Terminate so that it can replace base::KillProcess
by rvargas
· 10 years ago
94219a21
base: Use more specific CHECK macros for comparisons.
by danakj
· 10 years ago
2220bd65
Revert of base: Fix/add header #ifndef guards. (patchset #2 id:20001 of https://codereview.chromium.org/985003004/)
by bnc
· 10 years ago
301b392
base: Fix/add header #ifndef guards.
by danakj
· 10 years ago
c3762b9
base: Add/Fix namespace closing comments.
by danakj
· 10 years ago
639696bc
Align base::Process::Terminate with base::KillProcess for Windows.
by rvargas
· 10 years ago
4683e5e
Remove base::KillProcessById
by rvargas
· 10 years ago
8572897
Remove base::WaitForExitCode*
by rvargas
· 10 years ago
cdf6fe7b
Split bug 418183 into separate bugs for each janky piece and remove the
by pkasting
· 11 years ago
f063a7e
xp: copy dbghelp.dll to output dir and have base.isolate use it there
by scottmg
· 11 years ago
9b8a0877
Revert of xp: copy dbghelp.dll to output dir and have base.isolate use it there (patchset #6 id:100001 of https://codereview.chromium.org/951083003/)
by scottmg
· 11 years ago
09acc50
xp: copy dbghelp.dll to output dir and have base.isolate use it there
by scottmg
· 11 years ago
941e4f2
Temporarily disable stack trace tests, pending investigation on XP bots
by Scott Graham
· 11 years ago
2f70a15
Remove base::WaitForSingleProcess
by rvargas
· 11 years ago
d88d22a
Handle RenderProcessHostImpl::SetBackgrounded on Windows
by gab
· 11 years ago
126d77b6
Revert of Handle RenderProcessHostImpl::SetBackgrounded on Windows (patchset #4 id:60001 of https://codereview.chromium.org/926663002/)
by rdevlin.cronin
· 11 years ago
aaf738a
Handle RenderProcessHostImpl::SetBackgrounded on Windows
by gab
· 11 years ago
6c690f1
Move GetProcessIntegrityLevel to file_info.h and remove the handle argument.
by rvargas
· 11 years ago
aa09a5b
Remove CloseProcessHandle.
by rvargas
· 11 years ago
6501806
Adding instrumentation to locate the source of jankiness.
by Peter Kasting
· 11 years ago
d5626f6
Remove uses of CloseProcessHandle.
by rvargas
· 11 years ago
597a851
ProcessMetrics::GetCPUUsage() is Slow
by afakhry
· 11 years ago
6b039c37
Move OpenProcessHandle to Process::Open.
by rvargas
· 11 years ago
3371bf5
Add the ability to change directories before execing.
by rickyz
· 11 years ago
931d092b
Remove 32-bit Mac implementation of EnableTerminationOnHeapCorruption().
by rsesek
· 11 years ago
3e11a84
Fix EnableTerminationOnOutOfMemory for malloc
by cpu
· 11 years ago
960db88
Rename base::Process::pid() to Pid()
by rvargas
· 11 years ago
17a407d
Move OpenProcessHandleWithAccess to Process::OpenWithAccess.
by rvargas
· 11 years ago
57e53d315
Fix virtual memory column on chrome://memory on Mac.
by asvitkine
· 11 years ago
88c7b33
Cleanup dead code in base/ as found by Scythe.
by thestig
· 11 years ago
a2f6d74
Move ForkWithFlags from process* to launch*.
by rickyz
· 11 years ago
30a4482
Disable ProcessTest.PreExecHook
by clamy
· 11 years ago
747ff24a
Move OpenPrivilegedProcessHandle to Process::OpenWithExtraPriviles.
by rvargas
· 11 years ago
a0b860b
Add the ability to run a callback between fork and exec.
by rickyz
· 11 years ago
682daa3
Remove deprecated versions of LaunchProcess.
by rvargas
· 11 years ago
c7b523fa
Update EnsureProcessGetsReaped to receive a pid.
by rvargas
· 11 years ago
f1eb9cc
Move ForkWithFlags from sandbox/ to base/ and plug it into LaunchProcess.
by rickyz
· 11 years ago
07b589c
MultiProcessTest: Update SpawnChild* to return a Process.
by rvargas
· 11 years ago
02a9986
Add the new version for the POSIX-specific version of LaunchProcess.
by rvargas
· 11 years ago
3e31085
Revert of Move ForkWithFlags from sandbox/ to base/ and plug it into LaunchProcess. (patchset #2 id:20001 of https://codereview.chromium.org/831373002/)
by mek
· 11 years ago
e12d665
Move ForkWithFlags from sandbox/ to base/ and plug it into LaunchProcess.
by rickyz
· 11 years ago
148a2913
Revert of Fix EnableTerminationOnOutOfMemory for malloc (patchset #1 id:1 of https://codereview.chromium.org/836733006/)
by mek
· 11 years ago
22d64ab
Fix EnableTerminationOnOutOfMemory for malloc
by cpu
· 11 years ago
8aef3761
Standardize usage of virtual/override/final specifiers in base/.
by dcheng
· 11 years ago
1fef3ffc
base: Add ashmem support to base::DiscardableSharedMemory implementation.
by reveman
· 11 years ago
126fd582
Base: Add Process::WaitForExit and WaitForExitWithTimeout.
by rvargas
· 11 years ago
fd55f2e
Use base::Time constants in base module rather than defining locally.
by prashhir
· 11 years ago
6181277
Upgrade the windows specific version of LaunchProcess to avoid raw handles.
by rvargas
· 11 years ago
44b0c75
Revert of Upgrade the windows specific version of LaunchProcess to avoid raw handles. (patchset #3 id:40001 of https://codereview.chromium.org/759903002/)
by rfevang
· 11 years ago
6b687a5e
Upgrade the windows specific version of LaunchProcess to avoid raw handles.
by rvargas
· 11 years ago
c40cfc6
Define a new version of LaunchProcess that returns a Process.
by rvargas
· 11 years ago
6293e5b
Update base::LaunchElevatedProcess to return a Process instead of a handle.
by rvargas
· 11 years ago
421dddb
Prefix CommandLine usege with base namespace (Part 1: base/)
by pgal.u-szeged
· 11 years ago
94ed6c4e
WaitableEvent: Receive ScopedHandle at construction and remove Release method.
by rvargas
· 11 years ago
bf82318
LevelDB: Using base::File for all file I/O
by cmumford
· 11 years ago
5779b38
Don't pass ProcessHandle through ChildProcessHostDelegate.
by rvargas
· 11 years ago
853d608
Non-SFI mode: Clean up macros of base/ and ipc/ libraries for nacl_helper_nonsfi.
by hidehiko
· 11 years ago
09e7ebe
Switching profiler instrumentations from ScopedProfile to ScopedTracker. This will disable the instrumentations in all channels except Canary, and developer build. Instrumentations are only enabled in Browser process.
by vadimt
· 11 years ago
b9f1b81
More virtual/override updates in base/.
by viettrungluu
· 11 years ago
5648818
Standardize usage of virtual/override/final in base/
by dcheng
· 11 years ago
079d184
Enforce handle ownership in base::Process.
by rvargas
· 11 years ago
2b720d2
Non-SFI Mode: Build base/ library by PNaCL toolchain for nacl_helper_nonsfi.
by hidehiko
· 11 years ago
84b6029
Use scoped_ptr::Pass instead of scoped_ptr::PassAs<T>.
by dcheng
· 11 years ago
9e096de
replace OVERRIDE and FINAL with override and final in base/
by mostynb
· 11 years ago
3c6a5c0
An internal tool shows that the task created by ObjectWatcher::DoneWaiting is janky on Windows. (See the bug; also feel free to contact the author regarding the tool).
by sergeyu
· 11 years ago
9cf9b94a
Fix more disabled MSVC warnings, base/ edition.
by pkasting
· 11 years ago
75844fdb
Add an 'Idle Wake Ups' metric to the Linux task manager, implement backend.
by thestig
· 11 years ago
a0d051ed
Cleanup bits of base::ProcessMetrics.
by thestig
· 11 years ago
d4d772e
Don't pass const strings to CreateProcess.
by
[email protected]
· 11 years ago
fcbaf8c
Remove large test timeout. It's large and only used at one place.
by
[email protected]
· 11 years ago
e3177dd5
Move file_util to base/files/ directory.
by
[email protected]
· 11 years ago
9792d38
Disable all the tests that are flaking more than 5% on Linux builders.
by
[email protected]
· 11 years ago
dbbf9ef
Disable certain malloc-library tests for OSX 10.9 32-bit.
by
[email protected]
· 11 years ago
61110048
[Mac] Fix ProcessUtilTest.FDRemapping for 10.9 and later.
by
[email protected]
· 11 years ago
be0b4727
Complete the removal of ProcessMetrics::CalculateFreeMemory
by
[email protected]
· 11 years ago
8392079
clang/win: Fix a few warnings.
by
[email protected]
· 11 years ago
23c52e2
Revert 285437 "Block on LaunchProcess failing on specific bot"
by
[email protected]
· 11 years ago
5336501
Block on LaunchProcess failing on specific bot
by
[email protected]
· 11 years ago
765d9bc
Macro out unused functions in memory_mac.mm
by
[email protected]
· 11 years ago
cad6d92
Remove ProcessMetrics::CalculateFreeMemory.
by
[email protected]
· 11 years ago
ed8e57da
Fixes for re-enabling more MSVC level 4 warnings: base/ edition
by
[email protected]
· 11 years ago
Next »