summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/webplugin_delegate_pepper.h
Commit message (Expand)AuthorAgeFilesLines
* Revert "Move the NPAPI files from webkit/glue/plugins to webkit/plugins/npapi"chase@chromium.org2010-12-211-12/+10
* Revert "Revert 69755 - Move the NPAPI files from webkit/glue/plugins to webki...chase@chromium.org2010-12-201-10/+12
* Revert 69755 - Move the NPAPI files from webkit/glue/plugins to webkit/plugin...brettw@chromium.org2010-12-201-12/+10
* Move the NPAPI files from webkit/glue/plugins to webkit/plugins/npapi and putbrettw@chromium.org2010-12-201-10/+12
* Coverity: Pass parameters by reference.jhawkins@chromium.org2010-11-081-1/+1
* FBTF: Header cleanup in chrome/common. Part 1.jhawkins@chromium.org2010-08-171-0/+1
* Reapplies all the IPC system work (reverts the revert r56272).erg@google.com2010-08-171-0/+1
* Completely revert all my IPC work to see if this was what regressed the page ...erg@google.com2010-08-171-1/+0
* FBTF: Remove "obviously" unneeded standard C++ library #includes.viettrungluu@chromium.org2010-08-151-1/+0
* Fix building with enable_gpu=0neb@chromium.org2010-08-131-3/+3
* FBTF: Remove all the easy headers from *_messages.h.erg@google.com2010-08-121-0/+1
* Header cleanup in chrome/renderer/.erg@google.com2010-07-281-4/+5
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-261-0/+1
* Coverity: Fix missing const on WebPluginDelegatePepper::Device3DCreateContext...mattm@chromium.org2010-07-151-1/+1
* Chrome side of removing WebPlugin::supportsFind.jam@chromium.org2010-07-101-2/+1
* Chrome side of making RenderView not special case PluginDocument and making t...jam@chromium.org2010-07-081-5/+6
* Added support for vector printing for Pepper v1 plugins for Linux.sanjeevr@chromium.org2010-06-291-1/+13
* Allow quering Pepper plugin for selected text for the context menu. Also tak...jam@chromium.org2010-06-291-0/+4
* Added support for vector printing for Pepper v1 plugins for Windows. Mac and ...sanjeevr@chromium.org2010-06-241-0/+3
* Add a font API to Pepper and implement on Linux based on agl's code from http...jam@chromium.org2010-06-111-0/+1
* Added raster print support for Pepper plugins on the Mac.sanjeevr@chromium.org2010-05-291-0/+12
* Add a "Copy" API to Pepper, so that plugins don't have to hardcode the platfo...jam@chromium.org2010-05-271-1/+1
* Add a SetCursor API to Pepper. I'll implement custom cursors once we switche...jam@chromium.org2010-05-241-0/+3
* Add new widget API to Pepper to replace the old theming API. The implementat...jam@chromium.org2010-05-071-6/+5
* Update Mac plugins for SetFocus changes, and remove old workaround messagesstuartmorgan@chromium.org2010-05-051-1/+1
* New experimental Pepper device API.apatrick@chromium.org2010-04-161-0/+20
* Move plugin-related files in webkit/glue to webkit/glue/plugins to make thembrettw@chromium.org2010-03-311-1/+1
* Extend the file browser/chooser to support more modes of operation, and plumbbrettw@chromium.org2010-03-301-7/+24
* Add zooming notifications to Pepper. This allows the plugin to respond to fu...jam@chromium.org2010-03-261-0/+1
* Chrome side of adding search support to Pepper.jam@chromium.org2010-03-251-2/+13
* Move some more files to toplevel gfx dir.ben@chromium.org2010-03-171-1/+1
* Move base/gfx contents to gfx/ben@chromium.org2010-03-141-1/+1
* Fixed the Pepper print interface to take in the print dimensions and printer ...sanjeevr@chromium.org2010-03-121-4/+6
* Added functions to the Pepper interface to allow plugins to participate in th...sanjeevr@chromium.org2010-03-111-0/+24
* Add theming API to Pepper. For now, this only handles scrollbars.jam@chromium.org2010-03-081-0/+5
* Make the pepper 2D flush callback actually function as advertised. It will nowbrettw@chromium.org2010-03-061-3/+10
* Added support for opening a GPU command buffer from a renderer processes thro...apatrick@chromium.org2010-03-051-1/+1
* Revert 40490 - Make the pepper 2D flush callback actually function as adverti...brettw@chromium.org2010-03-031-10/+3
* Make the pepper 2D flush callback actually function as advertised. It will nowbrettw@chromium.org2010-03-031-3/+10
* I just put the code that does not compile on ARM. Trybots will fail because I...apatrick@chromium.org2010-02-241-3/+8
* Revert 39530 - GPU plugin forwards repaint events to Pepper plugin.apatrick@chromium.org2010-02-201-6/+3
* GPU plugin forwards repaint events to Pepper plugin.apatrick@chromium.org2010-02-201-3/+6
* Implemented async flushes for Pepper 3D.apatrick@chromium.org2010-02-091-5/+12
* Bug 34167: GPU plugins' output initially placed incorrectly on pagekbr@google.com2010-02-051-0/+5
* To implement Pepper in Native Client we need access to the implementation of thesehr@google.com2010-02-031-6/+6
* Fix passing pointers between processes.jam@chromium.org2010-01-291-8/+6
* Redesigned CommandBuffer and NPDevice3D interfaces.apatrick@chromium.org2010-01-291-0/+10
* Refactor Pepper device APIneb@chromium.org2010-01-251-58/+6
* linux: reinstate Pepper pluginspiman@chromium.org2010-01-151-4/+1
* Working rudimentary audio in Pepper.brettw@chromium.org2010-01-121-0/+54