summaryrefslogtreecommitdiffstats
path: root/tools/json_schema_compiler/test
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make json_schema_compiler remove 'nocompile' nodes from JSON at the JSON levelkalman@chromium.org2012-04-171-0/+101
* Fix a bug in IDL parsing related to arrays of callbacks.asargent@chromium.org2012-04-161-0/+13
* Support array types for function and callback arguments in IDL APIs.asargent@chromium.org2012-04-122-1/+55
* Allow json schema compiler to use arrays as typescduvall@chromium.org2012-04-121-0/+272
* JSON Schema Compiler now accesses right member variable for an |any| typemtytel@chromium.org2012-04-112-7/+7
* Fix IDL schema compiler to properly handle optional argumentsasargent@chromium.org2012-04-092-0/+45
* Allow arbitrary types in IDL schemasasargent@chromium.org2012-04-054-0/+162
* Fix a bug with the JSON Schema Compiler where it would stop processing functionmpcomplete@chromium.org2012-03-292-0/+34
* Reapply 127159 (http://codereview.chromium.org/9666059) plus important fixes.miket@chromium.org2012-03-191-0/+3
* Revert 127159 - Refactor extension_function_dispatcher to extract ExtensionFu...miket@chromium.org2012-03-161-3/+0
* Refactor extension_function_dispatcher to extract ExtensionFunctionRegistry. ...miket@chromium.org2012-03-161-0/+3
* Fix an IntegerValue leak in a JsonSchemaCompiler test.rnk@chromium.org2012-03-081-2/+3
* json_schema_compiler: any, additionalProperties, functions on typescalamity@chromium.org2012-03-029-0/+416
* json_schema_compiler: Added wider support for OBJECTs and ENUMs. Used the new...calamity@chromium.org2012-02-289-17/+242
* json_schema_compiler preview servercalamity@chromium.org2012-02-221-0/+1
* Add enum support to json_schema_compilercalamity@chromium.org2012-02-223-0/+221
* Fixed leaks in JsonSchemaCompilerSimpleTest_NoParamsResultCreate.joaodasilva@chromium.org2012-02-211-2/+3
* Add tests to tools/json_schema_compilercalamity@chromium.org2012-02-219-0/+841