index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
json_schema_compiler
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
Make json_schema_compiler remove 'nocompile' nodes from JSON at the JSON level
kalman@chromium.org
2012-04-17
1
-0
/
+101
*
Fix a bug in IDL parsing related to arrays of callbacks.
asargent@chromium.org
2012-04-16
1
-0
/
+13
*
Support array types for function and callback arguments in IDL APIs.
asargent@chromium.org
2012-04-12
2
-1
/
+55
*
Allow json schema compiler to use arrays as types
cduvall@chromium.org
2012-04-12
1
-0
/
+272
*
JSON Schema Compiler now accesses right member variable for an |any| type
mtytel@chromium.org
2012-04-11
2
-7
/
+7
*
Fix IDL schema compiler to properly handle optional arguments
asargent@chromium.org
2012-04-09
2
-0
/
+45
*
Allow arbitrary types in IDL schemas
asargent@chromium.org
2012-04-05
4
-0
/
+162
*
Fix a bug with the JSON Schema Compiler where it would stop processing function
mpcomplete@chromium.org
2012-03-29
2
-0
/
+34
*
Reapply 127159 (http://codereview.chromium.org/9666059) plus important fixes.
miket@chromium.org
2012-03-19
1
-0
/
+3
*
Revert 127159 - Refactor extension_function_dispatcher to extract ExtensionFu...
miket@chromium.org
2012-03-16
1
-3
/
+0
*
Refactor extension_function_dispatcher to extract ExtensionFunctionRegistry. ...
miket@chromium.org
2012-03-16
1
-0
/
+3
*
Fix an IntegerValue leak in a JsonSchemaCompiler test.
rnk@chromium.org
2012-03-08
1
-2
/
+3
*
json_schema_compiler: any, additionalProperties, functions on types
calamity@chromium.org
2012-03-02
9
-0
/
+416
*
json_schema_compiler: Added wider support for OBJECTs and ENUMs. Used the new...
calamity@chromium.org
2012-02-28
9
-17
/
+242
*
json_schema_compiler preview server
calamity@chromium.org
2012-02-22
1
-0
/
+1
*
Add enum support to json_schema_compiler
calamity@chromium.org
2012-02-22
3
-0
/
+221
*
Fixed leaks in JsonSchemaCompilerSimpleTest_NoParamsResultCreate.
joaodasilva@chromium.org
2012-02-21
1
-2
/
+3
*
Add tests to tools/json_schema_compiler
calamity@chromium.org
2012-02-21
9
-0
/
+841
[next]