| Commit message (Expand) | Author | Age | Files | Lines |
* | Make the JSON Schema compiler handle enums declared in other namespaces. | kalman | 2015-04-24 | 1 | -6/+11 |
* | [Extension API Extern Generation] Support inline object definitions | rdevlin.cronin | 2015-03-30 | 1 | -1/+1 |
* | Cleanup most pylint errors in json_schema_compiler. | thestig | 2015-01-15 | 1 | -2/+2 |
* | - Add support for references in different paths in apis. | lfg | 2014-08-29 | 1 | -11/+7 |
* | Make the root_namespace argument to json_schema_compiler.gypi a string | kalman@chromium.org | 2014-08-05 | 1 | -19/+18 |
* | Fix compile error if both inline and reference enums are used in a type. | wjywbs@gmail.com | 2014-05-13 | 1 | -2/+0 |
* | Fix compile error if both inline and reference enums are used in a type. | wjywbs@gmail.com | 2014-05-09 | 1 | -0/+2 |
* | Remove a suspicious part of error generation code that crashes if a NULL | DHNishi@gmail.com | 2014-05-02 | 1 | -1/+1 |
* | Make JSON Schema Compiler errors into warnings if recoverable. | DHNishi@gmail.com | 2014-03-11 | 1 | -0/+5 |
* | Use validating IPC enum macros in accessibility messages. | tsepez@chromium.org | 2014-02-26 | 1 | -11/+11 |
* | Clean up JSON Schema Compiler's pylint errors. | DHNishi@gmail.com | 2013-09-10 | 1 | -4/+4 |
* | Use base::string16 instead of std::string for errors in JSON Schema | DHNishi@gmail.com | 2013-08-21 | 1 | -1/+1 |
* | Add optional schema compiler error messages and unit tests. | DHNishi@gmail.com | 2013-08-12 | 1 | -5/+15 |
* | Fix extension IDL compiler to prevent incorrect code gen. | rpaquay@chromium.org | 2013-08-05 | 1 | -0/+10 |
* | JSON Schema Compiler: support "choices" types within other choices types. | kalman@chromium.org | 2013-07-13 | 1 | -51/+35 |
* | Modify test extensions api to use JSON Schema Compiler | Samusaaron3@gmail.com | 2013-05-17 | 1 | -0/+5 |
* | Add parse support for the externally_connectable manifest key. Not wired up to | kalman@chromium.org | 2013-04-24 | 1 | -0/+7 |
* | Initial commit of the Dart Chrome Extension APIs generators | sashab@chromium.org | 2013-02-06 | 1 | -4/+17 |
* | Fix up how the JSON Schema compiler decides whether to include or forward | kalman@chromium.org | 2013-01-29 | 1 | -1/+2 |
* | Overhaul JSON Schema Compiler to support a number of features required to | kalman@chromium.org | 2013-01-17 | 1 | -182/+171 |
* | Extensions Docs Server: Enum values do not show up if enum is a type | cduvall@chromium.org | 2012-09-25 | 1 | -5/+15 |
* | Changes: | hebert.christopherj@chromium.org | 2012-08-29 | 1 | -0/+11 |
* | Added JSON schema compiler support for serialized types | mitchellwrosen@chromium.org | 2012-07-31 | 1 | -6/+6 |
* | Added ToJson to JSON schema compiler. | mitchellwrosen@chromium.org | 2012-07-28 | 1 | -2/+5 |
* | JSON Schema Compiler supports functions as PropertyTypes. | hebert.christopherj@chromium.org | 2012-07-26 | 1 | -2/+3 |
* | JSON Schema Compiler now supports conversion from Choice to base::Value. | hebert.christopherj@chromium.org | 2012-07-23 | 1 | -0/+20 |
* | JSON Schema Compiler: Add event compilation and allow multiple parameters to ... | mtytel@chromium.org | 2012-07-16 | 1 | -28/+54 |
* | Switch the downloads API over to IDL/json_schema_compiler | benjhayden@chromium.org | 2012-07-11 | 1 | -15/+15 |
* | Remove the rest of #pragma once in one big CL. | ajwong@chromium.org | 2012-07-11 | 1 | -1/+0 |
* | JSON Schema Compiler: Added support for arrays of objects. | mtytel@chromium.org | 2012-06-13 | 1 | -0/+3 |
* | Move declarative API into events API | battre@chromium.org | 2012-05-16 | 1 | -6/+0 |
* | Revert 137388 - Move declarative API into events API | battre@chromium.org | 2012-05-16 | 1 | -0/+6 |
* | Move declarative API into events API | battre@chromium.org | 2012-05-16 | 1 | -6/+0 |
* | Make all extension api types fully qualified. | bryeung@chromium.org | 2012-05-11 | 1 | -1/+2 |
* | Revert 136296 - Make all extension api types fully qualified. | yzshen@chromium.org | 2012-05-10 | 1 | -2/+1 |
* | Make all extension api types fully qualified. | bryeung@chromium.org | 2012-05-10 | 1 | -1/+2 |
* | JSON schema compiler can't handle strings as types | cduvall@chromium.org | 2012-05-01 | 1 | -0/+5 |
* | Generate storage API constants using json_schema_compiler. | kalman@chromium.org | 2012-04-19 | 1 | -10/+22 |
* | Allow json schema compiler to use arrays as types | cduvall@chromium.org | 2012-04-12 | 1 | -0/+7 |
* | Make json_schema_compiler output types in their dependency order. | gdk@chromium.org | 2012-03-26 | 1 | -1/+21 |
* | Reapply 127159 (http://codereview.chromium.org/9666059) plus important fixes. | miket@chromium.org | 2012-03-19 | 1 | -11/+2 |
* | Revert 127159 - Refactor extension_function_dispatcher to extract ExtensionFu... | miket@chromium.org | 2012-03-16 | 1 | -2/+11 |
* | Refactor extension_function_dispatcher to extract ExtensionFunctionRegistry. ... | miket@chromium.org | 2012-03-16 | 1 | -11/+2 |
* | json_schema_compiler: any, additionalProperties, functions on types | calamity@chromium.org | 2012-03-02 | 1 | -26/+50 |
* | json_schema_compiler: Added wider support for OBJECTs and ENUMs. Used the new... | calamity@chromium.org | 2012-02-28 | 1 | -52/+79 |
* | Add enum support to json_schema_compiler | calamity@chromium.org | 2012-02-22 | 1 | -17/+26 |
* | Add tests to tools/json_schema_compiler | calamity@chromium.org | 2012-02-21 | 1 | -4/+5 |
* | Adds support for the "choices" and "any" types to json_schema_compiler, as well | calamity@chromium.org | 2012-02-15 | 1 | -71/+71 |
* | Code generation for extensions api | calamity@chromium.org | 2012-01-27 | 1 | -0/+214 |