summaryrefslogtreecommitdiffstats
path: root/webkit/plugins
Commit message (Expand)AuthorAgeFilesLines
* FileSystem mods: Changes to snapshot file creation to remove dependencies on ...michaeln@chromium.org2013-02-152-0/+9
* Fix the size of webview in WebViewPluginqinmin@chromium.org2013-02-131-1/+3
* Implement Pepper proxy for PPB_DirectoryReadernhiroki@chromium.org2013-02-139-237/+13
* Revert pagescale from plugin placeholderqinmin@chromium.org2013-02-132-25/+1
* PPB_HostResolver_Private is switched to the new Pepper proxy.ygorshenin@chromium.org2013-02-127-103/+6
* Don't handle GestureTap events in WebViewPluginqinmin@chromium.org2013-02-081-0/+6
* Move utf_offset_string_conversions and utf_string_conversion_utils to strings.brettw@chromium.org2013-02-072-5/+5
* Add FilePath to base namespace.brettw@chromium.org2013-02-0237-163/+175
* SetWindowLongPtrA takes a GWLP_WNDPROCjschuh@chromium.org2013-01-311-1/+1
* Manual revert of:cevans@chromium.org2013-01-291-63/+0
* Revert 129458cevans@chromium.org2013-01-291-20/+0
* Tighten up media::DecoderBuffer API contract for end of stream buffers (round...scherkus@chromium.org2013-01-282-64/+46
* Reland: Add trace event Pepper APIelijahtaylor@chromium.org2013-01-281-0/+1
* Move file_util_proxy to base/files.brettw@chromium.org2013-01-262-2/+2
* Only HistogramBase is used outside of base/metrics.kaiwang@chromium.org2013-01-231-6/+6
* 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