summaryrefslogtreecommitdiffstats
path: root/webkit/plugins
Commit message (Expand)AuthorAgeFilesLines
* 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
* Convert flash font file to use the browser font trusted code.brettw@chromium.org2012-12-102-2/+2
* Implement an IsAllowed function in the pepper PPB_Broker_Trusted APIraymes@chromium.org2012-12-107-24/+40
* Refactored the PPB_Flash_File_ModuleLocal/FileRef to the new ppapi resource m...raymes@chromium.org2012-12-086-341/+3
* Use PP_BrowserFont_Trusted_Descriptionbrettw@chromium.org2012-12-072-24/+26
* Encrypted Media: Use std::string for key message in media pipeline.xhwang@chromium.org2012-12-061-7/+4
* Revert 171408raymes@chromium.org2012-12-066-3/+341
* Revert 171389raymes@chromium.org2012-12-066-341/+3
* Revert 171080raymes@chromium.org2012-12-066-3/+341
* Encrypted Media: Support pp::Buffer_Dev reuse in PpbBufferAllocator.xhwang@chromium.org2012-12-052-28/+101
* Revert 171234. Broke test_shell_tests on WebKit Mac Canaries.senorblanco@google.com2012-12-057-78/+362
* Inline ppb_graphics_2d_impl to the host.victorhsieh@chromium.org2012-12-057-362/+78
* Encrypted Media: Allows empty key message to be fired.xhwang@chromium.org2012-12-041-12/+25
* The refactors PPB_Flash_File_ModuleLocal/FileRef to the new resource model. C...raymes@chromium.org2012-12-046-341/+3
* Encrypted Media: Support natural size in video decrypt-and-decode path.xhwang@chromium.org2012-12-042-3/+12
* Refactor 3 PPB_Flash functions to the new resource model.raymes@chromium.org2012-12-045-37/+0
* Use skia::RefPtr in place of manual ref-counting for Skia types.danakj@chromium.org2012-12-041-4/+3
* Enable Pepper threading on canary.shess@chromium.org2012-12-012-0/+4
* Refactor PPB_Flash_Fullscreen to the new resource model.raymes@chromium.org2012-11-304-21/+7