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
/
content
/
browser
/
browser_child_process_host_impl.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove kChildCleanExit since it's not used anymore.
jam@chromium.org
2014-03-28
1
-3
/
+0
*
Refactor configuration of sandboxes - first steps
aberent@chromium.org
2014-03-13
1
-13
/
+0
*
Let DCHECK in non-official-release build be opt-in with dcheck_always_on=1 only
wangxianzhu@chromium.org
2014-03-10
1
-1
/
+0
*
Creates a way to launch the utility process with elevated privileges on Windo...
haven@chromium.org
2014-02-11
1
-0
/
+7
*
Allow multiple NaCl modules to be debugged.
bradnelson@google.com
2014-01-10
1
-0
/
+5
*
Convert string16 to base::string16 in content.
brettw@chromium.org
2013-12-03
1
-1
/
+1
*
Revert 230968 "Use HighResNow whenever possible on Windows."
scottmg@chromium.org
2013-10-25
1
-0
/
+3
*
Use HighResNow whenever possible on Windows.
simonjam@chromium.org
2013-10-25
1
-3
/
+0
*
Make BrowserMessageFilter not derive from IPC::ChannelProxy::MessageFilter. T...
jam@chromium.org
2013-10-01
1
-3
/
+7
*
Enable high resolution time for TimeTicks::Now on Windows Canary
simonjam@chromium.org
2013-09-10
1
-0
/
+3
*
Move AlterEnvironment to base/environment.h, implement on Windows. This re-im...
brettw@chromium.org
2013-08-30
1
-1
/
+1
*
Fix getting exit status for browser child process.
jln@chromium.org
2013-08-27
1
-3
/
+4
*
Revert 217172 "Enable high resolution time for TimeTicks::Now on..."
nhiroki@chromium.org
2013-08-13
1
-3
/
+0
*
Enable high resolution time for TimeTicks::Now on Windows Canary
simonjam@chromium.org
2013-08-13
1
-0
/
+3
*
Created multi-process-friendly PowerMonitor interface.
bajones@chromium.org
2013-08-02
1
-1
/
+2
*
Update include paths in content/browser for base/process changes.
rsesek@chromium.org
2013-07-23
1
-1
/
+0
*
Allow tracing to console everywhere.
vollick@chromium.org
2013-07-11
1
-0
/
+1
*
Make utility process run in-process when running in single-process mode.
jam@chromium.org
2013-07-09
1
-31
/
+33
*
Use a direct include of strings headers in content/browser/, part 1.
avi@chromium.org
2013-06-11
1
-1
/
+1
*
Lower the priority of shared workers that aren't associated with the foregrou...
simonhatch@chromium.org
2013-05-31
1
-0
/
+4
*
Move child-common classes to content/common_child
jamesr@chromium.org
2013-05-21
1
-1
/
+0
*
Revert 200932 "Lower the priority of shared workers that aren't ..."
simonhatch@chromium.org
2013-05-20
1
-4
/
+0
*
Lower the priority of shared workers that aren't associated with the foregrou...
simonhatch@chromium.org
2013-05-18
1
-0
/
+4
*
Revert 199840 "Lower the priority of shared workers that aren't ..."
simonhatch@chromium.org
2013-05-13
1
-4
/
+0
*
Lower the priority of shared workers that aren't associated with the foregrou...
simonhatch@chromium.org
2013-05-13
1
-0
/
+4
*
Cleanup various bits of BrowserThreadImpl and PluginServiceImpl.
thestig@chromium.org
2013-04-24
1
-3
/
+4
*
Cleanup: Remove unnecessary ".get()" from scoped_ptrs<>.
erg@chromium.org
2013-04-17
1
-1
/
+1
*
Split the ProcessType enum into process types that content knows about (which...
jam@chromium.org
2013-03-22
1
-13
/
+14
*
Refactor sandbox_policy.cc so that it doesn't contain the sandbox policies fo...
jam@chromium.org
2013-03-20
1
-5
/
+5
*
Windows: BrowserChildProcessHostImpl reports OnProcessCrashed if the child pr...
apatrick@chromium.org
2013-03-06
1
-0
/
+48
*
content: convert child process notifications to observer usage
phajdan.jr@chromium.org
2013-02-28
1
-19
/
+45
*
Move file_path.h to base/files.
brettw@chromium.org
2013-02-24
1
-2
/
+2
*
Use base namespace for FilePath in content/browser
brettw@chromium.org
2013-02-07
1
-1
/
+1
*
Move tracing code in content\browser to content\browser\tracing now that ther...
jam@chromium.org
2013-02-01
1
-1
/
+1
*
Linux: inform the Zygote when it's waiting on a dead process
jln@chromium.org
2012-12-06
1
-1
/
+2
*
Add content/browser/loader/ for resource loading related classes.
darin@chromium.org
2012-12-05
1
-1
/
+1
*
Because of UID isolation on Android, crash dump generation has to happen
jcivelli@chromium.org
2012-10-24
1
-0
/
+1
*
Move the remaning files in content\common to the content namespace.
jam@chromium.org
2012-10-24
1
-25
/
+18
*
Logging: pass logging related cmd line options to utility process
qiankun.miao@intel.com
2012-10-18
1
-2
/
+13
*
On Posix, make all child processes quit when the browser dies, not just the r...
jam@chromium.org
2012-07-30
1
-0
/
+5
*
Histograms - Support histograms for Plugins, GPU
rtenneti@google.com
2012-07-12
1
-0
/
+2
*
Remove the code to wait on disconnected child processes to get the exit code....
jam@chromium.org
2012-07-09
1
-70
/
+5
*
Small cleanup in BrowserChildProcessHost. ChildProcessHostDelegate::ShutdownS...
jam@chromium.org
2012-06-19
1
-7
/
+0
*
[UMA] Use proper C++ objects to serialize tracked_objects across process boun...
isherman@chromium.org
2012-04-13
1
-1
/
+1
*
Aura: Show dialog box asking user's permisssion for screen sharing for gtalk
varunjain@chromium.org
2012-03-20
1
-0
/
+1
*
Delete HostDelegate objects instead of HostImpl objects to avoid leaking the ...
fischman@chromium.org
2012-03-06
1
-1
/
+4
*
Remove mach_broker_mac.h dependency from chrome.
jam@chromium.org
2012-02-29
1
-0
/
+8
*
Cleanup: Remove base::environment_vector and base::file_handle_mapping_vector...
thestig@chromium.org
2012-02-24
1
-3
/
+1
*
A few clients of the utility process had a race condition that could lead to ...
dgrogan@chromium.org
2012-01-27
1
-0
/
+1
*
Convert use of int ms to TimeDelta in files owned by brettw.
tedvessenes@gmail.com
2012-01-27
1
-3
/
+4
[next]