summaryrefslogtreecommitdiffstats
path: root/ppapi/proxy
Commit message (Expand)AuthorAgeFilesLines
* Implement PPB_DeviceRef_Dev.yzshen@chromium.org2012-01-212-0/+9
* Relanding this with fixes to the mac dbg builderananta@chromium.org2012-01-209-261/+13
* Revert 118385 since this seems to break mac-debug build.sadrul@chromium.org2012-01-209-13/+261
* Remove the Webkit thread in the PPAPI plugin process and perform the text and...ananta@chromium.org2012-01-199-261/+13
* Remove VideoDecodeAccelerator::Client::NotifyEndOfStream / PPP_VideoDecoder_D...fischman@chromium.org2012-01-133-26/+3
* Reland 9034035: Make it possible to have 1 PpapiGlobals per thread.dmichael@chromium.org2012-01-1217-185/+201
* Revert 117399 - Make it possible to have 1 PpapiGlobals per thread. Update un...tommi@chromium.org2012-01-1217-201/+185
* Make it possible to have 1 PpapiGlobals per thread. Update unit tests.dmichael@chromium.org2012-01-1217-185/+201
* Pepper gamepad supportscottmg@chromium.org2012-01-102-1/+8
* Make PPB_Flash_NetConnector interface name macro usage consistent with others.wez@chromium.org2012-01-091-1/+1
* Introduce PPB_ResourceArray_Dev.yzshen@chromium.org2012-01-073-2/+16
* Move paint aggregator and the completion callback factory.brettw@chromium.org2012-01-0614-13/+15
* Remove task.h and finish base::Bind() migration.ajwong@chromium.org2012-01-063-3/+1
* Convert proxy callbacks to use TrackedCallback.brettw@chromium.org2012-01-058-111/+57
* Fix build-break due to missed PPB thunk getter rename.wez@chromium.org2012-01-051-1/+1
* Update PPAPI IDL generator to define versioned structs, and unversioned typedef.wez@chromium.org2012-01-0523-85/+62
* Convert ppapi/shared to use TrackedCallback.brettw@chromium.org2012-01-053-16/+5
* Revert 116281 - Move paint aggregator and the completion callback factory.brettw@chromium.org2012-01-0414-14/+12
* Move paint aggregator and the completion callback factory.brettw@chromium.org2012-01-0414-12/+14
* Change the DidChangeView update to take a new ViewChanged resource.brettw@chromium.org2012-01-039-219/+271
* Coverity fixes for uninitialized varsgroby@chromium.org2011-12-292-4/+2
* Move the tracked completion callback code into shared impl.brettw@chromium.org2011-12-292-1/+13
* Fixed coverity uninit bugsgroby@chromium.org2011-12-222-4/+2
* Add GetLiveVars to PPB_Testing_Dev. Fix leaks it uncovered.dmichael@chromium.org2011-12-225-14/+178
* Coverity: Initialize member variables.jhawkins@chromium.org2011-12-211-0/+1
* Revert 115227 - Coverity: Initialize member variables.jhawkins@chromium.org2011-12-211-1/+0
* Coverity: Initialize member variables.jhawkins@chromium.org2011-12-201-0/+1
* Coverity: Initialize member variables.jhawkins@chromium.org2011-12-201-1/+2
* Hook up the PPB_Flash.PreloadFontWin function to our font loading infrastruct...brettw@chromium.org2011-12-2011-69/+102
* Implement in-process PPB_VarArrayBuffer_Dev.dmichael@chromium.org2011-12-157-14/+78
* GetDocumentURL is added to PPB_Testing_Dev.ygorshenin@google.com2011-12-151-1/+10
* Rev the Flash interface to add new functionality.brettw@chromium.org2011-12-156-20/+72
* Revert "Revert 113479 - Revert "Revert 113250 - Add CommandBuffer::SetGetBuff...gman@chromium.org2011-12-123-70/+36
* Implement a proxy for Pepper FileIO.brettw@chromium.org2011-12-108-4/+607
* Revert 113817 - Implement a proxy for Pepper FileIO.brettw@chromium.org2011-12-098-607/+4
* Implement a proxy for Pepper FileIO.brettw@chromium.org2011-12-098-4/+607
* Revert 113656 - Implement a proxy for Pepper FileIO.brettw@chromium.org2011-12-088-607/+4
* Implement a proxy for Pepper FileIO.brettw@chromium.org2011-12-088-4/+607
* Apply renaming of ppapi shared stuff to new ppb_var shared code.dmichael@chromium.org2011-12-083-13/+13
* Revert 113479 - Revert "Revert 113250 - Add CommandBuffer::SetGetBuffer"rsimha@google.com2011-12-083-36/+70
* Remove PP_Module from parameters for PPB_Var.VarFromUtf8.dmichael@chromium.org2011-12-0711-147/+42
* Revert "Revert 113250 - Add CommandBuffer::SetGetBuffer"gman@chromium.org2011-12-073-70/+36
* Rename the shared_impl resource files to give them more regular names.brettw@chromium.org2011-12-0715-55/+58
* Draft of a PPAPI interface for ArrayBuffer.dmichael@chromium.org2011-12-071-0/+1
* Revert 113290 - Rename the shared_impl resource files to give them more regul...brettw@chromium.org2011-12-0715-58/+55
* Rename the shared_impl resource files to give them more regular names.brettw@chromium.org2011-12-0615-55/+58
* Revert 113250 - Add CommandBuffer::SetGetBufferdglazkov@chromium.org2011-12-063-36/+70
* Add CommandBuffer::SetGetBuffergman@chromium.org2011-12-063-70/+36
* Reland 8688002: PPB_TCPSocket_Private/PPB_UDPSocket_Private are exposed to Br...dpolukhin@chromium.org2011-12-064-555/+56
* Regularize how ImageData and Graphics2D are created.brettw@chromium.org2011-12-047-172/+194