summaryrefslogtreecommitdiffstats
path: root/tools/json_schema_compiler/cc_generator.py
Commit message (Expand)AuthorAgeFilesLines
...
* JSON Schema Compiler supports functions as PropertyTypes.hebert.christopherj@chromium.org2012-07-261-0/+10
* JSON Schema Compiler now supports conversion from Choice to base::Value.hebert.christopherj@chromium.org2012-07-231-43/+78
* Revert 147594 - NaCl: Remove two uses of '#include "nacl/nacl_log.h"'mseaborn@chromium.org2012-07-201-8/+18
* NaCl: Remove two uses of '#include "nacl/nacl_log.h"'mseaborn@chromium.org2012-07-201-18/+8
* Represent BINARY properties using std::string instead of BinaryValue,jyasskin@chromium.org2012-07-201-8/+18
* JSON Schema Compiler: Add event compilation and allow multiple parameters to ...mtytel@chromium.org2012-07-161-38/+47
* Switch the downloads API over to IDL/json_schema_compilerbenjhayden@chromium.org2012-07-111-50/+51
* JSON Schema Compiler now supports optional and required ARRAYs of ENUMS. hebert.christopherj@chromium.org2012-06-291-22/+58
* Improve handling of ArrayBuffers in composite objects.gdk@chromium.org2012-06-171-0/+2
* 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
* Support enum in idl file.penghuang@chromium.org2012-05-141-0/+1
* Files generated by the JSON schema compiler are named incorrectlycduvall@chromium.org2012-05-121-1/+1
* Make all extension api types fully qualified.bryeung@chromium.org2012-05-111-4/+5
* Revert 136296 - Make all extension api types fully qualified.yzshen@chromium.org2012-05-101-5/+4
* Make all extension api types fully qualified.bryeung@chromium.org2012-05-101-4/+5
* Alarm resolution changed to minutes and minimum delay added.mtytel@chromium.org2012-05-051-10/+7
* JSON schema compiler can't handle strings as typescduvall@chromium.org2012-05-011-4/+16
* 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-241-0/+10
* Generate storage API constants using json_schema_compiler.kalman@chromium.org2012-04-191-16/+29
* Allow json schema compiler to use arrays as typescduvall@chromium.org2012-04-121-9/+25
* Fix a bug with the JSON Schema Compiler where it would stop processing functionmpcomplete@chromium.org2012-03-291-10/+11
* Make json_schema_compiler's generated ToValue use explicit field access.gdk@chromium.org2012-03-241-1/+1
* Initialize primitives in generated constructor.miket@chromium.org2012-03-091-3/+39
* json_schema_compiler: any, additionalProperties, functions on typescalamity@chromium.org2012-03-021-51/+111
* json_schema_compiler: Added wider support for OBJECTs and ENUMs. Used the new...calamity@chromium.org2012-02-281-99/+139
* Add enum support to json_schema_compilercalamity@chromium.org2012-02-221-14/+72
* Add tests to tools/json_schema_compilercalamity@chromium.org2012-02-211-188/+157
* Adds support for the "choices" and "any" types to json_schema_compiler, as wellcalamity@chromium.org2012-02-151-158/+318
* Code generation for extensions apicalamity@chromium.org2012-01-271-0/+294