summaryrefslogtreecommitdiffstats
path: root/ppapi/native_client
Commit message (Expand)AuthorAgeFilesLines
* Add OpenGL occlusion query support to pepper.jbauman@chromium.org2012-03-164-10/+48
* Pass dup'd handles to nacl::DescWrapper instead of bumping the ref count.nfullagar@google.com2012-03-163-45/+58
* Coverity: Fix two pass-by-values.jhawkins@chromium.org2012-03-102-2/+2
* Remove NewRequiredCallback.brettw@chromium.org2012-03-102-11/+9
* Treat pnacl nexe load crashes the same as normal nexe load crashes.jvoung@google.com2012-03-091-1/+1
* Add support for GL_EXT_occlusion_query_booleangman@chromium.org2012-03-082-0/+2
* Rename NaCl/pepper gamepad interface from _dev to stablescottmg@chromium.org2012-03-0711-29/+28
* Remove unneeded arguments from SelLdrLauncher::Start call.sehr@google.com2012-03-061-2/+1
* Prevent NaCl proxy from closing the handle by bumping the ref count.nfullagar@google.com2012-03-061-1/+3
* Coverity: Fix a few pass-by-values.jhawkins@chromium.org2012-03-041-3/+2
* Close and delete pnacl temp files when compile or link fails.jvoung@google.com2012-03-013-54/+73
* Revise gamepad interfacescottmg@chromium.org2012-03-012-5/+6
* Show url of NaCl manifest in memory view.halyavin@google.com2012-02-283-4/+6
* More changes for headless bots.nfullagar@google.com2012-02-281-13/+34
* Convert resources to take an instance key instead of an Instance*.brettw@chromium.org2012-02-273-5/+5
* Add UNREFERENCED_PARAMETER to fix NaCl integration.bbudge@chromium.org2012-02-271-0/+1
* Exposed PPB_TCPServerSocket_Private interface from renderer process to Native...ygorshenin@chromium.org2012-02-2716-0/+628
* Add Pepper support for several GL extensionsjbauman@chromium.org2012-02-264-2/+133
* Revert 123696 - Add Pepper support for several GL extensionsjbauman@chromium.org2012-02-264-133/+4
* Add Pepper support for several GL extensionsjbauman@chromium.org2012-02-264-4/+133
* Revert 123100 - Disable nacl_integration.run_ppapi_messaging_browser_testdanakj@chromium.org2012-02-241-5/+4
* Plumb through cache_identity from manifest for first sketch of pnacl cache. ...jvoung@google.com2012-02-238-75/+179
* Try to squelch one more warning in nacl plugin to roll chrome into nacl.jvoung@google.com2012-02-221-1/+5
* Disable nacl_integration.run_ppapi_messaging_browser_testdanakj@chromium.org2012-02-221-4/+5
* GetBoundAddress will return the address that Bind actually bound to. If ther...yzshen@chromium.org2012-02-219-8/+127
* Add GetUsbKeyCode _Dev interface for Pepper key eventsgarykac@chromium.org2012-02-215-11/+63
* Fix printf format code so that nacl can build with warnings treated as errors.jvoung@google.com2012-02-191-3/+3
* Work on improving PpbAudioConfig:RecommendSampleFrameCountnfullagar@google.com2012-02-1810-38/+252
* Enable removing the object temporary file and quota tracking of the nexe.sehr@google.com2012-02-174-7/+186
* Reinstate ResolveURL step in nacl manifest resolver -- mistake from 122409.jvoung@google.com2012-02-171-2/+3
* Have nacl manifest lookup invoke pnacl coordinator to translate portablejvoung@google.com2012-02-177-137/+289
* Remove browser support for non-PPAPI nexes, plus related artifacts.sehr@google.com2012-02-1627-2035/+687
* Change PPB_NetAddress_Private.GetFamily to return a PP_AddressFamily_Private ...yzshen@chromium.org2012-02-163-6/+9
* Added idl file for Pepper 3D.alokp@chromium.org2012-02-101-5/+5
* Fix creation/probing of temporary directory.sehr@google.com2012-02-092-52/+6
* PPB_NetAddress_Private: add getter methods for sockaddr.yzshen@chromium.org2012-02-099-5/+311
* Coverity: Initialize member variables.jhawkins@chromium.org2012-02-082-3/+7
* Remove some unused local variables from pnacl coordinator.jvoung@google.com2012-02-071-2/+0
* Use CORS for fetching NaCl resources from extensions.jvoung@google.com2012-01-3112-75/+30
* Add skeleton for file cleanup and cache renaming during translation.sehr@google.com2012-01-3010-342/+479
* This implicit cast (int32_t to bool) causes an error in the NaCl Clang build.pdox@google.com2012-01-281-1/+2
* PPAPI URLRequestInfo test: port NaCl version to ppapi_tests. Fix Var and Reso...polina@google.com2012-01-271-1/+5
* Revert "Revert 119430 - Make transferbuffer increase in size dynamically"gman@chromium.org2012-01-274-16/+21
* Revert 119430 - Make transferbuffer increase in size dynamicallykinuko@chromium.org2012-01-273-20/+16
* Make transferbuffer increase in size dynamicallygman@chromium.org2012-01-273-16/+20
* WebSocket Pepper API: make the API out of devtoyoshim@chromium.org2012-01-279-23/+23
* WebSocket Pepper API: Remove binary type handling interfacestoyoshim@chromium.org2012-01-277-176/+1
* PPAPI: Move PPB_ArrayBuffer out of Dev.dmichael@chromium.org2012-01-277-17/+19
* Tweaks to PPB_VarArrayBuffer in preperation for taking out of Dev.dmichael@chromium.org2012-01-262-10/+24
* Move the pnacl translation nexes fully off the main thread.sehr@google.com2012-01-216-30/+34