summaryrefslogtreecommitdiffstats
path: root/ppapi/generators/idl_parser.py
Commit message (Expand)AuthorAgeFilesLines
* Grab a bunch of owners / todos.bradnelson2015-01-231-1/+1
* Remove PPB_Ext_Socket_Dev.yzshen@chromium.org2014-04-301-2/+1
* Support scoped types in PPAPI IDL.mtomasz@chromium.org2014-04-041-6/+32
* Support unions in extensions IDl dictionaries.benwells@chromium.org2014-03-131-3/+38
* PPAPI idl parser was missing error handlerhabib.virji@samsung.com2013-12-111-0/+8
* Pepper: More IDL generator cleanup.teravest@chromium.org2013-12-041-1/+1
* Pepper: Simplify IDLVisitor.teravest@chromium.org2013-11-271-1/+0
* Implement app.window.get() and app.window.getAll().mek@chromium.org2013-11-131-3/+3
* Version support for structs, enum, typedefnoelallen@chromium.org2013-06-281-0/+1
* Reland: Add C/C++ interfaces for PPB_Ext_Alarms_Dev and PPB_Ext_Events_Dev.yzshen@chromium.org2013-03-121-1/+2
* Revert 187227 since it caused buildbot failure in NativeClientSDK on linux-sd...yzshen@chromium.org2013-03-111-2/+1
* Add C/C++ interfaces for PPB_Ext_Alarms_Dev and PPB_Ext_Events_Dev.yzshen@chromium.org2013-03-111-1/+2
* 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