1. f29dd61 test IWYU fixups for base by mostynb@opera.com · 11 years ago
  2. be67211 Small comment correction. by waffles@chromium.org · 11 years ago
  3. 68a745c Use a direct include of strings headers in base/. by avi@chromium.org · 11 years ago
  4. 993e506 Move Version to base namespace. by xhwang@chromium.org · 11 years ago
  5. 63aaf3f Move string_split to base/strings. by tfarina@chromium.org · 12 years ago
  6. abcde5c Move string_number_conversions to base/strings. by brettw@chromium.org · 12 years ago
  7. 7be1713 Remove two deprecated methods from base::Version by isherman@chromium.org · 12 years ago
  8. 1088cfd Supporting wildcards in max/min version specifications in VariationsService. by mathp@google.com · 12 years ago
  9. 9008a61 Add a convenience function to Version by cpu@chromium.org · 13 years ago
  10. 331e27b Clang needs dtor in the cc file (build fix) by cpu@chromium.org · 13 years ago
  11. fa761a3 Clean up base/Version by cpu@chromium.org · 13 years ago
  12. 67a2543 Make the order of methods in the cc files match the headers in base/. by erg@google.com · 14 years ago
  13. 055f767 base/version: remove wstring version by evan@chromium.org · 14 years ago
  14. df3e671 Bugfixes for recent PluginGroup refactoring. by jkummerow@chromium.org · 14 years ago
  15. cd3f2ad Revert 69490 - base/version: remove wstring version by sanjeevr@chromium.org · 14 years ago
  16. a15ec69 base/version: remove wstring version by evan@chromium.org · 14 years ago
  17. a9914a3 Include the Version class in the 64 bit version of base. This is needed so that it can be used from client_utils.cc which is included in both the chrome target and the chrome_nacl_win64 target. by robertshield@chromium.org · 14 years ago
  18. 6734092 base: Move SplitString functions into the base namespace and update the callers. by tfarina@chromium.org · 14 years ago
  19. 45bb2cc FBTF: Continue fixing nits found by my automated source scanner. by erg@google.com · 14 years ago
  20. e995a8b base: Finish moving the SplitString functions from string_util.h to string_split.h by tfarina@chromium.org · 14 years ago
  21. cbde69a Move the number conversions from string_util to a new file. by brettw@chromium.org · 14 years ago
  22. 2659ef1 Fixed bug where an empty version string is considered valid. by akalin@chromium.org · 14 years ago
  23. ad8855a NO CODE CHANGE by deanm@chromium.org · 15 years ago
  24. 8fe7adc NO CODE CHANGE (except one global std::wstring changed to const wchar_t* const per style compliance). by maruel@chromium.org · 15 years ago
  25. e05e3c6 Add a Version class and matching unit tests, roughly based on chrome/installer/util/version.*. This version has more flexible parsing rules and is more robust to detecting bogus versions, supporting arbitrary numbers of version components rather than just dotted quads. It's possible that we should switch chrome installer to use this version. by erikkay@google.com · 16 years ago