summaryrefslogtreecommitdiffstats
path: root/ppapi
Commit message (Expand)AuthorAgeFilesLines
* Detect and expose loss of OpenGL context using GL_ARB_robustness.kbr@chromium.org2011-07-141-0/+6
* Add instrumentation and checks to help debugging plugins.piman@chromium.org2011-07-133-1/+18
* Revert 92429 - Detect and expose loss of OpenGL context using GL_ARB_robustne...kbr@chromium.org2011-07-131-6/+0
* Detect and expose loss of OpenGL context using GL_ARB_robustness.kbr@chromium.org2011-07-131-0/+6
* Overhauled OmxVideoDecodeAccelerator's state machine implementation and relat...fischman@chromium.org2011-07-138-251/+78
* Support overlapped calls of FileIO::{Read,Write}.yzshen@chromium.org2011-07-132-3/+259
* Reland http://codereview.chromium.org/7292033dmichael@chromium.org2011-07-1320-26/+55
* Revert 92302 - First pass at revving stable pepper interfaces to 1.0.dmichael@chromium.org2011-07-1319-53/+24
* First pass at revving stable pepper interfaces to 1.0.dmichael@chromium.org2011-07-1319-24/+53
* Turn off scripting by default. If this sticks, a later CL will delete all the...dmichael@chromium.org2011-07-133-16/+11
* Updating the C++ PPAPI to use non-dev File interfaces.sanga@chromium.org2011-07-138-91/+91
* Make pp::CompletionCallback have a default constructor (which blocks),jvoung@google.com2011-07-134-4/+20
* Add a network state notification interface to Pepper. Some plugins will needbrettw@chromium.org2011-07-122-0/+28
* Move the default Scrollbar implementation to 0.4 and update the C++ wrapper.brettw@chromium.org2011-07-122-4/+4
* Move the time conversion code to the PPAPI shared_impl directory and use it inbrettw@chromium.org2011-07-124-5/+84
* Fix some uses of PPBoolToBool and BoolToPPBool that I either missed in thebrettw@chromium.org2011-07-121-2/+2
* Add an example for using the URLLoader in streaming mode. This also avoids thebrettw@chromium.org2011-07-126-58/+262
* Cleanup gles2 sample PPAPI plugin.fischman@chromium.org2011-07-122-93/+76
* Rollback r90712 (which was a partial rollback of r90660) to re-enable buildingfischman@chromium.org2011-07-121-6/+2
* Trivial changes to PPAPI headersnoelallen@google.com2011-07-1211-98/+133
* Remove temporary fixes for URLLoader synchronous error reporting. Fix an PPB_...bbudge@google.com2011-07-111-9/+9
* Make sure the ppapi include dirs are first in the include search path.brettw@chromium.org2011-07-111-3/+3
* Fix resolution of GetTimeTicks.dmichael@chromium.org2011-07-113-0/+96
* Remove the comments setting emands and vim tab width and expansion variables.tony@chromium.org2011-07-111-7/+0
* PPAPI: Remove deprecated PP_ERROR_WOULDBLOCK and PP_Error_WouldBlock.polina@google.com2011-07-093-5/+3
* Fix return statement in ppapi/cpp/input_event.ccdmichael@chromium.org2011-07-091-1/+1
* Add comments to explain PP_URLResponseProperty enum values and their use. See...bbudge@chromium.org2011-07-091-10/+41
* Reland http://codereview.chromium.org/7312008/dmichael@chromium.org2011-07-0814-38/+170
* C++ File IO documentation. This is more-or-less a copy and paste from the C d...jond@google.com2011-07-083-15/+222
* Revert 91859 - Porting ppapi_tests framework to postMessage.dmichael@chromium.org2011-07-0813-165/+37
* Porting ppapi_tests framework to postMessage.dmichael@chromium.org2011-07-0813-37/+165
* Remove PPBoolToBool and BoolToPPBool and use PP_FromBool and PP_ToBool instead.brettw@chromium.org2011-07-0829-103/+70
* New documentation for one of the file io headers.jond@google.com2011-07-071-2/+62
* All new file i/o documentation.jond@google.com2011-07-073-88/+377
* Trivial fixes to PPAPInoelallen@google.com2011-07-072-2/+2
* Migrating PPB_FileIO_Dev, PPB_FileRef_Dev, and PPB_FileSystem_Dev dependencie...sanga@chromium.org2011-07-0730-112/+117
* Minor changes to Doxygen filesjond@google.com2011-07-073-38/+98
* Allow C/C++ targets to be suffixed for use in Native Client checkout.brettw@chromium.org2011-07-073-10/+21
* Add interfaces for requesting and receiving input event resources.brettw@chromium.org2011-07-0734-80/+2019
* Move PPB_Zoom and PPB_Messageing to the thunk system. Implement PPB_Messagingbrettw@chromium.org2011-07-068-0/+132
* Add PPB_Memory_Dev to the proxy.dspringer@chromium.org2011-07-066-14/+111
* Formatting changes. jond@google.com2011-07-0611-348/+455
* Misc. changes. Mostly formatting. jond@google.com2011-07-0613-374/+481
* Add PPB_Memory_Dev. This is the first of a few CLs needed to pull MemAlloc anddspringer@chromium.org2011-07-059-0/+215
* Add version aware name resolutionnoelallen@google.com2011-07-021-0/+346
* Update Lexer/Parser to support '#inline' and 'label'noelallen@google.com2011-07-0210-218/+444
* Fix clang warning.yzshen@chromium.org2011-07-011-1/+2
* Deleted gl.gyp that had duplicate ppapi_egl target.evan@chromium.org2011-07-013-59/+1
* Re-land the reverted CL:yzshen@chromium.org2011-07-0126-7/+1027
* Mostly minor changes such as adding <code></code> around elements, a little r...jond@google.com2011-06-309-89/+144