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