summaryrefslogtreecommitdiffstats
path: root/tools/json_schema_compiler/test
Commit message (Expand)AuthorAgeFilesLines
* 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
* Adds support for the "choices" and "any" types to json_schema_compiler, as wellcalamity@chromium.org2012-02-153-3/+2
* Code generation for extensions apicalamity@chromium.org2012-01-273-0/+1173