summaryrefslogtreecommitdiffstats
path: root/ppapi
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add new MouseCursor interface for setting the mouse cursor.brettw@chromium.org2012-04-0852-892/+971
* Add the plugin to the SDKnoelallen@google.com2012-04-071-0/+5
* PPAPI: Refactor ppapi test callbacks to ease testing blocking callbacks.dmichael@chromium.org2012-04-0714-298/+423
* Implemented the function which converts a Chrome X509Certificate into a peppe...raymes@chromium.org2012-04-053-17/+128
* Instrument NaCl's plugin to generate a crash dump to help diagnose in-the-fie...ncbray@google.com2012-04-052-1/+20
* Update PPB_AudioInput_Shared to work with the new format of the shared memory...yzshen@chromium.org2012-04-053-4/+19
* Change the cpp wrappers of audio input/video capture to use CompletionCallbac...yzshen@chromium.org2012-04-0512-263/+220
* Expose some ppapi structs/functions to other componentsfsamuel@chromium.org2012-04-051-13/+17
* Make sure that scoped_ptr<> cannot be used with ref-counted objects.sergeyu@chromium.org2012-04-051-2/+2
* Ppapi audio: don't terminate thread on all negative pending_data.ihf@chromium.org2012-04-052-3/+8
* Add the PPAPI X509 Certificate interface and implementation.raymes@chromium.org2012-04-0427-2/+1054
* Port some nacl_integration tests to use autogenerated NMFjvoung@google.com2012-04-0378-439/+127
* Support for ARM NaCl untrusted runtime build.olonho@google.com2012-04-032-3/+45
* Fix some grammar in comments, error messages and documentation.gavinp@chromium.org2012-04-031-1/+1
* PpapiCommandBufferProxy implements CommandBufferProxy.fsamuel@chromium.org2012-04-022-7/+73
* Added RTF support to pepper API.raymes@chromium.org2012-04-025-18/+104
* Update image data test to write into mapped pixel data.nfullagar@google.com2012-04-021-10/+17
* pass CompletionCallbacks by reference (resubmitting https://chromiumcoderevie...tbreisacher@chromium.org2012-04-022-6/+6
* Check explicitly for version 1.0 PPB_File* interfaces in pp::File* wrappers.wez@chromium.org2012-03-313-51/+53
* Revert 129994 - Pass CompletionCallbacks by referencetbreisacher@chromium.org2012-03-302-6/+6
* Pass CompletionCallbacks by referencetbreisacher@chromium.org2012-03-302-6/+6
* NaCl: Remove unused dependencies on libX11 and libXtmseaborn@chromium.org2012-03-292-3/+1
* Fix refcounting error in file chooser.brettw@chromium.org2012-03-291-4/+0
* Add ShareGroup to GLES2Implemenationgman@chromium.org2012-03-292-0/+2
* Close shm in image data destructornfullagar@google.com2012-03-291-0/+4
* Updated PpapiCommandBufferProxy to take a ChannelError callback (same signatu...fsamuel@chromium.org2012-03-282-0/+18
* Pass correct parameters in NaCl proxy for CreateFromIPv[46]Address.sergeyu@chromium.org2012-03-281-4/+2