1. f88221a Revert "Update all users of base::Version to explicitly specify the namespace, and clean up the header." by avi@chromium.org · 11 years ago
  2. d9671be Update all users of base::Version to explicitly specify the namespace, and clean up the header. by avi@chromium.org · 11 years ago
  3. 993e506 Move Version to base namespace. by xhwang@chromium.org · 11 years ago
  4. 1d967bf Remove the rest of #pragma once in one big CL. by ajwong@chromium.org · 12 years ago
  5. 7be1713 Remove two deprecated methods from base::Version by isherman@chromium.org · 12 years ago
  6. 1088cfd Supporting wildcards in max/min version specifications in VariationsService. by mathp@google.com · 12 years ago
  7. 34288a5 base: remove unused header and include the right one instead by ensonic@google.com · 13 years ago
  8. e585bed Rename BASE_API to BASE_EXPORT. by darin@chromium.org · 13 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. 73eb5d0 Base: A few more files using BASE_API (for base.dll) by rvargas@google.com · 13 years ago
  13. d5fffd4 Start sorting methods in class declarations. by erg@google.com · 14 years ago
  14. 055f767 base/version: remove wstring version by evan@chromium.org · 14 years ago
  15. df3e671 Bugfixes for recent PluginGroup refactoring. by jkummerow@chromium.org · 14 years ago
  16. cd3f2ad Revert 69490 - base/version: remove wstring version by sanjeevr@chromium.org · 14 years ago
  17. a15ec69 base/version: remove wstring version by evan@chromium.org · 14 years ago
  18. 45bb2cc FBTF: Continue fixing nits found by my automated source scanner. by erg@google.com · 14 years ago
  19. 01d1452 `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views by thakis@chromium.org · 14 years ago
  20. dd43b73 [GTTF] Add FRIEND_TEST_ALL_PREFIXES, a FRIEND_TEST replacement by phajdan.jr@chromium.org · 14 years ago
  21. 2659ef1 Fixed bug where an empty version string is considered valid. by akalin@chromium.org · 14 years ago
  22. bf6ce9f Style cleanup in preparation for auto-linting base/. by erg@google.com · 15 years ago
  23. ad8855a NO CODE CHANGE by deanm@chromium.org · 15 years ago
  24. 230c439 Add trivial theming support in extensions. by erikkay@google.com · 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