summaryrefslogtreecommitdiffstats
path: root/tools/json_schema_compiler/model_test.py
Commit message (Expand)AuthorAgeFilesLines
* Convert snakecase enum names to camelcase when stringified.dtseng@chromium.org2014-05-151-0/+15
* Add "platforms" key in IDL schema compiler.Hokein.Wu@gmail.com2013-10-301-1/+28
* Clean up JSON Schema Compiler's pylint errors.DHNishi@gmail.com2013-09-101-1/+2
* JSON Schema Compiler: support "choices" types within other choices types.kalman@chromium.org2013-07-131-1/+2
* Overhaul JSON Schema Compiler to support a number of features required tokalman@chromium.org2013-01-171-23/+21
* 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