| Commit message (Expand) | Author | Age | Files | Lines |
* | linux: cut down on logging spam | evan@chromium.org | 2009-07-13 | 1 | -2/+8 |
* | posix: ignore SIGPIPE in all processes, not just the browser | evan@chromium.org | 2009-07-11 | 1 | -9/+5 |
* | A little bit of bookmark bar cleanup, a little bit of padding improvement. | estade@chromium.org | 2009-07-10 | 1 | -1/+0 |
* | GTK: Initial implementation of using GTK themes, partially based on evan's CL... | erg@google.com | 2009-07-03 | 1 | -0/+3 |
* | Linux: fix crash reporting for zygote model | agl@chromium.org | 2009-06-23 | 1 | -7/+0 |
* | Fix a valgrind error related to Zygote's CommandLine usage. | craig.schlenter@chromium.org | 2009-06-19 | 1 | -1/+8 |
* | Linux: Add support for chrooted renderers. | agl@chromium.org | 2009-06-15 | 1 | -14/+0 |
* | Linux: refactor zygote support | agl@chromium.org | 2009-06-12 | 1 | -15/+26 |
* | Enable the _set_new_mode() call so that calls to malloc | mbelshe@google.com | 2009-06-11 | 1 | -0/+6 |
* | Fix for issue 13724: Don't hard code chrome.exe | nsylvain@chromium.org | 2009-06-11 | 1 | -1/+2 |
* | Revert 18109, 18111: Windows UI tests failed. | agl@chromium.org | 2009-06-10 | 1 | -24/+15 |
* | Linux: refactor zygote support | agl@chromium.org | 2009-06-10 | 1 | -15/+24 |
* | Prototype implementation of zygotes. | dkegel@google.com | 2009-06-06 | 1 | -0/+15 |
* | Revert r17575 and r17576. They are causing layout test errors. | agl@chromium.org | 2009-06-04 | 1 | -0/+14 |
* | Linux: Add support for chrooted renderers. | agl@chromium.org | 2009-06-04 | 1 | -14/+0 |
* | Respect Linux user prefs with regards to crash reporting. | thestig@chromium.org | 2009-05-28 | 1 | -1/+8 |
* | Add the GLib-GObject domain to our logging interface. | jhawkins@chromium.org | 2009-05-26 | 1 | -1/+1 |
* | Fix gconf for the linux proxy config service. | sdoyon@chromium.org | 2009-05-22 | 1 | -11/+5 |
* | Fix declaration for DumpProcess. | nsylvain@chromium.org | 2009-05-22 | 1 | -1/+1 |
* | 1)When we enabled breakpad on first run we weren't correctly setting the proc... | jeremy@chromium.org | 2009-05-22 | 1 | -1/+1 |
* | Don't die on glib/gtk/gdk errors in release mode. | estade@chromium.org | 2009-05-20 | 1 | -1/+4 |
* | Ignore SIGPIPE in the browser process. | paul@chromium.org | 2009-05-19 | 1 | -0/+9 |
* | Reland this change. Registers paths for the testing exe, too. | ben@chromium.org | 2009-05-15 | 1 | -0/+2 |
* | Introducing the Utility process, which handles the unpacking and verification | mpcomplete@google.com | 2009-05-15 | 1 | -0/+3 |
* | Revert 16173 | beng@google.com | 2009-05-15 | 1 | -2/+0 |
* | Move/Copy paths used by app to app_paths. | beng@google.com | 2009-05-15 | 1 | -0/+2 |
* | This CL updates chrome to the latest version of skia, retrieved via DEPS, and | senorblanco@chromium.org | 2009-05-13 | 1 | -7/+0 |
* | posix: restore permissions on incorrectly-permissioned user data dirs. | evan@chromium.org | 2009-05-12 | 1 | -0/+17 |
* | Temporarily disable gconf usage from ProxyConfigServiceLinux because of Glib ... | deanm@chromium.org | 2009-05-06 | 1 | -0/+3 |
* | Adds toplevel app/ directory and moves ResourceBundle into it. | ben@chromium.org | 2009-05-05 | 1 | -1/+1 |
* | A better fix for http://www.crbug.com/2044: crash | senorblanco@chromium.org | 2009-04-29 | 1 | -0/+7 |
* | Add a hook for using the std::set_new_handler(). | mbelshe@google.com | 2009-04-29 | 1 | -9/+2 |
* | Suppress a GTK warning and file a bug for it. | estade@chromium.org | 2009-04-29 | 1 | -3/+9 |
* | POSIX: Make --user-data-dir work when it doesn't exist. | agl@chromium.org | 2009-04-27 | 1 | -1/+1 |
* | Changes to get multi-process plug-in scaffolding building on Mac. | pinkerton@chromium.org | 2009-04-27 | 1 | -4/+0 |
* | linux (and some posix): multiprocess plugins compiling. | evan@chromium.org | 2009-04-23 | 1 | -1/+5 |
* | Add a warning about why we kill the process when it's out of memory. | brettw@chromium.org | 2009-04-23 | 1 | -0/+5 |
* | Last chunk of OS X Breakpad integration: | jeremy@chromium.org | 2009-04-22 | 1 | -0/+6 |
* | ProxyConfigService for Linux. | sdoyon@chromium.org | 2009-04-20 | 1 | -1/+12 |
* | Remove histogram connection to base classes in stats_counter | jar@chromium.org | 2009-04-10 | 1 | -0/+1 |
* | Fix for invocation over deprecated protocol handler | cpu@google.com | 2009-04-08 | 1 | -28/+8 |
* | posix: make ctl-C work within gdb for dropping to a console. | evan@chromium.org | 2009-04-08 | 1 | -0/+16 |
* | Don't fatal error when GTK fails to load a 64-bit IME. | deanm@chromium.org | 2009-04-02 | 1 | -6/+15 |
* | Make Gtk/Gdk/GLib errors/warnings really fatal. | phajdan.jr@chromium.org | 2009-04-01 | 1 | -16/+23 |
* | Properly fix menu display when using dark system themes. | evan@chromium.org | 2009-03-27 | 1 | -10/+0 |
* | Hide StatsTable behind --enable-stats-table. | mbelshe@google.com | 2009-03-27 | 1 | -5/+7 |
* | First stab at Mac breakpad support. | jeremy@chromium.org | 2009-03-26 | 1 | -1/+8 |
* | Linux UI theming: | estade@chromium.org | 2009-03-25 | 1 | -0/+10 |
* | Pipe fatal GTK messages through our logging system. | deanm@chromium.org | 2009-03-17 | 1 | -0/+23 |
* | Stats for the renderers are all broken, because of this change: | davemoore@chromium.org | 2009-03-13 | 1 | -6/+14 |