| Commit message (Expand) | Author | Age | Files | Lines |
* | Added code so renderer would cleanly exit. | asharif@chromium.org | 2012-04-10 | 1 | -2/+7 |
* | Add an API around zygoteHost so that chrome doesn't reach into the internal c... | jam@chromium.org | 2012-02-25 | 1 | -6/+6 |
* | Cleanup: Remove base::environment_vector and base::file_handle_mapping_vector... | thestig@chromium.org | 2012-02-24 | 1 | -4/+4 |
* | Don't use zygote for Android's child process launcher. | satish@chromium.org | 2012-02-08 | 1 | -12/+12 |
* | Move the ProcessWatcher methods out of content/common/process_watcher into ba... | jam@chromium.org | 2011-11-23 | 1 | -2/+2 |
* | Convert NewRunnableFunction/NewRunnableMethod calls to use base::Bind(). | dcheng@chromium.org | 2011-11-15 | 1 | -5/+6 |
* | Move BrowserThread to content namespace. | joi@chromium.org | 2011-11-02 | 1 | -0/+2 |
* | Split BrowserThread into public API and private implementation, step 1. | joi@chromium.org | 2011-10-28 | 1 | -2/+2 |
* | Move resource_codes to content/public/common. | jam@chromium.org | 2011-10-25 | 1 | -1/+1 |
* | Move content_browser_client.h to public, and while at it, move | joi@chromium.org | 2011-10-19 | 1 | -1/+1 |
* | Move content_switches to content\public\common. | jam@chromium.org | 2011-10-13 | 1 | -1/+1 |
* | Content: Log an error when we are unable to launch child | rvargas@google.com | 2011-10-12 | 1 | -0/+3 |
* | Remove RenderProcessHost::is_extension_process | jochen@chromium.org | 2011-10-05 | 1 | -1/+1 |
* | Move handle dumpage to the renderer process (so that it works correctly) and ... | cdn@chromium.org | 2011-09-20 | 1 | -15/+0 |
* | Wait properly for renderer crashes | phajdan.jr@chromium.org | 2011-09-19 | 1 | -0/+5 |
* | Fix race condition in ChildProcessLauncher. r79308 made process_ used on CHIL... | jam@chromium.org | 2011-09-07 | 1 | -13/+17 |
* | Synchronize the parent and child processes during launch, ensuring that the | mark@chromium.org | 2011-09-01 | 1 | -23/+27 |
* | Cleanup code used to diagnose and fix bug 81449. | apatrick@chromium.org | 2011-08-19 | 1 | -11/+0 |
* | Fix bug that caused Task Manager to display defunct GPU processes after they ... | jbates@chromium.org | 2011-07-25 | 1 | -5/+19 |
* | Take two at splitting result codes between content and chrome. | dpranke@chromium.org | 2011-07-19 | 1 | -1/+1 |
* | Modify the Chrome Linux zygote to support a ZygoteForkHelper for flexible | bradchen@google.com | 2011-07-18 | 1 | -3/+3 |
* | Revert 92787 - Modify the Chrome Linux zygote to support a ZygoteForkHelper f... | rsleevi@chromium.org | 2011-07-16 | 1 | -3/+3 |
* | Modify the Chrome Linux zygote to support a ZygoteForkHelper for flexible | bradchen@google.com | 2011-07-16 | 1 | -3/+3 |
* | Revert r92730, r92731, r92732 ... will land again once I ensure the win build... | dpranke@chromium.org | 2011-07-15 | 1 | -1/+1 |
* | This change will split the result codes between content and chrome. | dpranke@chromium.org | 2011-07-15 | 1 | -1/+1 |
* | Change base::LaunchProcess API slightly | evan@chromium.org | 2011-07-15 | 1 | -2/+1 |
* | Clean up users of a deprecated base::LaunchApp API. | evan@chromium.org | 2011-07-12 | 1 | -4/+9 |
* | Revert 90805 - I am submitting this with LGTMs from agl@ and evanm@. I'm mark... | fischman@chromium.org | 2011-06-28 | 1 | -3/+3 |
* | I am submitting this with LGTMs from agl@ and evanm@. I'm marking this as TBR... | bradchen@google.com | 2011-06-28 | 1 | -3/+3 |
* | Revert 90681 - New NaCl zygote implementation 2, in which Chrome zygote forks... | fischman@chromium.org | 2011-06-28 | 1 | -3/+3 |
* | New NaCl zygote implementation 2, in which Chrome zygote forks a NaCl helper. | bradchen@google.com | 2011-06-27 | 1 | -3/+3 |
* | Move MachBroker to content. | jam@chromium.org | 2011-06-23 | 1 | -1/+1 |
* | Add a flag to print the handles held by a child process when it shuts down. | cdn@chromium.org | 2011-06-09 | 1 | -0/+15 |
* | Replace OS_LINUX ifdefs with OS_POSIX & !OS_MACOSX, TOOLKIT_USES_GTK, or | tony@chromium.org | 2011-05-31 | 1 | -18/+16 |
* | Move sandbox_policy to content. | jam@chromium.org | 2011-05-28 | 1 | -1/+1 |
* | Get rid of content dependency from sandbox_policy.h | jam@chromium.org | 2011-05-27 | 1 | -1/+1 |
* | Turn off optimization for ChildProcessLauncher::Context::TerminateInternal. | apatrick@chromium.org | 2011-05-27 | 1 | -0/+11 |
* | Revert 86532 - Revert 86517 - Don't terminate plugin processes from the brows... | ananta@chromium.org | 2011-05-25 | 1 | -1/+19 |
* | Revert 86517 - Don't terminate plugin processes from the browser during brows... | nsylvain@chromium.org | 2011-05-25 | 1 | -19/+1 |
* | Don't terminate plugin processes from the browser during browser shutdown. Th... | ananta@chromium.org | 2011-05-24 | 1 | -1/+19 |
* | Remove safe_browsing code from BrowserRenderProcessHost. Also remove crash r... | jam@chromium.org | 2011-05-02 | 1 | -21/+4 |
* | Fix crash reporting for ppapi | piman@google.com | 2011-04-15 | 1 | -31/+26 |
* | Move some files from base to base/memory. | levin@chromium.org | 2011-03-28 | 1 | -2/+2 |
* | Add support for the cgroups config we have in chromeos | davemoore@chromium.org | 2011-03-24 | 1 | -3/+12 |
* | Move the renderer_web* files to content. | jam@chromium.org | 2011-03-18 | 1 | -1/+1 |
* | Move the remaining files in chrome\common to content\common. | jam@chromium.org | 2011-03-17 | 1 | -2/+2 |
* | Delete the temporary headers left behind in chrome\browser. I've left browse... | jam@chromium.org | 2011-03-01 | 1 | -2/+2 |
* | Move core pieces of chrome\browser. I've only gone up to "g", will do the re... | jam@chromium.org | 2011-02-22 | 1 | -0/+348 |