| Commit message (Expand) | Author | Age | Files | Lines |
* | Generate ax enums from idl. | dtseng@chromium.org | 2014-02-09 | 1 | -0/+8 |
* | This is a preliminary patch to auto-generate the ID enum in APIPermission. | DHNishi@gmail.com | 2013-11-06 | 1 | -0/+19 |
* | Revert 226826 "This is a preliminary patch to auto-generate the ..." | tbarzic@chromium.org | 2013-10-03 | 1 | -19/+0 |
* | This is a preliminary patch to auto-generate the ID enum in APIPermission. | DHNishi@gmail.com | 2013-10-03 | 1 | -0/+19 |
* | Clean up JSON Schema Compiler's pylint errors. | DHNishi@gmail.com | 2013-09-10 | 1 | -1/+8 |
* | JSON Schema Compiler: support "choices" types within other choices types. | kalman@chromium.org | 2013-07-13 | 1 | -16/+18 |
* | Move API functions registrations out of ExtensionFunctionRegistry. | ncj674@motorola.com | 2013-02-14 | 1 | -1/+2 |
* | Initial commit of the Dart Chrome Extension APIs generators | sashab@chromium.org | 2013-02-06 | 1 | -0/+17 |
* | Overhaul JSON Schema Compiler to support a number of features required to | kalman@chromium.org | 2013-01-17 | 1 | -43/+15 |
* | Added JSON schema compiler support for serialized types | mitchellwrosen@chromium.org | 2012-07-31 | 1 | -5/+43 |
* | Added ToJson to JSON schema compiler. | mitchellwrosen@chromium.org | 2012-07-28 | 1 | -1/+1 |
* | JSON Schema Compiler supports functions as PropertyTypes. | hebert.christopherj@chromium.org | 2012-07-26 | 1 | -0/+1 |
* | Implement handling of binary data in JSON schema compiler | cduvall@chromium.org | 2012-04-24 | 1 | -0/+1 |
* | Allow json schema compiler to use arrays as types | cduvall@chromium.org | 2012-04-12 | 1 | -3/+2 |
* | Reapply 127159 (http://codereview.chromium.org/9666059) plus important fixes. | miket@chromium.org | 2012-03-19 | 1 | -0/+13 |
* | Revert 127159 - Refactor extension_function_dispatcher to extract ExtensionFu... | miket@chromium.org | 2012-03-16 | 1 | -13/+0 |
* | Refactor extension_function_dispatcher to extract ExtensionFunctionRegistry. ... | miket@chromium.org | 2012-03-16 | 1 | -0/+13 |
* | json_schema_compiler: any, additionalProperties, functions on types | calamity@chromium.org | 2012-03-02 | 1 | -1/+0 |
* | json_schema_compiler: Added wider support for OBJECTs and ENUMs. Used the new... | calamity@chromium.org | 2012-02-28 | 1 | -27/+3 |
* | Add enum support to json_schema_compiler | calamity@chromium.org | 2012-02-22 | 1 | -0/+1 |
* | Add tests to tools/json_schema_compiler | calamity@chromium.org | 2012-02-21 | 1 | -50/+29 |
* | json_schema_compiler: Change the Result::Create parameter to a const referenc... | calamity@chromium.org | 2012-02-17 | 1 | -3/+3 |
* | Adds support for the "choices" and "any" types to json_schema_compiler, as well | calamity@chromium.org | 2012-02-15 | 1 | -10/+73 |
* | Code generation for extensions api | calamity@chromium.org | 2012-01-27 | 1 | -0/+51 |