- 0bea725 Rename BASE_API to BASE_EXPORT. by [email protected] · 14 years ago
- cb7d53e Always search TIDs for the crashing processes. by [email protected] · 14 years ago
- fb96946 Add BASE_API to the remaining functions in linux_util. by [email protected] · 14 years ago
- 68a008e8 linux: components build by [email protected] · 14 years ago
- fd13270 Revert 83629 - linux components: expose more BASE_API used by Chrome itself by [email protected] · 14 years ago
- afedf01 linux components: expose more BASE_API used by Chrome itself by [email protected] · 14 years ago
- a8e2058 Move base/win_util to the base/win directory and use the base::win namespace. by [email protected] · 15 years ago
- 6dde9d7 Make crash reporting client_id accessible through child_process_logging. by [email protected] · 15 years ago
- d7828c2 Remove obviously unneeded forward declarations from headers under src/{app,base,net}. by [email protected] · 15 years ago
- 76b90d31 base: Rename EnvVarGetter to Environment. by [email protected] · 15 years ago
- 32b76ef `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views by [email protected] · 15 years ago
- 66218314 Linux: Guess the thread id for crashing renderers in a different PID namespace. by [email protected] · 15 years ago
- 7cd70c3 Move non-linux specific code from base/linux_util to app/gtk_util from sprewell by [email protected] · 15 years ago
- 1c65785 bsd: refactor XDG bits of linux_util into a shared file. by [email protected] · 15 years ago
- 11991c3 GTK: Improve xfce detection. by [email protected] · 15 years ago
- 9bc8cff 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 [email protected] · 15 years ago
- 88c50ab GTK: Turn on the GTK+ integration by default. by [email protected] · 15 years ago
- 9e9b6e8e Move some XDG code from chrome to base, make DIR_USER_CACHE generic rather than Chromium specific, and clean up a few headers. by [email protected] · 16 years ago
- 8ecd3aad 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 [email protected] · 16 years ago
- 83a0cbe 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 [email protected] · 16 years ago
- da11a4be 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 [email protected] · 16 years ago
- b28af752 Linux: Add missing include. by [email protected] · 16 years ago
- 85ebe8f Move FileDescriptorGetInode() and FindProcessHoldingSocket() into base/linux_util.cc. Reimplement FileDescriptorGetInode(). by [email protected] · 16 years ago
- c85cfbd Linux: make the "change proxy settings" button able to start several proxy config utilities. by [email protected] · 16 years ago
- d6cb85b linux: generalize desktop environment guessing to encompass KDE by [email protected] · 16 years ago
- 87fc168 Try again: Add proxy config (using gnome-network-preferences) by [email protected] · 16 years ago
- 200e80d Revert "Add proxy config (using gnome-network-preferences)" by [email protected] · 16 years ago
- 425be73f Add proxy config (using gnome-network-preferences) by [email protected] · 16 years ago
- 912c645 Include output of "lsb_release -d" in crash reports. by [email protected] · 16 years ago
- 75ae542 Eliminate a circular dependency by making BGRAToRGBA() generic (no pulling in guchar from gtk.h) and moving it from base/gfx to base. by [email protected] · 16 years ago