1. 5066341 Convert 0 and NULL to nullptr in components. by Ivan Kotenkov · 7 years ago
  2. 062d0fc Allow only explicit copies of base::Value by jdoerrie · 7 years ago
  3. e1dd449 Remove raw DictionaryValue::Set in //components by jdoerrie · 7 years ago
  4. fcdbae7 Remove base::Value::CreateNullValue by jdoerrie · 7 years ago
  5. 0d1295b Remove base::StringValue by jdoerrie · 8 years ago
  6. bfe825e Remove base::FundamentalValue by jdoerrie · 8 years ago
  7. 89ee31a Make base::Value::TYPE a scoped enum. by jdoerrie · 8 years ago
  8. 233df6b Switch //components away from base::ListValue::Append(Value*) overload. by dcheng · 8 years ago
  9. 7219b06 Rewrite simple uses of base::ListValue::Append() taking a raw pointer var. by dcheng · 8 years ago
  10. 08e2e51 Remove ListValue::Append(new {Fundamental,String}Value(...)) pattern in //components by dcheng · 8 years ago
  11. 5d618aa Convert //components/policy from scoped_ptr to std::unique_ptr by dcheng · 8 years ago
  12. dc427ef Switch to standard integer types in components/policy/. by avi · 9 years ago
  13. 64e582c Convert ARRAYSIZE_UNSAFE -> arraysize in components/. by viettrungluu · 10 years ago
  14. 1ac03c5 Decrement CreateDoubleValue count by estade@chromium.org · 10 years ago
  15. 940ad40 Add regular expression support in policy schema. by binjin@chromium.org · 10 years ago
  16. cd959f2 Add touch flag to output of Schema::Normalize() by binjin@chromium.org · 11 years ago
  17. ce317f2 Improve error message display for Schema::Validate() by binjin@chromium.org · 11 years ago
  18. c33a8c2 Add strictness to Schema::Validate() by binjin@chromium.org · 11 years ago
  19. 7f5b285 Add additional restriction to policy schema internal, including modification to by binjin@chromium.org · 11 years ago
  20. 605780c Add additional restriction to policy schema internal, includes modification to python generator and C++ parser with correspond unit tests. by binjin@chromium.org · 11 years ago
  21. 00a664f Ignore unknown attributes when parsing JSON schemas. by joaodasilva@chromium.org · 11 years ago
  22. 98f0b4c Resolve "$ref" attributes in JSON schemas. by joaodasilva@chromium.org · 11 years ago
  23. 81805c5 Added a SchemaMap. by joaodasilva@chromium.org · 11 years ago
  24. f2d275e Make the internal storage policy::Schemas ref counted. by joaodasilva@chromium.org · 11 years ago
  25. 249234d Generate the Chrome policy schema at compile time. by joaodasilva@chromium.org · 11 years ago
  26. c15b265 Added new policy Schema classes. by joaodasilva@chromium.org · 11 years ago