summaryrefslogtreecommitdiffstats
path: root/tools/json_schema_compiler/compiler.py
Commit message (Expand)AuthorAgeFilesLines
* JSON Compiler should convert the namespace value in lowerCamelCase to unix_na...ncj674@motorola.com2013-02-231-2/+2
* Added unit tests for the Dart Chrome.* API wrappers, testing the Dart output ...sashab@chromium.org2013-02-221-50/+60
* Revert 183709nhiroki@chromium.org2013-02-211-59/+50
* Added unit tests for the Dart Chrome.* API wrappers, testing the Dart output ...sashab@chromium.org2013-02-211-50/+59
* generated_api.h should have its body generated into generated_api.ccMHX348@motorola.com2013-02-121-0/+1
* Initial commit of the Dart Chrome Extension APIs generatorssashab@chromium.org2013-02-061-145/+126
* IDL generated extensions code only generate foo_api.h when requiredcalamity@chromium.org2013-01-251-1/+1
* Run the JSON Schema Compiler's bundle compilation on JSON files. Previously itkalman@chromium.org2013-01-111-3/+8
* Revert revision 176015ricow@chromium.org2013-01-101-8/+3
* Revert 176047ricow@chromium.org2013-01-101-3/+8
* Revert 176015ricow@chromium.org2013-01-101-8/+3
* Run the JSON Schema Compiler's bundle compilation on JSON files. Previously itkalman@chromium.org2013-01-101-3/+8
* Update the JSON Schema Compiler to take dependencies of the form type:name.mitchellwrosen@chromium.org2012-07-031-0/+7
* Add support for 'nocompile' to IDL schema compiler.asargent@chromium.org2012-05-241-1/+1
* Files generated by the JSON schema compiler are named incorrectlycduvall@chromium.org2012-05-121-5/+23
* Revert 135077 - Files generated by the JSON schema compiler are named incorre...tfarina@chromium.org2012-05-031-3/+3
* Files generated by the JSON schema compiler are named incorrectlycduvall@chromium.org2012-05-031-3/+3
* JSON schema compiler can't handle strings as typescduvall@chromium.org2012-05-011-2/+2
* Make json_schema_compiler resolve type names via resolution rules.gdk@chromium.org2012-03-271-0/+2
* 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