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
/
chrome
/
common
/
child_process_host.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Moved sending the PluginProcessMsg_AskForShutdown message to the CreateChanne...
sanjeevr@chromium.org
2010-07-14
1
-8
/
+55
*
Moved common parts of ChildProcessHost into chrome/common and created a Brows...
sanjeevr@chromium.org
2010-07-03
1
-0
/
+143
*
Move more files from chrome/common to chrome/browser
phajdan.jr@chromium.org
2010-02-23
1
-309
/
+0
*
Implement the broker process that launches NaCl loader processes on 64-bit Wi...
gregoryd@google.com
2010-02-01
1
-2
/
+6
*
Revert 37578 - Implement the broker process that launches NaCl loader process...
gregoryd@google.com
2010-01-30
1
-6
/
+2
*
Implement the broker process that launches NaCl loader processes on 64-bit Wi...
gregoryd@google.com
2010-01-30
1
-2
/
+6
*
Create initial GPU backing store in the GPU process for X windows applications.
brettw@chromium.org
2010-01-26
1
-4
/
+4
*
Improve reporting of subprocess crashes.
asargent@chromium.org
2009-12-04
1
-0
/
+2
*
Launch all child processes asynchronously so as not to block the IO thread.
jam@chromium.org
2009-11-21
1
-20
/
+37
*
Linux: make --renderer-cmd-prefix work after r32486
agl@chromium.org
2009-11-20
1
-9
/
+13
*
linux: use /proc/self/exe when exec'ing ourselves
evan@chromium.org
2009-11-19
1
-6
/
+10
*
Revert "linux: use /proc/self/exe when exec'ing ourselves"
evan@chromium.org
2009-11-19
1
-10
/
+6
*
linux: use /proc/self/exe when exec'ing ourselves
evan@chromium.org
2009-11-19
1
-6
/
+10
*
Revert "linux: use /proc/self/exe when exec'ing ourselves"
evan@chromium.org
2009-11-18
1
-10
/
+6
*
linux: use /proc/self/exe when exec'ing ourselves
evan@chromium.org
2009-11-18
1
-6
/
+10
*
Change id that identifies client in crash reports. Whenever metrics service r...
kuchhal@chromium.org
2009-11-05
1
-5
/
+8
*
Last patch in removing MessageLoop* caching.
jam@chromium.org
2009-11-03
1
-6
/
+3
*
Simplify threading in browser thread by making only ChromeThread deal with di...
jam@chromium.org
2009-10-27
1
-5
/
+3
*
Degrade the https color and lock icon for the page that has a worker that loa...
dimich@google.com
2009-10-19
1
-2
/
+4
*
Eliminate char/wchar_t conversions, probably-unsafe statics, and disk access
mark@chromium.org
2009-10-14
1
-6
/
+3
*
Move the framework and helper application into a versioned directory in support
mark@chromium.org
2009-10-14
1
-45
/
+14
*
Use FilePath in ChildProcessHost.
evan@chromium.org
2009-10-13
1
-10
/
+8
*
Turn NULL used as int to 0.
phajdan.jr@chromium.org
2009-10-13
1
-1
/
+1
*
Coverity: Initialize type_ in the constructor.
jhawkins@chromium.org
2009-09-29
1
-1
/
+2
*
Implement about:ipc dialog for Mac.
jrg@chromium.org
2009-09-28
1
-1
/
+6
*
Replace the RenderProcessHost.PID function that returns the OS-generated
brettw@chromium.org
2009-08-31
1
-2
/
+2
*
Revert "Fix a ton of compiler warnings."
tony@chromium.org
2009-08-28
1
-1
/
+1
*
Fix a ton of compiler warnings.
estade@chromium.org
2009-08-28
1
-1
/
+1
*
Allow Chromium Linux to be built with Breakpad. Enable Linux CHROME_HEADLESS ...
thestig@chromium.org
2009-08-26
1
-7
/
+7
*
Reverting 24220.
yutak@chromium.org
2009-08-25
1
-2
/
+1
*
Allow Chromium Linux to be built with Breakpad. Enable Linux CHROME_HEADLESS ...
thestig@chromium.org
2009-08-25
1
-1
/
+2
*
Change breakpads on the helper processes to keep our rimZ clean.
mark@chromium.org
2009-08-15
1
-1
/
+30
*
Re-commit r22981 after backout at r22992. Contains fixes to relocate
mark@chromium.org
2009-08-11
1
-0
/
+65
*
Back out r22981, it may have caused Windows test failures.
mark@chromium.org
2009-08-11
1
-65
/
+0
*
Provide a separate app bundle for subprocesses like the renderer on the Mac.
mark@chromium.org
2009-08-11
1
-0
/
+65
*
Split the IPC code into ipc/
agl@chromium.org
2009-07-22
1
-1
/
+1
*
plugins: use OnChannelError to detect when the channel goes away
evan@chromium.org
2009-07-10
1
-22
/
+11
*
Revert "plugins: use OnChannelError to detect when the channel goes away"
evan@chromium.org
2009-07-10
1
-11
/
+22
*
plugins: use OnChannelError to detect when the channel goes away
evan@chromium.org
2009-07-10
1
-22
/
+11
*
Cancel all pending requests when a worker goes away.
jam@chromium.org
2009-06-22
1
-0
/
+2
*
POSIX: don't spawn zombies.
agl@chromium.org
2009-04-28
1
-1
/
+1
*
Revert "POSIX: Don't spawn zombies." (r14488)
agl@chromium.org
2009-04-24
1
-1
/
+1
*
POSIX: Don't spawn zombies.
agl@chromium.org
2009-04-24
1
-1
/
+1
*
Revert "Move IPC code to ipc/"
agl@chromium.org
2009-04-03
1
-2
/
+1
*
Move IPC code to ipc/
agl@chromium.org
2009-04-03
1
-1
/
+2
*
Port plugin messages.
jam@chromium.org
2009-04-01
1
-9
/
+1
*
Add another ifdef for other platforms
jam@chromium.org
2009-03-27
1
-0
/
+2
*
Fix non Windows builds.
jam@chromium.org
2009-03-27
1
-1
/
+3
*
Refactor plugin process code which checks with the browser process before shu...
jam@chromium.org
2009-03-27
1
-5
/
+26
*
Hide the details about ResourceDispatcherHost messages from child processes. ...
jam@chromium.org
2009-03-17
1
-5
/
+14
[next]