summaryrefslogtreecommitdiffstats
path: root/ppapi
Commit message (Expand)AuthorAgeFilesLines
* 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
* Pepper: Add a function to PPB_Flash to check if a rect is topmost.viettrungluu@chromium.org2012-02-1811-11/+428
* Updated grammar, added resource argument to all functions.jond@google.com2012-02-182-113/+163
* Work on improving PpbAudioConfig:RecommendSampleFrameCountnfullagar@google.com2012-02-1826-75/+561
* Documentation for C++ version of ppb_view.jond@google.com2012-02-181-51/+56
* C++ documentation for VarArrayBufferjond@google.com2012-02-181-31/+41
* Enable removing the object temporary file and quota tracking of the nexe.sehr@google.com2012-02-174-7/+186
* Add PPB_NetworkList_Private interface.sergeyu@chromium.org2012-02-172-0/+343
* Changes for 'C' version of documentation files needed to generate new DevSite...jond@google.com2012-02-173-32/+30
* Reinstate ResolveURL step in nacl manifest resolver -- mistake from 122409.jvoung@google.com2012-02-171-2/+3
* Rename PPB_Font to PPB_BrowserFont_Trusted.brettw@chromium.org2012-02-1732-398/+1691
* Updated documentation (added <code></code> and some other changes).jond@google.com2012-02-172-83/+111
* Have nacl manifest lookup invoke pnacl coordinator to translate portablejvoung@google.com2012-02-177-137/+289
* PPAPI: Proxy VarArrayBuffer for out-of-process.dmichael@chromium.org2012-02-169-14/+57
* Minor changes as per Christians most-recent review of the docs.jond@google.com2012-02-1610-21/+24
* Fixed grammar error and fixed problem with TODO items (changed to 'C' style c...jond@google.com2012-02-164-15/+10
* Move socket API restriction check to browser processdpolukhin@chromium.org2012-02-167-23/+56
* Remove browser support for non-PPAPI nexes, plus related artifacts.sehr@google.com2012-02-1627-2035/+687
* Fix nested invocation of graphics 2D Flush.brettw@chromium.org2012-02-162-4/+10
* Change PPB_NetAddress_Private.GetFamily to return a PP_AddressFamily_Private ...yzshen@chromium.org2012-02-169-85/+167
* Implement device enumeration for PPB_VideoCapture_Dev.yzshen@chromium.org2012-02-1517-174/+1127
* [Clean up] OS_MAC -> OS_MACOSXdbeam@chromium.org2012-02-151-1/+1
* Dropping NaCl PPAPI hardware exception test on Chromium sidebradnelson@google.com2012-02-153-70/+0
* reland 121901, PPAPI: Add unlocking for PPP calls and callbacks...dmichael@chromium.org2012-02-1521-71/+235
* Prefer ScopedNestableTaskAllower over manual save/restoredhollowa@chromium.org2012-02-141-3/+1
* Remove TODO in PPAPI input event interface files.yzshen@chromium.org2012-02-143-14/+2
* Revert 121901 - PPAPI: Add unlocking for PPP calls and callbacks. Add more lo...dpapad@chromium.org2012-02-1421-235/+71
* PPAPI: Add unlocking for PPP calls and callbacks. Add more locking.dmichael@chromium.org2012-02-1421-71/+235
* Make a global enum to differentiate impl & proxy.brettw@chromium.org2012-02-1448-310/+201
* Added idl file for Pepper 3D.alokp@chromium.org2012-02-109-146/+511
* Fix typo in IDLNode.Dump function.asargent@chromium.org2012-02-091-2/+1
* PPAPI: Dial back the PostMessage threading test and re-enable on Windmichael@chromium.org2012-02-091-0/+8
* Fix creation/probing of temporary directory.sehr@google.com2012-02-092-52/+6
* Move the charset inteface to "trusted" (we can't implement this efficientlybrettw@chromium.org2012-02-0912-214/+753
* PPB_NetAddress_Private: add getter methods for sockaddr.yzshen@chromium.org2012-02-0919-34/+609
* Make inline c blocks non-greedy, and use to add pragma pack to gamepad structurescottmg@chromium.org2012-02-083-2/+14
* Coverity: Initialize member variables.jhawkins@chromium.org2012-02-082-3/+7
* PPAPI IDL -> C Generator: inout parameter should not be a pointer.alokp@chromium.org2012-02-071-1/+1
* Use the correct Resource constructor for PPB_Font_Shared in the plugin process.yzshen@chromium.org2012-02-072-9/+41
* Fix some random comment problems that people have noticed.brettw@chromium.org2012-02-074-22/+16
* Remove special handling for strings in var serialization.brettw@chromium.org2012-02-0710-232/+70