1. 10b6412 Move PathExists to base namespace. by brettw@chromium.org · 11 years ago
  2. b039e8b Use a direct include of time headers in base/, part 1. by avi@chromium.org · 11 years ago
  3. 67d593d Use a direct include of strings headers in base/. by avi@chromium.org · 11 years ago
  4. 8164c2c Rewrite std::string("") to std::string(), Linux edition. by dcheng@chromium.org · 11 years ago
  5. 3070200 Revert "Rewrite std::string("") to std::string(), Linux edition." by dcheng@chromium.org · 11 years ago
  6. cb5b331 Rewrite std::string("") to std::string(), Linux edition. by dcheng@chromium.org · 11 years ago
  7. c02b603 Make base compile with no "using base::FilePath". by brettw@chromium.org · 11 years ago
  8. 1b22ed5 linux: Both gtk and the aura port should set the icon theme name. by erg@chromium.org · 11 years ago
  9. e110caf Revert 182032 by brettw@chromium.org · 11 years ago
  10. 86e5695 Make base compile with no "using base::FilePath". by brettw@chromium.org · 11 years ago
  11. 63aaf3f Move string_split to base/strings. by tfarina@chromium.org · 11 years ago
  12. fc6088b Fix scoped_ptr<T[]> to disallow construction and reset from NULL. by dcheng@chromium.org · 11 years ago
  13. 15bc41d base: Convert scoped_arrays to the new scoped_ptr style. by tfarina@chromium.org · 12 years ago
  14. 7b6f9a4 Prevent crashes in mime_util_xdg. by benjhayden@chromium.org · 12 years ago
  15. 59a0855 Remove TOOLKIT_USES_GTK and consolidate it into TOOLKIT_GTK by oshima@chromium.org · 12 years ago
  16. 88fbaf6 Cleanup: Remove static storage for variables in an unnamed namespace. by jhawkins@chromium.org · 13 years ago
  17. 998561e Add a convenience typedef LazyInstance<T>::Leaky to avoid repeating T. by fischman@chromium.org · 13 years ago
  18. b24883c Allow linker initialization of lazy instance by joth@chromium.org · 13 years ago
  19. 3a6c57e Linux: Move base/mime_util* to base/nix. It's not used on any other platform. by thestig@chromium.org · 13 years ago[Renamed (99%) from base/mime_util_xdg.cc]
  20. 770f4a5 Linux: Periodically check for changes to the icon directories and refresh icons for mime types per XDG icon theme spec. by thestig@chromium.org · 13 years ago
  21. 1217646 aura: Make the Linux version of IconLoader not require GTK+. by derat@chromium.org · 13 years ago
  22. 0b60d0d Cleanup: No need to dynamically allocate a couple class members in mime_util_xdg.cc. Also convert a dynamically allocated class member to a scoper. by thestig@chromium.org · 13 years ago
  23. d28c6e4 Linux: Use the existing desktop environment detection code in mime_util_xdg.cc instead of its own version. Also fix a case where we look up bad icon names. by thestig@chromium.org · 13 years ago
  24. e306b8d Make LazyInstance managed Locks leaky. by thestig@chromium.org · 13 years ago
  25. ea08ec5 Cleanup: Change a static initializer to a LazyInstance, and add some typedefs. by thestig@chromium.org · 13 years ago
  26. 5faed3c Replace most LOG/CHECK statements with DLOG/DCHECK statements in base. by brettw@chromium.org · 13 years ago
  27. 8167d20 Revert 107042 - Replace most LOG/CHECK statements with DLOG/DCHECK statements in base. by brettw@chromium.org · 13 years ago
  28. 951e6ff Replace most LOG/CHECK statements with DLOG/DCHECK statements in base. by brettw@chromium.org · 13 years ago
  29. f258b44 Avoid abs() of unsigned values. by tzik@chromium.org · 13 years ago
  30. 5228a18 XDG isn't thread safe. Add a lock around calls to it. by tsepez@chromium.org · 13 years ago
  31. 5c52868 Move some files from base to base/memory. by levin@chromium.org · 13 years ago
  32. aed4b38 Pure pedantry: Replace all ".size() == 0" with ".empty()". by erg@google.com · 13 years ago
  33. 90e911e Linux: Restrict access to xdg-mime functions to the FILE thread. by thestig@chromium.org · 13 years ago
  34. 7722283 This CL add a GetInstance() method to singleton classes instead of relying on the callers to use Singleton<T>. by satish@chromium.org · 14 years ago
  35. 7dc7776 base: Move SplitStringDontTrim functions from string_util.h to string_split.h by tfarina@chromium.org · 14 years ago
  36. a94bc71 Use file_util::GetHomeDir instead of getenv("HOME"). by tfarina@chromium.org · 14 years ago
  37. fa26446 Linux: Don't crash when installing an extension if the gtk icon theme inherits from itself. by craig.schlenter@chromium.org · 14 years ago
  38. 73aec0e bsd: refactor XDG bits of linux_util into a shared file. by evan@chromium.org · 14 years ago[Renamed from base/mime_util_linux.cc]
  39. bcb6dc8 Move gtk_settings_get_default() call to the UI thread. by estade@chromium.org · 15 years ago
  40. 79a78e6 Enable SVG icons for linux. by estade@chromium.org · 15 years ago
  41. c15bd61 Fix leak of g_object_get value. This was showing up on the by tc@google.com · 15 years ago
  42. 5e7ec5c More web contents dragging. by estade@chromium.org · 15 years ago
  43. 6270d3c linux: NULL-initialize an array. by evan@chromium.org · 15 years ago
  44. d0494f4 Linux: fix icon theme double free on shutdown by eliminating dupes from icon theme array. by estade@chromium.org · 15 years ago
  45. 89ef516 On Linux, look in $HOME/.icons for mime icons as well for backwards compatibility. by thestig@chromium.org · 15 years ago
  46. 997d39a Improve the icon theme detection on Gnome; Improve icon theme heuristics for KDE. Don't let Gnome use default KDE icons themes and vice versa. by thestig@google.com · 15 years ago
  47. 6adf7aa Linux download shelf icons first cut. by estade@chromium.org · 15 years ago
  48. 9c47edb Fix memory leaks in mime_util functions. by thestig@chromium.org · 15 years ago
  49. 1a3fde9 Add xdg mime support on Linux. by thestig@chromium.org · 15 years ago