1. 01f3da4 Move file_util to base/files/ directory. by brettw@chromium.org · 10 years ago
  2. b005b38 Convert base::file_util to use File instead of PlatformFile. by rvargas@chromium.org · 11 years ago
  3. a915403 Move more file_util functions to base namespace. by brettw@chromium.org · 11 years ago
  4. 861313b Move IsRunningOnChromeOS to SysInfo by stevenjb@chromium.org · 11 years ago
  5. 2f4de04 Parse /etc/lsb-release only once on ChromeOS by stevenjb@chromium.org · 11 years ago
  6. 1abc696 Move ReadFileToString to the base namespace. by brettw@chromium.org · 11 years ago
  7. 6832f33 drop unused execinfo.h header by vapier@chromium.org · 11 years ago
  8. b6d4911 base: Update the include paths of base/string_piece.h to its new location. by tfarina@chromium.org · 11 years ago
  9. 59eef1f Move file_path.h to base/files. by brettw@chromium.org · 11 years ago
  10. abcde5c Move string_number_conversions to base/strings. by brettw@chromium.org · 12 years ago
  11. 2cbc287 Move string tokenizer to base/strings. by brettw@chromium.org · 12 years ago
  12. c7e4e00 Implemented a "Last Updated" field for the about page of Chrome OS. by khorimoto@chromium.org · 12 years ago
  13. f369736 Standardize StringToInt{,64} interface. by tedvessenes@gmail.com · 13 years ago
  14. b24883c Allow linker initialization of lazy instance by joth@chromium.org · 13 years ago
  15. d9ab606 Remove version hacks for platform version. by rkc@chromium.org · 13 years ago
  16. 2a57273 Revert 88545 - Revert 88470 (broke ServiceProcessStateTest.ForceShutdown on CrOS) - Fix for system version unit tests in cros. by rkc@chromium.org · 13 years ago
  17. 1a32dc5 Revert 88470 (broke ServiceProcessStateTest.ForceShutdown on CrOS) - Fix for system version unit tests in cros. by thakis@chromium.org · 13 years ago
  18. 5b25def Fix for system version unit tests in cros. by rkc@chromium.org · 13 years ago
  19. f0a122c Revert 88440 - Change Chrome OS version numbers to Platform versions. by rkc@chromium.org · 13 years ago
  20. 801c98c Change Chrome OS version numbers to Platform versions. by rkc@chromium.org · 13 years ago
  21. 271d9db Make the windows_version.h functions threadsafe by using a singleton. Add accessors to the singleton for more values that various code wants, then convert almost everyone using OSVERSIONINFO or SYSTEM_INFO structs to calling these accessors. Declare an AtExitManager in the out-of-process test runner since it didn't have one and that breaks singleton-using code in the test executable (as opposed to in chrome.dll). by pkasting@chromium.org · 13 years ago
  22. 74da9fd Revert 80819 due to failed tests by mmenke@chromium.org · 13 years ago
  23. b3b55fb Make the windows_version.h functions threadsafe by using a singleton. Add accessors to the singleton for more values that various code wants, then convert almost everyone using OSVERSIONINFO or SYSTEM_INFO structs to calling these accessors. Declare an AtExitManager in the out-of-process test runner since it didn't have one and that breaks singleton-using code in the test executable (as opposed to in chrome.dll). by pkasting@chromium.org · 13 years ago
  24. 4fadf42 Read ChromeOS version numbers from file before sandboxing and cache them. by dgozman@chromium.org · 13 years ago
  25. 5b5f5e0 Move base/thread.h to base/threading, fix up callers to use the new location. by brettw@chromium.org · 14 years ago
  26. 7c9cd8b Thread IO safety: annotate file_util, and block IO thread from doing IO by evan@chromium.org · 14 years ago
  27. f8b4b81 Update code that previously constructed strings from string iterators only to use StringToInt. These usages now pass the iterators directly to the new StringToInt overloads. by erikwright@chromium.org · 14 years ago
  28. c1093e2 Convert more callers of the integer/string functions to using by brettw@chromium.org · 14 years ago
  29. a672b9c Fix test failure: SysInfoTest.GoogleChromeOSVersionNumbersFirst by cmasone@google.com · 15 years ago
  30. cef36fb We want GOOGLE_CHROME_BUILDs on Chrome OS to get the appropriate OS version info. by cmasone@google.com · 15 years ago
  31. 54b7210 Creating a unique user-agent string for ChromeOS builds, so that metrics can be aggregated separately from standard Chrome on Linux by evan@chromium.org · 15 years ago