summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/webplugin_delegate_pepper.cc
Commit message (Expand)AuthorAgeFilesLines
* Fix the build.brettw@chromium.org2010-07-311-1/+3
* Convert more callers of the integer/string functions to usingbrettw@chromium.org2010-07-311-1/+2
* Header cleanup in chrome/renderer/.erg@google.com2010-07-281-0/+4
* Added support for printing of Pepper v2 plugins.sanjeevr@chromium.org2010-07-151-1/+1
* Coverity: Fix null dereference in WebPluginDelegatePepper::Device3DInitialize...mattm@chromium.org2010-07-151-3/+3
* Coverity: Fix missing const on WebPluginDelegatePepper::Device3DCreateContext...mattm@chromium.org2010-07-151-3/+3
* Chrome side of removing WebPlugin::supportsFind.jam@chromium.org2010-07-101-6/+4
* Chrome side of making RenderView not special case PluginDocument and making t...jam@chromium.org2010-07-081-35/+14
* Added support for vector printing for Pepper v1 plugins for Linux.sanjeevr@chromium.org2010-06-291-8/+42
* Allow quering Pepper plugin for selected text for the context menu. Also tak...jam@chromium.org2010-06-291-2/+31
* Added support for vector printing of Pepper v1 plugins on the Mac.sanjeevr@chromium.org2010-06-281-4/+17
* Added support for vector printing for Pepper v1 plugins for Windows. Mac and ...sanjeevr@chromium.org2010-06-241-0/+85
* Add a font API to Pepper and implement on Linux based on agl's code from http...jam@chromium.org2010-06-111-0/+59
* GPU plugin size is updated before GPU command buffer is initialized.apatrick@chromium.org2010-06-031-2/+4
* Added raster print support for Pepper plugins on the Mac.sanjeevr@chromium.org2010-05-291-38/+49
* Add a "Copy" API to Pepper, so that plugins don't have to hardcode the platfo...jam@chromium.org2010-05-271-0/+22
* Clean up calls like "gfx::Rect(0, 0, size().width(), size().height()".erg@chromium.org2010-05-261-1/+1
* Add a SetCursor API to Pepper. I'll implement custom cursors once we switche...jam@chromium.org2010-05-241-1/+63
* Step 1: Changing CommandBufferHelper to only use a portiongman@chromium.org2010-05-121-2/+2
* Linux: fix compilation error with gcc 4.5.craig.schlenter@chromium.org2010-05-111-1/+1
* Add new widget API to Pepper to replace the old theming API. The implementat...jam@chromium.org2010-05-071-205/+18
* Fix NULL vs 0 problems which break the build with -Werror using GCC 4.5evan@chromium.org2010-05-061-2/+2
* Update Mac plugins for SetFocus changes, and remove old workaround messagesstuartmorgan@chromium.org2010-05-051-1/+4
* New experimental Pepper device API.apatrick@chromium.org2010-04-161-2/+185
* - Extracted platform specific code from GLES2 command decoder to platform spe...apatrick@chromium.org2010-04-091-4/+2
* fixing bug in 2D context painted area pixel count computation abetul@google.com2010-04-091-3/+5
* Extend the file browser/chooser to support more modes of operation, and plumbbrettw@chromium.org2010-03-301-1/+59
* Make the Pepper 2D API paint on Mac. We just had to implement the code to copybrettw@chromium.org2010-03-291-3/+39
* Add zooming notifications to Pepper. This allows the plugin to respond to fu...jam@chromium.org2010-03-261-0/+7
* Chrome side of adding search support to Pepper.jam@chromium.org2010-03-251-0/+48
* Move more files to toplevel gfx.ben@chromium.org2010-03-191-4/+2
* Move image codec stuff to toplevel gfx.ben@chromium.org2010-03-181-2/+2
* Move some more files to toplevel gfx dir.ben@chromium.org2010-03-171-1/+1
* Fixed the Pepper print interface to take in the print dimensions and printer ...sanjeevr@chromium.org2010-03-121-24/+26
* Added functions to the Pepper interface to allow plugins to participate in th...sanjeevr@chromium.org2010-03-111-0/+195
* Add #include <string.h> so that the 64-bit nacl-g++ compiler has a definitiondspringer@google.com2010-03-101-0/+3
* fix posix build errorsjam@chromium.org2010-03-091-1/+1
* Add theming API to Pepper. For now, this only handles scrollbars.jam@chromium.org2010-03-081-6/+208
* Make the pepper 2D flush callback actually function as advertised. It will nowbrettw@chromium.org2010-03-061-1/+22
* Added support for opening a GPU command buffer from a renderer processes thro...apatrick@chromium.org2010-03-051-8/+19
* checksum computation that returns the least significant 32-bits of the 128-bi...abetul@google.com2010-03-041-0/+14
* Added a null pointer check for the repaintCallback of the 3D API.sehr@google.com2010-03-031-1/+2
* Revert 40490 - Make the pepper 2D flush callback actually function as adverti...brettw@chromium.org2010-03-031-22/+1
* Make the pepper 2D flush callback actually function as advertised. It will nowbrettw@chromium.org2010-03-031-1/+22
* I just put the code that does not compile on ARM. Trybots will fail because I...apatrick@chromium.org2010-02-241-11/+33
* Revert 39530 - GPU plugin forwards repaint events to Pepper plugin.apatrick@chromium.org2010-02-201-31/+11
* GPU plugin forwards repaint events to Pepper plugin.apatrick@chromium.org2010-02-201-11/+31
* base::SharedMemory does not set the size in other than the creatingsehr@google.com2010-02-101-2/+11
* Audio support for native client requires some additional featuressehr@google.com2010-02-091-1/+10
* Implemented async flushes for Pepper 3D.apatrick@chromium.org2010-02-091-8/+66