summaryrefslogtreecommitdiffstats
path: root/ppapi
Commit message (Expand)AuthorAgeFilesLines
* Generate and connect a Pepper identifier for Chrome OSdrewry@google.com2012-05-045-6/+34
* ui: Move surface/ directory out of gfx/, up to ui/.tfarina@chromium.org2012-05-035-5/+5
* [NaCl] Fix NaCl SDK builder and PPAPI scons build.binji@chromium.org2012-05-031-1/+1
* Update gl2.h and gl2ext.h headers from Khronos.nfullagar@google.com2012-05-0311-37/+1419
* Add a way to query whether a given instance is off-the-recordbrettw@chromium.org2012-05-027-10/+34
* Add a C++ wrapper for the InvokePrinting functionbrettw@chromium.org2012-05-022-9/+15
* NaCl: Remove unused process ID/handle arguments from launch_nacl_process()mseaborn@chromium.org2012-05-023-32/+7
* Add an API to determine if the system will support accelerationbrettw@chromium.org2012-05-0212-217/+243
* NaCl: Synchronise build.scons file with Gyp filemseaborn@chromium.org2012-04-301-0/+1
* NaCl: Move sel_ldr_launcher_chrome.cc into the Chromium repomseaborn@chromium.org2012-04-305-3/+72
* Remove reference to file deleted in r134284rsleevi@chromium.org2012-04-301-1/+0
* Move the rest of the Flash functions to the thunk system.brettw@chromium.org2012-04-3019-903/+950
* De-duplicate ppapi_sources.gypi's test file listsmseaborn@chromium.org2012-04-301-57/+38
* Delete FunctionGroupBase from Pepper.brettw@chromium.org2012-04-3058-323/+208
* Revert revision 130979.ncbray@chromium.org2012-04-272-20/+1
* Fix warning on NaCl SDK bots when building ppapi_proxy.binji@chromium.org2012-04-271-1/+1
* Don't make checkdeps ignore includes to directories that are brought in via d...jam@chromium.org2012-04-271-0/+5
* Add a PPB_Flash_Print interface and implement in Chrome.brettw@chromium.org2012-04-274-3/+71
* Move text input API to Instance.brettw@chromium.org2012-04-2712-289/+168
* Bump total shm size for dup'd handle passed into NaCl.nfullagar@google.com2012-04-273-20/+24
* NaCl: Remove forward declaration of SelLdrLauncher as a structmseaborn@chromium.org2012-04-271-1/+1
* Fix small error in code in comment for PostMessage usage. No functional chang...elijahtaylor@chromium.org2012-04-273-4/+4
* Inserted missing documentation for parameters. Also fixed a confusing sentenc...jond@google.com2012-04-262-3/+7
* If shared memory cannot be mapped, the audio thread should not be started as ...raymes@chromium.org2012-04-264-17/+24
* Break apart the stress test for ppb_image_data to help narrow down flake.nfullagar@google.com2012-04-262-15/+37
* Remove thunk/ppb_flash_api.h from ppapi_shared.gypi following r133955rsleevi@chromium.org2012-04-261-1/+0
* Fixed tests for UDP sockets.ygorshenin@chromium.org2012-04-264-169/+120
* NOTREACHED() in VarTracker::ReleaseVar() can be reached. Remove it.tsepez@chromium.org2012-04-251-3/+1
* Move the FlashClipboard API into the Flash one.brettw@chromium.org2012-04-2518-365/+334
* WebSocket Pepper API: the second Close() should not return error code.toyoshim@chromium.org2012-04-254-6/+31
* NaCl: Remove unused prototypes of RegisterInternalNaClPlugin()mseaborn@chromium.org2012-04-241-37/+4
* NaCl: Remove unused file string_encoding.ccmseaborn@chromium.org2012-04-246-179/+0
* WebSocket Pepper API: PPB_WebSocket::close must accept undefined reasontoyoshim@chromium.org2012-04-241-3/+65
* Convert the PPB_Flash interface to use the thunk system.brettw@chromium.org2012-04-2418-350/+587
* Add ipc_channel_nacl to the untrusted build and fix all compile/link errors.bbudge@chromium.org2012-04-232-1/+8
* Add audio buffer size notification to NaCl proxy.nfullagar@google.com2012-04-231-6/+30
* Restore ppapi_gles example NMF files so that they look morejvoung@google.com2012-04-238-3/+58
* [Coverity] Fixed resource leak.groby@chromium.org2012-04-231-1/+2
* Set svn:executable bit on scripts that are executable.maruel@chromium.org2012-04-233-8/+5
* Convert a few more NMF files to be autogenerated and PNaCljvoung@google.com2012-04-219-53/+9
* Hook up screensaver prevention on Windowsbrettw@chromium.org2012-04-202-1/+3
* Actually hook up the Pepper clear site data.brettw@chromium.org2012-04-201-3/+5
* Hook up the DeviceID to the browser process.brettw@chromium.org2012-04-202-2/+6
* NaCl: Remove code that attempts to kill the NaCl loader processmseaborn@chromium.org2012-04-192-10/+2
* Add string include to fix the build.brettw@chromium.org2012-04-191-0/+2
* Remove support for bitmap printing in pepperbrettw@chromium.org2012-04-193-35/+47
* Change the rest of old nacl ppapi tests to be compatible with pnacl.jvoung@google.com2012-04-185-5/+22
* NaCl: Remove all Chromium-side use of the handle_pass librarymseaborn@chromium.org2012-04-184-25/+0
* Add #ifdefs to separate NaCl and non-NaCl PPAPI Proxy code.bbudge@chromium.org2012-04-1812-548/+579
* Notify audio host that audio rendering in Pepper plugin is done.raymond.liu@intel.com2012-04-181-1/+29