| Commit message (Expand) | Author | Age | Files | Lines |
* | PPAPI: Make generator support "no_interface_string" | dmichael@chromium.org | 2014-05-19 | 4 | -1/+17 |
* | Remove PPB_Ext_Socket_Dev. | yzshen@chromium.org | 2014-04-30 | 1 | -2/+1 |
* | PPAPI: Move some of NexeFileDidOpen to NexeLoadManager | dmichael@chromium.org | 2014-04-10 | 4 | -6/+2 |
* | Support scoped types in PPAPI IDL. | mtomasz@chromium.org | 2014-04-04 | 1 | -6/+32 |
* | Pepper: Fix VLOG line wrapping in generated thunks. | teravest@chromium.org | 2014-03-19 | 1 | -1/+6 |
* | Support unions in extensions IDl dictionaries. | benwells@chromium.org | 2014-03-13 | 2 | -3/+41 |
* | Cleanups for pnacl_irt_shim: more const, fewer headers, move .h, remove deps | jvoung@google.com | 2014-02-25 | 3 | -50/+10 |
* | Pepper: Reduce includes in generated thunks. | teravest@chromium.org | 2014-01-16 | 1 | -6/+5 |
* | Make some of the pnacl_irt_shim data members local. | jvoung@google.com | 2014-01-08 | 1 | -3/+3 |
* | Pepper: Add IDL support for "channel=dev". | teravest@chromium.org | 2013-12-17 | 8 | -20/+275 |
* | Add PPB_Alarms_Dev interface definition. | yzshen@chromium.org | 2013-12-11 | 1 | -6/+1 |
* | PPAPI idl parser was missing error handler | habib.virji@samsung.com | 2013-12-11 | 2 | -0/+25 |
* | Pepper: More IDL generator cleanup. | teravest@chromium.org | 2013-12-04 | 8 | -172/+80 |
* | Pepper: Clean up IDLNode internals. | teravest@chromium.org | 2013-12-02 | 3 | -204/+59 |
* | Pepper: Simplify IDLVisitor. | teravest@chromium.org | 2013-11-27 | 3 | -52/+4 |
* | Implement app.window.get() and app.window.getAll(). | mek@chromium.org | 2013-11-13 | 2 | -3/+6 |
* | PPAPI: Introduce ability to Map a FileIO (Dev) | dmichael@chromium.org | 2013-09-27 | 2 | -1/+10 |
* | Add PPAPI interfaces for platform verification. | dalecurtis@google.com | 2013-09-09 | 1 | -1/+7 |
* | Version support for structs, enum, typedef | noelallen@chromium.org | 2013-06-28 | 5 | -12/+43 |
* | Add to yzshen | noelallen@chromium.org | 2013-06-28 | 1 | -0/+1 |
* | Pepper: Don't emit structs with no wrapping. | teravest@chromium.org | 2013-06-21 | 1 | -11/+12 |
* | Pepper: Remove PNaCl shims for Trusted interfaces. | teravest@chromium.org | 2013-06-20 | 1 | -0/+2 |
* | Remove unused trusted interfaces. | piman@chromium.org | 2013-06-01 | 1 | -2/+1 |
* | Pepper: Fix thunk function names with versions. | teravest@chromium.org | 2013-05-24 | 4 | -14/+50 |
* | Pepper: Disallow new passByValue structs in IDL. | teravest@chromium.org | 2013-05-15 | 1 | -0/+28 |
* | There is a range failure when an old file differs from the file about to be g... | noelallen@chromium.org | 2013-05-02 | 1 | -42/+55 |
* | Pepper: Autogenerate thunk for PPB_Fullscreen | teravest@chromium.org | 2013-05-02 | 1 | -2/+4 |
* | PNaCl PPAPI shims: Update for new PNaCl ABI for by-value struct passing | mseaborn@chromium.org | 2013-04-26 | 4 | -81/+111 |
* | Autogenerate thunk for PPB_ImageData. | teravest@chromium.org | 2013-04-26 | 1 | -13/+33 |
* | Pepper IDL: Check for structs in callbacks. | teravest@chromium.org | 2013-04-24 | 1 | -0/+29 |
* | PNaCl PPAPI shims: Remove unused InterfaceNeedsWrapper() method | mseaborn@chromium.org | 2013-04-23 | 2 | -20/+0 |
* | PNaCl PPAPI shims: Remove function pointer casts for PPP_* shims | mseaborn@chromium.org | 2013-04-23 | 1 | -9/+18 |
* | Pepper: Autogenerate thunk for PPB_AudioTrusted. | teravest@chromium.org | 2013-04-23 | 1 | -1/+1 |
* | Pepper thunks: Merge '_Private' into overall API. | teravest@chromium.org | 2013-04-22 | 1 | -0/+4 |
* | Pepper: Simplify idl_thunk implementation. | teravest@chromium.org | 2013-04-19 | 1 | -46/+29 |
* | Pepper: Autogenerate thunk for PPB_URL_Loader. | teravest@chromium.org | 2013-04-18 | 1 | -24/+55 |
* | Revert 194613 "Pepper: Autogenerate thunk for PPB_URL_Loader." | asargent@chromium.org | 2013-04-17 | 1 | -55/+24 |
* | Pepper: Autogenerate thunk for PPB_URL_Loader. | teravest@chromium.org | 2013-04-17 | 1 | -24/+55 |
* | Pepper: Autogenerate thunk for PPB_TrueTypeFont. | teravest@chromium.org | 2013-04-16 | 1 | -11/+24 |
* | Pepper: Add optional logging for PPAPI calls. | teravest@chromium.org | 2013-04-02 | 1 | -4/+5 |
* | IDL: Autogenerate thunk for PPB_Gamepad. | teravest@chromium.org | 2013-03-30 | 1 | -21/+62 |
* | Pepper: Unify Buffer and BufferTrusted APIs. | teravest@chromium.org | 2013-03-23 | 1 | -0/+5 |
* | 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 |