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
/
cc_generator.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Convert most of extensions and some other random stuff to using the base name...
brettw@chromium.org
2013-06-21
1
-2
/
+2
*
Use a direct include of strings headers in testing/, third_party/, tools/.
avi@chromium.org
2013-06-11
1
-1
/
+1
*
Modify test extensions api to use JSON Schema Compiler
Samusaaron3@gmail.com
2013-05-17
1
-0
/
+5
*
Add parse support for the externally_connectable manifest key. Not wired up to
kalman@chromium.org
2013-04-24
1
-1
/
+17
*
Replace HasNext() by !IsAtEnd() in extension related folders.
pneubeck@chromium.org
2013-04-09
1
-1
/
+1
*
Initial commit of the Dart Chrome Extension APIs generators
sashab@chromium.org
2013-02-06
1
-4
/
+15
*
Fix up how the JSON Schema compiler decides whether to include or forward
kalman@chromium.org
2013-01-29
1
-6
/
+8
*
Overhaul JSON Schema Compiler to support a number of features required to
kalman@chromium.org
2013-01-17
1
-613
/
+467
*
Extensions Docs Server: Enum values do not show up if enum is a type
cduvall@chromium.org
2012-09-25
1
-71
/
+119
*
Changes:
hebert.christopherj@chromium.org
2012-08-29
1
-125
/
+188
*
Correct const accessors in base/values.(h|cc), Part II (ListValue)
vabr@chromium.org
2012-08-03
1
-1
/
+1
*
Added JSON schema compiler support for serialized types
mitchellwrosen@chromium.org
2012-07-31
1
-13
/
+70
*
Added ToJson to JSON schema compiler.
mitchellwrosen@chromium.org
2012-07-28
1
-3
/
+20
*
Correct const accessors in base/values.(h|cc)
vabr@chromium.org
2012-07-27
1
-7
/
+7
*
JSON Schema Compiler supports functions as PropertyTypes.
hebert.christopherj@chromium.org
2012-07-26
1
-0
/
+10
*
JSON Schema Compiler now supports conversion from Choice to base::Value.
hebert.christopherj@chromium.org
2012-07-23
1
-43
/
+78
*
Revert 147594 - NaCl: Remove two uses of '#include "nacl/nacl_log.h"'
mseaborn@chromium.org
2012-07-20
1
-8
/
+18
*
NaCl: Remove two uses of '#include "nacl/nacl_log.h"'
mseaborn@chromium.org
2012-07-20
1
-18
/
+8
*
Represent BINARY properties using std::string instead of BinaryValue,
jyasskin@chromium.org
2012-07-20
1
-8
/
+18
*
JSON Schema Compiler: Add event compilation and allow multiple parameters to ...
mtytel@chromium.org
2012-07-16
1
-38
/
+47
*
Switch the downloads API over to IDL/json_schema_compiler
benjhayden@chromium.org
2012-07-11
1
-50
/
+51
*
JSON Schema Compiler now supports optional and required ARRAYs of ENUMS.
hebert.christopherj@chromium.org
2012-06-29
1
-22
/
+58
*
Improve handling of ArrayBuffers in composite objects.
gdk@chromium.org
2012-06-17
1
-0
/
+2
*
JSON Schema Compiler: Added support for arrays of objects.
mtytel@chromium.org
2012-06-13
1
-0
/
+3
*
Move declarative API into events API
battre@chromium.org
2012-05-16
1
-6
/
+0
*
Revert 137388 - Move declarative API into events API
battre@chromium.org
2012-05-16
1
-0
/
+6
*
Move declarative API into events API
battre@chromium.org
2012-05-16
1
-6
/
+0
*
Support enum in idl file.
penghuang@chromium.org
2012-05-14
1
-0
/
+1
*
Files generated by the JSON schema compiler are named incorrectly
cduvall@chromium.org
2012-05-12
1
-1
/
+1
*
Make all extension api types fully qualified.
bryeung@chromium.org
2012-05-11
1
-4
/
+5
*
Revert 136296 - Make all extension api types fully qualified.
yzshen@chromium.org
2012-05-10
1
-5
/
+4
*
Make all extension api types fully qualified.
bryeung@chromium.org
2012-05-10
1
-4
/
+5
*
Alarm resolution changed to minutes and minimum delay added.
mtytel@chromium.org
2012-05-05
1
-10
/
+7
*
JSON schema compiler can't handle strings as types
cduvall@chromium.org
2012-05-01
1
-4
/
+16
*
Allow json_schema_compiler to handle dictionaries with no fields.
gdk@chromium.org
2012-04-27
1
-15
/
+17
*
Implement handling of binary data in JSON schema compiler
cduvall@chromium.org
2012-04-24
1
-0
/
+10
*
Generate storage API constants using json_schema_compiler.
kalman@chromium.org
2012-04-19
1
-16
/
+29
*
Allow json schema compiler to use arrays as types
cduvall@chromium.org
2012-04-12
1
-9
/
+25
*
Fix a bug with the JSON Schema Compiler where it would stop processing function
mpcomplete@chromium.org
2012-03-29
1
-10
/
+11
*
Make json_schema_compiler's generated ToValue use explicit field access.
gdk@chromium.org
2012-03-24
1
-1
/
+1
*
Initialize primitives in generated constructor.
miket@chromium.org
2012-03-09
1
-3
/
+39
*
json_schema_compiler: any, additionalProperties, functions on types
calamity@chromium.org
2012-03-02
1
-51
/
+111
*
json_schema_compiler: Added wider support for OBJECTs and ENUMs. Used the new...
calamity@chromium.org
2012-02-28
1
-99
/
+139
*
Add enum support to json_schema_compiler
calamity@chromium.org
2012-02-22
1
-14
/
+72
*
Add tests to tools/json_schema_compiler
calamity@chromium.org
2012-02-21
1
-188
/
+157
*
Adds support for the "choices" and "any" types to json_schema_compiler, as well
calamity@chromium.org
2012-02-15
1
-158
/
+318
*
Code generation for extensions api
calamity@chromium.org
2012-01-27
1
-0
/
+294