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
*
Add the boilerplate for actions to File System Provider API.
mtomasz
2015-06-23
1
-1
/
+4
*
Check the camel case option for both the to and from string enum functions.
dmazzoni
2015-06-03
1
-1
/
+4
*
Add support for passing errors through PopulateArrayFromList.
reillyg
2015-05-06
1
-4
/
+3
*
Make the JSON Schema compiler handle enums declared in other namespaces.
kalman
2015-04-24
1
-2
/
+7
*
[Extensions API] Remove inline enums
rdevlin.cronin
2015-04-06
1
-6
/
+17
*
[Extension API Extern Generation] Support inline object definitions
rdevlin.cronin
2015-03-30
1
-1
/
+1
*
json_schema_compiler: Use std::vector<char> for binary values.
pneubeck
2015-01-20
1
-8
/
+12
*
Cleanup: Some simplifications in json_schema_compiler.
pneubeck
2015-01-19
1
-4
/
+4
*
json_schema_compiler: Use range based for loops.
thestig
2015-01-16
1
-17
/
+9
*
Cleanup most pylint errors in json_schema_compiler.
thestig
2015-01-15
1
-12
/
+7
*
- Add support for references in different paths in apis.
lfg
2014-08-29
1
-9
/
+8
*
Make the root_namespace argument to json_schema_compiler.gypi a string
kalman@chromium.org
2014-08-05
1
-12
/
+10
*
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
[next]