| Commit message (Expand) | Author | Age | Files | Lines |
* | Update uses of UTF conversions in ppapi/, printing/, remoting/, rlz/, sandbox... | avi@chromium.org | 2013-12-25 | 1 | -1/+1 |
* | Remove the Value class names from the global namespace. | avi@chromium.org | 2013-12-24 | 13 | -323/+348 |
* | Add a Pepper IDL generator to the JSON schema compiler. | sammc@chromium.org | 2013-12-12 | 1 | -0/+93 |
* | Implement app.window.get() and app.window.getAll(). | mek@chromium.org | 2013-11-13 | 1 | -0/+6 |
* | Add "implemented_in" key in IDL schema compiler | Hokein.Wu@gmail.com | 2013-11-07 | 2 | -0/+21 |
* | This is a preliminary patch to auto-generate the ID enum in APIPermission. | DHNishi@gmail.com | 2013-11-06 | 2 | -0/+47 |
* | Docserver: Display enum value descriptions in API docs. | sammc@chromium.org | 2013-11-01 | 1 | -0/+1 |
* | Revert 231982 "Docserver: Display enum value descriptions in API..." | kinaba@chromium.org | 2013-10-31 | 1 | -1/+0 |
* | Docserver: Display enum value descriptions in API docs. | sammc@chromium.org | 2013-10-31 | 1 | -0/+1 |
* | Add "platforms" key in IDL schema compiler. | Hokein.Wu@gmail.com | 2013-10-30 | 3 | -0/+29 |
* | Revert 226826 "This is a preliminary patch to auto-generate the ..." | tbarzic@chromium.org | 2013-10-03 | 3 | -66/+0 |
* | This is a preliminary patch to auto-generate the ID enum in APIPermission. | DHNishi@gmail.com | 2013-10-03 | 3 | -0/+66 |
* | Use base::string16 instead of std::string for errors in JSON Schema | DHNishi@gmail.com | 2013-08-21 | 1 | -36/+47 |
* | Add optional schema compiler error messages and unit tests. | DHNishi@gmail.com | 2013-08-12 | 3 | -0/+322 |
* | Fix json_schema_compiler to properly handle enum arrays. | sergeyu@chromium.org | 2013-07-25 | 2 | -0/+83 |
* | JSON Schema Compiler: support "choices" types within other choices types. | kalman@chromium.org | 2013-07-13 | 5 | -46/+303 |
* | Add descriptions to all extension/app schemas, and enforce that they have them | evan.peterson.EP@gmail.com | 2013-06-23 | 21 | -0/+26 |
* | windowCreateWindowOptions.type changed to enum; nodoc support on idl enum. | scheib@chromium.org | 2013-03-12 | 1 | -0/+5 |
* | Make content_unittests build on Win64 | jschuh@chromium.org | 2013-02-09 | 1 | -0/+2 |
* | IDL schema compiler: Fixed pseudo-random order of methods, properties, and ot... | mgiuca@chromium.org | 2013-01-18 | 2 | -0/+12 |
* | Overhaul JSON Schema Compiler to support a number of features required to | kalman@chromium.org | 2013-01-17 | 11 | -129/+160 |
* | Run the JSON Schema Compiler's bundle compilation on JSON files. Previously it | kalman@chromium.org | 2013-01-11 | 1 | -9/+6 |
* | Revert revision 176015 | ricow@chromium.org | 2013-01-10 | 1 | -6/+9 |
* | Revert 176047 | ricow@chromium.org | 2013-01-10 | 1 | -9/+6 |
* | Revert 176015 | ricow@chromium.org | 2013-01-10 | 1 | -6/+9 |
* | Run the JSON Schema Compiler's bundle compilation on JSON files. Previously it | kalman@chromium.org | 2013-01-10 | 1 | -9/+6 |
* | Update references to the extension messaging APIs and lastError to point to | kalman@chromium.org | 2013-01-08 | 2 | -4/+4 |
* | Allow leading underscore on identifier names in IDL parser | asargent@chromium.org | 2012-12-15 | 1 | -0/+25 |
* | Allow IDL schemas to have comments on callback functions | cduvall@chromium.org | 2012-11-02 | 1 | -0/+10 |
* | Extensions Docs Server: Add <br/>s to multi line IDL comments | cduvall@chromium.org | 2012-09-26 | 1 | -0/+2 |
* | Extensions Docs Server: Enum values do not show up if enum is a type | cduvall@chromium.org | 2012-09-25 | 4 | -15/+10 |
* | Changes: | hebert.christopherj@chromium.org | 2012-08-29 | 2 | -52/+130 |
* | Add INTERNAL annotation to namespaces in IDL | grv@chromium.org | 2012-08-02 | 1 | -1/+1 |
* | Added ToJson to JSON schema compiler. | mitchellwrosen@chromium.org | 2012-07-28 | 2 | -0/+227 |
* | JSON Schema Compiler supports functions as PropertyTypes. | hebert.christopherj@chromium.org | 2012-07-26 | 3 | -0/+123 |
* | JSON Schema Compiler now supports conversion from Choice to base::Value. | hebert.christopherj@chromium.org | 2012-07-23 | 2 | -1/+64 |
* | JSON Schema Compiler: Add event compilation and allow multiple parameters to ... | mtytel@chromium.org | 2012-07-16 | 18 | -83/+568 |
* | Switch the downloads API over to IDL/json_schema_compiler | benjhayden@chromium.org | 2012-07-11 | 1 | -1/+3 |
* | JSON Schema Compiler now supports optional and required ARRAYs of ENUMS. | hebert.christopherj@chromium.org | 2012-06-29 | 2 | -7/+82 |
* | Escape double quotes when parsing comments from idl files | grv@chromium.org | 2012-06-29 | 1 | -0/+1 |
* | Fix how the IDL parser handles comments, and fix the chrome.alarms docs. | mpcomplete@chromium.org | 2012-06-19 | 1 | -0/+6 |
* | JSON Schema Compiler: Added support for arrays of objects. | mtytel@chromium.org | 2012-06-13 | 2 | -0/+39 |
* | Add support for 'nocompile' to IDL schema compiler. | asargent@chromium.org | 2012-05-24 | 1 | -0/+4 |
* | Support enum in idl file. | penghuang@chromium.org | 2012-05-14 | 1 | -0/+10 |
* | Files generated by the JSON schema compiler are named incorrectly | cduvall@chromium.org | 2012-05-12 | 8 | -4/+4 |
* | Make all extension api types fully qualified. | bryeung@chromium.org | 2012-05-11 | 3 | -7/+7 |
* | Revert 136296 - Make all extension api types fully qualified. | yzshen@chromium.org | 2012-05-10 | 3 | -7/+7 |
* | Make all extension api types fully qualified. | bryeung@chromium.org | 2012-05-10 | 3 | -7/+7 |
* | JSON schema compiler can't handle strings as types | cduvall@chromium.org | 2012-05-01 | 2 | -0/+587 |
* | Make schema_bundle_generator escape double-quotes properly. | gdk@chromium.org | 2012-04-18 | 1 | -1/+1 |