summaryrefslogtreecommitdiffstats
path: root/chrome/browser/renderer_host/render_process_host.cc
Commit message (Expand)AuthorAgeFilesLines
* Revert "Allow silent extension installations from the extensions gallery - Pa...rafaelw@chromium.org2009-12-081-10/+1
* Allow silent extension installations from the extensions gallery - Part 1.rafaelw@chromium.org2009-12-071-1/+10
* Add a ticks counter that tells you how idle is a render processcpu@chromium.org2009-10-081-0/+2
* Remove the RenderProcessHost from the list of renderer processes when we call...jam@chromium.org2009-10-051-1/+7
* Any time we are shutting down a tab, try to use fast shutdown.estade@chromium.org2009-10-021-0/+7
* Replace the RenderProcessHost.PID function that returns the OS-generatedbrettw@chromium.org2009-08-311-25/+6
* Remove RenderProcessHost::size(). With Pawel's change, size() isn't necessarilybrettw@chromium.org2009-08-181-6/+1
* Refactor IDMap to support safe removing of elements during iteration.phajdan.jr@chromium.org2009-08-171-10/+8
* Disable input events when a JS dialog is showing.tc@google.com2009-08-041-1/+2
* Adds some debugging code in hopes of tracking down asky@chromium.org2009-07-011-0/+1
* Group renderer processes by privilige when we hit the max process count.mpcomplete@google.com2009-06-151-9/+32
* Fix memory leaks when a renderer crashes and the user refreshes. Also fix me...jam@chromium.org2009-05-191-3/+1
* Fix sudden termination after the latest WebKit merge.jam@chromium.org2009-04-251-1/+2
* Don't overload the meaning of the RENDERER_PROCESS_TERMINATED notification, i...jam@chromium.org2009-04-131-9/+3
* Stop having renderers use both pids and a monotonically increasing "host_id"....jam@chromium.org2009-03-121-8/+12
* Update the table of RAM vs number of rendererscpu@google.com2009-02-191-5/+20
* Remove most header file dependencies on the notification type list. It isbrettw@chromium.org2009-02-011-1/+1
* POSIX: Get render_process_host to build.agl@chromium.org2009-01-221-5/+6
* * Revert "POSIX: Get render_process_host to build."agl@chromium.org2009-01-211-6/+5
* POSIX: Get render_process_host to build.agl@chromium.org2009-01-211-5/+6
* Move functions required by the rest of the browser from RenderProcessHost to ...brettw@chromium.org2009-01-161-0/+159