summaryrefslogtreecommitdiffstats
path: root/tools/json_schema_compiler/util.cc
Commit message (Expand)AuthorAgeFilesLines
* Remove the Value class names from the global namespace.avi@chromium.org2013-12-241-9/+9
* c/b/extensions: Do not use Value::Create*.DHNishi@gmail.com2013-08-141-4/+4
* Add optional schema compiler error messages and unit tests.DHNishi@gmail.com2013-08-121-0/+23
* Add base namespace to more values in sync and elsewhere.brettw@chromium.org2013-06-211-8/+8
* Overhaul JSON Schema Compiler to support a number of features required tokalman@chromium.org2013-01-171-13/+16
* Correct const accessors in base/values.(h|cc), Part II (ListValue)vabr@chromium.org2012-08-031-2/+2
* json_schema_compiler: any, additionalProperties, functions on typescalamity@chromium.org2012-03-021-2/+17
* json_schema_compiler: make util::AddItemToList take a const reference to matc...calamity@chromium.org2012-02-201-1/+1
* Adds support for the "choices" and "any" types to json_schema_compiler, as wellcalamity@chromium.org2012-02-151-57/+31
* Code generation for extensions apicalamity@chromium.org2012-01-271-0/+82