| Commit message (Expand) | Author | Age | Files | Lines |
* | Implement app process model isolation. | mpcomplete@chromium.org | 2010-04-22 | 1 | -0/+3 |
* | Split GpuProcessHost into GpuProcessHostUIShim, which runs on the UI | kbr@google.com | 2010-03-30 | 1 | -6/+0 |
* | Added command buffer implementation of WebGL which runs in the sandbox. | kbr@google.com | 2010-03-27 | 1 | -0/+5 |
* | Calling OpenGL from the renderer process | apatrick@chromium.org | 2010-03-25 | 1 | -0/+1 |
* | Remove dependency from webkit on chrome/common by moving files to src/app. | pinkerton@chromium.org | 2010-03-19 | 1 | -1/+1 |
* | Delete an out of date comment and include header cleanup. | thestig@chromium.org | 2010-03-18 | 1 | -5/+5 |
* | Misc. cleanups noticed while working on another change. | pkasting@chromium.org | 2010-02-12 | 1 | -2/+2 |
* | Moving the page contents message processing to the RenderViewHost. | jcampan@chromium.org | 2010-01-18 | 1 | -2/+0 |
* | Revert 36442 - Still causing test failures | jcampan@chromium.org | 2010-01-16 | 1 | -0/+2 |
* | 4th attempt at landing this. | jcampan@chromium.org | 2010-01-16 | 1 | -2/+0 |
* | Revert 36362 - It breaks NACLTests and Chrome Frame Tests | jcampan@chromium.org | 2010-01-15 | 1 | -0/+2 |
* | 3rd attempt at landing the language detection on page load. | jcampan@chromium.org | 2010-01-15 | 1 | -2/+0 |
* | Revert 35735 - Relanding the language detection code. | jcampan@chromium.org | 2010-01-07 | 1 | -0/+2 |
* | Relanding the language detection code. | jcampan@chromium.org | 2010-01-07 | 1 | -2/+0 |
* | Combine ViewHostMsg_{Paint,Scroll}Rect into one IPC. | darin@chromium.org | 2009-12-21 | 1 | -3/+3 |
* | Revert 34951 - Combine ViewHostMsg_{Paint,Scroll}Rect into one IPC. | rsesek@chromium.org | 2009-12-18 | 1 | -3/+3 |
* | Combine ViewHostMsg_{Paint,Scroll}Rect into one IPC. | darin@chromium.org | 2009-12-18 | 1 | -3/+3 |
* | Reverting the CLD CL altogether, the reliability bot is still red. | jcampan@chromium.org | 2009-12-17 | 1 | -0/+2 |
* | Makes the language detection happen with every page load | jcampan@chromium.org | 2009-12-16 | 1 | -2/+0 |
* | Revert "Allow silent extension installations from the extensions gallery - Pa... | rafaelw@chromium.org | 2009-12-08 | 1 | -8/+0 |
* | Allow silent extension installations from the extensions gallery - Part 1. | rafaelw@chromium.org | 2009-12-07 | 1 | -0/+8 |
* | Added new IPC message class for CommandBuffer. | apatrick@google.com | 2009-12-04 | 1 | -2/+2 |
* | 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 | -17/+17 |
* | Revert 32203,32204,32205 - Launch processes asynchronously so as not to block... | jam@chromium.org | 2009-11-18 | 1 | -17/+17 |
* | fix include order | jam@chromium.org | 2009-11-17 | 1 | -1/+1 |
* | Launch processes asynchronously so as not to block the UI thread. For now, r... | jam@chromium.org | 2009-11-17 | 1 | -17/+17 |
* | amit, please review everything, jam please review the changes to the tab_cont... | ananta@chromium.org | 2009-11-17 | 1 | -1/+3 |
* | Add an "extension" process type, which mostly gets treated as a renderer ever... | mpcomplete@chromium.org | 2009-11-13 | 1 | -0/+5 |
* | Small clean-up to not expose base::Process from RenderProcesHost, and instead... | jam@chromium.org | 2009-11-13 | 1 | -4/+3 |
* | Upstreaming WebKit.gyp | yaar@chromium.org | 2009-11-12 | 1 | -1/+1 |
* | Move the spellchecker to the renderer. | estade@chromium.org | 2009-11-06 | 1 | -0/+19 |
* | 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 |
* | Header dependency cleanup in chrome/ | phajdan.jr@chromium.org | 2009-10-12 | 1 | -1/+1 |
* | Any time we are shutting down a tab, try to use fast shutdown. | estade@chromium.org | 2009-10-02 | 1 | -3/+0 |
* | Do some cleanup of BrowserRenderProcessHost::Init to try to reduce the | brettw@chromium.org | 2009-10-01 | 1 | -0/+20 |
* | Retry r27137. Create renderers for ExtensionHosts one at a time to avoid bloc... | mpcomplete@chromium.org | 2009-09-28 | 1 | -0/+3 |
* | Rework visited link updating mechanism to be more robust. | dglazkov@chromium.org | 2009-08-10 | 1 | -3/+0 |
* | Ensure that we never call into WebCore::Page static methods when Page constru... | dglazkov@chromium.org | 2009-08-05 | 1 | -0/+4 |
* | Fix a race condition where rapid back/forward clicks could close a tab | brettw@chromium.org | 2009-07-24 | 1 | -2/+1 |
* | Include output of "lsb_release -d" in crash reports. | thestig@chromium.org | 2009-07-17 | 1 | -0/+1 |
* | Fix Acid3 Test 48: LINKTEST, Chromium side.... | dglazkov@chromium.org | 2009-07-03 | 1 | -0/+8 |
* | Send port disconnect events when a frame is unloaded. | mpcomplete@chromium.org | 2009-07-01 | 1 | -4/+3 |
* | Let RenderProcessHost provide a method HasConnection() instead of exposing | brettw@chromium.org | 2009-06-29 | 1 | -0/+1 |
* | Revert 18765 to try to repair perf regression | jar@chromium.org | 2009-06-19 | 1 | -3/+4 |
* | Send port-closed notification when a frame with ports unloads. | mpcomplete@google.com | 2009-06-18 | 1 | -4/+3 |
* | Linux: refactor zygote support | agl@chromium.org | 2009-06-12 | 1 | -0/+3 |
* | Revert 18109, 18111: Windows UI tests failed. | agl@chromium.org | 2009-06-10 | 1 | -3/+0 |
* | Linux: refactor zygote support | agl@chromium.org | 2009-06-10 | 1 | -0/+3 |