summaryrefslogtreecommitdiffstats
path: root/tools/json_schema_compiler/idl_schema.py
Commit message (Expand)AuthorAgeFilesLines
* Revert 261891 "Don't generate vacuous JSON schema during IDL par..."kalman@chromium.org2014-04-041-26/+14
* Don't generate vacuous JSON schema during IDL parsing, and split longkalman@chromium.org2014-04-041-14/+26
* Remove nodoc dictionaries from apps documentation.benwells@chromium.org2014-03-181-1/+3
* Support unions in extensions IDl dictionaries.benwells@chromium.org2014-03-131-2/+9
* Generate ax enums from idl.dtseng@chromium.org2014-02-091-1/+2
* Add deprecation annotation to IDL Schema Compiler.DHNishi@gmail.com2014-01-271-3/+14
* Pepper: More IDL generator cleanup.teravest@chromium.org2013-12-041-7/+7
* Pepper: Clean up IDLNode internals.teravest@chromium.org2013-12-021-1/+1
* Implement app.window.get() and app.window.getAll().mek@chromium.org2013-11-131-1/+1
* Add "implemented_in" key in IDL schema compilerHokein.Wu@gmail.com2013-11-071-3/+16
* Docserver: Display enum value descriptions in API docs.sammc@chromium.org2013-11-011-1/+7
* Revert 231982 "Docserver: Display enum value descriptions in API..."kinaba@chromium.org2013-10-311-7/+1
* Docserver: Display enum value descriptions in API docs.sammc@chromium.org2013-10-311-1/+7
* Add "platforms" key in IDL schema compiler.Hokein.Wu@gmail.com2013-10-301-3/+14
* Clean up JSON Schema Compiler's pylint errors.DHNishi@gmail.com2013-09-101-2/+10
* Docserver: don't assert that there's a description. Haven't merged tokalman@chromium.org2013-07-091-1/+3
* Add descriptions to all extension/app schemas, and enforce that they have themevan.peterson.EP@gmail.com2013-06-231-3/+9
* Lazily load API schemas from resource files and convert all APIs to featurescduvall@chromium.org2013-06-141-8/+2
* Doc server Enums now respect the noinline_doc tag.jaredshumway94@gmail.com2013-06-071-1/+1
* Docserver: inline return and item types. Fix a couple of bugs.jaredshumway94@gmail.com2013-06-051-0/+2
* windowCreateWindowOptions.type changed to enum; nodoc support on idl enum.scheib@chromium.org2013-03-121-2/+3
* Implement chrome.downloads.onDeterminingFilename() to allow extensions to par...benjhayden@chromium.org2013-03-031-0/+10
* Fix problem with non void return types in extension API IDL.benwells@chromium.org2013-02-261-3/+23
* Initial commit of the Dart Chrome Extension APIs generatorssashab@chromium.org2013-02-061-1/+1
* IDL schema compiler: Fixed pseudo-random order of methods, properties, and ot...mgiuca@chromium.org2013-01-181-8/+9
* Overhaul JSON Schema Compiler to support a number of features required tokalman@chromium.org2013-01-171-1/+0
* Allow IDL schemas to have comments on callback functionscduvall@chromium.org2012-11-021-2/+8
* Extensions Docs Server: Add <br/>s to multi line IDL commentscduvall@chromium.org2012-09-261-7/+9
* Extensions Docs Server: Fix tests so they work from any directorycduvall@chromium.org2012-09-111-5/+10
* Add INTERNAL annotation to namespaces in IDLgrv@chromium.org2012-08-021-2/+10
* Switch the downloads API over to IDL/json_schema_compilerbenjhayden@chromium.org2012-07-111-51/+69
* Escape double quotes when parsing comments from idl filesgrv@chromium.org2012-06-291-0/+4
* Fix how the IDL parser handles comments, and fix the chrome.alarms docs.mpcomplete@chromium.org2012-06-191-8/+33
* Improve handling of ArrayBuffers in composite objects.gdk@chromium.org2012-06-171-4/+5
* Add support for 'nocompile' to IDL schema compiler.asargent@chromium.org2012-05-241-4/+3
* Support enum in idl file.penghuang@chromium.org2012-05-141-0/+24
* Make all extension api types fully qualified.bryeung@chromium.org2012-05-111-1/+4
* Add syntactic sugar for ArrayBuffer as a type in IDL api definitions.asargent@chromium.org2012-05-101-2/+4
* Revert 136296 - Make all extension api types fully qualified.yzshen@chromium.org2012-05-101-4/+1
* Make all extension api types fully qualified.bryeung@chromium.org2012-05-101-1/+4
* Alarm resolution changed to minutes and minimum delay added.mtytel@chromium.org2012-05-051-0/+2
* Hack together a quick doc generator for IDL files.mpcomplete@chromium.org2012-04-161-3/+36
* Fix a bug in IDL parsing related to arrays of callbacks.asargent@chromium.org2012-04-161-18/+32
* Support array types for function and callback arguments in IDL APIs.asargent@chromium.org2012-04-121-2/+13
* Fix IDL schema compiler to properly handle optional argumentsasargent@chromium.org2012-04-091-0/+4
* Allow arbitrary types in IDL schemasasargent@chromium.org2012-04-051-0/+10
* - Extend compiler.py to recognize .idl files.miket@chromium.org2012-03-071-0/+211