summaryrefslogtreecommitdiffstats
path: root/tools/json_schema_compiler/model_test.py
Commit message (Expand)AuthorAgeFilesLines
* Added JSON schema compiler support for serialized typesmitchellwrosen@chromium.org2012-07-311-1/+1
* JSON Schema Compiler: Add event compilation and allow multiple parameters to ...mtytel@chromium.org2012-07-161-2/+0
* Extension docs server: APIDataSourcecduvall@chromium.org2012-06-181-1/+1
* Make all extension api types fully qualified.bryeung@chromium.org2012-05-111-8/+9
* Revert 136296 - Make all extension api types fully qualified.yzshen@chromium.org2012-05-101-9/+8
* Make all extension api types fully qualified.bryeung@chromium.org2012-05-101-8/+9
* Generate storage API constants using json_schema_compiler.kalman@chromium.org2012-04-191-4/+4
* Make json_schema_compiler remove 'nocompile' nodes from JSON at the JSON levelkalman@chromium.org2012-04-171-16/+0
* Make IDL compiler deal with multi word api namesasargent@chromium.org2012-04-031-0/+16
* Run json_schema_compiler unit tests via a PRESUBMIT check.asargent@chromium.org2012-03-281-0/+1
* Fix two broken json_schema_compiler python unit tests.asargent@chromium.org2012-03-241-4/+4
* Allow comments in extension config files.cduvall@chromium.org2012-03-031-4/+4
* Revert 124660 - Allow comments in extension config files.yzshen@chromium.org2012-03-021-4/+4
* Allow comments in extension config files.cduvall@chromium.org2012-03-021-4/+4
* json_schema_compiler: any, additionalProperties, functions on typescalamity@chromium.org2012-03-021-9/+4
* Adds support for the "choices" and "any" types to json_schema_compiler, as wellcalamity@chromium.org2012-02-151-5/+20
* Code generation for extensions apicalamity@chromium.org2012-01-271-0/+95