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
*
Added the "unmodifiable" property to chrome.bookmarks.BookmarkTreeNode.
joaodasilva@chromium.org
2014-06-06
1
-6
/
+10
*
Support converting referenced enum array into string.
wjywbs@gmail.com
2014-05-17
1
-21
/
+65
*
Convert snakecase enum names to camelcase when stringified.
dtseng@chromium.org
2014-05-15
1
-1
/
+4
*
Fix compile error if both inline and reference enums are used in a type.
wjywbs@gmail.com
2014-05-13
1
-11
/
+6
*
Fix compile error if both inline and reference enums are used in a type.
wjywbs@gmail.com
2014-05-09
1
-3
/
+11
*
Remove a suspicious part of error generation code that crashes if a NULL
DHNishi@gmail.com
2014-05-02
1
-9
/
+14
*
JSON Schema Compiler: Convert enums in vectors to StringValues rather than
kalman@chromium.org
2014-05-01
1
-10
/
+24
*
cc_generator.py: Add "this->" before optional property check for object types.
armansito@chromium.org
2014-04-30
1
-5
/
+4
*
Support scoped types in PPAPI IDL.
mtomasz@chromium.org
2014-04-04
1
-6
/
+14
*
Add a warning for when too many parameters are passed to the JSON Schema
DHNishi@gmail.com
2014-04-04
1
-2
/
+17
*
Make JSON Schema Compiler errors into warnings if recoverable.
DHNishi@gmail.com
2014-03-11
1
-25
/
+57
*
Generate ax enums from idl.
dtseng@chromium.org
2014-02-09
1
-1
/
+2
*
Update uses of UTF conversions in ppapi/, printing/, remoting/, rlz/, sandbox...
avi@chromium.org
2013-12-25
1
-1
/
+1
*
Ignore unnecessary brackets in JSON/IDL API generated code.
Hokein.Wu@gmail.com
2013-12-19
1
-3
/
+4
*
Docserver: Display enum value descriptions in API docs.
sammc@chromium.org
2013-11-01
1
-3
/
+5
*
Revert 231982 "Docserver: Display enum value descriptions in API..."
kinaba@chromium.org
2013-10-31
1
-5
/
+3
*
Docserver: Display enum value descriptions in API docs.
sammc@chromium.org
2013-10-31
1
-3
/
+5
*
Clean up JSON Schema Compiler's pylint errors.
DHNishi@gmail.com
2013-09-10
1
-30
/
+28
*
Use base::string16 instead of std::string for errors in JSON Schema
DHNishi@gmail.com
2013-08-21
1
-2
/
+3
*
c/b/extensions: Do not use Value::Create*.
DHNishi@gmail.com
2013-08-14
1
-2
/
+2
*
Add optional schema compiler error messages and unit tests.
DHNishi@gmail.com
2013-08-12
1
-50
/
+141
*
Fix extension IDL compiler to prevent incorrect code gen.
rpaquay@chromium.org
2013-08-05
1
-2
/
+10
*
Fix json_schema_compiler to properly handle enum arrays.
sergeyu@chromium.org
2013-07-25
1
-1
/
+1
*
JSON Schema Compiler: support "choices" types within other choices types.
kalman@chromium.org
2013-07-13
1
-17
/
+18
*
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
[next]