summaryrefslogtreecommitdiffstats
path: root/tools/json_schema_compiler/cpp_util.py
Commit message (Expand)AuthorAgeFilesLines
* WebstorePrivate extension API cleanup, part 2treib2015-02-241-0/+2
* Make Create take parameter by reference for ArrayBufferkaliamoorthi2014-12-021-0/+1
* Make the root_namespace argument to json_schema_compiler.gypi a stringkalman@chromium.org2014-08-051-17/+28
* Generate ax enums from idl.dtseng@chromium.org2014-02-091-0/+8
* This is a preliminary patch to auto-generate the ID enum in APIPermission.DHNishi@gmail.com2013-11-061-0/+19
* Revert 226826 "This is a preliminary patch to auto-generate the ..."tbarzic@chromium.org2013-10-031-19/+0
* This is a preliminary patch to auto-generate the ID enum in APIPermission.DHNishi@gmail.com2013-10-031-0/+19
* Clean up JSON Schema Compiler's pylint errors.DHNishi@gmail.com2013-09-101-1/+8
* JSON Schema Compiler: support "choices" types within other choices types.kalman@chromium.org2013-07-131-16/+18
* Move API functions registrations out of ExtensionFunctionRegistry.ncj674@motorola.com2013-02-141-1/+2
* Initial commit of the Dart Chrome Extension APIs generatorssashab@chromium.org2013-02-061-0/+17
* Overhaul JSON Schema Compiler to support a number of features required tokalman@chromium.org2013-01-171-43/+15
* Added JSON schema compiler support for serialized typesmitchellwrosen@chromium.org2012-07-311-5/+43
* Added ToJson to JSON schema compiler.mitchellwrosen@chromium.org2012-07-281-1/+1
* JSON Schema Compiler supports functions as PropertyTypes.hebert.christopherj@chromium.org2012-07-261-0/+1
* Implement handling of binary data in JSON schema compilercduvall@chromium.org2012-04-241-0/+1
* Allow json schema compiler to use arrays as typescduvall@chromium.org2012-04-121-3/+2
* Reapply 127159 (http://codereview.chromium.org/9666059) plus important fixes.miket@chromium.org2012-03-191-0/+13
* Revert 127159 - Refactor extension_function_dispatcher to extract ExtensionFu...miket@chromium.org2012-03-161-13/+0
* Refactor extension_function_dispatcher to extract ExtensionFunctionRegistry. ...miket@chromium.org2012-03-161-0/+13
* json_schema_compiler: any, additionalProperties, functions on typescalamity@chromium.org2012-03-021-1/+0
* json_schema_compiler: Added wider support for OBJECTs and ENUMs. Used the new...calamity@chromium.org2012-02-281-27/+3
* Add enum support to json_schema_compilercalamity@chromium.org2012-02-221-0/+1
* Add tests to tools/json_schema_compilercalamity@chromium.org2012-02-211-50/+29
* json_schema_compiler: Change the Result::Create parameter to a const referenc...calamity@chromium.org2012-02-171-3/+3
* Adds support for the "choices" and "any" types to json_schema_compiler, as wellcalamity@chromium.org2012-02-151-10/+73
* Code generation for extensions apicalamity@chromium.org2012-01-271-0/+51