summaryrefslogtreecommitdiffstats
path: root/tools/json_schema_compiler/cc_generator.py
Commit message (Expand)AuthorAgeFilesLines
* Convert most of extensions and some other random stuff to using the base name...brettw@chromium.org2013-06-211-2/+2
* Use a direct include of strings headers in testing/, third_party/, tools/.avi@chromium.org2013-06-111-1/+1
* 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-1/+17
* Replace HasNext() by !IsAtEnd() in extension related folders.pneubeck@chromium.org2013-04-091-1/+1
* Initial commit of the Dart Chrome Extension APIs generatorssashab@chromium.org2013-02-061-4/+15
* Fix up how the JSON Schema compiler decides whether to include or forwardkalman@chromium.org2013-01-291-6/+8
* Overhaul JSON Schema Compiler to support a number of features required tokalman@chromium.org2013-01-171-613/+467
* Extensions Docs Server: Enum values do not show up if enum is a typecduvall@chromium.org2012-09-251-71/+119
* Changes:hebert.christopherj@chromium.org2012-08-291-125/+188
* Correct const accessors in base/values.(h|cc), Part II (ListValue)vabr@chromium.org2012-08-031-1/+1
* Added JSON schema compiler support for serialized typesmitchellwrosen@chromium.org2012-07-311-13/+70
* Added ToJson to JSON schema compiler.mitchellwrosen@chromium.org2012-07-281-3/+20
* Correct const accessors in base/values.(h|cc)vabr@chromium.org2012-07-271-7/+7
* 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