summaryrefslogtreecommitdiffstats
path: root/webkit/plugins/ppapi
Commit message (Expand)AuthorAgeFilesLines
* The tricky part about logging to the console is that many of the errors are g...brettw@chromium.org2012-01-317-64/+137
* Fix compiler error for builds without p2p_apisyfriedman@chromium.org2012-01-311-0/+2
* Fixed printing gets cut-off issue for CloudPrint and Chrome.gene@chromium.org2012-01-281-7/+9
* Cleanup: Remove static storage for variables in an unnamed namespace.jhawkins@chromium.org2012-01-281-4/+4
* WebSocket Pepper API: make the API out of devtoyoshim@chromium.org2012-01-272-33/+33
* Mouse Lock is currently supported in Pepper, but not yet supported from WebKit.scheib@chromium.org2012-01-275-18/+43
* WebSocket Pepper API: Remove binary type handling interfacestoyoshim@chromium.org2012-01-272-38/+1
* PPAPI: Move PPB_ArrayBuffer out of Dev.dmichael@chromium.org2012-01-272-4/+4
* Tweaks to PPB_VarArrayBuffer in preperation for taking out of Dev.dmichael@chromium.org2012-01-262-2/+7
* Revert 119206 - Mouse Lock is currently supported in Pepper, but not yet supp...tzik@chromium.org2012-01-265-43/+18
* Mouse Lock is currently supported in Pepper, but not yet supported from WebKit.scheib@chromium.org2012-01-265-18/+43
* WebSocket Pepper API: SetBinaryType() returned unexpected PP_FALSEtoyoshim@chromium.org2012-01-241-3/+5
* Implement PPB_DeviceRef_Dev.yzshen@chromium.org2012-01-211-0/+1
* Relanding this with fixes to the mac dbg builderananta@chromium.org2012-01-2014-530/+36
* Revert 118385 since this seems to break mac-debug build.sadrul@chromium.org2012-01-2014-36/+530
* Remove the Webkit thread in the PPAPI plugin process and perform the text and...ananta@chromium.org2012-01-1914-530/+36
* WebSocket Pepper API: WebArrayBuffer supporttoyoshim@chromium.org2012-01-192-44/+48
* Added bounds checks to the URLLoader prefetch buffer threshhold.raymes@chromium.org2012-01-171-1/+8
* Remove VideoDecodeAccelerator::Client::NotifyEndOfStream / PPP_VideoDecoder_D...fischman@chromium.org2012-01-132-8/+1
* Reland 9034035: Make it possible to have 1 PpapiGlobals per thread.dmichael@chromium.org2012-01-122-4/+26
* Revert 117399 - Make it possible to have 1 PpapiGlobals per thread. Update un...tommi@chromium.org2012-01-122-26/+4
* Make it possible to have 1 PpapiGlobals per thread. Update unit tests.dmichael@chromium.org2012-01-122-4/+26
* WebSocket Pepper API: add interfaces to handle binaryType attributetoyoshim@chromium.org2012-01-122-1/+18
* Allow plugins to add rotate commands to Chrome context menus.bbudge@chromium.org2012-01-115-1/+46
* Remove almost all remaining TOUCH_UIs.bryeung@chromium.org2012-01-111-7/+0
* ppapi: Add a little comment about GetInstanceObject "leaking" a referencedmichael@chromium.org2012-01-111-1/+5
* Pepper gamepad supportscottmg@chromium.org2012-01-105-3/+63
* Introduce PPB_ResourceArray_Dev.yzshen@chromium.org2012-01-073-2/+17
* Convert callers to use the new TrackedCallback.brettw@chromium.org2012-01-068-55/+54
* Remove task.h and finish base::Bind() migration.ajwong@chromium.org2012-01-066-6/+2
* Add missing unversioned interface-name macro for PPP_Pdf.wez@chromium.org2012-01-051-0/+1
* 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-0514-73/+65
* Convert ppapi/shared to use TrackedCallback.brettw@chromium.org2012-01-054-20/+4
* Fix crash in didReceiveData, if user calls Close() during RunCallback.bbudge@chromium.org2012-01-051-9/+15
* Use the new callback tracker and delete the old onebrettw@chromium.org2012-01-0426-849/+103
* Hook up page visibility to the View info for a plugin.brettw@chromium.org2012-01-045-0/+21
* base::Bind: Remove scoped_callback_factory.h.jhawkins@chromium.org2012-01-033-3/+0
* Change the DidChangeView update to take a new ViewChanged resource.brettw@chromium.org2012-01-036-78/+173
* Replace MessageLoop::DeleteSoon implementation with one that uses base::Bind.dcheng@chromium.org2011-12-301-2/+2
* Revert 115997 - Replace MessageLoop::DeleteSoon implementation with one that ...dcheng@chromium.org2011-12-291-2/+2
* Replace MessageLoop::DeleteSoon implementation with one that uses base::Bind.dcheng@chromium.org2011-12-291-2/+2
* Move the tracked completion callback code into shared impl.brettw@chromium.org2011-12-294-2/+28
* WebSocket Pepper API: ArrayBuffer supporttoyoshim@chromium.org2011-12-281-17/+49
* Coverity: Fix a check that's always false.thestig@chromium.org2011-12-281-2/+3
* Coverity: Fix null dereference errorskmadhusu@chromium.org2011-12-221-1/+6
* Add GetLiveVars to PPB_Testing_Dev. Fix leaks it uncovered.dmichael@chromium.org2011-12-222-3/+14
* Add dmichael@chromium.org to webkit/plugins/ppapi/OWNERSdmichael@chromium.org2011-12-211-0/+1
* Coverity: Initialize member variables.jhawkins@chromium.org2011-12-212-0/+7
* Revert 115227 - Coverity: Initialize member variables.jhawkins@chromium.org2011-12-212-7/+0