summaryrefslogtreecommitdiffstats
path: root/tools/json_schema_compiler/compiler.py
Commit message (Expand)AuthorAgeFilesLines
* Remove dependence on .json files for IDL-specified extensions/apps APIsasargent@chromium.org2012-03-211-10/+24
* Reapply 127159 (http://codereview.chromium.org/9666059) plus important fixes.miket@chromium.org2012-03-191-23/+72
* Revert 127159 - Refactor extension_function_dispatcher to extract ExtensionFu...miket@chromium.org2012-03-161-72/+23
* Refactor extension_function_dispatcher to extract ExtensionFunctionRegistry. ...miket@chromium.org2012-03-161-23/+72
* - Extend compiler.py to recognize .idl files.miket@chromium.org2012-03-071-4/+12
* Allow comments in extension config files.cduvall@chromium.org2012-03-031-5/+3
* Revert 124660 - Allow comments in extension config files.yzshen@chromium.org2012-03-021-3/+5
* Allow comments in extension config files.cduvall@chromium.org2012-03-021-5/+3
* json_schema_compiler: any, additionalProperties, functions on typescalamity@chromium.org2012-03-021-2/+2
* json_schema_compiler: Added wider support for OBJECTs and ENUMs. Used the new...calamity@chromium.org2012-02-281-10/+13
* Add enum support to json_schema_compilercalamity@chromium.org2012-02-221-4/+5
* Add tests to tools/json_schema_compilercalamity@chromium.org2012-02-211-8/+5
* Adds support for the "choices" and "any" types to json_schema_compiler, as wellcalamity@chromium.org2012-02-151-7/+11
* Code generation for extensions apicalamity@chromium.org2012-01-271-0/+101