summaryrefslogtreecommitdiffstats
path: root/ppapi/c/pp_macros.h
Commit message (Expand)AuthorAgeFilesLines
* media: Rename SessionError to LegacySessionError.xhwang2015-04-021-2/+2
* Block platform verification and file IO in the CDM adapter if the CDM configu...sandersd2015-03-101-2/+2
* Pepper: Define PPB_VideoEncoder API.bbudge2015-02-041-2/+2
* Changes to support CDM_7jrummell2015-01-081-2/+2
* PPAPI: Format ppapi/thunk using clang-format.Dave Michael2014-11-071-1/+2
* Pepper: Expose visible_rect to PPB_VideoDecoder.GetPicture.Bill Budge2014-11-061-2/+1
* Pepper: PPB_VideoDecoder software-only mode.bbudge2014-08-231-2/+2
* [PPAPI] Add target param for CompositorLayer::SetTexture().penghuang@chromium.org2014-08-151-2/+2
* PPAPI: Remove PP_ALLOW_THIS_IN_INITIALIZER_LISTdmichael@chromium.org2014-06-061-16/+0
* Track plugin input event latencymiletus@chromium.org2014-05-271-2/+2
* [PPAPI] Add media stream video track output APIronghuawu@chromium.org2014-05-051-2/+2
* Encrypted Media: Use uint32 for systemCode in SessionError.xhwang@chromium.org2014-03-041-2/+2
* [PPAPI] API definition for video media stream artifactspenghuang@chromium.org2014-01-061-2/+2
* PPAPI: Generalize PPB_Ext_CrxFileSystem as PPB_IsolatedFileSystemnhiroki@chromium.org2013-11-081-2/+2
* [PPAPI] Added new Pepper interface PPB_VarResource_Dev.mgiuca@chromium.org2013-10-191-2/+2
* Pepper API for output protection.kcwu@chromium.org2013-09-041-2/+2
* PPAPI: Move IMEInputEvent and TextInput to stable.nona@chromium.org2013-08-011-2/+2
* Add multicast support for PPB_Ext_Socket_Dev.yzshen@chromium.org2013-05-231-2/+2
* Unlike GetOSFileDescriptor, this API is asynchronous.hamaji@chromium.org2013-04-011-2/+2
* Revert 191401 "Implemented queued UDP SendTo/RecvFrom requests. ..."rsleevi@chromium.org2013-03-291-2/+2
* Implemented queued UDP SendTo/RecvFrom requests. Exposed SO_SNDBUF and SO_RVF...ygorshenin@chromium.org2013-03-291-2/+2
* [Retry] Implement ReadEntries API for PPB_DirectoryReadernhiroki@chromium.org2013-03-051-1/+1
* Provide a way to disable Nagle's algorithm on Pepper TCP sockets.wez@chromium.org2013-02-221-2/+2
* Revert 184054nhiroki@chromium.org2013-02-221-2/+2
* Implement ReadEntries API for PPB_DirectoryReadernhiroki@chromium.org2013-02-221-2/+2
* NaCl Ports uses the PPAPI_RELEASE macro to determine which versionnoelallen@chromium.org2013-01-111-2/+4
* don't use COMPILER_MSVC in pp_macros.hsbc@chromium.org2012-08-211-3/+3
* Move the PP_ALLOW_THIS_IN_INITIALIZER_LIST macro from test_utils.h totoyoshim@chromium.org2011-12-081-1/+17
* More trivial cleanupi of ppapi/c headersnoelallen@google.com2011-07-191-2/+10
* Change ppapi C++ comment style into C.neb@chromium.org2010-12-201-5/+5
* Add compile assertions to enforce the sizes of all structs and enums in the C...dmichael@google.com2010-12-131-1/+10
* Force 8-byte alignment in PP_InputEvent. Rev PPP_Instance interface to 0.3 b...dmichael@google.com2010-11-121-3/+30
* Add a macro (PP_ENUM) that ensures that enums are always 4 bytes. Whereverdmichael@google.com2010-11-101-0/+12
* Make PPAPI headers compile with C compilers (gcc on Linux & Mac and MSVS on W...dmichael@google.com2010-11-051-0/+46