Sign in
chromium
/
chromium
/
src
/
09692cdc03a2723afadf7109b2b8404a9eb497ed
/
content
/
browser
/
utility_process_host_impl.h
37acc25
Remove unused copies of EarlyZygoteLaunch()
by jamescook
· 8 years ago
a06f7d6
Convert content ConnectionFilter to OnBindInterface.
by ben
· 8 years ago
400ea35b
Rename shell namespace to service_manager
by rockot
· 9 years ago
da988790
Establish MojoChildConnection from BrowserChildProcessHostImpl
by rockot
· 9 years ago
83cff6863
Revert of Establish MojoChildConnection from BrowserChildProcessHostImpl (patchset #9 id:190001 of https://codereview.chromium.org/2221153003/ )
by foolip
· 9 years ago
8efa71b8
Establish MojoChildConnection from BrowserChildProcessHostImpl
by rockot
· 9 years ago
68ed6b5
Remove outgoing interface registry on RPH
by ben
· 9 years ago
141b272f
Convert UtilityProcess to use MojoChild/ShellConnection for the shell handshake.
by ben
· 9 years ago
d1dd50f5
Migrate RenderProcessHost, ChildThread to InterfaceRegistry/Provider
by ben
· 9 years ago
6ad1e81
[mojo-edk] Bind a child token to child launches and port reservations.
by amistry
· 9 years ago
3adf87d
Wire up process launch error codes.
by wfh
· 9 years ago
a9947c2
Use token-based initialisation for the utility process MojoApplication.
by amistry
· 9 years ago
61ca2bf8
Clean up the UtilityProcessHost if starting fails before attempting to launch the process.
by amistry
· 9 years ago
5971627
Convert //content/browser from scoped_ptr to std::unique_ptr
by dcheng
· 9 years ago
780142d
Always allow ServiceRegistry to be used with UtilityProcessHosts.
by amistry
· 9 years ago
afd49a83b
Have each SandboxedProcessLauncherDelegate maintain a zygote.
by kerrnel
· 10 years ago
7283270
Revert of Have each SandboxedProcessLauncherDelegate maintain a zygote. (patchset #15 id:440001 of https://codereview.chromium.org/1532423003/ )
by kerrnel
· 10 years ago
3c1e16b
Have each SandboxedProcessLauncherDelegate maintain a zygote.
by kerrnel
· 10 years ago
2ecd781
Remove unused code
by vitalybuka
· 10 years ago
b734894
Switch to standard integer types in content/browser/.
by avi
· 10 years ago
f766aa7
Change UtilityProcessHost class to use WeakPtrFactory
by asargent
· 10 years ago
1a255e5
Change UtilityProcessHost::SetName() to take a string16.
by thestig
· 10 years ago
cd95c25
Add a name to the proxy resolver utility process and display it in the task manager.
by amistry
· 10 years ago
c6238ab
Get rid of ChannelInit::SetSingleProcessIOTaskRunner()
by morrita
· 10 years ago
467cdc7
Use a utility process for the Mojo v8 proxy resolver.
by amistry
· 10 years ago
5f70aa5e
Fix linter errors in UtilityProcessHostImpl.
by amistry
· 10 years ago
c2282aa
Standardize usage of virtual/override/final in content/browser/
by dcheng
· 11 years ago
7fc3ac7
Replace FINAL and OVERRIDE with their C++11 counterparts in content
by mohan.reddy
· 11 years ago
d3c6060
content/ fixups for scoped_refptr operator T* removal.
by dcheng
· 11 years ago
683f427
Move some methods related to single-process out of content/public, since they're only called inside content.
by
[email protected]
· 11 years ago
121e6138
Refactor configuration of sandboxes - first steps
by
[email protected]
· 11 years ago
fa01e47
Creates a way to launch the utility process with elevated privileges on Windows systems for the rare operations that require administrator access.
by
[email protected]
· 11 years ago
dc120e7
Remove EnableZygote API.
by
[email protected]
· 12 years ago
b345c48
Move AlterEnvironment to base/environment.h, implement on Windows. This re-implements the Posix version to be more like the Windows version and to share some parsing code. The new version will be somewhat slower due to some extra mallocs, but is shorter and more clear. I didn't want to implement a super optimized version on Windows, and the alternative would be to keep the new Windows version and the old Posix version in parallel which seemed less desirable.
by
[email protected]
· 12 years ago
d7a2d89
Set up content in-process main threads via factory
by
[email protected]
· 12 years ago
57fdef4b
Cut some more dependencies from browser to child for multiple_dll mode
by
[email protected]
· 12 years ago
809d34b
Enable sandbox in local discovery utility process.
by
[email protected]
· 12 years ago
6d057a0c
Make utility process run in-process when running in single-process mode.
by
[email protected]
· 12 years ago
2dec8ec
Use base namespace for FilePath in content/browser
by
[email protected]
· 13 years ago
b7b6387
Cleanup: Remove unneeded browser_thread.h includes in contents.
by
[email protected]
· 13 years ago
dc1571a15
Expose ChildProcessData for the utility process
by
[email protected]
· 13 years ago
7f8f24f
Moved extension installation from FILE thread. CrxInstaller and friends are now using their own sequenced task runner instead.
by
[email protected]
· 13 years ago
13075767
Move the remaning files in content\common to the content namespace.
by
[email protected]
· 13 years ago
f786717
Remove #pragma once from content
by
[email protected]
· 13 years ago
a82af39
Cleanup: Remove base::environment_vector and base::file_handle_mapping_vector to StudlyCaps.
by
[email protected]
· 13 years ago
c4f883a
Create an API around UtilityProcessHost and use that from chrome.
by
[email protected]
· 14 years ago