summaryrefslogtreecommitdiffstats
path: root/tools/json_schema_compiler
Commit message (Expand)AuthorAgeFilesLines
* Allow comments in extension config files.cduvall@chromium.org2012-03-035-18/+33
* Revert 124660 - Allow comments in extension config files.yzshen@chromium.org2012-03-025-33/+18
* Allow comments in extension config files.cduvall@chromium.org2012-03-025-18/+33
* json_schema_compiler: any, additionalProperties, functions on typescalamity@chromium.org2012-03-0226-154/+868
* json_schema_compiler: Added wider support for OBJECTs and ENUMs. Used the new...calamity@chromium.org2012-02-2818-267/+532
* json_schema_compiler: fix typos in previewserver.py.kalman@chromium.org2012-02-281-2/+2
* json_schema_compiler: make the preview server retrieve the code HTML via XHRkalman@chromium.org2012-02-271-22/+30
* json_schema_compiler: add features to the previewserver.py:kalman@chromium.org2012-02-271-57/+144
* json_schema_compiler preview servercalamity@chromium.org2012-02-226-0/+329
* Add enum support to json_schema_compilercalamity@chromium.org2012-02-229-45/+343
* Fixed leaks in JsonSchemaCompilerSimpleTest_NoParamsResultCreate.joaodasilva@chromium.org2012-02-211-2/+3
* Add tests to tools/json_schema_compilercalamity@chromium.org2012-02-2116-263/+1063
* json_schema_compiler: make util::AddItemToList take a const reference to matc...calamity@chromium.org2012-02-201-1/+1
* Coverity: Fix a leak in json_schema_compiler.jhawkins@chromium.org2012-02-171-3/+3
* json_schema_compiler: Change the Result::Create parameter to a const referenc...calamity@chromium.org2012-02-171-3/+3
* Adds support for the "choices" and "any" types to json_schema_compiler, as wellcalamity@chromium.org2012-02-1516-425/+1081
* Code generation for extensions apicalamity@chromium.org2012-01-2717-0/+2757