summaryrefslogtreecommitdiffstats
path: root/tools/json_schema_compiler/idl_schema.py
Commit message (Expand)AuthorAgeFilesLines
* 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