summaryrefslogtreecommitdiffstats
path: root/webkit/plugins
Commit message (Expand)AuthorAgeFilesLines
* PPB_UDPSocket_Private is switched to the new Pepper proxy.ygorshenin@chromium.org2013-01-217-179/+0
* Refactor FileIO to the new resource host system.bbudge@chromium.org2013-01-194-549/+0
* Update some #includes for WebSerializedScriptValue and WebArrayBufferView tha...pilgrim@chromium.org2013-01-182-2/+2
* Update media::DataBuffer API to match media::DecoderBuffer.scherkus@chromium.org2013-01-171-2/+2
* Pepper: Introduce ThreadAwareCallback.yzshen@chromium.org2013-01-172-3/+4
* Revert 176792dpapad@chromium.org2013-01-174-0/+549
* Update some #includes in webkit/plugins for headers in the new Platform direc...pilgrim@chromium.org2013-01-1621-62/+60
* Reduce copy on QuotaFileIO::Write.tzik@chromium.org2013-01-161-5/+20
* Fix for plugins with relative paths not loadingcpu@chromium.org2013-01-161-85/+84
* Eliminate media::Buffer as a base class for media::DecoderBuffer and media::D...scherkus@chromium.org2013-01-151-0/+1
* Enforce non-negative BitstreamBuffer idsheu@chromium.org2013-01-151-0/+2
* Refactor FileIO to the new resource host system.bbudge@chromium.org2013-01-154-549/+0
* Make RendererPpapiHostImpl work with NaCl instances, which change modules.bbudge@chromium.org2013-01-122-4/+18
* More conversion from uint to size_t for shared memory allocation sizes.cevans@chromium.org2013-01-113-3/+3
* Distinguish plugin disconnections from plugin crashes.yzshen@chromium.org2013-01-103-0/+13
* Enable Pepper threading on all channels.shess@chromium.org2013-01-052-4/+0
* Revert 175233 because Linux ASAN builder cannot compile it.alexeypa@google.com2013-01-041-1/+0
* Add trace event Pepper APIelijahtaylor@chromium.org2013-01-041-0/+1
* Remove the old PPB_Flash proxy.raymes@chromium.org2012-12-265-81/+1
* Ppapi: remove the code for closing pending user gesture.yzshen@chromium.org2012-12-222-11/+1
* Encrypted Media: Replace DecryptorClient with key event callbacks.xhwang@chromium.org2012-12-222-21/+31
* Refactor Flash Print to the new pepper resource modelraymes@chromium.org2012-12-211-0/+1
* Encrypted Media: Drop shared memory when seeking in ContentDecryptorDelegate.xhwang@chromium.org2012-12-211-0/+16
* Ensure that all resources are torn down before the routing.brettw@chromium.org2012-12-212-0/+9
* Made the registration and deletion of transfer buffers async.apatrick@chromium.org2012-12-211-1/+3
* Convert pepper font list to new resource system.brettw@chromium.org2012-12-202-6/+1
* Simplify HostVarTracker handling of instance tear-downwez@chromium.org2012-12-204-33/+13
* Refactor 4 PPB_Flash functions to the new PPAPI resource model.raymes@chromium.org2012-12-192-170/+1
* Disable the failing linux aura browser tests so that it can be enabled on the...jam@chromium.org2012-12-193-7/+34
* PPB_URLLoader: Don't touch the buffer provided by caller after Close() is cal...yzshen@chromium.org2012-12-192-2/+8
* CDM/PPAPI: Fix plugin-side ref-counting leakdmichael@chromium.org2012-12-194-87/+88
* Refactored PPB_Flash GetSettings to the new pepper resource modelraymes@chromium.org2012-12-195-31/+0
* This refactors PPB_Flash GetLocalTimeZoneOffset to the new PPAPI resource mod...raymes@chromium.org2012-12-175-24/+0
* plugins: use new WebPluginContainer::setWebLayer API for compositing.piman@chromium.org2012-12-175-70/+123
* Fix PPAPI time conversion code to handle epoch times.raymes@chromium.org2012-12-171-53/+0
* webkit: Update the calls from RunAllPending() to RunUntilIdle().tfarina@chromium.org2012-12-161-16/+16
* Delete #if 0-ed out code that I accidentally committed (a while ago).viettrungluu@chromium.org2012-12-151-9/+0
* Only unbind a Graphics2D on destruction when we're actually bound.brettw@chromium.org2012-12-141-0/+1
* Improve NaCl startup error reporting in plugin and IPC proxy.bbudge@chromium.org2012-12-144-11/+18
* Revert 172805apatrick@google.com2012-12-141-3/+1
* Revert 172806raymes@chromium.org2012-12-132-0/+163
* Refactor 4 PPB_Flash functions to the new PPAPI resource model.raymes@chromium.org2012-12-132-163/+0
* Made the registration and deletion of transfer buffers async.apatrick@chromium.org2012-12-131-1/+3
* PPAPI: Move PPB_Console out of dev.ncbray@chromium.org2012-12-133-7/+7
* PPAPI: Check permissions for VarDeprecated and PPP_Classdmichael@chromium.org2012-12-121-0/+3
* PPAPI: Make Messaging not PostTask and copy when out-of-process.teravest@chromium.org2012-12-125-17/+104
* Ignore plugin MIME entries containing WebPluginTypeEnabled=0 on Macstuartmorgan@chromium.org2012-12-121-0/+5
* Change PPB_ContentDecryptor_Private::KeyMessage to pass the message as a PP_V...tomfinegan@chromium.org2012-12-124-30/+16
* Fix some types at the IPC layer. Sizes should be unsigned.cevans@chromium.org2012-12-121-1/+1
* When requesting mouse lock, create a user gesture for Webkit.bbudge@chromium.org2012-12-101-2/+17