summaryrefslogtreecommitdiffstats
path: root/ppapi/proxy
Commit message (Expand)AuthorAgeFilesLines
* Move the charset inteface to "trusted" (we can't implement this efficientlybrettw@chromium.org2012-02-091-0/+1
* Remove special handling for strings in var serialization.brettw@chromium.org2012-02-078-214/+53
* Remove static initializer for TLS object. This moves the TLS to thebrettw@chromium.org2012-02-052-11/+36
* PPAPI: Reduce string copying in SerializedVar.dmichael@chromium.org2012-02-049-116/+154
* Introduce PPB_Flash_MessageLoop interface for Pepper Flash.yzshen@chromium.org2012-01-316-0/+233
* The tricky part about logging to the console is that many of the errors are g...brettw@chromium.org2012-01-3111-71/+133
* Convert use of int ms to TimeDelta in scattered chromium files.tedvessenes@gmail.com2012-01-301-1/+2
* Make it possible to use ThreadLocalStorage::Slot as a static withoutthakis@chromium.org2012-01-301-1/+1
* Toward an android build of sync_unit_tests: OWNERS=viettrungluujrg@chromium.org2012-01-272-5/+5
* Tweaks to PPB_VarArrayBuffer in preperation for taking out of Dev.dmichael@chromium.org2012-01-262-2/+7
* Revert 119200 - Revert 119198 - First pass at implementing the MessageLoop in...brettw@chromium.org2012-01-263-0/+321
* Revert 119198 - First pass at implementing the MessageLoop interface. This in...brettw@chromium.org2012-01-263-321/+0
* First pass at implementing the MessageLoop interface. This includes a simplebrettw@chromium.org2012-01-263-0/+321
* Add ppapi perftests infrastructure, plus a performance test for PPP_Messaging.dmichael@chromium.org2012-01-242-0/+92
* 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