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