summaryrefslogtreecommitdiffstats
path: root/ppapi/PRESUBMIT.py
Commit message (Collapse)AuthorAgeFilesLines
* Make PPAPI presubmit more stringentnoelallen@chromium.org2012-03-141-13/+95
| | | | | | | | | | | | | | | | | The PPAPI docs team is having issues with missing documentation, this CL makes the PRESUBMIT more stringent, forcing errors when a stable interfaces contains a TODO, or is missing an IDL implementation. Additional cleanup: Added missing LF between global function definitions Removed extra space in list Added comments Converted all errors and warnings to point to the file where the error was found. Review URL: http://codereview.chromium.org/9691019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126601 0039d316-1c4b-4281-b951-d872f2087c98
* ppapi: Add presubmit check for .srpc file changesmcgrathr@chromium.org2012-01-101-7/+23
| | | | | | | | | | | | | | If someone changes a .srpc file, they must include the regenerated files from srpcgen in the same commit. BUG= none TEST= none R=noelallen@google.com,noelallen@chromium.org Review URL: http://codereview.chromium.org/9152017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@117103 0039d316-1c4b-4281-b951-d872f2087c98
* Pnacl ppapi shim generator (from IDL), based on Noel's first cut.jvoung@google.com2011-11-301-10/+38
| | | | | | | | | | | | | | BUG= http://code.google.com/p/nativeclient/issues/detail?id=2413 TEST= python idl_gen_pnacl.py --test --wnone Also ** ./generator.py doesn't change ** ./generator.py --wnone --pnacl --pnaclshim=pnacl_shim.c generates a shim that compiles and works in the NaCl repo. Review URL: http://codereview.chromium.org/8568025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112244 0039d316-1c4b-4281-b951-d872f2087c98
* Allow defaults for generator which will check all available versions.noelallen@google.com2011-11-041-1/+1
| | | | | | | | | | | Change the default 'range' for the presubmit and generator to be start,end which represent the first and last Label found in the IDL. BUG= http://code.google.com/p/chromium/issues/detail?id=103037\ TRY= ./generate.py Review URL: http://codereview.chromium.org/8478005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@108697 0039d316-1c4b-4281-b951-d872f2087c98
* Add missing changenoelallen@google.com2011-09-271-1/+1
| | | | | | | | | | | | | This file was missing from: http://codereview.chromium.org/8045001/ This caused a missmatch in the presubmit by the next PPAPI developer. BUG= http://code.google.com/p/chromium/issues/detail?id=97708 TEST= manually run on originally failing machine. Review URL: http://codereview.chromium.org/8050001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@102883 0039d316-1c4b-4281-b951-d872f2087c98
* Add presubmit check to verify PPAPI C headers match IDL files.noelallen@google.com2011-09-141-0/+72
Update outfile to print a better filename on diff. Update fix missing 'name' in idl_generator.py BUG= http://code.google.com/p/chromium/issues/detail?id=93534 TEST= gcl upload | presubmit (after modifying a .h or .idl file) R= brettw@chromium.org Review URL: http://codereview.chromium.org/7700001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@101092 0039d316-1c4b-4281-b951-d872f2087c98