summaryrefslogtreecommitdiffstats
path: root/webkit/plugins
Commit message (Expand)AuthorAgeFilesLines
* 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
* Update src/webkit/plugins to reflect WEBKIT_FRAME_TO_DOCUMENT_API_MOVEabarth@chromium.org2011-06-242-11/+4
* Fix the scrollbar implementation.brettw@chromium.org2011-06-231-1/+1
* Make scrollbar GetThickness take a resource argument. This allows simlperbrettw@chromium.org2011-06-239-110/+58
* Revert 89221 - Reverting this to see if the Flash crashes on Mac canary are d...ananta@chromium.org2011-06-231-3/+5
* Hook up Surface3D, which I forgot to do in the previous patch. Also, changebrettw@chromium.org2011-06-233-8/+3
* Minor cleanup of resource creation. This eliminates a bunch of copy-and-pastebrettw@chromium.org2011-06-2231-178/+160
* Fix the ARM build. Apparently it's picky about the difference between NULLbrettw@chromium.org2011-06-221-1/+1
* Convert most remaining resources to use the API/thunk system. The significantbrettw@chromium.org2011-06-2236-1319/+813
* Coverity: Pass parameters by reference.jhawkins@chromium.org2011-06-222-2/+2
* Fixing coverity PASS_BY_VALUE bugs.dpapad@chromium.org2011-06-221-1/+0
* Supervise redirects of the plugin src url load, and bounce them through WebKit'scevans@chromium.org2011-06-222-8/+26
* Coverity: Pass parameters by reference.jhawkins@chromium.org2011-06-224-4/+5
* Coverity: Initialize member variables.jhawkins@chromium.org2011-06-215-3/+9
* Fix PPB_VideoDecoder_Impl::NotifyEndOfBitstreamBuffer to use correct ID.fischman@chromium.org2011-06-212-13/+14
* Fixing clang errorcdn@chromium.org2011-06-202-1/+5
* Maintain a map of all resources in the resource tracker and clear instance ba...cdn@chromium.org2011-06-207-31/+62
* Map the destination image data before painting a scrollbar into it.elijahtaylor@google.com2011-06-201-1/+2
* IcedTea caught up with the latest Java security update.cevans@chromium.org2011-06-191-2/+2
* Move the video decoder and video layer to the new API/thunk system.brettw@chromium.org2011-06-187-222/+73
* Add support for printing with Skia on Mac.caryclark@chromium.org2011-06-171-1/+2
* Update PPP_Printing_Dev to always make both versions of types available.dmichael@chromium.org2011-06-172-35/+33
* Convert the URL loading objects to the API/thunk system.brettw@chromium.org2011-06-179-476/+263
* Ask for PPB_Instance;0.5 first, fallback to PPB_Instance;0.4.dmichael@chromium.org2011-06-171-2/+3
* Patch to fix problems with PPB_URLLoader_Impl and PPAPITests.URLLoader. The c...bbudge@chromium.org2011-06-162-12/+29
* Fix Clang warning.brettw@chromium.org2011-06-151-2/+2
* Move fullscreen and instance to the new thunk system.brettw@chromium.org2011-06-157-265/+226
* Content settings extension API: Implement ContentSetting.getResourceIdentifiers.bauerb@chromium.org2011-06-154-42/+72
* Reverting this to see if the Flash crashes on Mac canary are due to this CL.ananta@chromium.org2011-06-151-5/+3
* Fix the clang build.brettw@chromium.org2011-06-151-3/+4
* Implement flash menu and net connector resources using the API/thunk model.brettw@chromium.org2011-06-159-178/+93
* Force 2D graphics binding to require that the context be associated with the ...brettw@google.com2011-06-151-0/+2
* Cleanup: base/scoped_ptr.h -> base/memory/scoped_ptr.h. (part 2)thestig@chromium.org2011-06-151-1/+3
* Add proper support for copy-constructed pp::Buffer_Dev's.fischman@chromium.org2011-06-142-4/+6
* Improve and unify Mac OS X run-time version checks.mark@chromium.org2011-06-143-26/+6
* Refactored PaintSadPlugin to just use SkCanvas API to paint the sad plugin bi...alokp@chromium.org2011-06-141-21/+21
* Don't retain NPNVWindowNPObject and NPNVPluginElementNPObject twicedavidben@chromium.org2011-06-121-3/+5
* Moving some of the webkit_glue functions from chrome\common\common_glue and c...ananta@chromium.org2011-06-104-378/+1