| Commit message (Expand) | Author | Age | Files | Lines |
* | Move Stats, histograms, and field trial into a metrics subdirectory of base and | brettw@chromium.org | 2010-10-14 | 1 | -8/+8 |
* | Added event traces at various points during Chrome and ChromeFrame startup to... | ananta@chromium.org | 2010-08-11 | 1 | -0/+6 |
* | Remove GetSwitchValue() from chrome/* where easy. | evan@chromium.org | 2010-08-06 | 1 | -2/+2 |
* | Revert "Remove GetSwitchValue() from chrome/* where easy." | evan@chromium.org | 2010-08-04 | 1 | -2/+2 |
* | Remove GetSwitchValue() from chrome/* where easy. | evan@chromium.org | 2010-08-04 | 1 | -2/+2 |
* | Cleanup: Remove unneeded headers from app/ (part 2) | thestig@chromium.org | 2010-07-31 | 1 | -2/+0 |
* | Rename Chrome threads to use a "Cr" prefix. | evan@chromium.org | 2010-06-09 | 1 | -2/+1 |
* | Add ppapi plugins to about:plugins | darin@chromium.org | 2010-05-28 | 1 | -1/+1 |
* | Add support for registering new-style pepper plugins on the command line. | darin@chromium.org | 2010-05-14 | 1 | -0/+4 |
* | In release mode, trigger a SIGABRT rather than a SIGTRAP for fatal log errors... | thestig@chromium.org | 2010-03-18 | 1 | -2/+14 |
* | Make the pepper 2D flush callback actually function as advertised. It will now | brettw@chromium.org | 2010-03-06 | 1 | -5/+5 |
* | Revert 40490 - Make the pepper 2D flush callback actually function as adverti... | brettw@chromium.org | 2010-03-03 | 1 | -5/+5 |
* | Make the pepper 2D flush callback actually function as advertised. It will now | brettw@chromium.org | 2010-03-03 | 1 | -5/+5 |
* | Mac: for branded Google Chrome, handle SIGTERM in renderer to clean up Breakpad. | viettrungluu@chromium.org | 2009-12-11 | 1 | -0/+137 |
* | Revert 34146 - A place to store the pid>mach_port_t mapping. | thakis@chromium.org | 2009-12-09 | 1 | -62/+0 |
* | A place to store the pid->mach_port_t mapping. | thakis@chromium.org | 2009-12-09 | 1 | -0/+62 |
* | Make SystemMonitor not a Singleton and move it out of base | phajdan.jr@chromium.org | 2009-11-26 | 1 | -3/+4 |
* | Added support for --worker-startup-dialog command line flag. | atwilson@chromium.org | 2009-11-06 | 1 | -29/+1 |
* | Make Linux Breakpad initialization call to lsb_release asynchronous. Also wra... | thestig@chromium.org | 2009-09-23 | 1 | -2/+2 |
* | Move FTP LIST parsing code to the renderer process. | phajdan.jr@chromium.org | 2009-09-22 | 1 | -0/+5 |
* | Remove special event pumping now that r21355 is in and we can specify to use ... | avi@chromium.org | 2009-08-20 | 1 | -0/+6 |
* | Initial version of the Seccomp sandbox. Imported from http://code.google.com/... | markus@chromium.org | 2009-08-11 | 1 | -0/+8 |
* | Remove a comment that doesn't make any sense. | evan@chromium.org | 2009-07-28 | 1 | -3/+2 |
* | Unrevert 21355 because the revert might be causing the | nsylvain@chromium.org | 2009-07-23 | 1 | -2/+7 |
* | Revert 21355 because it might be causing all the new | nsylvain@chromium.org | 2009-07-23 | 1 | -7/+2 |
* | Switch the first thread in a child process to be the main thread, and make th... | jam@chromium.org | 2009-07-23 | 1 | -2/+7 |
* | Linux: make --renderer-startup-dialog work on Linux. | agl@chromium.org | 2009-07-22 | 1 | -2/+14 |
* | Revert r21117 as it caused reliability failures. | estade@chromium.org | 2009-07-21 | 1 | -7/+2 |
* | Switch the first thread in a child process to be the main thread, and make th... | jam@chromium.org | 2009-07-20 | 1 | -2/+7 |
* | Create A/B test of SDCH | jar@chromium.org | 2009-06-30 | 1 | -2/+2 |
* | Linux: fix crash reporting for zygote model | agl@chromium.org | 2009-06-23 | 1 | -0/+9 |
* | Fix a valgrind error related to Zygote's CommandLine usage. | craig.schlenter@chromium.org | 2009-06-19 | 1 | -1/+1 |
* | Revert processing naming change, which breaks UI tests iterating over the | deanm@chromium.org | 2009-06-15 | 1 | -9/+0 |
* | Set process name on Linux | deanm@chromium.org | 2009-06-15 | 1 | -0/+9 |
* | Respect Linux user prefs with regards to crash reporting. | thestig@chromium.org | 2009-05-28 | 1 | -7/+0 |
* | Linux: add Breakpad support | agl@chromium.org | 2009-05-22 | 1 | -0/+7 |
* | Facilitate a FieldTrial in the renderer | jar@chromium.org | 2009-05-20 | 1 | -1/+12 |
* | Move l10n_util to app/ | ben@chromium.org | 2009-05-05 | 1 | -1/+1 |
* | Adds toplevel app/ directory and moves ResourceBundle into it. | ben@chromium.org | 2009-05-05 | 1 | -1/+1 |
* | Remove histogram connection to base classes in stats_counter | jar@chromium.org | 2009-04-10 | 1 | -0/+1 |
* | - Added support for keeping track of load times. | davemoore@chromium.org | 2009-04-03 | 1 | -1/+4 |
* | NO CODE CHANGE | deanm@chromium.org | 2009-03-10 | 1 | -1/+0 |
* | Get rid of renderer startup dialog implementation on linux. | estade@chromium.org | 2009-03-10 | 1 | -12/+0 |
* | Sandbox fix - warmup -[NSColor colorUsingColorSpaceName]. | jeremy@chromium.org | 2009-02-25 | 1 | -2/+7 |
* | Initial support for Renderer Side Histograms | jar@chromium.org | 2009-02-25 | 1 | -0/+8 |
* | Update include paths for grit files. Go ahead and resort | tc@google.com | 2009-02-22 | 1 | -3/+2 |
* | Refactor code from RenderThread and PluginThread and move it to ChildThread. ... | jam@chromium.org | 2009-02-21 | 1 | -5/+2 |
* | Reverting 10080. | jam@chromium.org | 2009-02-20 | 1 | -2/+5 |
* | Refactor code from RenderThread and PluginThread and move it to ChildThread. ... | jam@chromium.org | 2009-02-20 | 1 | -5/+2 |
* | gtk_message_dialog_new expects a format string already. | evan@chromium.org | 2009-02-16 | 1 | -3/+3 |