summaryrefslogtreecommitdiffstats
path: root/ppapi/generators/idl_parser.py
Commit message (Expand)AuthorAgeFilesLines
* Added test and fixed bugs with release dependencynoelallen@chromium.org2012-12-061-12/+5
* Change the way we generate versions.noelallen@chromium.org2012-10-231-10/+86
* Switch the downloads API over to IDL/json_schema_compilerbenjhayden@chromium.org2012-07-111-3/+35
* This adds support for a number of features in the current WebIDL spec (http:/...asargent@chromium.org2012-03-051-24/+93
* Fix incorrectly resolved conflict, and add error message for missing sources.noelallen@google.com2012-01-131-0/+3
* Fix python scripts in src/ppapi/maruel@chromium.org2012-01-101-3/+4
* Rev the Flash interface to add new functionality.brettw@chromium.org2011-12-151-1/+1
* Hide private IDL files from generator behind "--include_private" flagjvoung@google.com2011-12-011-3/+6
* Pepper IDL: also generate files from 'private'piman@chromium.org2011-11-301-1/+1
* Cleanup IDL Generatornoelallen@google.com2011-11-141-3/+2
* Allow enums values to be simple arithmetic expressions.bbudge@chromium.org2011-10-071-12/+45
* Fix IDL generation on Windows. The output file paths were wrong becausebbudge@chromium.org2011-10-041-1/+1
* Update generator for Chrome generation as the default casenoelallen@google.com2011-08-261-1/+1
* Adding linter for IDLnoelallen@google.com2011-07-221-23/+3
* Update the generatornoelallen@google.com2011-07-191-3/+4
* Update the generatornoelallen@google.com2011-07-191-3/+14
* Trival lexer/parser changes for errorsnoelallen@google.com2011-07-141-3/+1
* Update Lexer/Parser to support '#inline' and 'label'noelallen@google.com2011-07-021-171/+305
* Fix 'C' header generationnoelallen@google.com2011-06-071-5/+6
* Add idl_c_proto for generating 'C' style prototypes from IDLnoelallen@google.com2011-06-021-24/+51
* Add idl_optionnoelallen@google.com2011-05-151-45/+26
* IDL cleanup, added AST node, namespace, StageResultnoelallen@google.com2011-05-041-44/+120
* IDL Cleanup - add logger, and nodenoelallen@google.com2011-04-261-132/+60
* IDL AST cleanupnoelallen@google.com2011-04-201-54/+106
* Add parser and test filesnoelallen@google.com2011-04-081-0/+829