summaryrefslogtreecommitdiffstats
path: root/webkit/plugins
Commit message (Expand)AuthorAgeFilesLines
* Removing support dev file interfaces.sanga@chromium.org2011-07-171-17/+0
* Collect stats on MIME types seen for Flash plug-in loads. This will help uscevans@chromium.org2011-07-151-1/+40
* Avoid leaking file handles.yzshen@chromium.org2011-07-153-4/+4
* Defend against content confusions attacks by Flash.cevans@chromium.org2011-07-151-7/+31
* Fix re-entrancy case in WebPluginImpl::scriptableObject.piman@chromium.org2011-07-151-0/+5
* Enable fire-and-forget Destroy of HW video decoder, and misc other improvements.fischman@chromium.org2011-07-153-45/+20
* Remove untrusted scripting support.dmichael@chromium.org2011-07-143-35/+2
* Removed MemAlloc and MemFree from PPB_Coremball@google.com2011-07-144-6/+14
* Add instrumentation and checks to help debugging plugins.piman@chromium.org2011-07-131-0/+8
* Fixing PPB_FileRef::Create so it returns 0 for non-local file systems.sanga@chromium.org2011-07-131-0/+4
* Overhauled OmxVideoDecodeAccelerator's state machine implementation and relat...fischman@chromium.org2011-07-132-108/+60
* Support overlapped calls of FileIO::{Read,Write}.yzshen@chromium.org2011-07-132-51/+130
* Getting form value from NPAPI plugins.bashi@chromium.org2011-07-1311-2/+49
* Reland http://codereview.chromium.org/7292033dmichael@chromium.org2011-07-132-17/+57
* Revert 92302 - First pass at revving stable pepper interfaces to 1.0.dmichael@chromium.org2011-07-132-57/+17
* First pass at revving stable pepper interfaces to 1.0.dmichael@chromium.org2011-07-132-17/+57
* Fix the ARM build by converting a NULL to a 0 (it's a PP_Module).brettw@chromium.org2011-07-121-1/+1
* Make the Var object use a PP_Module ID rather than a PluginModule object.brettw@chromium.org2011-07-1216-78/+106
* Move the time conversion code to the PPAPI shared_impl directory and use it inbrettw@chromium.org2011-07-1213-107/+28
* Add check for bad allocations in MessageChannelEnumeratecdn@chromium.org2011-07-121-0/+3
* Move base/values.h into the base namespace. This includes a cros DEPS rolldmazzoni@chromium.org2011-07-121-3/+6
* Return an error for PPB_Instance BindGraphics if device is not a graphics (2D...elijahtaylor@google.com2011-07-121-0/+3
* Make sure webkit compositor is not using ppapi backing texture ID after it ha...reveman@google.com2011-07-121-0/+3
* Remove temporary fixes for URLLoader synchronous error reporting. Fix an PPB_...bbudge@google.com2011-07-111-9/+6
* Fix typozea@chromium.org2011-07-111-1/+1
* Fix resolution of GetTimeTicks.dmichael@chromium.org2011-07-111-2/+2
* Mark TimeConversion.Time as failing on linux.zea@chromium.org2011-07-111-1/+7
* Remove incorrect optimization for plugin binding. This would cause incorrectbrettw@chromium.org2011-07-112-15/+2
* Properly account for all color channels when checking for overflow in imagebrettw@chromium.org2011-07-111-1/+1
* Fix surface destruction, broken by r90096piman@google.com2011-07-093-3/+9
* Make PP_TimeTicks actually be a tick counter rather than be the same as thebrettw@chromium.org2011-07-0811-34/+168
* While initializing the pepper plugin registry in the renderer we load each pl...ananta@chromium.org2011-07-072-8/+15
* Migrating PPB_FileIO_Dev, PPB_FileRef_Dev, and PPB_FileSystem_Dev dependencie...sanga@chromium.org2011-07-0713-50/+69
* Add interfaces for requesting and receiving input event resources.brettw@chromium.org2011-07-077-56/+325
* Move PPB_Zoom and PPB_Messageing to the thunk system. Implement PPB_Messagingbrettw@chromium.org2011-07-063-79/+41
* Add PPB_Memory_Dev. This is the first of a few CLs needed to pull MemAlloc anddspringer@chromium.org2011-07-053-0/+64
* Re-land the reverted CL:yzshen@chromium.org2011-07-013-0/+10
* Fixing the same issue for ppapi that was fixed for npapi here:bradnelson@google.com2011-07-011-0/+3
* Remove app from a bunch of DEPS files.tfarina@chromium.org2011-06-301-1/+0
* Pass through PDFs from the plugin when using Skia on the Mac.vandebo@chromium.org2011-06-302-16/+10
* Revert 91150 - Define PPB_Flash_TCPSocket and PPB_Flash_SSLSocket.dpapad@chromium.org2011-06-303-10/+0
* Define PPB_Flash_TCPSocket and PPB_Flash_SSLSocket.yzshen@chromium.org2011-06-303-0/+10
* Make o.o.p. proxy handle PPP_Instance versions 0.4 and 0.5.dmichael@chromium.org2011-06-295-74/+70
* Implement proper synchronization between HW video decode IPC and CommandBuffer.fischman@chromium.org2011-06-296-20/+33
* Return PP_FALSE for PPB_Fullscreen_Dev.SetFullscreen on Windows.yzshen@chromium.org2011-06-291-0/+5
* Remove media::{Base,GLES,Sysmem}Buffer(const PP_{Base,GLES,SysmemBuffer}&) ct...fischman@chromium.org2011-06-271-38/+15
* Reland "Move app/win/* files to base/win/, ui/base/win and chrome/common/ dir...tfarina@chromium.org2011-06-251-4/+4
* Revert 90464 - Move app/win/* files to base/win/, ui/base/win and chrome/comm...tfarina@chromium.org2011-06-251-4/+4
* Move app/win/* files to base/win/, ui/base/win and chrome/common/ directories.tfarina@chromium.org2011-06-251-4/+4
* Don't copy the Graphics2D when binding a new one. This brings thebrettw@google.com2011-06-242-30/+30