summaryrefslogtreecommitdiffstats
path: root/ppapi
Commit message (Expand)AuthorAgeFilesLines
* Coverity: Fix several pass-by-values.jhawkins@chromium.org2012-03-064-16/+18
* GPU: Build most of the gpu as a single DLL.rvargas@google.com2012-03-051-0/+1
* This adds support for a number of features in the current WebIDL spec (http:/...asargent@chromium.org2012-03-055-30/+119
* Add NetworkList/NetworkMonitor hooks and C++ wrappers.sergeyu@chromium.org2012-03-0520-17/+647
* Coverity: Fix a few pass-by-values.jhawkins@chromium.org2012-03-041-3/+2
* Convert uses of int ms to TimeDelta in ppapi.tedvessenes@gmail.com2012-03-031-1/+1
* Revert 124797 - Add NetworkList/NetworkMonitor hooks and C++ wrappers.sergeyu@chromium.org2012-03-0320-645/+17
* Cleanup: Another round of unused forward declaration cleanup.thestig@chromium.org2012-03-031-3/+3
* WebSocket Pepper API: unit test must use close code defined by APItoyoshim@chromium.org2012-03-031-21/+29
* Add NetworkList/NetworkMonitor hooks and C++ wrappers.sergeyu@chromium.org2012-03-0320-17/+645
* Changed <code> to @code and </code> to @endcode (for formatting issues. Remov...jond@google.com2012-03-039-35/+34
* Fixing paths so that they pick up the variable for the pepper directory based...jond@google.com2012-03-022-3/+3
* Revert 124702 - GPU: Buld most of the gpu as a single DLL.rvargas@google.com2012-03-021-1/+0
* GPU: Buld most of the gpu as a single DLL.rvargas@google.com2012-03-021-0/+1
* Close and delete pnacl temp files when compile or link fails.jvoung@google.com2012-03-013-54/+73
* Revise gamepad interfacescottmg@chromium.org2012-03-0110-99/+101
* WebSocket Pepper API: an utility class implementation.toyoshim@chromium.org2012-02-295-0/+746
* Experimental .gyp file for building PPAPI Proxy as untrusted code using the ...bbudge@chromium.org2012-02-296-203/+947
* Adds a printing proxy and example. This adds a printing example.brettw@chromium.org2012-02-2913-6/+395
* Implemented Clear() functionality in the clipboard. raymes@chromium.org2012-02-292-0/+17
* Revert 124106, turns memory bots red across the bord (linux, cros).thakis@chromium.org2012-02-297-229/+39
* Remove assertion on instance destruction.brettw@chromium.org2012-02-291-7/+0
* PPAPI: Really force-free NPObjects on Instance destruction.dmichael@chromium.org2012-02-297-39/+229
* Add missing private headers to all_c_includes and all_cpp_includes.sergeyu@chromium.org2012-02-292-2/+13
* 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
* Make VideoCapture_Dev backward compatible.yzshen@chromium.org2012-02-283-30/+84
* Make the PPP wrappers take an Instance*.brettw@chromium.org2012-02-2720-49/+41
* Convert resources to take an instance key instead of an Instance*.brettw@chromium.org2012-02-27128-535/+684
* 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-2612-153/+649
* Revert 123696 - Add Pepper support for several GL extensionsjbauman@chromium.org2012-02-2618-646/+302
* Add Pepper support for several GL extensionsjbauman@chromium.org2012-02-2618-302/+646
* Modified the flash cipboard interface to add html clipboard support.raymes@chromium.org2012-02-2413-126/+399
* Make PPB_NetworkList_Private immutable.sergeyu@chromium.org2012-02-244-124/+215
* Change to interface to M19, add a few more test cases to test_audio.nfullagar@google.com2012-02-243-7/+17
* Fixed some grammar.jond@google.com2012-02-242-107/+133
* Revert 123100 - Disable nacl_integration.run_ppapi_messaging_browser_testdanakj@chromium.org2012-02-241-5/+4
* Remove extra semi-colon so nacl-gcc doesn't complain.nfullagar@google.com2012-02-231-1/+1
* 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
* Exposed Listen and Accept methods to in-process plugins.ygorshenin@chromium.org2012-02-2216-1/+955
* GetBoundAddress will return the address that Bind actually bound to. If ther...yzshen@chromium.org2012-02-2123-35/+302
* Add GetUsbKeyCode _Dev interface for Pepper key eventsgarykac@chromium.org2012-02-2114-12/+233
* Correct some header paths in GYP filesrsleevi@chromium.org2012-02-211-1/+1
* Fix typo in Flash::IsAvailable. I got a compiler error when building for heap...jam@chromium.org2012-02-211-1/+1
* Fix printf format code so that nacl can build with warnings treated as errors.jvoung@google.com2012-02-191-3/+3
* Ifdef out skia code that won't compile on nacl.brettw@chromium.org2012-02-183-10/+28