summaryrefslogtreecommitdiffstats
path: root/ppapi/proxy
Commit message (Expand)AuthorAgeFilesLines
...
* Work on improving PpbAudioConfig:RecommendSampleFrameCountnfullagar@google.com2012-02-183-0/+55
* Rename PPB_Font to PPB_BrowserFont_Trusted.brettw@chromium.org2012-02-179-118/+35
* PPAPI: Proxy VarArrayBuffer for out-of-process.dmichael@chromium.org2012-02-165-12/+42
* Move socket API restriction check to browser processdpolukhin@chromium.org2012-02-163-9/+14
* Implement device enumeration for PPB_VideoCapture_Dev.yzshen@chromium.org2012-02-153-105/+256
* reland 121901, PPAPI: Add unlocking for PPP calls and callbacks...dmichael@chromium.org2012-02-1515-48/+125
* Prefer ScopedNestableTaskAllower over manual save/restoredhollowa@chromium.org2012-02-141-3/+1
* Revert 121901 - PPAPI: Add unlocking for PPP calls and callbacks. Add more lo...dpapad@chromium.org2012-02-1415-125/+48
* PPAPI: Add unlocking for PPP calls and callbacks. Add more locking.dmichael@chromium.org2012-02-1415-48/+125
* Make a global enum to differentiate impl & proxy.brettw@chromium.org2012-02-1423-50/+51
* 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