summaryrefslogtreecommitdiffstats
path: root/components/json_schema
Commit message (Expand)AuthorAgeFilesLines
* 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