index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
base
/
process
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
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
*
Revert of Move ForkWithFlags from sandbox/ to base/ and plug it into LaunchPr...
mek
2015-01-07
6
-172
/
+5
*
Move ForkWithFlags from sandbox/ to base/ and plug it into LaunchProcess.
rickyz
2015-01-07
6
-5
/
+172
*
Revert of Fix EnableTerminationOnOutOfMemory for malloc (patchset #1 id:1 of ...
mek
2015-01-07
1
-7
/
+6
*
Fix EnableTerminationOnOutOfMemory for malloc
cpu
2015-01-07
1
-6
/
+7
*
Standardize usage of virtual/override/final specifiers in base/.
dcheng
2014-12-23
1
-7
/
+3
*
base: Add ashmem support to base::DiscardableSharedMemory implementation.
reveman
2014-12-18
4
-0
/
+15
*
Base: Add Process::WaitForExit and WaitForExitWithTimeout.
rvargas
2014-12-12
4
-0
/
+61
*
Use base::Time constants in base module rather than defining locally.
prashhir
2014-12-05
1
-2
/
+1
*
Upgrade the windows specific version of LaunchProcess to avoid raw handles.
rvargas
2014-12-05
7
-39
/
+44
*
Revert of Upgrade the windows specific version of LaunchProcess to avoid raw ...
rfevang
2014-12-03
7
-44
/
+39
*
Upgrade the windows specific version of LaunchProcess to avoid raw handles.
rvargas
2014-12-03
7
-39
/
+44
*
Define a new version of LaunchProcess that returns a Process.
rvargas
2014-12-02
4
-10
/
+28
*
Update base::LaunchElevatedProcess to return a Process instead of a handle.
rvargas
2014-12-01
2
-18
/
+9
*
Prefix CommandLine usege with base namespace (Part 1: base/)
pgal.u-szeged
2014-11-25
1
-23
/
+34
*
WaitableEvent: Receive ScopedHandle at construction and remove Release method.
rvargas
2014-11-25
1
-3
/
+4
*
LevelDB: Using base::File for all file I/O
cmumford
2014-11-20
1
-1
/
+1
*
Don't pass ProcessHandle through ChildProcessHostDelegate.
rvargas
2014-11-18
4
-0
/
+39
*
Non-SFI mode: Clean up macros of base/ and ipc/ libraries for nacl_helper_non...
hidehiko
2014-11-05
1
-6
/
+6
*
Switching profiler instrumentations from ScopedProfile to ScopedTracker. This...
vadimt
2014-10-29
1
-5
/
+4
*
More virtual/override updates in base/.
viettrungluu
2014-10-22
1
-1
/
+1
*
Standardize usage of virtual/override/final in base/
dcheng
2014-10-21
1
-2
/
+2
*
Enforce handle ownership in base::Process.
rvargas
2014-10-17
7
-141
/
+371
*
Non-SFI Mode: Build base/ library by PNaCL toolchain for nacl_helper_nonsfi.
hidehiko
2014-10-17
1
-0
/
+6
*
Use scoped_ptr::Pass instead of scoped_ptr::PassAs<T>.
dcheng
2014-10-15
2
-4
/
+4
*
replace OVERRIDE and FINAL with override and final in base/
mostynb
2014-10-07
3
-4
/
+4
*
An internal tool shows that the task created by ObjectWatcher::DoneWaiting is...
sergeyu
2014-10-01
1
-0
/
+6
*
Fix more disabled MSVC warnings, base/ edition.
pkasting
2014-10-01
1
-3
/
+5
*
Add an 'Idle Wake Ups' metric to the Linux task manager, implement backend.
thestig
2014-09-09
4
-41
/
+104
*
Cleanup bits of base::ProcessMetrics.
thestig
2014-09-08
4
-158
/
+124
[prev]
[next]