| Commit message (Expand) | Author | Age | Files | Lines |
* | Refactor sandbox_policy.cc so that it doesn't contain the sandbox policies fo... | jam@chromium.org | 2013-03-20 | 1 | -7/+9 |
* | Fix x86 build of Android. | yfriedman@chromium.org | 2013-03-19 | 1 | -1/+1 |
* | Since some child processes, such as PPAPI_BROKER plugin, might not run in san... | kjyoun@google.com | 2013-03-19 | 1 | -5/+5 |
* | Revert 184213 | rtenneti@chromium.org | 2013-02-25 | 1 | -1/+31 |
* | Move file_path.h to base/files. | brettw@chromium.org | 2013-02-24 | 1 | -1/+1 |
* | Revert 183407 | rtenneti@chromium.org | 2013-02-22 | 1 | -31/+1 |
* | Child process launch - Record process creation times. | rtenneti@chromium.org | 2013-02-20 | 1 | -1/+31 |
* | Use base namespace for FilePath in content/browser | brettw@chromium.org | 2013-02-07 | 1 | -3/+3 |
* | [Android] Ensure android_webview doesn't start child processes. | benm@chromium.org | 2013-01-12 | 1 | -0/+4 |
* | Removing unnecessary content:: namespace qualifier. | darin@chromium.org | 2013-01-02 | 1 | -2/+1 |
* | Linux: inform the Zygote when it's waiting on a dead process | jln@chromium.org | 2012-12-06 | 1 | -1/+2 |
* | Move global_descriptors to base/posix. | brettw@chromium.org | 2012-11-09 | 1 | -1/+1 |
* | Because of UID isolation on Android, crash dump generation has to happen | jcivelli@chromium.org | 2012-10-24 | 1 | -7/+13 |
* | Move the remaning files in content\common to the content namespace. | jam@chromium.org | 2012-10-24 | 1 | -13/+15 |
* | Move sandbox code in content to content namespace. | jam@chromium.org | 2012-10-23 | 1 | -1/+2 |
* | Close leaking FDs. | jcivelli@chromium.org | 2012-09-25 | 1 | -15/+18 |
* | On Posix, make all child processes quit when the browser dies, not just the r... | jam@chromium.org | 2012-07-30 | 1 | -1/+1 |
* | Move zygote_host_impl_linux.* to content/browser/zygote_host | jln@chromium.org | 2012-07-24 | 1 | -1/+1 |
* | Upstream ChildProcessLauncher changes for Android. | yfriedman@chromium.org | 2012-06-28 | 1 | -18/+83 |
* | Refactor GetCrashSignalFD to be more generic. | yfriedman@chromium.org | 2012-06-22 | 1 | -21/+17 |
* | Tighten up DEPS some more. NaCl/service process code are including internal c... | jam@chromium.org | 2012-06-04 | 1 | -1/+1 |
* | 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 |