summaryrefslogtreecommitdiffstats
path: root/tools/json_schema_compiler/cc_generator.py
Commit message (Expand)AuthorAgeFilesLines
* Add the boilerplate for actions to File System Provider API.mtomasz2015-06-231-1/+4
* Check the camel case option for both the to and from string enum functions.dmazzoni2015-06-031-1/+4
* Add support for passing errors through PopulateArrayFromList.reillyg2015-05-061-4/+3
* Make the JSON Schema compiler handle enums declared in other namespaces.kalman2015-04-241-2/+7
* [Extensions API] Remove inline enumsrdevlin.cronin2015-04-061-6/+17
* [Extension API Extern Generation] Support inline object definitionsrdevlin.cronin2015-03-301-1/+1
* json_schema_compiler: Use std::vector<char> for binary values.pneubeck2015-01-201-8/+12
* Cleanup: Some simplifications in json_schema_compiler.pneubeck2015-01-191-4/+4
* json_schema_compiler: Use range based for loops.thestig2015-01-161-17/+9
* Cleanup most pylint errors in json_schema_compiler.thestig2015-01-151-12/+7
* - Add support for references in different paths in apis.lfg2014-08-291-9/+8
* Make the root_namespace argument to json_schema_compiler.gypi a stringkalman@chromium.org2014-08-051-12/+10
* Added the "unmodifiable" property to chrome.bookmarks.BookmarkTreeNode.joaodasilva@chromium.org2014-06-061-6/+10
* Support converting referenced enum array into string.wjywbs@gmail.com2014-05-171-21/+65
* Convert snakecase enum names to camelcase when stringified.dtseng@chromium.org2014-05-151-1/+4
* Fix compile error if both inline and reference enums are used in a type.wjywbs@gmail.com2014-05-131-11/+6
* Fix compile error if both inline and reference enums are used in a type.wjywbs@gmail.com2014-05-091-3/+11
* Remove a suspicious part of error generation code that crashes if a NULLDHNishi@gmail.com2014-05-021-9/+14
* JSON Schema Compiler: Convert enums in vectors to StringValues rather thankalman@chromium.org2014-05-011-10/+24
* cc_generator.py: Add "this->" before optional property check for object types.armansito@chromium.org2014-04-301-5/+4
* Support scoped types in PPAPI IDL.mtomasz@chromium.org2014-04-041-6/+14
* Add a warning for when too many parameters are passed to the JSON SchemaDHNishi@gmail.com2014-04-041-2/+17
* Make JSON Schema Compiler errors into warnings if recoverable.DHNishi@gmail.com2014-03-111-25/+57
* Generate ax enums from idl.dtseng@chromium.org2014-02-091-1/+2
* Update uses of UTF conversions in ppapi/, printing/, remoting/, rlz/, sandbox...avi@chromium.org2013-12-251-1/+1
* Ignore unnecessary brackets in JSON/IDL API generated code.Hokein.Wu@gmail.com2013-12-191-3/+4
* Docserver: Display enum value descriptions in API docs.sammc@chromium.org2013-11-011-3/+5
* Revert 231982 "Docserver: Display enum value descriptions in API..."kinaba@chromium.org2013-10-311-5/+3
* Docserver: Display enum value descriptions in API docs.sammc@chromium.org2013-10-311-3/+5
* Clean up JSON Schema Compiler's pylint errors.DHNishi@gmail.com2013-09-101-30/+28
* Use base::string16 instead of std::string for errors in JSON SchemaDHNishi@gmail.com2013-08-211-2/+3
* c/b/extensions: Do not use Value::Create*.DHNishi@gmail.com2013-08-141-2/+2
* Add optional schema compiler error messages and unit tests.DHNishi@gmail.com2013-08-121-50/+141
* Fix extension IDL compiler to prevent incorrect code gen.rpaquay@chromium.org2013-08-051-2/+10
* Fix json_schema_compiler to properly handle enum arrays.sergeyu@chromium.org2013-07-251-1/+1
* JSON Schema Compiler: support "choices" types within other choices types.kalman@chromium.org2013-07-131-17/+18
* 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