| Commit message (Expand) | Author | Age | Files | Lines |
* | Apps v2 in Pepper: Add C/C++ definition for chrome.socket. | yzshen@chromium.org | 2013-04-08 | 11 | -4/+1848 |
* | Change PPB_VideoWriter Open function to return stream_id as out param. | bbudge@chromium.org | 2013-04-08 | 7 | -24/+20 |
* | Implement the host side of the PPB_PDF proxy. | raymes@chromium.org | 2013-04-06 | 8 | -32/+100 |
* | Update NaCl ARM build flags now that gcc used as default compiler. | sbc@chromium.org | 2013-04-05 | 3 | -58/+20 |
* | Enable PPB_DirectoryReader_Dev under NaCl | nhiroki@chromium.org | 2013-04-05 | 6 | -22/+13 |
* | Add PP_VideoFrame, PPB_VideoReader, and PPB_VideoWriter APIs to Pepper. | bbudge@chromium.org | 2013-04-05 | 16 | -0/+1029 |
* | Revert 192249 "Update NaCl ARM build flags now that gcc used as ..." | phoglund@chromium.org | 2013-04-04 | 3 | -20/+58 |
* | Update NaCl ARM build flags now that gcc used as default compiler. | sbc@chromium.org | 2013-04-04 | 3 | -58/+20 |
* | PPAPI: Convert FileIO tests to new style & test background threads | dmichael@chromium.org | 2013-04-04 | 6 | -707/+472 |
* | Pepper: Autogenerate thunk for PPB_NetworkList_Private. | teravest@chromium.org | 2013-04-03 | 3 | -43/+60 |
* | Remove unused PP_ObjectProperty from PpapiParamTraits | teravest@chromium.org | 2013-04-02 | 2 | -28/+0 |
* | Update PRESUBMIT scripts to use PresubmitPromptOrNotify helper. | wez@chromium.org | 2013-04-02 | 1 | -1/+1 |
* | Pepper: Add optional logging for PPAPI calls. | teravest@chromium.org | 2013-04-02 | 25 | -24/+135 |
* | Add Pepper TrueType Font resource implementations for Win, Mac, and Linux. | bbudge@chromium.org | 2013-04-02 | 6 | -6/+413 |
* | Add Query() support to FileRef. | teravest@chromium.org | 2013-04-02 | 14 | -100/+532 |
* | PPAPI: TestCompletionCallbackWithOutput fixes | dmichael@chromium.org | 2013-04-01 | 2 | -8/+10 |
* | Unlike GetOSFileDescriptor, this API is asynchronous. | hamaji@chromium.org | 2013-04-01 | 20 | -5/+425 |
* | PPAPI: Remove threading options; it's always on | dmichael@chromium.org | 2013-03-30 | 27 | -202/+251 |
* | Pepper: Autogenerate thunk for PPB_Graphics3D. | teravest@chromium.org | 2013-03-30 | 5 | -21/+38 |
* | IDL: Autogenerate thunk for PPB_Gamepad. | teravest@chromium.org | 2013-03-30 | 3 | -31/+76 |
* | [PPAPI] Fix a bunch of spelling mistakes | binji@chromium.org | 2013-03-29 | 75 | -146/+147 |
* | Revert 191420 "PPAPI: Remove threading options; it's always on" | rlarocque@chromium.org | 2013-03-29 | 26 | -250/+202 |
* | PPAPI: Remove threading options; it's always on | dmichael@chromium.org | 2013-03-29 | 26 | -202/+250 |
* | Revert 191401 "Implemented queued UDP SendTo/RecvFrom requests. ..." | rsleevi@chromium.org | 2013-03-29 | 14 | -587/+136 |
* | Pepper IDL: Autogenerate thunk for FileChooser. | teravest@chromium.org | 2013-03-29 | 9 | -129/+165 |
* | Cleanup: Remove operator from TestCompletionCallbackWithOutput. | teravest@chromium.org | 2013-03-29 | 4 | -21/+42 |
* | Implemented queued UDP SendTo/RecvFrom requests. Exposed SO_SNDBUF and SO_RVF... | ygorshenin@chromium.org | 2013-03-29 | 14 | -136/+587 |
* | Fix condition in gyp - it should check for pnacl being disabled. | phajdan.jr@chromium.org | 2013-03-29 | 1 | -1/+1 |
* | Apps V2 in Pepper: Host side implementation of ExntensionsCommon - Part 1. | yzshen@chromium.org | 2013-03-29 | 1 | -6/+6 |
* | Apps V2 in Pepper: introduce singleton resource ExtensionsCommon. | yzshen@chromium.org | 2013-03-29 | 25 | -73/+545 |
* | Implement the plugin side of the PPB_PDF proxy. | raymes@chromium.org | 2013-03-29 | 13 | -37/+573 |
* | Pepper: Autogenerate thunk for PPB_URLRequestInfo. | teravest@chromium.org | 2013-03-29 | 5 | -19/+22 |
* | [PPAPI] Fix doc bug - missing </code> tag. | binji@chromium.org | 2013-03-28 | 2 | -3/+3 |
* | Flash: Don't lose references to the Graphics3D from the VideoDecoder. | danakj@chromium.org | 2013-03-28 | 2 | -2/+9 |
* | Speed up PNaCl ppapi test builds a bit. | jvoung@chromium.org | 2013-03-27 | 1 | -0/+13 |
* | Add traces to PluginResource/PpapiHost "generic" IPCs | piman@chromium.org | 2013-03-27 | 3 | -0/+30 |
* | Change PPB_PDF to use PP_BrowserFont_Trusted_Description instead of PP_FontDe... | raymes@chromium.org | 2013-03-26 | 5 | -8/+51 |
* | PPAPI: Make Resource::ReleaseSoon lock for Release | dmichael@chromium.org | 2013-03-24 | 1 | -3/+3 |
* | Pepper: Unify Buffer and BufferTrusted APIs. | teravest@chromium.org | 2013-03-23 | 9 | -35/+21 |
* | Make the pnacl translator files in chrome depend on the pnacl_translator stamp. | jvoung@google.com | 2013-03-23 | 1 | -0/+2 |
* | Revert 189855 "Add Pepper TrueType Font resource implementations..." | msw@chromium.org | 2013-03-22 | 7 | -437/+8 |
* | Add Pepper TrueType Font resource implementations for Win, Mac, and Linux. | bbudge@chromium.org | 2013-03-22 | 7 | -8/+437 |
* | Revert 189518 "PPAPI: Remove threading options; it's always on" | dmichael@chromium.org | 2013-03-21 | 26 | -246/+202 |
* | This is in preparation for adding a new-style proxy for PDF. | raymes@chromium.org | 2013-03-21 | 7 | -3/+188 |
* | Add PP_Instance paramater to functions in PPB_PDF. | raymes@chromium.org | 2013-03-21 | 2 | -10/+14 |
* | PPAPI: Remove threading options; it's always on | dmichael@chromium.org | 2013-03-21 | 26 | -202/+246 |
* | Add UMA entry for PNaCl's optimization level setting. | jvoung@chromium.org | 2013-03-20 | 1 | -1/+21 |
* | Pepper apps V2 APIs: eliminate some TODOs related to array/dict PP_Var. | yzshen@chromium.org | 2013-03-20 | 10 | -58/+171 |
* | Remove the InstanceHandle paramater from the PPB_PDF C++ wrapper. | raymes@chromium.org | 2013-03-20 | 2 | -4/+2 |
* | PPAPI: Remove ImageDataInstanceCache on instance shutdown | dmichael@chromium.org | 2013-03-20 | 3 | -0/+15 |