| Commit message (Expand) | Author | Age | Files | Lines |
* | Add an implementation for async_network_alive to Linux | zork@chromium.org | 2010-01-27 | 1 | -4/+1 |
* | Fix Linux shared lib break due to new XScreenSaver dependency. | mmoss@google.com | 2010-01-27 | 1 | -0/+5 |
* | Add support for UserIdleTime to Linux. | zork@chromium.org | 2010-01-26 | 1 | -0/+2 |
* | Fix the ARM build which can't find OpenGL. This adds a new define which I use | brettw@chromium.org | 2010-01-26 | 1 | -1/+2 |
* | Create initial GPU backing store in the GPU process for X windows applications. | brettw@chromium.org | 2010-01-26 | 1 | -13/+27 |
* | Split platform specific settings out from locale_settings.grd so we can | tony@chromium.org | 2010-01-22 | 1 | -0/+64 |
* | Support for multiple sync ModelSafeWorkers. | tim@chromium.org | 2010-01-22 | 1 | -0/+1 |
* | The renderer and plugin processes can send over raw NPObjects valid in the ot... | ananta@chromium.org | 2010-01-20 | 1 | -0/+1 |
* | Adding a secondary mini_installer target for Chrome Frame. This will remove t... | robertshield@chromium.org | 2010-01-19 | 1 | -5/+1 |
* | Merge protocol buffer changes from server back into client. | chron@google.com | 2010-01-16 | 1 | -8/+21 |
* | Add the ability for the GPU process to be used to paint the backing store of a | brettw@chromium.org | 2010-01-13 | 1 | -1/+34 |
* | Moving the CLD code to the renderer so it runs sanboxed. | jcampan@chromium.org | 2010-01-12 | 1 | -1/+0 |
* | official build and buildbots are now chromeos=1 | oshima@chromium.org | 2010-01-09 | 1 | -3/+3 |
* | Finish removing query_helpers.* | zork@google.com | 2010-01-08 | 1 | -2/+0 |
* | Use the right SSL adapter on Linux/OS X. This is a partial fix for the crash... | akalin@chromium.org | 2010-01-07 | 1 | -0/+2 |
* | linux: implement gpu plugin | piman@chromium.org | 2010-01-06 | 1 | -3/+5 |
* | linux: work around LAHF bug in Flash | evan@chromium.org | 2010-01-05 | 1 | -0/+1 |
* | Revert 35509 - linux: implement gpu plugin | piman@chromium.org | 2010-01-05 | 1 | -5/+3 |
* | linux: implement gpu plugin | piman@chromium.org | 2010-01-05 | 1 | -3/+5 |
* | linux: reduce header interdependencies | evan@chromium.org | 2009-12-29 | 1 | -0/+5 |
* | Split more targets from chrome.gyp to add support for building Native Client ... | gregoryd@google.com | 2009-12-28 | 1 | -1275/+12 |
* | revert r35237 since it causes Mac unit tests to fail. | jeremy@chromium.org | 2009-12-24 | 1 | -12/+1275 |
* | Split more targets from chrome.gyp to add support for building Native Client ... | gregoryd@google.com | 2009-12-23 | 1 | -1275/+12 |
* | Revert 35230 - Split more targets from chrome.gyp to add support for building... | gregoryd@google.com | 2009-12-23 | 1 | -12/+1275 |
* | Split more targets from chrome.gyp to add support for building Native Client ... | gregoryd@google.com | 2009-12-23 | 1 | -1275/+12 |
* | Added Pepper 3D device that instantiates the GPU plugin and sends GLES2 comma... | apatrick@google.com | 2009-12-22 | 1 | -2/+5 |
* | Refactoring build configurations - make it clearer and allow better support f... | gregoryd@google.com | 2009-12-22 | 1 | -2/+2 |
* | Adapt Chrome to use KeystoneRegistration 1.0.7.1306. Use "tag path" and "tag | mark@chromium.org | 2009-12-19 | 1 | -4/+6 |
* | Revert 35012 - Rearrange build configurations make it clearer and allow bett... | gregoryd@google.com | 2009-12-19 | 1 | -2/+2 |
* | Rearrange build configurations - make it clearer and allow better support for... | gregoryd@google.com | 2009-12-19 | 1 | -2/+2 |
* | Revert 34983 - Split more targets from chrome.gyp to add support for building... | slightlyoff@chromium.org | 2009-12-18 | 1 | -12/+1271 |
* | Split more targets from chrome.gyp to add support for building Native Client ... | gregoryd@google.com | 2009-12-18 | 1 | -1271/+12 |
* | Remove -lGL from chrome.gyp which I accidentally checked in. | brettw@chromium.org | 2009-12-15 | 1 | -1/+0 |
* | Move the utility process messages to their own file now that we have more than | brettw@chromium.org | 2009-12-15 | 1 | -0/+3 |
* | mac: totally revamp "Aw Snap" page, implement new "Learn more" link, add unit... | kuan@chromium.org | 2009-12-15 | 1 | -0/+1 |
* | Implemented OS X version of NetworkStatusDetectorTaskMac. | akalin@chromium.org | 2009-12-15 | 1 | -0/+1 |
* | Make ProcessWatcher use kqueues on Mac. | jeremy@chromium.org | 2009-12-15 | 1 | -0/+6 |
* | Added CommandBufferProxy, CommandBufferStub. Replaced NPAPI with IPC for sync... | apatrick@google.com | 2009-12-12 | 1 | -0/+8 |
* | Factor out the resource generation actions for Linux and FreeBSD. | satorux@chromium.org | 2009-12-11 | 1 | -72/+89 |
* | Revert 34146 - A place to store the pid>mach_port_t mapping. | thakis@chromium.org | 2009-12-09 | 1 | -2/+0 |
* | A place to store the pid->mach_port_t mapping. | thakis@chromium.org | 2009-12-09 | 1 | -0/+2 |
* | Add Cocoa window interposing for plugin process | stuartmorgan@chromium.org | 2009-12-08 | 1 | -0/+2 |
* | Splitting off renderer from chrome.gyp into a seperate gypi. | bradnelson@google.com | 2009-12-07 | 1 | -179/+1 |
* | Move some of the variables/files over into chrome_tests.gypi so they are with... | thomasvl@chromium.org | 2009-12-07 | 1 | -89/+0 |
* | [Mac] Implement font and encoding settings in Under the Hood preferences | rsesek@chromium.org | 2009-12-07 | 1 | -0/+1 |
* | WebSocket in Worker: render_thread->child_thread change. | ukai@chromium.org | 2009-12-07 | 1 | -4/+4 |
* | Removed sync/notifier/base/mac/time_mac.cc (which just includes time_posix.cc). | akalin@chromium.org | 2009-12-04 | 1 | -1/+0 |
* | Switch Mac plugins back to a UI runloop | stuartmorgan@chromium.org | 2009-12-03 | 1 | -0/+1 |
* | Make no-tcmalloc (really, non-base/allocator) builds work again, | dank@chromium.org | 2009-12-03 | 1 | -9/+21 |
* | Unload the entire extension when any part of it crashes. | phajdan.jr@chromium.org | 2009-12-02 | 1 | -3/+2 |