summaryrefslogtreecommitdiffstats
path: root/content/renderer/pepper/ppb_image_data_impl.cc
Commit message (Expand)AuthorAgeFilesLines
* Remove TransportDIB allocation and free IPCs.jbauman2014-12-051-54/+17
* PPAPI: Remove content/renderer/pepper/common.hdmichael@chromium.org2014-07-101-1/+0
* setConfig is deprecated, use setInfo or allocPixels insteadreed@google.com2014-07-011-2/+2
* PPAPI: Run clang_format.py on content/renderer/pepperdmichael@chromium.org2014-04-111-51/+31
* Remove a bunch of TOOLKIT_GTK in content/ and gpu/, as well as NPAPI plugins ...piman@chromium.org2014-04-111-3/+1
* Allow PPB_ImageData_Impl to be created in a way that is compatible with unitt...raymes@google.com2013-11-141-31/+58
* replace setIsOpaque (deprecated) with explicit SkAlphaTypereed@google.com2013-10-241-2/+2
* No need to preface ppapi namespace with "::" for content/renderer/pepper sinc...jam@chromium.org2013-08-091-2/+2
* A few more cleanups to the pepper code. Dispatch IPCs in the sockets implemen...jam@chromium.org2013-08-051-4/+0
* Rename PepperPluginDelegateImpl to PepperHelperImpl after getting rid of the ...jam@chromium.org2013-07-301-2/+1
* Remove PluginDelegate completely. In a followup I'll rename PepperPluginDeleg...jam@chromium.org2013-07-301-2/+4
* Remove a bunch of methods from PluginDelegate and have the callers do the wor...jam@chromium.org2013-07-291-2/+2
* Get rid of PlatformDelegate::PlatformImage2D abstraction. It's not needed any...jam@chromium.org2013-07-261-18/+62
* Put the pepper files which were moved in r213578 to the content namespace.jam@chromium.org2013-07-251-4/+2
* Move webkit/plugins/ppapi to content/renderer/pepper.jam@chromium.org2013-07-251-0/+278