1. 91de79c Remove extra whitespace from messages. by rouslan@chromium.org · 10 years ago
  2. fbd21ab Remove deprecated AddressValidator constructor. by roubert@google.com · 10 years ago
  3. 99f3408 Address outstanding comments from codereview.appspot.com/100630043. by keghani@google.com · 10 years ago
  4. 9f5d762 Delete unused call to ChooseBestAddressLanguage(). by roubert@google.com · 10 years ago
  5. 2fbc361 Synonym resolution. by rouslan@chromium.org · 10 years ago
  6. 3c01f1a Build a tree of sub-regions, useful for dropdowns in UI, for example. by rouslan@chromium.org · 10 years ago
  7. e66bf12 Convert libaddressinput validation error codes into error messages. by keghani@google.com · 10 years ago
  8. f1be124 Improvements to rule, language, and lookup key objects. by rouslan@chromium.org · 10 years ago
  9. b142231 Canonical header guard name. by rouslan@chromium.org · 10 years ago
  10. 7632776 Remove unnecessary include. by rouslan@chromium.org · 10 years ago
  11. f12f4dd Move ondemand_supplier.h to become a public header file. by roubert@google.com · 10 years ago
  12. 078d6be Synchronous API to get a Rule for a LookupKey. by rouslan@chromium.org · 10 years ago
  13. 5527e26 Deprecate old AddressValidator constructor. by roubert@google.com · 10 years ago
  14. 7ddb737 Change IsFieldRequired and IsFieldUsed to use statically linked by roubert@google.com · 10 years ago
  15. 212d683 Update region_data_constants.cc with zipex and posturl fields. by keghani@google.com · 10 years ago
  16. 396ee78 Rename class MetadataLoader to class OndemandSupplier. by roubert@google.com · 10 years ago
  17. af2251e Parametrize AddressValidatorTest on Supplier to test them all. by roubert@google.com · 10 years ago
  18. f4f6c43 Move base tests from MetadataLoaderTest to SupplierTest. by roubert@google.com · 10 years ago
  19. e5f672f Add class PreloadSupplier, implementing the Supplier interface. by roubert@google.com · 10 years ago
  20. 9693f64 Break out abstract base class Supplier from MetadataLoader. by roubert@google.com · 10 years ago
  21. e23ab5d Add the utility function RegionDataConstants::IsSupported(). by roubert@google.com · 10 years ago
  22. f4adc0b Adding missing includes for address formatter. by lararennie@google.com · 10 years ago
  23. a23f87f Adding address formatting functionality - on a single line, on multiple lines, and combining multiple street address lines into one, in a language-dependent fashion. by lararennie@google.com · 10 years ago
  24. 15404df Enable aggregate data in fake downloader. by rouslan@chromium.org · 10 years ago
  25. 41dd744 Enable parsing a Rule object from a JSON object. by rouslan@chromium.org · 10 years ago
  26. 7825966 Enable retrieving a list of keys from JSON. by rouslan@chromium.org · 10 years ago
  27. bf030e4 Use stale data if a download fails. by rouslan@chromium.org · 10 years ago
  28. c8efd30 Changing parsing of format strings to return FormatElement. by lararennie@google.com · 10 years ago
  29. 2feb5c5 Some fixups in string util. by rouslan@chromium.org · 10 years ago
  30. 64fce26 Streamline string_util to keep only our relevant functions and add unit tests. by keghani@google.com · 10 years ago
  31. 75a0cfd Add loose string compare. by rouslan@chromium.org · 10 years ago
  32. fdec8ca Nested dictionaries for parsing aggregate data. by rouslan@chromium.org · 10 years ago
  33. 53fa529 Copy string_util from Chromium to libaddressinput. by keghani@google.com · 10 years ago
  34. e5e0bfd Check that admin area and postal code name types map to UI strings. by rouslan@chromium.org · 10 years ago
  35. e35bb3b Adding AddressWidgetUiComponentProvider support to libaddressinput. by roubert@google.com · 10 years ago
  36. 7ec1440 Changing comment to show which direction we are moving in with the by roubert@google.com · 10 years ago
  37. 242431d Adding support of language code in lookup keys (extracted from the address). by dbeaumont@google.com · 10 years ago
  38. 31a450a Update strings in libaddressinput. by keghani@google.com · 10 years ago
  39. 9a661b3 Use relative paths for lists of source files. by rouslan@chromium.org · 10 years ago
  40. 8bcd32d Compile only the library with the -fPIC flag. by rouslan@chromium.org · 10 years ago
  41. 348b3a8 Hide JSON implementation details in libaddressinput. by rouslan@chromium.org · 10 years ago
  42. cf49c13 Place lists of source and test files into libaddressinput.gypi. by rouslan@chromium.org · 10 years ago
  43. 8f683c2 Make RuleHierarchy objects delete themselves when no longer used. by roubert@google.com · 10 years ago
  44. 9b5311a Do not compare format::iterator to rule.GetFormat()::iterator. by rouslan@chromium.org · 10 years ago
  45. bc1209b Fix a use after free in Chromium tests in Debug mode with clang. by rouslan@chromium.org · 10 years ago
  46. c7411fb Fix for unit test after testdata updated. by lararennie@google.com · 10 years ago
  47. 947ce24 Determine language tag and order of UI components. by rouslan@chromium.org · 10 years ago
  48. c9cd892 Add a link to a discussion group to README. by rouslan@chromium.org · 10 years ago
  49. 62677c2 Updating region_data_constants.cc with autogenerated code. by dbeaumont@google.com · 10 years ago
  50. ff5a4a6 Update the definition of "empty address field" to include whitespace. by roubert@google.com · 10 years ago
  51. aebc0aa BuildComponents() should return at most one component per field type. by rouslan@chromium.org · 10 years ago
  52. ef6f550 Add address metadata query functionality to libaddressinput. by roubert@google.com · 10 years ago
  53. bb96489 Add address validation functionality to libaddressinput. by roubert@google.com · 10 years ago
  54. c3c5461 Add the PostBoxMatchers helper class. by roubert@google.com · 10 years ago
  55. aa04d02 Add the MetadataLoader helper class. by roubert@google.com · 10 years ago
  56. c86c2bb Add "id", "require", "sub_keys", "languages" and "zip" to Rule. by roubert@google.com · 10 years ago
  57. 7742b93 Add the util/re2ptr.h helper file. by roubert@google.com · 10 years ago
  58. e71e2ca Add the helper function RegionDataConstants::GetMaxLookupKeyDepth(). by roubert@google.com · 10 years ago
  59. cddbcfa Add the helper function ParseAddressFieldsRequired(). by roubert@google.com · 10 years ago
  60. 7764218 Add the LookupKey helper class. by roubert@google.com · 10 years ago
  61. e0cd6d6 Add the struct AddressData for storing address data. by roubert@google.com · 10 years ago
  62. 50395a7 Add an AddressProblem enum to represent validation problems. by roubert@google.com · 10 years ago
  63. aea9eb1 Remove the ORGANIZATION field. by roubert@google.com · 10 years ago
  64. e7512b0 Update the overloaded operator<< for the AddressField enum. by roubert@google.com · 10 years ago
  65. 67f0149 Switch from FakeStorage to NullStorage in tests that don't need storage. by roubert@google.com · 10 years ago
  66. a87723f Add a class NullStorage, to use when no storage is required. by roubert@google.com · 10 years ago
  67. 6afec03 Remove region data for Netherlands Antilles (AN). by roubert@google.com · 10 years ago
  68. 5a8fb22 Add region data for Kosovo (XK). by roubert@google.com · 10 years ago
  69. 65f2df0 Add "require: AC" to the default country data. by roubert@google.com · 10 years ago
  70. 218d279 Update non-ASCII comments to use /* ... */ comment style. by roubert@google.com · 10 years ago
  71. 9076e3b Update top-level comments for the Rule class. by roubert@google.com · 10 years ago
  72. 49bd87a Update comment referring to ISO instead of CLDR country codes. by roubert@google.com · 10 years ago
  73. 85cb275 Move GetDefaultRule() to Rule::GetDefault(). by roubert@google.com · 10 years ago
  74. 6c63f8a Update re2.gyp to work when building outside of Chromium. by roubert@google.com · 10 years ago
  75. 5ebdc2f Add re2 dependency to libaddressinput. by roubert@google.com · 10 years ago
  76. ff46a74 Integrate SplitString into libaddressinput. by roubert@google.com · 10 years ago
  77. 7af2afb Add SplitString from Chrome to libaddressinput. by roubert@google.com · 10 years ago
  78. 76c6b49 Add AndroidManifest.xml files. by roubert@google.com · 11 years ago
  79. 3f7d76b [cpp] Add error messages. by rouslan@chromium.org · 11 years ago
  80. 8bf8734 [cpp] Add a rule retriever. by rouslan@chromium.org · 11 years ago
  81. 2fefd83 [cpp] Add validating storage. by rouslan@chromium.org · 11 years ago
  82. 331dbc1 [cpp] Strip dependencies from MD5 and build it. by rouslan@chromium.org · 11 years ago
  83. 81c8c04 [cpp] Add original MD5 from Chrome. by rouslan@chromium.org · 11 years ago
  84. e281bd3 [cpp] Add a data retriever. by rouslan@chromium.org · 11 years ago
  85. 4814e37 [cpp] Add functions for working with lookup keys. by rouslan@chromium.org · 11 years ago
  86. ab0058a [cpp] Add a fake storage to be used in tests. by rouslan@chromium.org · 11 years ago
  87. 322612a [cpp] Add a fake downloader to be used in tests. by rouslan@chromium.org · 11 years ago
  88. 6769e09 [cpp] Simplify callbacks. by rouslan@chromium.org · 11 years ago
  89. a92ce9b Make the C++ port compile on Windows with MSVS. by rouslan@chromium.org · 11 years ago
  90. 6b9fee1 [cpp] Add Downloader and Storage interfaces. by rouslan@chromium.org · 11 years ago
  91. f0df749 [cpp] Add cstddef include where NULL is used. by rouslan@chromium.org · 11 years ago
  92. 6dccd3f [cpp] Address UI. by rouslan@chromium.org · 11 years ago
  93. eb00516 Modify scoped_ptr_unittest.cc to build in this environment, and use it. by roubert@google.com · 11 years ago
  94. 004fb0b Copy scoped_ptr_unittest.cc from Chromium. by roubert@google.com · 11 years ago
  95. f80a0c7 [cpp] Localization object. by rouslan@chromium.org · 11 years ago
  96. 2d1f0f5 [cpp] Address UI component by rouslan@chromium.org · 11 years ago
  97. 74f7033 [cpp] Rule data structure by rouslan@chromium.org · 11 years ago
  98. e44b60b [cpp] Address fields by rouslan@chromium.org · 11 years ago
  99. 04e3fcc [cpp] GRIT messages by rouslan@chromium.org · 11 years ago
  100. c49156d [cpp] JSON utility by rouslan@chromium.org · 11 years ago