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_util_win.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix base::GetModuleFromAddress() not to increment the module's reference count,
alexeypa@chromium.org
2012-05-16
1
-4
/
+5
*
Reverting r133134 - Make sure that base::MessagePumpForUI from different modu...
alexeypa@chromium.org
2012-05-16
1
-5
/
+4
*
Make sure that base::MessagePumpForUI from different modules are isolated fro...
alexeypa@chromium.org
2012-04-20
1
-4
/
+5
*
Update use of TimeDelta in base/*.
tedvessenes@gmail.com
2012-04-10
1
-1
/
+1
*
ScopedProcessInformation protects against process/thread handle leaks from Cr...
erikwright@chromium.org
2012-04-04
1
-24
/
+15
*
Add comments and fix a potential leak in LaunchProcess.
erikwright@chromium.org
2012-03-15
1
-0
/
+2
*
Fix error handling in OpenProcess wrappers.
halyavin@google.com
2012-03-14
1
-3
/
+3
*
Cleanup in ProcessSingleton. These originated as candidate fixes for issue 1...
joi@chromium.org
2012-02-10
1
-0
/
+10
*
windows: Fix a few things clang complains about.
thakis@chromium.org
2012-01-23
1
-1
/
+1
*
check for successful exit code in WaitForSingleProcess on Windows to
bruening@chromium.org
2012-01-23
1
-3
/
+5
*
Remove custom Task implementation from process_util_win.cc.
dcheng@chromium.org
2011-12-13
1
-40
/
+46
*
Extract similar code into SetJobObjectAsKillOnJobClose()
toyoshim@chromium.org
2011-11-23
1
-0
/
+11
*
Move the ProcessWatcher methods out of content/common/process_watcher into ba...
jam@chromium.org
2011-11-23
1
-0
/
+71
*
Replace most LOG/CHECK statements with DLOG/DCHECK statements in base.
brettw@chromium.org
2011-10-26
1
-2
/
+2
*
Revert 107042 - Replace most LOG/CHECK statements with DLOG/DCHECK statements...
brettw@chromium.org
2011-10-25
1
-2
/
+2
*
Replace most LOG/CHECK statements with DLOG/DCHECK statements in base.
brettw@chromium.org
2011-10-25
1
-2
/
+2
*
Move launching in a job object logic
phajdan.jr@chromium.org
2011-09-07
1
-2
/
+24
*
Simplify chrome_exe_main_*.cc, moving as much of the code out as possible. Th...
jam@chromium.org
2011-08-31
1
-0
/
+13
*
Rename CommandLine::GetCommandLineString().
msw@chromium.org
2011-07-20
1
-3
/
+4
*
Change base::LaunchProcess API slightly
evan@chromium.org
2011-07-15
1
-5
/
+7
*
base: refactor LaunchApp variants into a single function
evan@chromium.org
2011-06-30
1
-71
/
+36
*
Updating logging in src/base/. Using DCHECK_NE/EQ/LE/GE/GT() where possible
kushi.p@gmail.com
2011-05-04
1
-1
/
+1
*
Make the windows_version.h functions threadsafe by using a singleton. Add ac...
pkasting@chromium.org
2011-04-07
1
-6
/
+6
*
Revert 80819 due to failed tests
mmenke@chromium.org
2011-04-07
1
-6
/
+6
*
Make the windows_version.h functions threadsafe by using a singleton. Add ac...
pkasting@chromium.org
2011-04-07
1
-6
/
+6
*
GTTF: Detect browser crashes on shutdown in UI tests.
phajdan.jr@chromium.org
2011-04-06
1
-11
/
+1
*
Revert 80472 - GTTF: Detect browser crashes on shutdown in UI tests.Previousl...
phajdan.jr@chromium.org
2011-04-05
1
-1
/
+11
*
GTTF: Detect browser crashes on shutdown in UI tests.
phajdan.jr@chromium.org
2011-04-05
1
-11
/
+1
*
Move some files from base to base/memory.
levin@chromium.org
2011-03-28
1
-2
/
+2
*
This adds some plumbing for propagating the status and error code of a render...
gspencer@chromium.org
2010-12-14
1
-32
/
+54
*
Move debug-related stuff from base to the base/debug directory and use the
brettw@chromium.org
2010-10-26
1
-6
/
+6
*
Revert 63067 - This adds some plumbing for propagating the status and error c...
gspencer@chromium.org
2010-10-19
1
-38
/
+25
*
This adds some plumbing for propagating the status and error code of a
gspencer@chromium.org
2010-10-19
1
-25
/
+38
*
Move the windows-specific scoped_* stuff from base to base/win and in the bas...
brettw@chromium.org
2010-10-16
1
-4
/
+4
*
Move windows version-related stuff out of base/win_util and into base/win/win...
brettw@chromium.org
2010-10-15
1
-2
/
+2
*
Move Stats, histograms, and field trial into a metrics subdirectory of base and
brettw@chromium.org
2010-10-14
1
-1
/
+1
*
process_util: remove a function we don't use anyway
evan@chromium.org
2010-10-13
1
-1
/
+0
*
Used process_util methods to wait for the service process to die in the Servi...
sanjeevr@chromium.org
2010-10-12
1
-0
/
+12
*
Revert 62205 - Make writing to stdout and stderr work in Chrome processes whe...
isherman@chromium.org
2010-10-12
1
-3
/
+1
*
Make writing to stdout and stderr work in Chrome processes when inherited
darin@chromium.org
2010-10-11
1
-1
/
+3
*
Fix some simple code typos spotted while investigating bug 54229.
evan@chromium.org
2010-09-14
1
-3
/
+3
*
2nd attempt: Write the outcome of the Toast Experiment for system-level insta...
finnur@chromium.org
2010-09-07
1
-8
/
+21
*
Revert 58639 -
nsylvain@chromium.org
2010-09-07
1
-21
/
+8
*
Write the outcome of the Toast Experiment for system-level installs to the ri...
finnur@chromium.org
2010-09-06
1
-8
/
+21
*
Submitting for Erik:
tommi@chromium.org
2010-08-26
1
-0
/
+52
*
base/ header cleanup. Forward declaration instead of including.
erg@google.com
2010-07-28
1
-0
/
+1
*
Speed up the Task Manager on linux.
erg@chromium.org
2010-05-11
1
-6
/
+17
*
Move common code into process_util.cc.
maruel@chromium.org
2010-04-29
1
-51
/
+13
*
Fix a typo.
thestig@chromium.org
2010-04-08
1
-2
/
+2
*
Move ProcessEntry and IoCounters inside namespace base.
maruel@chromium.org
2010-04-08
1
-2
/
+2
[next]