1. 8c3feb2 Disallow non-namespaced use of base::Version. by pwnall · 9 years ago
  2. bd28ba5 Revert of Disallow non-namespaced use of base::Version. (patchset #1 id:1 of https://codereview.chromium.org/2298923003/ ) by fgorski · 9 years ago
  3. 706bd25 Disallow non-namespaced use of base::Version. by pwnall · 9 years ago
  4. eae359b Revert of Disallow non-namespaced use of base::Version. (patchset #2 id:20001 of https://codereview.chromium.org/2290173006/ ) by battre · 9 years ago
  5. bc8e5f7 Disallow non-namespaced use of base::Version. by pwnall · 9 years ago
  6. e7b1944 Revert of Disallow non-namespaced use of base::Version. (patchset #2 id:40001 of https://codereview.chromium.org/2261523006/ ) by battre · 9 years ago
  7. 0de2231 Disallow non-namespaced use of base::Version. by pwnall · 9 years ago
  8. 8fb3808 base::Version constructor from std::vector<uint32_t> by staraz · 9 years ago
  9. e65942b base: Add out-of-line copy ctors for complex classes. by vmpstr · 10 years ago
  10. dcd8b10 Comparison and streaming operators for base::Version by robpercival · 10 years ago
  11. 9b6f4293 Switch to standard integer types in base/. by avi · 10 years ago
  12. 37be69c Revert of base: Remove using:: declaration from version.h header. (patchset #24 id:450001 of https://codereview.chromium.org/1281313003/ ) by thakis · 10 years ago
  13. 9c2f5dc base: Remove using:: declaration from version.h header. by tfarina · 10 years ago
  14. bf68f4d5b Support 32-bit subversion fields in base::Version. by wfh · 10 years ago
  15. c5e4a222 Revert "Update all users of base::Version to explicitly specify the namespace, and clean up the header." by [email protected] · 12 years ago
  16. 140905c Update all users of base::Version to explicitly specify the namespace, and clean up the header. by [email protected] · 12 years ago
  17. 1f04ef4 Move Version to base namespace. by [email protected] · 12 years ago
  18. 01c86ec Remove the rest of #pragma once in one big CL. by [email protected] · 13 years ago
  19. 12126d37 Remove two deprecated methods from base::Version by [email protected] · 13 years ago
  20. 810b2508 Supporting wildcards in max/min version specifications in VariationsService. by [email protected] · 13 years ago
  21. 4ee5aad base: remove unused header and include the right one instead by [email protected] · 14 years ago
  22. 0bea725 Rename BASE_API to BASE_EXPORT. by [email protected] · 14 years ago
  23. 30c157c Add a convenience function to Version by [email protected] · 14 years ago
  24. 1513bf8 Clang needs dtor in the cc file (build fix) by [email protected] · 14 years ago
  25. 76002478 Clean up base/Version by [email protected] · 14 years ago
  26. f5661ca Base: A few more files using BASE_API (for base.dll) by [email protected] · 14 years ago
  27. a502bbe7 Start sorting methods in class declarations. by [email protected] · 15 years ago
  28. 36ee032 base/version: remove wstring version by [email protected] · 15 years ago
  29. b566c11 Bugfixes for recent PluginGroup refactoring. by [email protected] · 15 years ago
  30. 680d201 Revert 69490 - base/version: remove wstring version by [email protected] · 15 years ago
  31. bf94d1a base/version: remove wstring version by [email protected] · 15 years ago
  32. 2858bbf FBTF: Continue fixing nits found by my automated source scanner. by [email protected] · 15 years ago
  33. 32b76ef `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views by [email protected] · 15 years ago
  34. a918f87 [GTTF] Add FRIEND_TEST_ALL_PREFIXES, a FRIEND_TEST replacement by [email protected] · 15 years ago
  35. 26931bc Fixed bug where an empty version string is considered valid. by [email protected] · 15 years ago
  36. 2fdc86a Style cleanup in preparation for auto-linting base/. by [email protected] · 16 years ago
  37. 7afa9c92 NO CODE CHANGE by [email protected] · 16 years ago
  38. 07c00d99 Add trivial theming support in extensions. by [email protected] · 16 years ago
  39. 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