| Commit message (Expand) | Author | Age | Files | Lines |
* | Replace the RenderProcessHost.PID function that returns the OS-generated | brettw@chromium.org | 2009-08-31 | 1 | -2/+2 |
* | Revert "Fix a ton of compiler warnings." | tony@chromium.org | 2009-08-28 | 1 | -1/+1 |
* | Fix a ton of compiler warnings. | estade@chromium.org | 2009-08-28 | 1 | -1/+1 |
* | Allow Chromium Linux to be built with Breakpad. Enable Linux CHROME_HEADLESS ... | thestig@chromium.org | 2009-08-26 | 1 | -7/+7 |
* | Reverting 24220. | yutak@chromium.org | 2009-08-25 | 1 | -2/+1 |
* | Allow Chromium Linux to be built with Breakpad. Enable Linux CHROME_HEADLESS ... | thestig@chromium.org | 2009-08-25 | 1 | -1/+2 |
* | Change breakpads on the helper processes to keep our rimZ clean. | mark@chromium.org | 2009-08-15 | 1 | -1/+30 |
* | Re-commit r22981 after backout at r22992. Contains fixes to relocate | mark@chromium.org | 2009-08-11 | 1 | -0/+65 |
* | Back out r22981, it may have caused Windows test failures. | mark@chromium.org | 2009-08-11 | 1 | -65/+0 |
* | Provide a separate app bundle for subprocesses like the renderer on the Mac. | mark@chromium.org | 2009-08-11 | 1 | -0/+65 |
* | Split the IPC code into ipc/ | agl@chromium.org | 2009-07-22 | 1 | -1/+1 |
* | plugins: use OnChannelError to detect when the channel goes away | evan@chromium.org | 2009-07-10 | 1 | -22/+11 |
* | Revert "plugins: use OnChannelError to detect when the channel goes away" | evan@chromium.org | 2009-07-10 | 1 | -11/+22 |
* | plugins: use OnChannelError to detect when the channel goes away | evan@chromium.org | 2009-07-10 | 1 | -22/+11 |
* | Cancel all pending requests when a worker goes away. | jam@chromium.org | 2009-06-22 | 1 | -0/+2 |
* | POSIX: don't spawn zombies. | agl@chromium.org | 2009-04-28 | 1 | -1/+1 |
* | Revert "POSIX: Don't spawn zombies." (r14488) | agl@chromium.org | 2009-04-24 | 1 | -1/+1 |
* | POSIX: Don't spawn zombies. | agl@chromium.org | 2009-04-24 | 1 | -1/+1 |
* | Revert "Move IPC code to ipc/" | agl@chromium.org | 2009-04-03 | 1 | -2/+1 |
* | Move IPC code to ipc/ | agl@chromium.org | 2009-04-03 | 1 | -1/+2 |
* | Port plugin messages. | jam@chromium.org | 2009-04-01 | 1 | -9/+1 |
* | Add another ifdef for other platforms | jam@chromium.org | 2009-03-27 | 1 | -0/+2 |
* | Fix non Windows builds. | jam@chromium.org | 2009-03-27 | 1 | -1/+3 |
* | Refactor plugin process code which checks with the browser process before shu... | jam@chromium.org | 2009-03-27 | 1 | -5/+26 |
* | Hide the details about ResourceDispatcherHost messages from child processes. ... | jam@chromium.org | 2009-03-17 | 1 | -5/+14 |
* | Fix linux build break | jam@chromium.org | 2009-03-06 | 1 | -0/+2 |
* | An assert was being hit because WaitableEvent's dtor was calling CloseHandle ... | jam@chromium.org | 2009-03-06 | 1 | -0/+4 |
* | NO CODE CHANGE. | maruel@google.com | 2009-03-05 | 1 | -1/+2 |
* | Fix crashes in WorkerProcessHost. The wrong iterator was being incremented. | jam@chromium.org | 2009-03-04 | 1 | -1/+1 |
* | Initial checkin of the out of process worker implementation. | jam@chromium.org | 2009-03-04 | 1 | -2/+4 |
* | Make plugin_process_host.cc and child_process_host.cc compile on Posix. | jhawkins@chromium.org | 2009-02-23 | 1 | -6/+13 |
* | Fix release build break | jam@chromium.org | 2009-02-18 | 1 | -0/+1 |
* | Take out common functionality from PluginProcessHost and move it to ChildProc... | jam@chromium.org | 2009-02-18 | 1 | -0/+180 |