summaryrefslogtreecommitdiffstats
path: root/tools/json_schema_compiler/idl_schema_test.py
Commit message (Expand)AuthorAgeFilesLines
* windowCreateWindowOptions.type changed to enum; nodoc support on idl enum.scheib@chromium.org2013-03-121-0/+6
* IDL schema compiler: Fixed pseudo-random order of methods, properties, and ot...mgiuca@chromium.org2013-01-181-1/+10
* Overhaul JSON Schema Compiler to support a number of features required tokalman@chromium.org2013-01-171-14/+14
* Allow leading underscore on identifier names in IDL parserasargent@chromium.org2012-12-151-0/+19
* Allow IDL schemas to have comments on callback functionscduvall@chromium.org2012-11-021-5/+19
* Extensions Docs Server: Add <br/>s to multi line IDL commentscduvall@chromium.org2012-09-261-3/+3
* Add INTERNAL annotation to namespaces in IDLgrv@chromium.org2012-08-021-0/+6
* Switch the downloads API over to IDL/json_schema_compilerbenjhayden@chromium.org2012-07-111-2/+9
* 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-0/+13
* Add support for 'nocompile' to IDL schema compiler.asargent@chromium.org2012-05-241-0/+6
* Support enum in idl file.penghuang@chromium.org2012-05-141-0/+20
* Make all extension api types fully qualified.bryeung@chromium.org2012-05-111-2/+2
* Revert 136296 - Make all extension api types fully qualified.yzshen@chromium.org2012-05-101-2/+2
* Make all extension api types fully qualified.bryeung@chromium.org2012-05-101-2/+2
* Fix a bug in IDL parsing related to arrays of callbacks.asargent@chromium.org2012-04-161-0/+8
* Support array types for function and callback arguments in IDL APIs.asargent@chromium.org2012-04-121-0/+47