| Commit message (Expand) | Author | Age | Files | Lines |
* | Add stats for figuring out how often we kill processes because of malformed I... | jam@chromium.org | 2010-12-22 | 1 | -1/+1 |
* | This adds some plumbing for propagating the status and error code of a render... | gspencer@chromium.org | 2010-12-14 | 1 | -3/+8 |
* | Revert 63232 - On Windows, create a new TransportDIB::Handle struct which inc... | kkania@chromium.org | 2010-10-20 | 1 | -6/+6 |
* | On Windows, create a new TransportDIB::Handle struct which includes the file | kkania@chromium.org | 2010-10-20 | 1 | -6/+6 |
* | Revert 63067 - This adds some plumbing for propagating the status and error c... | gspencer@chromium.org | 2010-10-19 | 1 | -8/+3 |
* | This adds some plumbing for propagating the status and error code of a | gspencer@chromium.org | 2010-10-19 | 1 | -3/+8 |
* | Fix flaky IncognitoSplitMode. For real this time. | mpcomplete@chromium.org | 2010-10-13 | 1 | -0/+3 |
* | Revert 61608 - On Windows, create a new TransportDIB::Handle struct which inc... | satish@chromium.org | 2010-10-06 | 1 | -6/+6 |
* | On Windows, create a new TransportDIB::Handle struct which includes the file | kkania@chromium.org | 2010-10-06 | 1 | -6/+6 |
* | Support additional webkit accessibility notifications and states. | ctguil@chromium.org | 2010-09-25 | 1 | -1/+2 |
* | FBTF: Remove "obviously" unneeded standard C++ library #includes. | viettrungluu@chromium.org | 2010-08-15 | 1 | -2/+1 |
* | ChromeFrame currently overrides the request context for intercepting network ... | ananta@chromium.org | 2010-08-04 | 1 | -2/+1 |
* | `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views | thakis@chromium.org | 2010-07-26 | 1 | -0/+1 |
* | Add unit test and supporting code to test process overflow case. | erikkay@chromium.org | 2010-07-11 | 1 | -0/+5 |
* | Revert 46384 - Fix race in zygote_host_linux where socket was being read from... | kkania@chromium.org | 2010-05-05 | 1 | -0/+10 |
* | Fix race in zygote_host_linux where socket was being read from and written to... | kkania@chromium.org | 2010-05-04 | 1 | -10/+0 |
* | Remove dependency from webkit on chrome/common by moving files to src/app. | pinkerton@chromium.org | 2010-03-19 | 1 | -1/+1 |
* | This CL makes the TranslationService class send the text to be translated to ... | jcampan@chromium.org | 2010-01-29 | 1 | -1/+1 |
* | Add the ability for the GPU process to be used to paint the backing store of a | brettw@chromium.org | 2010-01-13 | 1 | -2/+4 |
* | Combine ViewHostMsg_{Paint,Scroll}Rect into one IPC. | darin@chromium.org | 2009-12-21 | 1 | -5/+5 |
* | Revert 34951 - Combine ViewHostMsg_{Paint,Scroll}Rect into one IPC. | rsesek@chromium.org | 2009-12-18 | 1 | -5/+5 |
* | Combine ViewHostMsg_{Paint,Scroll}Rect into one IPC. | darin@chromium.org | 2009-12-18 | 1 | -5/+5 |
* | Revert "Allow silent extension installations from the extensions gallery - Pa... | rafaelw@chromium.org | 2009-12-08 | 1 | -12/+5 |
* | Allow silent extension installations from the extensions gallery - Part 1. | rafaelw@chromium.org | 2009-12-07 | 1 | -5/+12 |
* | Added new IPC message class for CommandBuffer. | apatrick@google.com | 2009-12-04 | 1 | -1/+1 |
* | Improve reporting of subprocess crashes. | asargent@chromium.org | 2009-12-04 | 1 | -0/+10 |
* | Move Mac to using renderer spellchecker. | estade@chromium.org | 2009-11-19 | 1 | -3/+0 |
* | Launch processes asynchronously so as not to block the UI thread. For now, re... | jam@chromium.org | 2009-11-18 | 1 | -1/+7 |
* | Revert 32203,32204,32205 - Launch processes asynchronously so as not to block... | jam@chromium.org | 2009-11-18 | 1 | -7/+1 |
* | Launch processes asynchronously so as not to block the UI thread. For now, r... | jam@chromium.org | 2009-11-17 | 1 | -1/+7 |
* | amit, please review everything, jam please review the changes to the tab_cont... | ananta@chromium.org | 2009-11-17 | 1 | -1/+4 |
* | Fixes almost all of the rest of lint errors in the chrome/ directory (minus t... | erg@google.com | 2009-11-13 | 1 | -1/+1 |
* | Small clean-up to not expose base::Process from RenderProcesHost, and instead... | jam@chromium.org | 2009-11-13 | 1 | -7/+7 |
* | Enable HTML5 databases for all extension renderer processes. | dumi@chromium.org | 2009-10-24 | 1 | -1/+1 |
* | Convert the spellchecker and associated messages and functions to use string16 | brettw@chromium.org | 2009-10-19 | 1 | -1/+1 |
* | Add a ticks counter that tells you how idle is a render process | cpu@chromium.org | 2009-10-08 | 1 | -0/+18 |
* | Any time we are shutting down a tab, try to use fast shutdown. | estade@chromium.org | 2009-10-02 | 1 | -1/+13 |
* | Replace the RenderProcessHost.PID function that returns the OS-generated | brettw@chromium.org | 2009-08-31 | 1 | -9/+7 |
* | Move IDMap back to base/ where it is needed. | phajdan.jr@chromium.org | 2009-08-19 | 1 | -1/+1 |
* | Remove RenderProcessHost::size(). With Pawel's change, size() isn't necessarily | brettw@chromium.org | 2009-08-18 | 1 | -1/+0 |
* | Refactor IDMap to support safe removing of elements during iteration. | phajdan.jr@chromium.org | 2009-08-17 | 1 | -10/+5 |
* | Move IDMap from base/ to common/ | phajdan.jr@chromium.org | 2009-08-12 | 1 | -1/+1 |
* | Ensure that we never call into WebCore::Page static methods when Page constru... | dglazkov@chromium.org | 2009-08-05 | 1 | -0/+3 |
* | Disable input events when a JS dialog is showing. | tc@google.com | 2009-08-04 | 1 | -0/+11 |
* | Fix a race condition where rapid back/forward clicks could close a tab | brettw@chromium.org | 2009-07-24 | 1 | -2/+3 |
* | Split the IPC code into ipc/ | agl@chromium.org | 2009-07-22 | 1 | -1/+1 |
* | Fix Acid3 Test 48: LINKTEST, Chromium side.... | dglazkov@chromium.org | 2009-07-03 | 1 | -0/+9 |
* | Let RenderProcessHost provide a method HasConnection() instead of exposing | brettw@chromium.org | 2009-06-29 | 1 | -2/+8 |
* | Group renderer processes by privilige when we hit the max process count. | mpcomplete@google.com | 2009-06-15 | 1 | -5/+19 |
* | Only send events to renderers that are listening to an event.Notify browser w... | erikkay@google.com | 2009-05-01 | 1 | -0/+1 |