index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ppapi
/
generators
Commit message (
Expand
)
Author
Age
Files
Lines
*
Reland: Add C/C++ interfaces for PPB_Ext_Alarms_Dev and PPB_Ext_Events_Dev.
yzshen@chromium.org
2013-03-12
1
-1
/
+2
*
Revert 187227 since it caused buildbot failure in NativeClientSDK on linux-sd...
yzshen@chromium.org
2013-03-11
1
-2
/
+1
*
Add C/C++ interfaces for PPB_Ext_Alarms_Dev and PPB_Ext_Events_Dev.
yzshen@chromium.org
2013-03-11
1
-1
/
+2
*
IDL: Fix assertion error in idl_thunk.
teravest@chromium.org
2013-02-26
1
-4
/
+2
*
Apply pnacl irt shim change to the generator, not the generated file.
jvoung@chromium.org
2013-02-26
1
-2
/
+8
*
IDL: Autogen thunk: PPB_ContentDecryptor_Private.
teravest@chromium.org
2013-02-26
1
-1
/
+4
*
Pepper IDL: Autogenerate thunk for ppb_audio_input
teravest@chromium.org
2013-02-25
1
-43
/
+86
*
IDL: Autogenerate thunk .cc file for PPB_View
teravest@chromium.org
2013-02-13
1
-0
/
+1
*
Pepper IDL: Keep "_dev" in thunk filenames.
teravest@chromium.org
2013-02-08
1
-5
/
+6
*
NaCl Ports uses the PPAPI_RELEASE macro to determine which version
noelallen@chromium.org
2013-01-11
1
-6
/
+6
*
IDL: Remove trailing commans in generated thunk files.
teravest@chromium.org
2013-01-03
1
-3
/
+5
*
idl_c_header: Use "/" as path separator in "From".
teravest@chromium.org
2012-12-19
1
-1
/
+1
*
Allow leading underscore on identifier names in IDL parser
asargent@chromium.org
2012-12-15
1
-3
/
+7
*
Add idl version of ppb_flash_menu.idl
noelallen@chromium.org
2012-12-13
2
-6
/
+65
*
Auto generate thunk .cc file for PPB_FileSystem.
teravest@chromium.org
2012-12-08
1
-0
/
+10
*
Trivial individual generation fix
noelallen@chromium.org
2012-12-07
1
-1
/
+1
*
Autogenerate thunk .cc file for PPB_FileIO.
teravest@chromium.org
2012-12-07
1
-1
/
+1
*
Add other account to owners
noelallen@chromium.org
2012-12-07
1
-0
/
+2
*
Added test and fixed bugs with release dependency
noelallen@chromium.org
2012-12-06
16
-96
/
+203
*
Make PPAPI headers compilable with -Wstrict-prototypes
mseaborn@chromium.org
2012-11-29
1
-0
/
+2
*
IDL: Ignore C++ style "From" comments.
teravest@chromium.org
2012-11-28
1
-3
/
+4
*
Fix generation of the wrong API header name.
teravest@chromium.org
2012-11-21
1
-1
/
+3
*
Autogenerate thunk .cc file for PPB_Console_Dev.
teravest@chromium.org
2012-11-20
1
-18
/
+42
*
Add support for generating thunk source from IDL.
teravest@chromium.org
2012-11-17
8
-28
/
+643
*
Get rid of pnacl_shim time stamps.
jvoung@google.com
2012-11-15
1
-5
/
+4
*
Update comments for the GeneratorByFile interface.
teravest@chromium.org
2012-11-07
1
-29
/
+27
*
Remove C++-style comments from C headers.
sbc@chromium.org
2012-11-06
1
-1
/
+1
*
Fix generation of Single version IDL for SDK
noelallen@chromium.org
2012-11-02
1
-0
/
+10
*
Fix version discovery for Interfaces, Structs
noelallen@chromium.org
2012-11-01
2
-37
/
+79
*
Change the way we generate versions.
noelallen@chromium.org
2012-10-23
14
-133
/
+424
*
Build PNaCl IRT shims on arm as well as x86-64
dschuff@chromium.org
2012-10-19
1
-2
/
+2
*
Make ppapi idl generator work on windows.
bradnelson@google.com
2012-10-02
1
-0
/
+1
*
PNaCl: Build a PPAPI shims library on all architectures
mseaborn@chromium.org
2012-09-21
2
-0
/
+11
*
Add pnacl shims to the chrome build.
bradnelson@google.com
2012-09-06
1
-1
/
+5
*
Switch the downloads API over to IDL/json_schema_compiler
benjhayden@chromium.org
2012-07-11
1
-3
/
+35
*
Change PP_Flash_BrowserOperations_SiteSetting.site from PP_Var to const char*.
yzshen@chromium.org
2012-06-18
1
-0
/
+8
*
Adding warning for missing Label.
noelallen@chromium.org
2012-06-17
1
-0
/
+6
*
Add "libraries" directory to SDK
noelallen@google.com
2012-05-11
1
-0
/
+10
*
Set svn:executable bit on scripts that are executable.
maruel@chromium.org
2012-04-23
2
-6
/
+3
*
This adds support for a number of features in the current WebIDL spec (http:/...
asargent@chromium.org
2012-03-05
4
-28
/
+118
*
Fix typo in IDLNode.Dump function.
asargent@chromium.org
2012-02-09
1
-2
/
+1
*
Make inline c blocks non-greedy, and use to add pragma pack to gamepad structure
scottmg@chromium.org
2012-02-08
1
-1
/
+1
*
PPAPI IDL -> C Generator: inout parameter should not be a pointer.
alokp@chromium.org
2012-02-07
1
-1
/
+1
*
Removed special keyword called attribute which is unused by the parser.
alokp@chromium.org
2012-02-06
1
-1
/
+0
*
Output generated headers using Python's "wb" mode, to prevent EOL-munging.
wez@chromium.org
2012-01-19
1
-2
/
+2
*
Fix incorrectly resolved conflict, and add error message for missing sources.
noelallen@google.com
2012-01-13
5
-9
/
+17
*
Fix single release generation
noelallen@google.com
2012-01-10
4
-16
/
+71
*
Fix python scripts in src/ppapi/
maruel@chromium.org
2012-01-10
17
-74
/
+56
*
Change IDL shim/wrapper generator to use version numbers in struct names.
jvoung@google.com
2012-01-08
2
-6
/
+5
*
Update PPAPI IDL generator to define versioned structs, and unversioned typedef.
wez@chromium.org
2012-01-05
1
-4
/
+15
[next]