summaryrefslogtreecommitdiffstats
path: root/tools/json_schema_compiler/compiler.py
Commit message (Expand)AuthorAgeFilesLines
* Media Galleries Partial Deprecation: Remove scan functionality.tommycli2016-03-021-0/+4
* Add js_interface_generator for generating extensions interfacesstevenjb2015-12-101-2/+13
* Generate all extension schema namespaces as "api" and instead vary the genera...kalman2015-07-231-1/+8
* [Extensions API] Remove inline enumsrdevlin.cronin2015-04-061-1/+1
* Generate externs automatically from json/idl filesrdevlin.cronin2015-03-241-1/+6
* Remove dart generator code from json schema compiler.benwells2015-01-211-12/+2
* Cleanup most pylint errors in json_schema_compiler.thestig2015-01-151-2/+2
* - Add support for references in different paths in apis.lfg2014-08-291-8/+30
* Reland 596ff54335b2a1b393af10657bc4945114f3beed - Split API bundle generation...yoz2014-08-271-14/+25
* Revert "Split bundle generation steps so that API registration is generated i...Albert J. Wong2014-08-271-25/+14
* Split bundle generation steps so that API registration is generated in browse...yoz2014-08-271-14/+25
* Make the root_namespace argument to json_schema_compiler.gypi a stringkalman@chromium.org2014-08-051-20/+20
* Remove the Pepper IDL generator from JSON schema compiler.sammc@chromium.org2014-07-291-8/+1
* Chromium side changes to add the ledger API.rkc@chromium.org2014-05-121-7/+18
* Add an implementation path option to json_schema_compilerrockot@chromium.org2014-03-051-3/+8
* Generate ax enums from idl.dtseng@chromium.org2014-02-091-9/+2
* Add a Pepper IDL generator to the JSON schema compiler.sammc@chromium.org2013-12-121-1/+8
* JSON schema compiler: remove SOURCE_BASE_PATH hack from bundle generator.yoz@chromium.org2013-11-201-1/+2
* Make SchemaLoader independent of current working directory.msimonides@opera.com2013-09-301-5/+4
* Clean up JSON Schema Compiler's pylint errors.DHNishi@gmail.com2013-09-101-5/+2
* Fix a typo (missing space) in JSON Schema Compiler's help prompt.DHNishi@gmail.com2013-08-301-1/+1
* Lazily load extension API schemascduvall@chromium.org2013-03-231-51/+11
* 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