| Commit message (Expand) | Author | Age | Files | Lines |
* | Add Pepper API to use UDP | mtilburg@adobe.com | 2011-09-26 | 1 | -0/+1 |
* | Rename PPB_Fullscreen_Dev to PPB_FlashFullscreen. | brettw@chromium.org | 2011-09-20 | 1 | -0/+3 |
* | Declarations for Pepper IME API. | kinaba@chromium.org | 2011-09-16 | 1 | -0/+6 |
* | GYP file: Replaced ppb_opengles.h with ppb_opengles2.h | alokp@chromium.org | 2011-09-15 | 1 | -1/+1 |
* | Introduce a new Pepper interface: PPB/PPP_MouseLock. | yzshen@chromium.org | 2011-09-08 | 1 | -0/+4 |
* | reconstitute moving 3d out of dev CL. (previous attempt was reverted) | nfullagar@google.com | 2011-09-07 | 1 | -9/+9 |
* | Revert 99855 - Move PPAPI graphics3d and opengles interfaces out of Dev. | nfullagar@google.com | 2011-09-06 | 1 | -8/+9 |
* | Move PPAPI graphics3d and opengles interfaces out of Dev. | nfullagar@google.com | 2011-09-06 | 1 | -9/+8 |
* | Hookup Gpu blacklist with NaCl Pepper3D access. | zmo@google.com | 2011-09-02 | 1 | -0/+1 |
* | C++ wrappers for PPB_VideoCapture_Dev | piman@google.com | 2011-08-09 | 1 | -0/+4 |
* | PPAPI interface for reading the enterprise policy as a big JSON blob. | ajwong@chromium.org | 2011-07-30 | 1 | -1/+3 |
* | Removing file io, file ref, and file sytem from dev. | sanga@chromium.org | 2011-07-19 | 1 | -8/+1 |
* | Re-land r92885, which was reverted in r92891. | alokp@chromium.org | 2011-07-19 | 1 | -0/+1 |
* | Remove common.h from the build. This only included the bool converters which | brettw@chromium.org | 2011-07-19 | 1 | -1/+0 |
* | Revert 92885 - Completed the implementation for PPB_Graphics3D interface. | alokp@chromium.org | 2011-07-18 | 1 | -1/+0 |
* | Completed the implementation for PPB_Graphics3D interface. | alokp@chromium.org | 2011-07-18 | 1 | -0/+1 |
* | Clean up the file dev interfaces. The combination of some dev and some non | brettw@chromium.org | 2011-07-15 | 1 | -3/+0 |
* | Make pp::CompletionCallback have a default constructor (which blocks), | jvoung@google.com | 2011-07-13 | 1 | -0/+1 |
* | Add a network state notification interface to Pepper. Some plugins will need | brettw@chromium.org | 2011-07-12 | 1 | -0/+1 |
* | Make sure the ppapi include dirs are first in the include search path. | brettw@chromium.org | 2011-07-11 | 1 | -3/+3 |
* | Allow C/C++ targets to be suffixed for use in Native Client checkout. | brettw@chromium.org | 2011-07-07 | 1 | -6/+6 |
* | Add interfaces for requesting and receiving input event resources. | brettw@chromium.org | 2011-07-07 | 1 | -0/+4 |
* | Add PPB_Memory_Dev. This is the first of a few CLs needed to pull MemAlloc and | dspringer@chromium.org | 2011-07-05 | 1 | -0/+3 |
* | Re-land the reverted CL: | yzshen@chromium.org | 2011-07-01 | 1 | -0/+1 |
* | Revert 91150 - Define PPB_Flash_TCPSocket and PPB_Flash_SSLSocket. | dpapad@chromium.org | 2011-06-30 | 1 | -1/+0 |
* | Define PPB_Flash_TCPSocket and PPB_Flash_SSLSocket. | yzshen@chromium.org | 2011-06-30 | 1 | -0/+1 |
* | This CL is oringialy http://codereview.chromium.org/7210027 | sanga@chromium.org | 2011-06-27 | 1 | -1/+11 |
* | Move the video decoder and video layer to the new API/thunk system. | brettw@chromium.org | 2011-06-18 | 1 | -1/+0 |
* | Remove msvs_guids from ipc, media, net, ppapi, printing, sandbox, | tony@chromium.org | 2011-06-16 | 1 | -4/+0 |
* | Implement AssignGLESBuffers for VideoDecode PPAPI | vrk@google.com | 2011-06-10 | 1 | -0/+2 |
* | Revert 88698 - Implement AssignGLESBuffers for VideoDecode PPAPI | davemoore@chromium.org | 2011-06-10 | 1 | -2/+0 |
* | Implement AssignGLESBuffers for VideoDecode PPAPI | vrk@google.com | 2011-06-10 | 1 | -0/+2 |
* | Implement out-of-process proxy for PPB_Buffer_Dev. | fischman@chromium.org | 2011-06-10 | 1 | -1/+2 |
* | Wrap the p2p transport API in a compile time flag. | satish@chromium.org | 2011-04-20 | 1 | -4/+14 |
* | Rename Instance_Trusted to Instance_Private, wire it up in Chrome. | dmichael@chromium.org | 2011-04-19 | 1 | -2/+4 |
* | Add trusted Instance C interfaces with scripting-related functions. | dmichael@chromium.org | 2011-04-15 | 1 | -0/+2 |
* | Added ppp_broker.h and parameterized PpapiThread to support the broker process. | ddorwin@chromium.org | 2011-04-14 | 1 | -0/+1 |
* | Create a VarPrivate interface to contain the scripting helper functions of Var. | brettw@chromium.org | 2011-04-11 | 1 | -0/+4 |
* | Reupload of http://codereview.chromium.org/6801053/ | dmichael@chromium.org | 2011-04-08 | 1 | -2/+2 |
* | Added PPB_BrokerTrusted interface and a basic Chrome implementation of it. | ddorwin@chromium.org | 2011-04-07 | 1 | -0/+1 |
* | Checking in major revision of Pepper video decode APIs. | scherkus@chromium.org | 2011-03-31 | 1 | -0/+1 |
* | A proposal and implementation for an initial postMessage interface. These in... | dmichael@google.com | 2011-03-23 | 1 | -0/+2 |
* | Remove PPB_Var interface's scripting functionality. | neb@chromium.org | 2011-03-23 | 1 | -1/+0 |
* | Add an (unimplemented) API for getting the available list of font families on | brettw@chromium.org | 2011-03-19 | 1 | -0/+1 |
* | Add a console interface for logging to the JS console from a PPAPI plugin. | brettw@chromium.org | 2011-03-11 | 1 | -0/+1 |
* | Pepper/Flapper: Add very basic clipboard support. | viettrungluu@chromium.org | 2011-03-04 | 1 | -0/+2 |
* | PPB_Flash cleanup part 1: move the net connector stuff to its own files. | viettrungluu@chromium.org | 2011-02-23 | 1 | -0/+1 |
* | Implement basic crash detection and shutdown handling for out of process PPAPI | brettw@chromium.org | 2011-02-15 | 1 | -0/+1 |
* | Pepper/Flapper: First pass at context menu implementation. | viettrungluu@chromium.org | 2011-01-31 | 1 | -0/+1 |
* | PPB_Context3D_Trusted interface. | neb@chromium.org | 2011-01-26 | 1 | -0/+1 |