summaryrefslogtreecommitdiffstats
path: root/chrome/browser/renderer_host/render_process_host.h
Commit message (Expand)AuthorAgeFilesLines
* Add unit test and supporting code to test process overflow case.erikkay@chromium.org2010-07-111-0/+5
* Revert 46384 - Fix race in zygote_host_linux where socket was being read from...kkania@chromium.org2010-05-051-0/+10
* Fix race in zygote_host_linux where socket was being read from and written to...kkania@chromium.org2010-05-041-10/+0
* Remove dependency from webkit on chrome/common by moving files to src/app.pinkerton@chromium.org2010-03-191-1/+1
* This CL makes the TranslationService class send the text to be translated to ...jcampan@chromium.org2010-01-291-1/+1
* Add the ability for the GPU process to be used to paint the backing store of abrettw@chromium.org2010-01-131-2/+4
* Combine ViewHostMsg_{Paint,Scroll}Rect into one IPC.darin@chromium.org2009-12-211-5/+5
* Revert 34951 - Combine ViewHostMsg_{Paint,Scroll}Rect into one IPC.rsesek@chromium.org2009-12-181-5/+5
* Combine ViewHostMsg_{Paint,Scroll}Rect into one IPC.darin@chromium.org2009-12-181-5/+5
* Revert "Allow silent extension installations from the extensions gallery - Pa...rafaelw@chromium.org2009-12-081-12/+5
* Allow silent extension installations from the extensions gallery - Part 1.rafaelw@chromium.org2009-12-071-5/+12
* Added new IPC message class for CommandBuffer.apatrick@google.com2009-12-041-1/+1
* Improve reporting of subprocess crashes.asargent@chromium.org2009-12-041-0/+10
* Move Mac to using renderer spellchecker.estade@chromium.org2009-11-191-3/+0
* Launch processes asynchronously so as not to block the UI thread. For now, re...jam@chromium.org2009-11-181-1/+7
* Revert 32203,32204,32205 - Launch processes asynchronously so as not to block...jam@chromium.org2009-11-181-7/+1
* Launch processes asynchronously so as not to block the UI thread. For now, r...jam@chromium.org2009-11-171-1/+7
* amit, please review everything, jam please review the changes to the tab_cont...ananta@chromium.org2009-11-171-1/+4
* Fixes almost all of the rest of lint errors in the chrome/ directory (minus t...erg@google.com2009-11-131-1/+1
* Small clean-up to not expose base::Process from RenderProcesHost, and instead...jam@chromium.org2009-11-131-7/+7
* Enable HTML5 databases for all extension renderer processes.dumi@chromium.org2009-10-241-1/+1
* Convert the spellchecker and associated messages and functions to use string16brettw@chromium.org2009-10-191-1/+1
* Add a ticks counter that tells you how idle is a render processcpu@chromium.org2009-10-081-0/+18
* Any time we are shutting down a tab, try to use fast shutdown.estade@chromium.org2009-10-021-1/+13
* Replace the RenderProcessHost.PID function that returns the OS-generatedbrettw@chromium.org2009-08-311-9/+7
* Move IDMap back to base/ where it is needed.phajdan.jr@chromium.org2009-08-191-1/+1
* Remove RenderProcessHost::size(). With Pawel's change, size() isn't necessarilybrettw@chromium.org2009-08-181-1/+0
* Refactor IDMap to support safe removing of elements during iteration.phajdan.jr@chromium.org2009-08-171-10/+5
* Move IDMap from base/ to common/phajdan.jr@chromium.org2009-08-121-1/+1
* Ensure that we never call into WebCore::Page static methods when Page constru...dglazkov@chromium.org2009-08-051-0/+3
* Disable input events when a JS dialog is showing.tc@google.com2009-08-041-0/+11
* Fix a race condition where rapid back/forward clicks could close a tabbrettw@chromium.org2009-07-241-2/+3
* Split the IPC code into ipc/agl@chromium.org2009-07-221-1/+1
* Fix Acid3 Test 48: LINKTEST, Chromium side....dglazkov@chromium.org2009-07-031-0/+9
* Let RenderProcessHost provide a method HasConnection() instead of exposingbrettw@chromium.org2009-06-291-2/+8
* Group renderer processes by privilige when we hit the max process count.mpcomplete@google.com2009-06-151-5/+19
* Only send events to renderers that are listening to an event.Notify browser w...erikkay@google.com2009-05-011-0/+1
* Fix sudden termination after the latest WebKit merge.jam@chromium.org2009-04-251-0/+15
* Don't overload the meaning of the RENDERER_PROCESS_TERMINATED notification, i...jam@chromium.org2009-04-131-4/+0
* Revert "Move IPC code to ipc/"agl@chromium.org2009-04-031-1/+1
* Move IPC code to ipc/agl@chromium.org2009-04-031-1/+1
* Stop having renderers use both pids and a monotonically increasing "host_id"....jam@chromium.org2009-03-121-10/+5
* Bitmap transportagl@chromium.org2009-02-201-0/+10
* Reduce the amount of included header files. Vast change like in "Oh God! This...maruel@chromium.org2009-02-181-1/+2
* Factor out the test web contents from the WebContents unit test so that it canbrettw@chromium.org2009-01-211-0/+9
* Move functions required by the rest of the browser from RenderProcessHost to ...brettw@chromium.org2009-01-161-0/+203