| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
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
|