1. c014f2b3 test IWYU fixups for base by [email protected] · 12 years ago
  2. 8c71390f Small comment correction. by [email protected] · 12 years ago
  3. c851cfd Use a direct include of strings headers in base/. by [email protected] · 12 years ago
  4. 1f04ef4 Move Version to base namespace. by [email protected] · 12 years ago
  5. 5ae0b763e Move string_split to base/strings. by [email protected] · 13 years ago
  6. dfa049e Move string_number_conversions to base/strings. by [email protected] · 13 years ago
  7. 12126d37 Remove two deprecated methods from base::Version by [email protected] · 13 years ago
  8. 810b2508 Supporting wildcards in max/min version specifications in VariationsService. by [email protected] · 13 years ago
  9. 30c157c Add a convenience function to Version by [email protected] · 14 years ago
  10. 1513bf8 Clang needs dtor in the cc file (build fix) by [email protected] · 14 years ago
  11. 76002478 Clean up base/Version by [email protected] · 14 years ago
  12. 9989c9bb Make the order of methods in the cc files match the headers in base/. by [email protected] · 15 years ago
  13. 36ee032 base/version: remove wstring version by [email protected] · 15 years ago
  14. b566c11 Bugfixes for recent PluginGroup refactoring. by [email protected] · 15 years ago
  15. 680d201 Revert 69490 - base/version: remove wstring version by [email protected] · 15 years ago
  16. bf94d1a base/version: remove wstring version by [email protected] · 15 years ago
  17. 6dc910c 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 [email protected] · 15 years ago
  18. 76eb024 base: Move SplitString functions into the base namespace and update the callers. by [email protected] · 15 years ago
  19. 2858bbf FBTF: Continue fixing nits found by my automated source scanner. by [email protected] · 15 years ago
  20. 4e5ae20f base: Finish moving the SplitString functions from string_util.h to string_split.h by [email protected] · 15 years ago
  21. 528c56d Move the number conversions from string_util to a new file. by [email protected] · 15 years ago
  22. 26931bc Fixed bug where an empty version string is considered valid. by [email protected] · 15 years ago
  23. 7afa9c92 NO CODE CHANGE by [email protected] · 16 years ago
  24. 52a261f NO CODE CHANGE (except one global std::wstring changed to const wchar_t* const per style compliance). by [email protected] · 16 years ago
  25. 19b8d82f 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 [email protected] · 17 years ago