summaryrefslogtreecommitdiffstats
path: root/tools/json_schema_compiler
Commit message (Expand)AuthorAgeFilesLines
* Don't generate vacuous JSON schema during IDL parsing, and split longkalman@chromium.org2014-04-121-3/+8
* Support scoped types in PPAPI IDL.mtomasz@chromium.org2014-04-049-47/+123
* Revert 261891 "Don't generate vacuous JSON schema during IDL par..."kalman@chromium.org2014-04-043-40/+27
* Add a warning for when too many parameters are passed to the JSON SchemaDHNishi@gmail.com2014-04-042-2/+32
* Don't generate vacuous JSON schema during IDL parsing, and split longkalman@chromium.org2014-04-043-27/+40
* Remove nodoc dictionaries from apps documentation.benwells@chromium.org2014-03-181-1/+3
* Support unions in extensions IDl dictionaries.benwells@chromium.org2014-03-135-16/+140
* Make JSON Schema Compiler errors into warnings if recoverable.DHNishi@gmail.com2014-03-114-26/+201
* Move ExtensionFunctionRegistry out of src/chromerockot@chromium.org2014-03-051-1/+1
* Add an implementation path option to json_schema_compilerrockot@chromium.org2014-03-053-7/+15
* Use validating IPC enum macros in accessibility messages.tsepez@chromium.org2014-02-262-11/+17
* Added tests to idl parsing of extensions API IDL.benwells@chromium.org2014-02-252-0/+45
* Generate ax enums from idl.dtseng@chromium.org2014-02-096-13/+19
* Add deprecation annotation to IDL Schema Compiler.DHNishi@gmail.com2014-01-272-3/+16
* Rebase the Dart Generator test files for 2014.DHNishi@gmail.com2014-01-138-8/+8
* Update uses of UTF conversions in ppapi/, printing/, remoting/, rlz/, sandbox...avi@chromium.org2013-12-252-2/+2
* Remove the Value class names from the global namespace.avi@chromium.org2013-12-2415-333/+358
* Ignore unnecessary brackets in JSON/IDL API generated code.Hokein.Wu@gmail.com2013-12-191-3/+4
* Add a Pepper IDL generator to the JSON schema compiler.sammc@chromium.org2013-12-126-1/+698
* Pepper: More IDL generator cleanup.teravest@chromium.org2013-12-041-7/+7
* Pepper: Clean up IDLNode internals.teravest@chromium.org2013-12-021-1/+1
* Base infrastructure for Networking Private API on Windows and Mac.mef@chromium.org2013-11-221-1/+7
* JSON schema compiler: remove SOURCE_BASE_PATH hack from bundle generator.yoz@chromium.org2013-11-202-8/+14
* Docserver: Add deprecation annotation for properties.DHNishi@gmail.com2013-11-141-0/+2
* Implement app.window.get() and app.window.getAll().mek@chromium.org2013-11-133-1/+29
* Nit cleanup in json_schema_compiler/model.pyHokein.Wu@gmail.com2013-11-071-2/+4
* Add "implemented_in" key in IDL schema compilerHokein.Wu@gmail.com2013-11-074-3/+55
* This is a preliminary patch to auto-generate the ID enum in APIPermission.DHNishi@gmail.com2013-11-069-3/+390
* Docserver: Display enum value descriptions in API docs.sammc@chromium.org2013-11-016-9/+36
* Revert 231982 "Docserver: Display enum value descriptions in API..."kinaba@chromium.org2013-10-316-36/+9
* Docserver: Display enum value descriptions in API docs.sammc@chromium.org2013-10-316-9/+36
* Add "platforms" key in IDL schema compiler.Hokein.Wu@gmail.com2013-10-307-5/+94
* Add a deprecated annotation for api documentation.DHNishi@gmail.com2013-10-171-0/+2
* Docserver: Pull knowledge of host file systems into a singlekalman@chromium.org2013-10-081-4/+5
* Revert 226826 "This is a preliminary patch to auto-generate the ..."tbarzic@chromium.org2013-10-0310-410/+3
* This is a preliminary patch to auto-generate the ID enum in APIPermission.DHNishi@gmail.com2013-10-0310-3/+410
* Support customized display prefixes on API docs.rockot@chromium.org2013-10-031-0/+1
* Support DOM events in the API reference template.rockot@chromium.org2013-10-031-0/+1
* Make SchemaLoader independent of current working directory.msimonides@opera.com2013-09-302-12/+24
* Clean up JSON Schema Compiler's pylint errors.DHNishi@gmail.com2013-09-1018-85/+93
* Fix a typo (missing space) in JSON Schema Compiler's help prompt.DHNishi@gmail.com2013-08-301-1/+1
* Check and canonicalize CSS selectors before registering PageStateMatchers.jyasskin@chromium.org2013-08-301-0/+1
* Use base::string16 instead of std::string for errors in JSON SchemaDHNishi@gmail.com2013-08-213-39/+51
* c/b/extensions: Do not use Value::Create*.DHNishi@gmail.com2013-08-142-6/+6
* Add optional schema compiler error messages and unit tests.DHNishi@gmail.com2013-08-1210-60/+514
* Fix extension IDL compiler to prevent incorrect code gen.rpaquay@chromium.org2013-08-052-2/+20
* Fix json_schema_compiler to properly handle enum arrays.sergeyu@chromium.org2013-07-254-12/+84
* JSON Schema Compiler: support "choices" types within other choices types.kalman@chromium.org2013-07-1311-156/+410
* Updated chrome API dart generator for removal of (?arg) test.benwells@chromium.org2013-07-116-40/+40
* Docserver: don't assert that there's a description. Haven't merged tokalman@chromium.org2013-07-092-3/+7