summaryrefslogtreecommitdiffstats
path: root/tools/json_schema_compiler
Commit message (Expand)AuthorAgeFilesLines
* Switch the downloads API over to IDL/json_schema_compilerbenjhayden@chromium.org2012-07-119-130/+168
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-114-4/+0
* Extensions Docs Server: Support APIs with propertiescduvall@chromium.org2012-07-091-3/+3
* Extension Docs Server: Function Templatescduvall@chromium.org2012-07-031-0/+3
* Update the JSON Schema Compiler to take dependencies of the form type:name.mitchellwrosen@chromium.org2012-07-031-0/+7
* JSON Schema Compiler now supports optional and required ARRAYs of ENUMS. hebert.christopherj@chromium.org2012-06-293-29/+140
* Escape double quotes when parsing comments from idl filesgrv@chromium.org2012-06-293-0/+9
* Fix how the IDL parser handles comments, and fix the chrome.alarms docs.mpcomplete@chromium.org2012-06-195-11/+58
* Extension docs server: APIDataSourcecduvall@chromium.org2012-06-182-4/+4
* Improve handling of ArrayBuffers in composite objects.gdk@chromium.org2012-06-173-5/+13
* Fix include ordering in cpp_type_generator.py.jyasskin@chromium.org2012-06-151-4/+5
* JSON Schema Compiler: Added support for arrays of objects.mtytel@chromium.org2012-06-134-0/+45
* Add support for 'nocompile' to IDL schema compiler.asargent@chromium.org2012-05-248-9/+21
* Move declarative API into events APIbattre@chromium.org2012-05-162-12/+0
* Revert 137388 - Move declarative API into events APIbattre@chromium.org2012-05-162-0/+12
* Move declarative API into events APIbattre@chromium.org2012-05-162-12/+0
* Support enum in idl file.penghuang@chromium.org2012-05-145-1/+59
* Files generated by the JSON schema compiler are named incorrectlycduvall@chromium.org2012-05-1211-18/+36
* 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