| Commit message (Expand) | Author | Age | Files | Lines |
* | Initial work on making extensions work in incognito mode. | mpcomplete@chromium.org | 2010-02-11 | 1 | -1/+2 |
* | Add a runtime flag for Indexed Database. | jorlow@chromium.org | 2010-02-02 | 1 | -0/+1 |
* | Rename NaCl flag for Mac to avoid confusion with --internal-nacl | gregoryd@google.com | 2010-01-29 | 1 | -2/+5 |
* | Make NaCl run in Chrome on the Mac. | dspringer@google.com | 2010-01-27 | 1 | -2/+3 |
* | Revert 37254 - Make NaCl run in Chrome on the Mac. | viettrungluu@chromium.org | 2010-01-27 | 1 | -3/+2 |
* | Make NaCl run in Chrome on the Mac. | dspringer@google.com | 2010-01-27 | 1 | -2/+3 |
* | Enable the appcache by default and add a cmd line switch to optionally disabl... | michaeln@chromium.org | 2010-01-26 | 1 | -1/+1 |
* | Create initial GPU backing store in the GPU process for X windows applications. | brettw@chromium.org | 2010-01-26 | 1 | -12/+16 |
* | Switches to enable OpenMAX for video decoding in Chrome | hclam@chromium.org | 2010-01-22 | 1 | -0/+2 |
* | Pull IOThread out of BrowserProcessImpl. Move the dns prefetching initializat... | willchan@chromium.org | 2010-01-22 | 1 | -0/+1 |
* | Enable geolocation at build time, and update the flag to configure it at runt... | joth@chromium.org | 2010-01-20 | 1 | -0/+1 |
* | Moving the page contents message processing to the RenderViewHost. | jcampan@chromium.org | 2010-01-18 | 1 | -13/+0 |
* | Revert 36442 - Still causing test failures | jcampan@chromium.org | 2010-01-16 | 1 | -0/+13 |
* | 4th attempt at landing this. | jcampan@chromium.org | 2010-01-16 | 1 | -13/+0 |
* | Revert 36362 - It breaks NACLTests and Chrome Frame Tests | jcampan@chromium.org | 2010-01-15 | 1 | -0/+13 |
* | 3rd attempt at landing the language detection on page load. | jcampan@chromium.org | 2010-01-15 | 1 | -13/+0 |
* | 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/+2 |
* | Revert 35735 - Relanding the language detection code. | jcampan@chromium.org | 2010-01-07 | 1 | -2/+15 |
* | Relanding the language detection code. | jcampan@chromium.org | 2010-01-07 | 1 | -15/+2 |
* | Take out a debugging DCHECK that I had added when switching process startup t... | jam@chromium.org | 2009-12-26 | 1 | -3/+1 |
* | Don't inject content scripts into incognito browsers. | rafaelw@chromium.org | 2009-12-23 | 1 | -2/+5 |
* | Combine ViewHostMsg_{Paint,Scroll}Rect into one IPC. | darin@chromium.org | 2009-12-21 | 1 | -4/+5 |
* | Revert 34951 - Combine ViewHostMsg_{Paint,Scroll}Rect into one IPC. | rsesek@chromium.org | 2009-12-18 | 1 | -5/+4 |
* | Combine ViewHostMsg_{Paint,Scroll}Rect into one IPC. | darin@chromium.org | 2009-12-18 | 1 | -4/+5 |
* | Win: Fix an invalid handle initialization in the spellchecker. | estade@chromium.org | 2009-12-18 | 1 | -1/+1 |
* | Reverting the CLD CL altogether, the reliability bot is still red. | jcampan@chromium.org | 2009-12-17 | 1 | -2/+15 |
* | Makes the language detection happen with every page load | jcampan@chromium.org | 2009-12-16 | 1 | -15/+2 |
* | Fix regression where we stopped running content scripts in | aa@chromium.org | 2009-12-16 | 1 | -8/+0 |
* | Re-enable the build of Pepper support by default (issue 464074, svn revision ... | sehr@google.com | 2009-12-10 | 1 | -0/+1 |
* | Revert 34161 - Enable Pepper support by default, including building the test ... | sehr@google.com | 2009-12-09 | 1 | -1/+0 |
* | Enable Pepper support by default, including building the test plugin. | sehr@google.com | 2009-12-09 | 1 | -0/+1 |
* | Revert 34146 - A place to store the pid>mach_port_t mapping. | thakis@chromium.org | 2009-12-09 | 1 | -9/+0 |
* | A place to store the pid->mach_port_t mapping. | thakis@chromium.org | 2009-12-09 | 1 | -0/+9 |
* | Revert "Allow silent extension installations from the extensions gallery - Pa... | rafaelw@chromium.org | 2009-12-08 | 1 | -17/+0 |
* | Allow silent extension installations from the extensions gallery - Part 1. | rafaelw@chromium.org | 2009-12-07 | 1 | -0/+17 |
* | Preserve optimized scrolling in the presence of multiple animating rects. | darin@chromium.org | 2009-12-04 | 1 | -0/+1 |
* | Added new IPC message class for CommandBuffer. | apatrick@google.com | 2009-12-04 | 1 | -2/+2 |
* | Improve reporting of subprocess crashes. | asargent@chromium.org | 2009-12-04 | 1 | -1/+7 |
* | Ok, here is a different approach at this change. | aa@chromium.org | 2009-12-02 | 1 | -0/+8 |
* | Add -profile command line switch | davemoore@chromium.org | 2009-11-30 | 1 | -3/+9 |
* | Revert 33255 - Report active extensions in crash reports. This only implement... | nsylvain@chromium.org | 2009-11-30 | 1 | -8/+0 |
* | Report active extensions in crash reports. This only implements Windows right... | aa@chromium.org | 2009-11-30 | 1 | -0/+8 |
* | Put the --type switch back as the first for renderers, for easy identification. | mdm@chromium.org | 2009-11-22 | 1 | -6/+6 |
* | Launch all child processes asynchronously so as not to block the IO thread. | jam@chromium.org | 2009-11-21 | 1 | -4/+10 |
* | Turn on HTML5 DBs by default. | dumi@chromium.org | 2009-11-20 | 1 | -15/+5 |
* | Move Mac to using renderer spellchecker. | estade@chromium.org | 2009-11-19 | 1 | -44/+16 |
* | Launch processes asynchronously so as not to block the UI thread. For now, re... | jam@chromium.org | 2009-11-18 | 1 | -264/+120 |
* | Revert 32203,32204,32205 - Launch processes asynchronously so as not to block... | jam@chromium.org | 2009-11-18 | 1 | -120/+264 |
* | Launch processes asynchronously so as not to block the UI thread. For now, r... | jam@chromium.org | 2009-11-17 | 1 | -264/+120 |
* | amit, please review everything, jam please review the changes to the tab_cont... | ananta@chromium.org | 2009-11-17 | 1 | -2/+5 |