summaryrefslogtreecommitdiffstats
path: root/tools/json_schema_compiler
Commit message (Expand)AuthorAgeFilesLines
* Make all extension api types fully qualified.bryeung@chromium.org2012-05-1113-65/+164
* Add syntactic sugar for ArrayBuffer as a type in IDL api definitions.asargent@chromium.org2012-05-101-2/+4
* Revert 136296 - Make all extension api types fully qualified.yzshen@chromium.org2012-05-1013-164/+65
* Make all extension api types fully qualified.bryeung@chromium.org2012-05-1013-65/+164
* Alarm resolution changed to minutes and minimum delay added.mtytel@chromium.org2012-05-052-10/+9
* 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-018-8/+662
* Allow json_schema_compiler to handle dictionaries with no fields.gdk@chromium.org2012-04-271-15/+17
* Implement handling of binary data in JSON schema compilercduvall@chromium.org2012-04-244-1/+17
* Generate storage API constants using json_schema_compiler.kalman@chromium.org2012-04-195-90/+184
* Make schema_bundle_generator escape double-quotes properly.gdk@chromium.org2012-04-182-2/+4
* Improve performance of extension docs generation by 60%.aa@chromium.org2012-04-171-43/+7
* Make json_schema_compiler remove 'nocompile' nodes from JSON at the JSON levelkalman@chromium.org2012-04-176-31/+203
* Hack together a quick doc generator for IDL files.mpcomplete@chromium.org2012-04-161-3/+36
* Fix a bug in IDL parsing related to arrays of callbacks.asargent@chromium.org2012-04-163-18/+53
* Support array types for function and callback arguments in IDL APIs.asargent@chromium.org2012-04-124-3/+115
* Allow json schema compiler to use arrays as typescduvall@chromium.org2012-04-128-26/+352
* JSON Schema Compiler now accesses right member variable for an |any| typemtytel@chromium.org2012-04-113-9/+9
* Fix IDL schema compiler to properly handle optional argumentsasargent@chromium.org2012-04-093-0/+49
* Allow arbitrary types in IDL schemasasargent@chromium.org2012-04-055-0/+172
* Make IDL compiler deal with multi word api namesasargent@chromium.org2012-04-033-6/+24
* Fix a bug with the JSON Schema Compiler where it would stop processing functionmpcomplete@chromium.org2012-03-293-10/+45
* Run json_schema_compiler unit tests via a PRESUBMIT check.asargent@chromium.org2012-03-285-0/+24
* Fixes to json_schema_compiler unit testsasargent@chromium.org2012-03-282-30/+38
* Make json_schema_compiler resolve type names via resolution rules.gdk@chromium.org2012-03-272-5/+32
* Make json_schema_compiler output types in their dependency order.gdk@chromium.org2012-03-262-1/+26
* Fix two broken json_schema_compiler python unit tests.asargent@chromium.org2012-03-243-18/+65
* Make json_schema_compiler's generated ToValue use explicit field access.gdk@chromium.org2012-03-241-1/+1
* Make ExtensionAPI load schemas lazily where possible.kalman@chromium.org2012-03-232-25/+20
* Revert r128434 "Make ExtensionAPI load schemas lazily where possible." for br...pfeldman@chromium.org2012-03-232-20/+25
* Make ExtensionAPI load schemas lazily where possible.kalman@chromium.org2012-03-232-25/+20
* Fix schema_bundle_generator's capitalization of function names.gdk@chromium.org2012-03-211-3/+7
* Remove dependence on .json files for IDL-specified extensions/apps APIsasargent@chromium.org2012-03-213-89/+169
* Reapply 127159 (http://codereview.chromium.org/9666059) plus important fixes.miket@chromium.org2012-03-196-37/+173
* Revert 127159 - Refactor extension_function_dispatcher to extract ExtensionFu...miket@chromium.org2012-03-166-173/+37
* Refactor extension_function_dispatcher to extract ExtensionFunctionRegistry. ...miket@chromium.org2012-03-166-37/+173
* Initialize primitives in generated constructor.miket@chromium.org2012-03-091-3/+39
* Fix an IntegerValue leak in a JsonSchemaCompiler test.rnk@chromium.org2012-03-081-2/+3
* Fix missing rename of LoadJSON in json_schema_compiler.mkwst@chromium.org2012-03-071-3/+3
* - Extend compiler.py to recognize .idl files.miket@chromium.org2012-03-074-7/+225
* Allow comments in extension config files.cduvall@chromium.org2012-03-035-18/+33
* Revert 124660 - Allow comments in extension config files.yzshen@chromium.org2012-03-025-33/+18
* Allow comments in extension config files.cduvall@chromium.org2012-03-025-18/+33
* json_schema_compiler: any, additionalProperties, functions on typescalamity@chromium.org2012-03-0226-154/+868
* json_schema_compiler: Added wider support for OBJECTs and ENUMs. Used the new...calamity@chromium.org2012-02-2818-267/+532
* json_schema_compiler: fix typos in previewserver.py.kalman@chromium.org2012-02-281-2/+2
* json_schema_compiler: make the preview server retrieve the code HTML via XHRkalman@chromium.org2012-02-271-22/+30
* json_schema_compiler: add features to the previewserver.py:kalman@chromium.org2012-02-271-57/+144
* json_schema_compiler preview servercalamity@chromium.org2012-02-226-0/+329