1. 08c426a Added code so renderer would cleanly exit. by [email protected] · 13 years ago
  2. c2c68b1f Add an API around zygoteHost so that chrome doesn't reach into the internal content implementation. by [email protected] · 13 years ago
  3. a82af39 Cleanup: Remove base::environment_vector and base::file_handle_mapping_vector to StudlyCaps. by [email protected] · 13 years ago
  4. ffb6973 Don't use zygote for Android's child process launcher. by [email protected] · 14 years ago
  5. eaac7159 Move the ProcessWatcher methods out of content/common/process_watcher into base/process_util, alongside the other process methods. by [email protected] · 14 years ago
  6. 037edb5 Convert NewRunnableFunction/NewRunnableMethod calls to use base::Bind(). by [email protected] · 14 years ago
  7. 631bb74 Move BrowserThread to content namespace. by [email protected] · 14 years ago
  8. c38831a1 Split BrowserThread into public API and private implementation, step 1. by [email protected] · 14 years ago
  9. b39ef1cb Move resource_codes to content/public/common. by [email protected] · 14 years ago
  10. 87f3c08 Move content_browser_client.h to public, and while at it, move by [email protected] · 14 years ago
  11. c08950d2 Move content_switches to content\public\common. by [email protected] · 14 years ago
  12. e51ddf25 Content: Log an error when we are unable to launch child by [email protected] · 14 years ago
  13. 718eab6 Remove RenderProcessHost::is_extension_process by [email protected] · 14 years ago
  14. 177623b Move handle dumpage to the renderer process (so that it works correctly) and move handle enumerator into common. by [email protected] · 14 years ago
  15. 2ce26c43 Wait properly for renderer crashes by [email protected] · 14 years ago
  16. e202478 Fix race condition in ChildProcessLauncher. r79308 made process_ used on CHILD_PROCESS_LAUNCHER thread, even though it's not thread safe. I switched it to pass the handle directly, and made all the methods that run on CHILD_PROCESS_LAUNCHER static to make this clearer. by [email protected] · 14 years ago
  17. 84b2d1d Synchronize the parent and child processes during launch, ensuring that the by [email protected] · 14 years ago
  18. c4ed802 Cleanup code used to diagnose and fix bug 81449. by [email protected] · 14 years ago
  19. f3c1d3c Fix bug that caused Task Manager to display defunct GPU processes after they were killed. This change makes it OK to call GetChildTerminationStatus after the process handle has been nulled out. Previously, the process kill notification was never getting sent out because of the check for a null handle. by [email protected] · 14 years ago
  20. 1fcfb20 Take two at splitting result codes between content and chrome. by [email protected] · 14 years ago
  21. ce2ae44 Modify the Chrome Linux zygote to support a ZygoteForkHelper for flexible by [email protected] · 14 years ago
  22. 4229b5d Revert 92787 - Modify the Chrome Linux zygote to support a ZygoteForkHelper for flexible by [email protected] · 14 years ago
  23. ae27f1c Modify the Chrome Linux zygote to support a ZygoteForkHelper for flexible by [email protected] · 14 years ago
  24. 36d772c Revert r92730, r92731, r92732 ... will land again once I ensure the win builds compile. by [email protected] · 14 years ago
  25. 785c967 This change will split the result codes between content and chrome. by [email protected] · 14 years ago
  26. e599218 Change base::LaunchProcess API slightly by [email protected] · 14 years ago
  27. 1e41c38 Clean up users of a deprecated base::LaunchApp API. by [email protected] · 14 years ago
  28. 2b64f7b Revert 90805 - I am submitting this with LGTMs from agl@ and evanm@. I'm marking this as TBR=jam@ because he is on vacation. He previously LGTMed the reverted CL (link below) and there are not substantive changes since then. by [email protected] · 14 years ago
  29. 0e0e9b1 I am submitting this with LGTMs from agl@ and evanm@. I'm marking this as TBR=jam@ because he is on vacation. He previously LGTMed the reverted CL (link below) and there are not substantive changes since then. by [email protected] · 14 years ago
  30. 3fa5cc1 Revert 90681 - New NaCl zygote implementation 2, in which Chrome zygote forks a NaCl helper. by [email protected] · 14 years ago
  31. 5b99724 New NaCl zygote implementation 2, in which Chrome zygote forks a NaCl helper. by [email protected] · 14 years ago
  32. ed0fbe6 Move MachBroker to content. by [email protected] · 14 years ago
  33. 7c863570 Add a flag to print the handles held by a child process when it shuts down. by [email protected] · 14 years ago
  34. e63c4d7 Replace OS_LINUX ifdefs with OS_POSIX & !OS_MACOSX, TOOLKIT_USES_GTK, or by [email protected] · 14 years ago
  35. cd5fa1a Move sandbox_policy to content. by [email protected] · 14 years ago
  36. 25fe7fc5 Get rid of content dependency from sandbox_policy.h by [email protected] · 14 years ago
  37. 578cd61 Turn off optimization for ChildProcessLauncher::Context::TerminateInternal. by [email protected] · 14 years ago
  38. 358cb8e Revert 86532 - Revert 86517 - Don't terminate plugin processes from the browser during browser shutdown. This is to allow the plugins to by [email protected] · 14 years ago
  39. 9e3df998 Revert 86517 - Don't terminate plugin processes from the browser during browser shutdown. This is to allow the plugins to by [email protected] · 14 years ago
  40. 30fc7a82 Don't terminate plugin processes from the browser during browser shutdown. This is to allow the plugins to by [email protected] · 14 years ago
  41. b80f6843 Remove safe_browsing code from BrowserRenderProcessHost. Also remove crash reporting glue in content. by [email protected] · 14 years ago
  42. 54457f3 Fix crash reporting for ppapi by [email protected] · 14 years ago
  43. 3b63f8f4 Move some files from base to base/memory. by [email protected] · 14 years ago
  44. 3e55e21 Add support for the cgroups config we have in chromeos by [email protected] · 14 years ago
  45. acb9472 Move the renderer_web* files to content. by [email protected] · 14 years ago
  46. 4dd5793 Move the remaining files in chrome\common to content\common. by [email protected] · 14 years ago
  47. a01efd2 Delete the temporary headers left behind in chrome\browser. I've left browser_thread.h for another change, since 450 files include it. by [email protected] · 14 years ago
  48. df8e899b Move core pieces of chrome\browser. I've only gone up to "g", will do the rest in another cl. by [email protected] · 14 years ago[Renamed (98%) from chrome/browser/child_process_launcher.cc]
  49. 9289af82 Adding crash reporting on Linux for the GPU process. by [email protected] · 15 years ago
  50. 20305ec Remove obsolete base/lock.h and fix up callers to use the new header file and by [email protected] · 15 years ago
  51. 34b9963 Move base/thread.h to base/threading, fix up callers to use the new location. by [email protected] · 15 years ago
  52. 443b80e This adds some plumbing for propagating the status and error code of a renderer process that went away so that we can tell at the UI level what happened to the tab: did it crash, or was it killed by the OOM killer (or some other reason). This is in preparation for implementing a new UI for when a process is killed by the OOM on ChromeOS which handles it differently from a crash. by [email protected] · 15 years ago
  53. dc8caba Rename all methods accessing Singleton<T> as GetInstance(). by [email protected] · 15 years ago
  54. d3c6c0d7 Add a new GetInstance() method for singleton classes used in chrome/browser files. by [email protected] · 15 years ago
  55. 22b61ba Revert 63067 - This adds some plumbing for propagating the status and error code of a by [email protected] · 15 years ago
  56. b121b12 This adds some plumbing for propagating the status and error code of a by [email protected] · 15 years ago
  57. 18cbea3 Coverity: Initialize member variables. by [email protected] · 15 years ago
  58. ed7e6dd Rename ChromeThread to BrowserThread Part19: by [email protected] · 15 years ago
  59. d04e766 Rename ChromeThread to BrowserThread Part14: by [email protected] · 15 years ago
  60. b88a749 [Mac] Replace the existing browser-child mach ipc with a long-lived listener on a well-known port. by [email protected] · 15 years ago
  61. 864b136 FBTF: Remove unneeded headers from base/ (part 6) by [email protected] · 15 years ago
  62. eb1bd83 Fix typos for defined(OS_XXX). by [email protected] · 15 years ago
  63. cd69619b Revert 46384 - Fix race in zygote_host_linux where socket was being read from and written to on different threads. by [email protected] · 15 years ago
  64. 9b0ba035 Remove recently added DCHECK in 46384 which is causing some test crashes. by [email protected] · 15 years ago
  65. 3131a4b Fix race in zygote_host_linux where socket was being read from and written to on different threads. by [email protected] · 15 years ago
  66. 49836d5 Revert 43821 - Add some temporary instrumentation to help track down a crasher. by [email protected] · 15 years ago
  67. d75f16b2 Add some temporary instrumentation to help track down a crasher. by [email protected] · 15 years ago
  68. e80bea9a Make DidProcessCrash a bit more solid and accurate on Windows by [email protected] · 15 years ago
  69. 7c4ea14 Create initial GPU backing store in the GPU process for X windows applications. by [email protected] · 16 years ago
  70. 382abc2 Moving sandbox_policy files into chrome/common . by [email protected] · 16 years ago
  71. c002879 Mac: Other approach for IPCing child task_ts. by [email protected] · 16 years ago
  72. 675112f Revert 35888 - Mac: Other approach for IPCing child task_ts. by [email protected] · 16 years ago
  73. 474f059 Mac: Other approach for IPCing child task_ts. by [email protected] · 16 years ago
  74. e36e86f Make ProcessWatcher use kqueues on Mac. by [email protected] · 16 years ago
  75. 3a3085e4 Revert 34146 - A place to store the pid>mach_port_t mapping. by [email protected] · 16 years ago
  76. 2191d20 A place to store the pid->mach_port_t mapping. by [email protected] · 16 years ago
  77. e01761e Use the zygote for extension page popup processes. by [email protected] · 16 years ago
  78. 3d2217d Fix environment variables not being used after switching to ChildProcessLauncher. by [email protected] · 16 years ago
  79. 91451171 Fix bug when accessing g_browser_process->broker_services() at shutdown. by [email protected] · 16 years ago
  80. fb1277e8 Launch all child processes asynchronously so as not to block the IO thread. by [email protected] · 16 years ago
  81. 9610ef24 Launch processes asynchronously so as not to block the UI thread. For now, renderer only, I'll take care of plugin/worker/utility processes in a followup change. (relanding 32203) by [email protected] · 16 years ago
  82. fdb7ee3 Revert 32203,32204,32205 - Launch processes asynchronously so as not to block the UI thread. For now, renderer only, I'll take care of plugin/worker/utility processes in a followup change. by [email protected] · 16 years ago
  83. 98240004 Fix build break on Mac release. by [email protected] · 16 years ago
  84. 8f44326c2 Launch processes asynchronously so as not to block the UI thread. For now, renderer only, I'll take care of plugin/worker/utility processes in a followup change. by [email protected] · 16 years ago