summaryrefslogtreecommitdiffstats
path: root/ppapi/shared_impl
Commit message (Expand)AuthorAgeFilesLines
* Exposed Listen and Accept methods to in-process plugins.ygorshenin@chromium.org2012-02-223-0/+198
* GetBoundAddress will return the address that Bind actually bound to. If ther...yzshen@chromium.org2012-02-212-4/+22
* Add GetUsbKeyCode _Dev interface for Pepper key eventsgarykac@chromium.org2012-02-212-0/+12
* Work on improving PpbAudioConfig:RecommendSampleFrameCountnfullagar@google.com2012-02-182-0/+77
* Rename PPB_Font to PPB_BrowserFont_Trusted.brettw@chromium.org2012-02-175-121/+417
* PPAPI: Proxy VarArrayBuffer for out-of-process.dmichael@chromium.org2012-02-162-0/+13
* Change PPB_NetAddress_Private.GetFamily to return a PP_AddressFamily_Private ...yzshen@chromium.org2012-02-161-67/+106
* Implement device enumeration for PPB_VideoCapture_Dev.yzshen@chromium.org2012-02-154-0/+321
* [Clean up] OS_MAC -> OS_MACOSXdbeam@chromium.org2012-02-151-1/+1
* reland 121901, PPAPI: Add unlocking for PPP calls and callbacks...dmichael@chromium.org2012-02-154-13/+100
* Revert 121901 - PPAPI: Add unlocking for PPP calls and callbacks. Add more lo...dpapad@chromium.org2012-02-144-100/+13
* PPAPI: Add unlocking for PPP calls and callbacks. Add more locking.dmichael@chromium.org2012-02-144-13/+100
* Make a global enum to differentiate impl & proxy.brettw@chromium.org2012-02-1425-260/+150
* Added idl file for Pepper 3D.alokp@chromium.org2012-02-102-4/+4
* Move the charset inteface to "trusted" (we can't implement this efficientlybrettw@chromium.org2012-02-094-187/+285
* PPB_NetAddress_Private: add getter methods for sockaddr.yzshen@chromium.org2012-02-091-17/+62
* Use the correct Resource constructor for PPB_Font_Shared in the plugin process.yzshen@chromium.org2012-02-072-9/+41
* Remove special handling for strings in var serialization.brettw@chromium.org2012-02-072-18/+17
* PPAPI: Reduce string copying in SerializedVar.dmichael@chromium.org2012-02-042-1/+26
* Introduce PPB_Flash_MessageLoop interface for Pepper Flash.yzshen@chromium.org2012-01-312-1/+3
* The tricky part about logging to the console is that many of the errors are g...brettw@chromium.org2012-01-317-1/+92
* Revert "Revert 119430 - Make transferbuffer increase in size dynamically"gman@chromium.org2012-01-272-29/+20
* Revert 119430 - Make transferbuffer increase in size dynamicallykinuko@chromium.org2012-01-272-20/+29
* Make transferbuffer increase in size dynamicallygman@chromium.org2012-01-272-29/+20
* PPAPI: Move PPB_ArrayBuffer out of Dev.dmichael@chromium.org2012-01-272-7/+7
* Tweaks to PPB_VarArrayBuffer in preperation for taking out of Dev.dmichael@chromium.org2012-01-262-5/+14
* Revert 119200 - Revert 119198 - First pass at implementing the MessageLoop in...brettw@chromium.org2012-01-261-0/+1
* Revert 119198 - First pass at implementing the MessageLoop interface. This in...brettw@chromium.org2012-01-261-1/+0
* First pass at implementing the MessageLoop interface. This includes a simplebrettw@chromium.org2012-01-261-0/+1
* Convert all remaining explicit LeakyLazyInstanceTraits users to ::Leakyfischman@chromium.org2012-01-261-4/+2
* Implement PPB_DeviceRef_Dev.yzshen@chromium.org2012-01-213-0/+109
* Relanding this with fixes to the mac dbg builderananta@chromium.org2012-01-205-91/+496
* Revert 118385 since this seems to break mac-debug build.sadrul@chromium.org2012-01-205-496/+91
* Remove the Webkit thread in the PPAPI plugin process and perform the text and...ananta@chromium.org2012-01-195-91/+496
* Reland 9034035: Make it possible to have 1 PpapiGlobals per thread.dmichael@chromium.org2012-01-128-34/+124
* Revert 117399 - Make it possible to have 1 PpapiGlobals per thread. Update un...tommi@chromium.org2012-01-128-119/+34
* Make it possible to have 1 PpapiGlobals per thread. Update unit tests.dmichael@chromium.org2012-01-128-34/+119
* Introduce PPB_ResourceArray_Dev.yzshen@chromium.org2012-01-073-1/+120
* Remove task.h and finish base::Bind() migration.ajwong@chromium.org2012-01-062-2/+1
* Update PPAPI IDL generator to define versioned structs, and unversioned typedef.wez@chromium.org2012-01-056-21/+19
* Convert ppapi/shared to use TrackedCallback.brettw@chromium.org2012-01-0510-141/+135
* Use the new callback tracker and delete the old onebrettw@chromium.org2012-01-043-4/+46
* Switch a number of code and header files from DOS to Unix line-endings.wez@chromium.org2012-01-043-173/+173
* Change the DidChangeView update to take a new ViewChanged resource.brettw@chromium.org2012-01-035-16/+206
* Move the tracked completion callback code into shared impl.brettw@chromium.org2011-12-299-1/+654
* Move net/base/sys_byteorder.h to base/sys_byteorder.hisherman@chromium.org2011-12-281-1/+1
* Add GetLiveVars to PPB_Testing_Dev. Fix leaks it uncovered.dmichael@chromium.org2011-12-222-0/+19
* Coverity: Initialize member variables.jhawkins@chromium.org2011-12-211-0/+2
* Revert 115227 - Coverity: Initialize member variables.jhawkins@chromium.org2011-12-211-2/+0
* Coverity: Initialize member variables.jhawkins@chromium.org2011-12-201-0/+2