1. 37acc25 Remove unused copies of EarlyZygoteLaunch() by jamescook · 8 years ago
  2. a06f7d6 Convert content ConnectionFilter to OnBindInterface. by ben · 8 years ago
  3. 400ea35b Rename shell namespace to service_manager by rockot · 9 years ago
  4. da988790 Establish MojoChildConnection from BrowserChildProcessHostImpl by rockot · 9 years ago
  5. 83cff6863 Revert of Establish MojoChildConnection from BrowserChildProcessHostImpl (patchset #9 id:190001 of https://codereview.chromium.org/2221153003/ ) by foolip · 9 years ago
  6. 8efa71b8 Establish MojoChildConnection from BrowserChildProcessHostImpl by rockot · 9 years ago
  7. 68ed6b5 Remove outgoing interface registry on RPH by ben · 9 years ago
  8. 141b272f Convert UtilityProcess to use MojoChild/ShellConnection for the shell handshake. by ben · 9 years ago
  9. d1dd50f5 Migrate RenderProcessHost, ChildThread to InterfaceRegistry/Provider by ben · 9 years ago
  10. 6ad1e81 [mojo-edk] Bind a child token to child launches and port reservations. by amistry · 9 years ago
  11. 3adf87d Wire up process launch error codes. by wfh · 9 years ago
  12. a9947c2 Use token-based initialisation for the utility process MojoApplication. by amistry · 9 years ago
  13. 61ca2bf8 Clean up the UtilityProcessHost if starting fails before attempting to launch the process. by amistry · 9 years ago
  14. 5971627 Convert //content/browser from scoped_ptr to std::unique_ptr by dcheng · 9 years ago
  15. 780142d Always allow ServiceRegistry to be used with UtilityProcessHosts. by amistry · 9 years ago
  16. afd49a83b Have each SandboxedProcessLauncherDelegate maintain a zygote. by kerrnel · 10 years ago
  17. 7283270 Revert of Have each SandboxedProcessLauncherDelegate maintain a zygote. (patchset #15 id:440001 of https://codereview.chromium.org/1532423003/ ) by kerrnel · 10 years ago
  18. 3c1e16b Have each SandboxedProcessLauncherDelegate maintain a zygote. by kerrnel · 10 years ago
  19. 2ecd781 Remove unused code by vitalybuka · 10 years ago
  20. b734894 Switch to standard integer types in content/browser/. by avi · 10 years ago
  21. f766aa7 Change UtilityProcessHost class to use WeakPtrFactory by asargent · 10 years ago
  22. 1a255e5 Change UtilityProcessHost::SetName() to take a string16. by thestig · 10 years ago
  23. cd95c25 Add a name to the proxy resolver utility process and display it in the task manager. by amistry · 10 years ago
  24. c6238ab Get rid of ChannelInit::SetSingleProcessIOTaskRunner() by morrita · 10 years ago
  25. 467cdc7 Use a utility process for the Mojo v8 proxy resolver. by amistry · 10 years ago
  26. 5f70aa5e Fix linter errors in UtilityProcessHostImpl. by amistry · 10 years ago
  27. c2282aa Standardize usage of virtual/override/final in content/browser/ by dcheng · 11 years ago
  28. 7fc3ac7 Replace FINAL and OVERRIDE with their C++11 counterparts in content by mohan.reddy · 11 years ago
  29. d3c6060 content/ fixups for scoped_refptr operator T* removal. by dcheng · 11 years ago
  30. 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
  31. 121e6138 Refactor configuration of sandboxes - first steps by [email protected] · 11 years ago
  32. 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
  33. dc120e7 Remove EnableZygote API. by [email protected] · 12 years ago
  34. 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
  35. d7a2d89 Set up content in-process main threads via factory by [email protected] · 12 years ago
  36. 57fdef4b Cut some more dependencies from browser to child for multiple_dll mode by [email protected] · 12 years ago
  37. 809d34b Enable sandbox in local discovery utility process. by [email protected] · 12 years ago
  38. 6d057a0c Make utility process run in-process when running in single-process mode. by [email protected] · 12 years ago
  39. 2dec8ec Use base namespace for FilePath in content/browser by [email protected] · 13 years ago
  40. b7b6387 Cleanup: Remove unneeded browser_thread.h includes in contents. by [email protected] · 13 years ago
  41. dc1571a15 Expose ChildProcessData for the utility process by [email protected] · 13 years ago
  42. 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
  43. 13075767 Move the remaning files in content\common to the content namespace. by [email protected] · 13 years ago
  44. f786717 Remove #pragma once from content by [email protected] · 13 years ago
  45. a82af39 Cleanup: Remove base::environment_vector and base::file_handle_mapping_vector to StudlyCaps. by [email protected] · 13 years ago
  46. c4f883a Create an API around UtilityProcessHost and use that from chrome. by [email protected] · 14 years ago