1. e585bed Rename BASE_API to BASE_EXPORT. by darin@chromium.org · 13 years ago
  2. e406ed7 Always search TIDs for the crashing processes. by kmixter@chromium.org · 13 years ago
  3. 47f28f2 Add BASE_API to the remaining functions in linux_util. by bryner@chromium.org · 13 years ago
  4. 3e20889 linux: components build by evan@chromium.org · 13 years ago
  5. fe8d7f8 Revert 83629 - linux components: expose more BASE_API used by Chrome itself by maf@chromium.org · 13 years ago
  6. be80f43 linux components: expose more BASE_API used by Chrome itself by evan@chromium.org · 13 years ago
  7. f4fe79b Move base/win_util to the base/win directory and use the base::win namespace. by brettw@google.com · 14 years ago
  8. 8584b6d Make crash reporting client_id accessible through child_process_logging. by mnissler@chromium.org · 14 years ago
  9. 16a3e0a Remove obviously unneeded forward declarations from headers under src/{app,base,net}. by viettrungluu@chromium.org · 14 years ago
  10. 6d36c5d base: Rename EnvVarGetter to Environment. by tfarina@chromium.org · 14 years ago
  11. 01d1452 `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views by thakis@chromium.org · 14 years ago
  12. 44836d4 Linux: Guess the thread id for crashing renderers in a different PID namespace. by thestig@chromium.org · 14 years ago
  13. 7acc113 Move non-linux specific code from base/linux_util to app/gtk_util from sprewell by pvalchev@google.com · 14 years ago
  14. 73aec0e bsd: refactor XDG bits of linux_util into a shared file. by evan@chromium.org · 14 years ago
  15. cb2aae8 GTK: Improve xfce detection. by erg@chromium.org · 15 years ago
  16. b6ba943 Move EnvironmentVariableGetter from base/linux_util.h to base/env_var.h and rename it EnvVarGetter. Label base::SysInfo::{Get,Has}EnvVar as deprecated. by thestig@chromium.org · 15 years ago
  17. 83babea GTK: Turn on the GTK+ integration by default. by erg@chromium.org · 15 years ago
  18. eea8306 Move some XDG code from chrome to base, make DIR_USER_CACHE generic rather than Chromium specific, and clean up a few headers. by thestig@chromium.org · 15 years ago
  19. 4352f4d Add support for getting the real process id from within the suid sandbox. The browser processes gets the real process ids, so they look correct in the task manager. When it asks the zygote to reap a process, we use the process ids internal to the sandbox. by thestig@chromium.org · 15 years ago
  20. 85f3b30 Revert 30938 - Add support for getting the real process id from within the suid sandbox. The browser processes gets the real process ids, so they look correct in the task manager. When it asks the zygote to reap a process, we use the process ids internal to the sandbox. by thestig@chromium.org · 15 years ago
  21. 04c69f2 Add support for getting the real process id from within the suid sandbox. The browser processes gets the real process ids, so they look correct in the task manager. When it asks the zygote to reap a process, we use the process ids internal to the sandbox. by thestig@chromium.org · 15 years ago
  22. fd4599a Linux: Add missing include. by craig.schlenter@chromium.org · 15 years ago
  23. 2feb1c8 Move FileDescriptorGetInode() and FindProcessHoldingSocket() into base/linux_util.cc. Reimplement FileDescriptorGetInode(). by thestig@chromium.org · 15 years ago
  24. 6a0e499 Linux: make the "change proxy settings" button able to start several proxy config utilities. by mdm@chromium.org · 15 years ago
  25. 01e3d87 linux: generalize desktop environment guessing to encompass KDE by evan@chromium.org · 15 years ago
  26. 625865e Try again: Add proxy config (using gnome-network-preferences) by mattm@chromium.org · 15 years ago
  27. 2dcd128 Revert "Add proxy config (using gnome-network-preferences)" by mattm@chromium.org · 15 years ago
  28. 5766f3e Add proxy config (using gnome-network-preferences) by mattm@chromium.org · 15 years ago
  29. a5a2b6e Include output of "lsb_release -d" in crash reports. by thestig@chromium.org · 15 years ago
  30. e1f4a24 Eliminate a circular dependency by making BGRAToRGBA() generic (no pulling in guchar from gtk.h) and moving it from base/gfx to base. by sgk@google.com · 16 years ago