summaryrefslogtreecommitdiffstats
path: root/tools/json_schema_compiler/test
Commit message (Expand)AuthorAgeFilesLines
* Update uses of UTF conversions in ppapi/, printing/, remoting/, rlz/, sandbox...avi@chromium.org2013-12-251-1/+1
* Remove the Value class names from the global namespace.avi@chromium.org2013-12-2413-323/+348
* Add a Pepper IDL generator to the JSON schema compiler.sammc@chromium.org2013-12-121-0/+93
* Implement app.window.get() and app.window.getAll().mek@chromium.org2013-11-131-0/+6
* Add "implemented_in" key in IDL schema compilerHokein.Wu@gmail.com2013-11-072-0/+21
* This is a preliminary patch to auto-generate the ID enum in APIPermission.DHNishi@gmail.com2013-11-062-0/+47
* Docserver: Display enum value descriptions in API docs.sammc@chromium.org2013-11-011-0/+1
* Revert 231982 "Docserver: Display enum value descriptions in API..."kinaba@chromium.org2013-10-311-1/+0
* Docserver: Display enum value descriptions in API docs.sammc@chromium.org2013-10-311-0/+1
* Add "platforms" key in IDL schema compiler.Hokein.Wu@gmail.com2013-10-303-0/+29
* Revert 226826 "This is a preliminary patch to auto-generate the ..."tbarzic@chromium.org2013-10-033-66/+0
* This is a preliminary patch to auto-generate the ID enum in APIPermission.DHNishi@gmail.com2013-10-033-0/+66
* Use base::string16 instead of std::string for errors in JSON SchemaDHNishi@gmail.com2013-08-211-36/+47
* Add optional schema compiler error messages and unit tests.DHNishi@gmail.com2013-08-123-0/+322
* Fix json_schema_compiler to properly handle enum arrays.sergeyu@chromium.org2013-07-252-0/+83
* JSON Schema Compiler: support "choices" types within other choices types.kalman@chromium.org2013-07-135-46/+303
* Add descriptions to all extension/app schemas, and enforce that they have themevan.peterson.EP@gmail.com2013-06-2321-0/+26
* windowCreateWindowOptions.type changed to enum; nodoc support on idl enum.scheib@chromium.org2013-03-121-0/+5
* Make content_unittests build on Win64 jschuh@chromium.org2013-02-091-0/+2
* IDL schema compiler: Fixed pseudo-random order of methods, properties, and ot...mgiuca@chromium.org2013-01-182-0/+12
* Overhaul JSON Schema Compiler to support a number of features required tokalman@chromium.org2013-01-1711-129/+160
* Run the JSON Schema Compiler's bundle compilation on JSON files. Previously itkalman@chromium.org2013-01-111-9/+6
* Revert revision 176015ricow@chromium.org2013-01-101-6/+9
* Revert 176047ricow@chromium.org2013-01-101-9/+6
* Revert 176015ricow@chromium.org2013-01-101-6/+9
* Run the JSON Schema Compiler's bundle compilation on JSON files. Previously itkalman@chromium.org2013-01-101-9/+6
* Update references to the extension messaging APIs and lastError to point tokalman@chromium.org2013-01-082-4/+4
* Allow leading underscore on identifier names in IDL parserasargent@chromium.org2012-12-151-0/+25
* Allow IDL schemas to have comments on callback functionscduvall@chromium.org2012-11-021-0/+10
* Extensions Docs Server: Add <br/>s to multi line IDL commentscduvall@chromium.org2012-09-261-0/+2
* Extensions Docs Server: Enum values do not show up if enum is a typecduvall@chromium.org2012-09-254-15/+10
* Changes:hebert.christopherj@chromium.org2012-08-292-52/+130
* Add INTERNAL annotation to namespaces in IDLgrv@chromium.org2012-08-021-1/+1
* Added ToJson to JSON schema compiler.mitchellwrosen@chromium.org2012-07-282-0/+227
* JSON Schema Compiler supports functions as PropertyTypes.hebert.christopherj@chromium.org2012-07-263-0/+123
* JSON Schema Compiler now supports conversion from Choice to base::Value.hebert.christopherj@chromium.org2012-07-232-1/+64
* JSON Schema Compiler: Add event compilation and allow multiple parameters to ...mtytel@chromium.org2012-07-1618-83/+568
* Switch the downloads API over to IDL/json_schema_compilerbenjhayden@chromium.org2012-07-111-1/+3
* JSON Schema Compiler now supports optional and required ARRAYs of ENUMS. hebert.christopherj@chromium.org2012-06-292-7/+82
* Escape double quotes when parsing comments from idl filesgrv@chromium.org2012-06-291-0/+1
* Fix how the IDL parser handles comments, and fix the chrome.alarms docs.mpcomplete@chromium.org2012-06-191-0/+6
* JSON Schema Compiler: Added support for arrays of objects.mtytel@chromium.org2012-06-132-0/+39
* Add support for 'nocompile' to IDL schema compiler.asargent@chromium.org2012-05-241-0/+4
* Support enum in idl file.penghuang@chromium.org2012-05-141-0/+10
* Files generated by the JSON schema compiler are named incorrectlycduvall@chromium.org2012-05-128-4/+4
* Make all extension api types fully qualified.bryeung@chromium.org2012-05-113-7/+7
* Revert 136296 - Make all extension api types fully qualified.yzshen@chromium.org2012-05-103-7/+7
* Make all extension api types fully qualified.bryeung@chromium.org2012-05-103-7/+7
* JSON schema compiler can't handle strings as typescduvall@chromium.org2012-05-012-0/+587
* Make schema_bundle_generator escape double-quotes properly.gdk@chromium.org2012-04-181-1/+1