| Commit message (Expand) | Author | Age | Files | Lines |
* | Rename BrowserChildProcessHost implementation class to BrowserChildProcessHos... | jam@chromium.org | 2012-01-23 | 1 | -317/+0 |
* | Add a Content API around BrowserChildProcessHost, similar to what was done wi... | jam@chromium.org | 2012-01-20 | 1 | -71/+74 |
* | Revert 118415 - Add a Content API around BrowserChildProcessHost, similar to ... | jam@chromium.org | 2012-01-20 | 1 | -72/+69 |
* | Add a Content API around BrowserChildProcessHost, similar to what was done wi... | jam@chromium.org | 2012-01-20 | 1 | -69/+72 |
* | Group BrowserChildProcesshost methods that will be part of the interface toge... | jam@chromium.org | 2012-01-17 | 1 | -4/+13 |
* | Revert 117824 - Convert use of int ms to TimeDelta in files owned by brettw. | hbono@chromium.org | 2012-01-16 | 1 | -4/+3 |
* | Convert use of int ms to TimeDelta in files owned by brettw. | tedvessenes@gmail.com | 2012-01-16 | 1 | -3/+4 |
* | Get rid of unnecessary accessors in BrowserProcessHost that were transitional... | jam@chromium.org | 2012-01-13 | 1 | -12/+13 |
* | Coverity Fix: PASS_BY_VALUE | scr@chromium.org | 2011-12-22 | 1 | -2/+2 |
* | Make sure that ChildProcessData.type always gets initialized | tbreisacher@chromium.org | 2011-12-21 | 1 | -2/+2 |
* | Make ChildProcessHost be used through an interface in content/public, instead... | jam@chromium.org | 2011-12-03 | 1 | -4/+6 |
* | Simplify BrowserChildProcessHost in preparation for refactoring it so that co... | jam@chromium.org | 2011-12-03 | 1 | -2/+2 |
* | Don't make classes derive from ChildProcessHost, and instead have them use it... | jam@chromium.org | 2011-12-02 | 1 | -9/+23 |
* | Fix use-after-free. OnChildDied deletes the current object, so we shouldn't c... | jam@chromium.org | 2011-12-02 | 1 | -2/+4 |
* | Get rid of the ChildProcessInfo class. It was carrying unnecessary data, and ... | jam@chromium.org | 2011-12-02 | 1 | -25/+20 |
* | Collect profiler stats from all browser child processes. | rtenneti@chromium.org | 2011-12-01 | 1 | -0/+2 |
* | Move the ProcessType enum out to its own file. This is in preparation for get... | jam@chromium.org | 2011-12-01 | 1 | -9/+15 |
* | Move the ProcessWatcher methods out of content/common/process_watcher into ba... | jam@chromium.org | 2011-11-23 | 1 | -1/+0 |
* | Allow linker initialization of lazy instance | joth@chromium.org | 2011-11-15 | 1 | -2/+2 |
* | On non-Windows platforms, wait for some time for an exit code. | petkov@chromium.org | 2011-11-02 | 1 | -10/+31 |
* | 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 |
* | Switch ChildProcess.* enum histograms from COUNTS to ENUMERATION. | petkov@chromium.org | 2011-10-24 | 1 | -4/+8 |
* | Make NotificationService an interface in the content namespace, and switch ca... | jam@chromium.org | 2011-10-19 | 1 | -3/+3 |
* | Count all abnormal child process exits in a ChildProcess.Disconnected histogram. | petkov@chromium.org | 2011-10-19 | 1 | -0/+2 |
* | Move content_browser_client.h to public, and while at it, move | joi@chromium.org | 2011-10-19 | 1 | -1/+1 |
* | Move NotificationObserver, NotificationSource, and NotificationDetails to con... | jam@chromium.org | 2011-10-19 | 1 | -1/+1 |
* | Move content_notification_types.h from content\common to content\public\brows... | jam@chromium.org | 2011-10-18 | 1 | -0/+5 |
* | Move content_switches to content\public\common. | jam@chromium.org | 2011-10-13 | 1 | -1/+1 |
* | Wait properly for renderer crashes | phajdan.jr@chromium.org | 2011-09-19 | 1 | -1/+1 |
* | Trying to reland r101435 : Better account crashes for the BrowserChildProcess... | cpu@chromium.org | 2011-09-16 | 1 | -28/+67 |
* | Revert 101435 - Better account crashes for the BrowserChildProcessHost (and d... | hbono@chromium.org | 2011-09-16 | 1 | -65/+28 |
* | Better account crashes for the BrowserChildProcessHost (and derived) for wind... | cpu@chromium.org | 2011-09-16 | 1 | -28/+65 |
* | This patch caused Chrome to be unable to load any web pages on Chrome OS. | satorux@chromium.org | 2011-08-23 | 1 | -11/+2 |
* | Fix IPC OnChannelConnected() to send correct PID on Linux/CrOS | jamescook@chromium.org | 2011-08-19 | 1 | -2/+11 |
* | Fix bug that caused Task Manager to display defunct GPU processes after they ... | jbates@chromium.org | 2011-07-25 | 1 | -4/+1 |
* | some cleanup for base/stl_util | dilmah@chromium.org | 2011-07-19 | 1 | -1/+1 |
* | Check the child_process_ ptr before access on shutdown, is causing browser cr... | elijahtaylor@google.com | 2011-07-15 | 1 | -1/+1 |
* | Keep cached handle better in sync with that in process launcher. | kbr@chromium.org | 2011-07-12 | 1 | -0/+5 |
* | Moving notification types which are chrome specific to a new header file chro... | ananta@chromium.org | 2011-07-10 | 1 | -6/+6 |
* | Revert 91924. ui_tests started crashing on several bots (e.g. Linux Tests (db... | thakis@chromium.org | 2011-07-10 | 1 | -5/+0 |
* | Work around assertion failure when child process crashes by updating | kbr@chromium.org | 2011-07-09 | 1 | -0/+5 |
* | Get rid of the following dependencies from content: | jam@chromium.org | 2011-06-14 | 1 | -1/+0 |
* | Remove content dependency on chrome/browser/accessibility/browser_accessibili... | jam@chromium.org | 2011-06-13 | 1 | -1/+1 |
* | Revert 86532 - Revert 86517 - Don't terminate plugin processes from the brows... | ananta@chromium.org | 2011-05-25 | 1 | -0/+5 |
* | Revert 86517 - Don't terminate plugin processes from the browser during brows... | nsylvain@chromium.org | 2011-05-25 | 1 | -5/+0 |
* | Don't terminate plugin processes from the browser during browser shutdown. Th... | ananta@chromium.org | 2011-05-24 | 1 | -0/+5 |
* | Treat TERMINATION_STATUS_ABNORMAL_TERMINATION in browser child processes as | mark@chromium.org | 2011-05-11 | 1 | -1/+2 |
* | Remove safe_browsing code from BrowserRenderProcessHost. Also remove crash r... | jam@chromium.org | 2011-05-02 | 1 | -23/+5 |