summaryrefslogtreecommitdiffstats
path: root/components/json_schema
Commit message (Expand)AuthorAgeFilesLines
* update obsolete code.google.com documentation linksmostynb2016-02-081-1/+1
* Switch to standard integer types in components/, part 2 of 4.avi2015-12-263-1/+6
* Replace RE2 import with a dependencybattre2015-12-211-1/+1
* Make more components pass GN check.brettw2015-11-261-0/+1
* [Extensions] Remove kalman@ from OWNERS filesrdevlin.cronin2015-10-261-1/+0
* Make ValueDeserializer::Deserialize return scoped_ptrolli.raula2015-10-161-1/+2
* Remove use of JSONReader::DeprecatedRead from components/olli.raula2015-09-081-2/+2
* Add more components_unittests to GN buildBrett Wilson2015-08-221-1/+14
* Revert of Add more components_unittests to GN build (patchset #5 id:80001 of ...yosin2015-08-221-14/+1
* Add more components_unittests to GN buildbrettw2015-08-221-1/+14
* Add more string_util functions to base namespace.brettw2015-06-241-3/+3
* Use scoped_ptrs in JSONReader::Read functions.estade2015-05-221-2/+2
* More base::Values-related bare pointer -> scoped_ptr conversionsestade2015-05-121-18/+10
* Split ValueSerializer into separate Serializer and Deserializer classes.prashhir2015-03-051-2/+2
* Cleanup: json_schema_test.js now lives in extensions/test/data.tfarina2015-02-051-1/+1
* Standardize usage of virtual/override/final in components/dcheng2014-10-211-10/+10
* replace OVERRIDE and FINAL with override and final in components/mostynb2014-10-061-2/+2
* Change base/file_utils.h includes to base/files/file_utils.h in chrome_elf/ a...thestig2014-09-101-1/+1
* Remove koz from OWNERStapted@chromium.org2014-07-171-1/+0
* Add cloud_devices and json_schema to GN build.brettw@chromium.org2014-06-201-0/+17
* Add regular expression support in json_schema componentbinjin@chromium.org2014-03-276-34/+161
* Add additional restriction to policy schema internal, includes modification t...binjin@chromium.org2014-01-221-1/+4
* components: Remove 'ui' dependencies from json_schema and user_prefs targets.tfarina@chromium.org2013-12-161-1/+0
* Ignore unknown attributes when parsing JSON schemas.joaodasilva@chromium.org2013-12-083-11/+48
* Resolve "$ref" attributes in JSON schemas.joaodasilva@chromium.org2013-11-281-4/+7
* Docserver: Display enum value descriptions in API docs.sammc@chromium.org2013-11-012-2/+33
* Revert 231982 "Docserver: Display enum value descriptions in API..."kinaba@chromium.org2013-10-312-33/+2
* Docserver: Display enum value descriptions in API docs.sammc@chromium.org2013-10-312-2/+33
* Moved chrome/common/json_schema to components/json_schema.joaodasilva@chromium.org2013-08-1310-0/+1978