summaryrefslogtreecommitdiffstats
path: root/tools/json_schema_compiler/h_generator.py
Commit message (Expand)AuthorAgeFilesLines
* [Extensions] Update generated code to support move operationsrdevlin.cronin2016-03-221-0/+4
* Switch to standard integer types in tools/json_schema_compiler/.avi2015-12-271-1/+2
* Implement kiosk multiple apps feature. This includes:jennyz2015-09-031-1/+1
* Make the JSON Schema compiler handle enums declared in other namespaces.kalman2015-04-241-6/+11
* [Extension API Extern Generation] Support inline object definitionsrdevlin.cronin2015-03-301-1/+1
* 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-11/+7
* Make the root_namespace argument to json_schema_compiler.gypi a stringkalman@chromium.org2014-08-051-19/+18
* Fix compile error if both inline and reference enums are used in a type.wjywbs@gmail.com2014-05-131-2/+0
* Fix compile error if both inline and reference enums are used in a type.wjywbs@gmail.com2014-05-091-0/+2
* Remove a suspicious part of error generation code that crashes if a NULLDHNishi@gmail.com2014-05-021-1/+1
* Make JSON Schema Compiler errors into warnings if recoverable.DHNishi@gmail.com2014-03-111-0/+5
* Use validating IPC enum macros in accessibility messages.tsepez@chromium.org2014-02-261-11/+11
* Clean up JSON Schema Compiler's pylint errors.DHNishi@gmail.com2013-09-101-4/+4
* Use base::string16 instead of std::string for errors in JSON SchemaDHNishi@gmail.com2013-08-211-1/+1
* Add optional schema compiler error messages and unit tests.DHNishi@gmail.com2013-08-121-5/+15
* Fix extension IDL compiler to prevent incorrect code gen.rpaquay@chromium.org2013-08-051-0/+10
* JSON Schema Compiler: support "choices" types within other choices types.kalman@chromium.org2013-07-131-51/+35
* Modify test extensions api to use JSON Schema CompilerSamusaaron3@gmail.com2013-05-171-0/+5
* Add parse support for the externally_connectable manifest key. Not wired up tokalman@chromium.org2013-04-241-0/+7
* Initial commit of the Dart Chrome Extension APIs generatorssashab@chromium.org2013-02-061-4/+17
* Fix up how the JSON Schema compiler decides whether to include or forwardkalman@chromium.org2013-01-291-1/+2
* Overhaul JSON Schema Compiler to support a number of features required tokalman@chromium.org2013-01-171-182/+171
* Extensions Docs Server: Enum values do not show up if enum is a typecduvall@chromium.org2012-09-251-5/+15
* Changes:hebert.christopherj@chromium.org2012-08-291-0/+11
* Added JSON schema compiler support for serialized typesmitchellwrosen@chromium.org2012-07-311-6/+6
* Added ToJson to JSON schema compiler.mitchellwrosen@chromium.org2012-07-281-2/+5
* JSON Schema Compiler supports functions as PropertyTypes.hebert.christopherj@chromium.org2012-07-261-2/+3
* JSON Schema Compiler now supports conversion from Choice to base::Value.hebert.christopherj@chromium.org2012-07-231-0/+20
* JSON Schema Compiler: Add event compilation and allow multiple parameters to ...mtytel@chromium.org2012-07-161-28/+54
* Switch the downloads API over to IDL/json_schema_compilerbenjhayden@chromium.org2012-07-111-15/+15
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-111-1/+0
* JSON Schema Compiler: Added support for arrays of objects.mtytel@chromium.org2012-06-131-0/+3
* Move declarative API into events APIbattre@chromium.org2012-05-161-6/+0
* Revert 137388 - Move declarative API into events APIbattre@chromium.org2012-05-161-0/+6
* Move declarative API into events APIbattre@chromium.org2012-05-161-6/+0
* Make all extension api types fully qualified.bryeung@chromium.org2012-05-111-1/+2
* Revert 136296 - Make all extension api types fully qualified.yzshen@chromium.org2012-05-101-2/+1
* Make all extension api types fully qualified.bryeung@chromium.org2012-05-101-1/+2
* JSON schema compiler can't handle strings as typescduvall@chromium.org2012-05-011-0/+5
* Generate storage API constants using json_schema_compiler.kalman@chromium.org2012-04-191-10/+22
* Allow json schema compiler to use arrays as typescduvall@chromium.org2012-04-121-0/+7
* Make json_schema_compiler output types in their dependency order.gdk@chromium.org2012-03-261-1/+21
* Reapply 127159 (http://codereview.chromium.org/9666059) plus important fixes.miket@chromium.org2012-03-191-11/+2
* Revert 127159 - Refactor extension_function_dispatcher to extract ExtensionFu...miket@chromium.org2012-03-161-2/+11
* Refactor extension_function_dispatcher to extract ExtensionFunctionRegistry. ...miket@chromium.org2012-03-161-11/+2
* json_schema_compiler: any, additionalProperties, functions on typescalamity@chromium.org2012-03-021-26/+50
* json_schema_compiler: Added wider support for OBJECTs and ENUMs. Used the new...calamity@chromium.org2012-02-281-52/+79
* Add enum support to json_schema_compilercalamity@chromium.org2012-02-221-17/+26
* Add tests to tools/json_schema_compilercalamity@chromium.org2012-02-211-4/+5