summaryrefslogtreecommitdiffstats
path: root/ppapi
Commit message (Expand)AuthorAgeFilesLines
* 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
* Correct missing path files in Chromium GYPrsleevi@chromium.org2012-04-171-1/+0
* Fix typo.brettw@chromium.org2012-04-171-2/+2
* Supply Windows handle-passing function to NaClmseaborn@chromium.org2012-04-173-35/+26
* WebSocket Pepper API: synchronous completion support.toyoshim@chromium.org2012-04-169-27/+233
* NaCl PPAPI Proxy: Make browser Lookup* functions return 0 when the key is not...dmichael@chromium.org2012-04-141-4/+18
* Add a way to implement GetInterface in the broker.brettw@chromium.org2012-04-1311-18/+82
* Add a Flash API to get the device ID.brettw@chromium.org2012-04-137-37/+169
* This adds a hang monitor for Pepper plugins. It monitors sync messages on the...brettw@chromium.org2012-04-136-10/+57
* Add more NULL checks in proxy.nfullagar@google.com2012-04-132-14/+21
* PPAPI: Compile out thread checks when pepper threading is turned on.dmichael@chromium.org2012-04-131-0/+6
* Fix IsBaseOf in output_traits.h.yzshen@chromium.org2012-04-122-5/+8
* Add an interface for Flash to clear its data.brettw@chromium.org2012-04-123-1/+126
* Updated flash_topmost example to better demonstrate corner cases of the feature.raymes@chromium.org2012-04-121-3/+32
* Make the text input not require round-trips when the text is updated.brettw@chromium.org2012-04-125-14/+41
* Fixed some PP_X509Certificate_Private_Field enum values.raymes@chromium.org2012-04-124-9/+27
* Only enable ppapi_browser/ppb_audio test for mac bots - other bots don'tnfullagar@google.com2012-04-121-1/+6
* This adds the following to functions to the ppapi TCPSocket interface:raymes@chromium.org2012-04-1224-99/+521
* Eliminate use of PPB_URLUtil_Dev in NaCl build of Proxy.bbudge@chromium.org2012-04-125-374/+68
* Fix line endings in ppapi. No code change.brettw@chromium.org2012-04-119-550/+550
* Fix line endings. No code change.brettw@chromium.org2012-04-113-6/+6
* Add a config file listing NaCl's scons files in the Chrome repo.ncbray@google.com2012-04-102-61/+69
* PPAPI: Clean up documentation for InstanceHandle and PASS_REFjond@google.com2012-04-102-27/+47
* Add a Pepper IME API 0.2 header to all_c_includes.h.kinaba@chromium.org2012-04-101-0/+1
* Don't set_unblock IPC messages that are repliesjhorwich@chromium.org2012-04-091-1/+5
* Hook up the file chooser proxy 0.6brettw@chromium.org2012-04-096-31/+8