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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Don't generate vacuous JSON schema during IDL parsing, and split long
kalman@chromium.org
2014-04-12
1
-3
/
+8
*
Support scoped types in PPAPI IDL.
mtomasz@chromium.org
2014-04-04
9
-47
/
+123
*
Revert 261891 "Don't generate vacuous JSON schema during IDL par..."
kalman@chromium.org
2014-04-04
3
-40
/
+27
*
Add a warning for when too many parameters are passed to the JSON Schema
DHNishi@gmail.com
2014-04-04
2
-2
/
+32
*
Don't generate vacuous JSON schema during IDL parsing, and split long
kalman@chromium.org
2014-04-04
3
-27
/
+40
*
Remove nodoc dictionaries from apps documentation.
benwells@chromium.org
2014-03-18
1
-1
/
+3
*
Support unions in extensions IDl dictionaries.
benwells@chromium.org
2014-03-13
5
-16
/
+140
*
Make JSON Schema Compiler errors into warnings if recoverable.
DHNishi@gmail.com
2014-03-11
4
-26
/
+201
*
Move ExtensionFunctionRegistry out of src/chrome
rockot@chromium.org
2014-03-05
1
-1
/
+1
*
Add an implementation path option to json_schema_compiler
rockot@chromium.org
2014-03-05
3
-7
/
+15
*
Use validating IPC enum macros in accessibility messages.
tsepez@chromium.org
2014-02-26
2
-11
/
+17
*
Added tests to idl parsing of extensions API IDL.
benwells@chromium.org
2014-02-25
2
-0
/
+45
*
Generate ax enums from idl.
dtseng@chromium.org
2014-02-09
6
-13
/
+19
*
Add deprecation annotation to IDL Schema Compiler.
DHNishi@gmail.com
2014-01-27
2
-3
/
+16
*
Rebase the Dart Generator test files for 2014.
DHNishi@gmail.com
2014-01-13
8
-8
/
+8
*
Update uses of UTF conversions in ppapi/, printing/, remoting/, rlz/, sandbox...
avi@chromium.org
2013-12-25
2
-2
/
+2
*
Remove the Value class names from the global namespace.
avi@chromium.org
2013-12-24
15
-333
/
+358
*
Ignore unnecessary brackets in JSON/IDL API generated code.
Hokein.Wu@gmail.com
2013-12-19
1
-3
/
+4
*
Add a Pepper IDL generator to the JSON schema compiler.
sammc@chromium.org
2013-12-12
6
-1
/
+698
*
Pepper: More IDL generator cleanup.
teravest@chromium.org
2013-12-04
1
-7
/
+7
*
Pepper: Clean up IDLNode internals.
teravest@chromium.org
2013-12-02
1
-1
/
+1
*
Base infrastructure for Networking Private API on Windows and Mac.
mef@chromium.org
2013-11-22
1
-1
/
+7
*
JSON schema compiler: remove SOURCE_BASE_PATH hack from bundle generator.
yoz@chromium.org
2013-11-20
2
-8
/
+14
*
Docserver: Add deprecation annotation for properties.
DHNishi@gmail.com
2013-11-14
1
-0
/
+2
*
Implement app.window.get() and app.window.getAll().
mek@chromium.org
2013-11-13
3
-1
/
+29
*
Nit cleanup in json_schema_compiler/model.py
Hokein.Wu@gmail.com
2013-11-07
1
-2
/
+4
*
Add "implemented_in" key in IDL schema compiler
Hokein.Wu@gmail.com
2013-11-07
4
-3
/
+55
*
This is a preliminary patch to auto-generate the ID enum in APIPermission.
DHNishi@gmail.com
2013-11-06
9
-3
/
+390
*
Docserver: Display enum value descriptions in API docs.
sammc@chromium.org
2013-11-01
6
-9
/
+36
*
Revert 231982 "Docserver: Display enum value descriptions in API..."
kinaba@chromium.org
2013-10-31
6
-36
/
+9
*
Docserver: Display enum value descriptions in API docs.
sammc@chromium.org
2013-10-31
6
-9
/
+36
*
Add "platforms" key in IDL schema compiler.
Hokein.Wu@gmail.com
2013-10-30
7
-5
/
+94
*
Add a deprecated annotation for api documentation.
DHNishi@gmail.com
2013-10-17
1
-0
/
+2
*
Docserver: Pull knowledge of host file systems into a single
kalman@chromium.org
2013-10-08
1
-4
/
+5
*
Revert 226826 "This is a preliminary patch to auto-generate the ..."
tbarzic@chromium.org
2013-10-03
10
-410
/
+3
*
This is a preliminary patch to auto-generate the ID enum in APIPermission.
DHNishi@gmail.com
2013-10-03
10
-3
/
+410
*
Support customized display prefixes on API docs.
rockot@chromium.org
2013-10-03
1
-0
/
+1
*
Support DOM events in the API reference template.
rockot@chromium.org
2013-10-03
1
-0
/
+1
*
Make SchemaLoader independent of current working directory.
msimonides@opera.com
2013-09-30
2
-12
/
+24
*
Clean up JSON Schema Compiler's pylint errors.
DHNishi@gmail.com
2013-09-10
18
-85
/
+93
*
Fix a typo (missing space) in JSON Schema Compiler's help prompt.
DHNishi@gmail.com
2013-08-30
1
-1
/
+1
*
Check and canonicalize CSS selectors before registering PageStateMatchers.
jyasskin@chromium.org
2013-08-30
1
-0
/
+1
*
Use base::string16 instead of std::string for errors in JSON Schema
DHNishi@gmail.com
2013-08-21
3
-39
/
+51
*
c/b/extensions: Do not use Value::Create*.
DHNishi@gmail.com
2013-08-14
2
-6
/
+6
*
Add optional schema compiler error messages and unit tests.
DHNishi@gmail.com
2013-08-12
10
-60
/
+514
*
Fix extension IDL compiler to prevent incorrect code gen.
rpaquay@chromium.org
2013-08-05
2
-2
/
+20
*
Fix json_schema_compiler to properly handle enum arrays.
sergeyu@chromium.org
2013-07-25
4
-12
/
+84
*
JSON Schema Compiler: support "choices" types within other choices types.
kalman@chromium.org
2013-07-13
11
-156
/
+410
*
Updated chrome API dart generator for removal of (?arg) test.
benwells@chromium.org
2013-07-11
6
-40
/
+40
*
Docserver: don't assert that there's a description. Haven't merged to
kalman@chromium.org
2013-07-09
2
-3
/
+7
[next]