| Commit message (Expand) | Author | Age | Files | Lines |
* | Pepper/Flapper: First pass at context menu implementation. | viettrungluu@chromium.org | 2011-01-31 | 1 | -1/+25 |
* | When we detect a PDF with an unsupported feature, ask the user if they want t... | jam@chromium.org | 2011-01-22 | 1 | -0/+1 |
* | Private Pepper extension for Flapper to allow TCP connections to be made | viettrungluu@chromium.org | 2011-01-07 | 1 | -0/+18 |
* | Add an additional level of optimization for PPAPI plugins to paint without | brettw@chromium.org | 2010-12-22 | 1 | -1/+1 |
* | Move the Pepper implementation from webkit/glue/plugins/pepper_* to | brettw@chromium.org | 2010-12-16 | 1 | -15/+22 |
* | Make webkit/glue/plugins no longer depend on ppapi/proxy directly. This causes | brettw@chromium.org | 2010-12-08 | 1 | -2/+1 |
* | Revert 68482 - Make webkit/glue/plugins no longer depend on ppapi/proxy direc... | brettw@chromium.org | 2010-12-07 | 1 | -1/+2 |
* | Make webkit/glue/plugins no longer depend on ppapi/proxy directly. This causes | brettw@chromium.org | 2010-12-07 | 1 | -2/+1 |
* | Implement a new process type for running PPAPI plugins. The process itself is | brettw@chromium.org | 2010-11-10 | 1 | -0/+5 |
* | Pepper's directory reader implementation + test. | dumi@chromium.org | 2010-11-04 | 1 | -0/+2 |
* | Use PPAPI from chrome trunk rather than pulling via deps. This is a re-land f... | brettw@chromium.org | 2010-11-02 | 1 | -1/+1 |
* | Revert PPAPI change due to Linux compile failures. | brettw@chromium.org | 2010-11-02 | 1 | -1/+1 |
* | Use PPAPI from chrome trunk rather than pulling via deps. | brettw@chromium.org | 2010-11-02 | 1 | -1/+1 |
* | Revert PPAPI change. | brettw@chromium.org | 2010-11-02 | 1 | -1/+1 |
* | Use PPAPI from chrome trunk rather than pulling via deps. | brettw@chromium.org | 2010-11-02 | 1 | -1/+1 |
* | Revert 64716 - Switch to the new PPAPI repository. This removes the DEPS entr... | brettw@chromium.org | 2010-11-02 | 1 | -1/+1 |
* | Switch to the new PPAPI repository. This removes the DEPS entry that refers to | brettw@chromium.org | 2010-11-02 | 1 | -1/+1 |
* | FBTF: More dtor deinlining. (Can almost see the end!) | erg@google.com | 2010-10-22 | 1 | -1/+1 |
* | Resubmit http://codereview.chromium.org/3944001. | dumi@chromium.org | 2010-10-20 | 1 | -0/+5 |
* | Revert 63153 - Update Pepper's FileSystem and FileRef implementations. | dumi@chromium.org | 2010-10-20 | 1 | -5/+0 |
* | Update Pepper's FileSystem and FileRef implementations. | dumi@chromium.org | 2010-10-20 | 1 | -0/+5 |
* | Support sync file io for pepper, to support LSOs | piman@chromium.org | 2010-10-19 | 1 | -0/+24 |
* | Use CommandUpdater for disabling commands that were disabled by plugins. | jam@chromium.org | 2010-10-13 | 1 | -1/+1 |
* | Add a private pepper API for the pdf plugin to disable copy/print etc. This ... | jam@chromium.org | 2010-10-12 | 1 | -0/+1 |
* | Add private pepper API to keep the throbber spinning while PDFs are loading. | jam@chromium.org | 2010-10-12 | 1 | -0/+2 |
* | Add a way to get proxy information to the Private2 Pepper API. | brettw@chromium.org | 2010-10-10 | 1 | -0/+1 |
* | Chrome side of consolidating zoom code for pepper plugins (i.e. pdf) and the ... | jam@chromium.org | 2010-10-01 | 1 | -4/+5 |
* | Pepper's FileSystem implementation. | dumi@chromium.org | 2010-09-27 | 1 | -0/+14 |
* | Add some optimizations to plugin painting. | brettw@chromium.org | 2010-09-24 | 1 | -0/+14 |
* | Implement Pepper plugin focus notifications. | brettw@chromium.org | 2010-09-23 | 1 | -0/+4 |
* | Revert "Add some optimizations to plugin painting." | maruel@chromium.org | 2010-09-23 | 1 | -6/+0 |
* | Add some optimizations to plugin painting. | brettw@chromium.org | 2010-09-23 | 1 | -0/+6 |
* | Implement GetDefaultCharSet for Pepper and pull the corresponding PPAPI change. | brettw@chromium.org | 2010-09-23 | 1 | -0/+2 |
* | Add fullscreen support to Pepper. | piman@chromium.org | 2010-09-14 | 1 | -0/+2 |
* | Implement pepper::FileIO. | dumi@chromium.org | 2010-09-10 | 1 | -0/+15 |
* | Pull latest Pepper to get moved audio, video, and char set interfaces, now | brettw@chromium.org | 2010-08-28 | 1 | -2/+1 |
* | Pepper2 Graphics3D implementation - browser side. | neb@chromium.org | 2010-08-17 | 1 | -0/+1 |
* | add pepper video decoder glue and delegate | wjia@google.com | 2010-08-06 | 1 | -0/+4 |
* | Chromium-side implemention of pepper's FileChooser. | dumi@chromium.org | 2010-08-05 | 1 | -0/+8 |
* | Add undeclared virtual destructors part 4 | ziadh@chromium.org | 2010-07-30 | 1 | -0/+1 |
* | Pepper2 audio (trusted side) implementation. Still missing a synchronization ... | neb@chromium.org | 2010-07-30 | 1 | -0/+4 |
* | `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views | thakis@chromium.org | 2010-07-26 | 1 | -0/+1 |
* | Chrome side of making RenderView not special case PluginDocument and making t... | jam@chromium.org | 2010-07-08 | 1 | -0/+4 |
* | Revert some changes I accidentally checked in in revision 50597. This was an | brettw@chromium.org | 2010-07-01 | 1 | -11/+0 |
* | Replace wstring with string16 in history. The only time wstring is used now i... | brettw@chromium.org | 2010-06-23 | 1 | -0/+11 |
* | Working towards -Wextra | thomasvl@chromium.org | 2010-06-16 | 1 | -0/+1 |
* | Implement more of Flush properly. This adds support for waiting on the message | brettw@chromium.org | 2010-06-16 | 1 | -0/+15 |
* | Revert changes accidentally checked in with my property changes. | brettw@chromium.org | 2010-06-14 | 1 | -11/+0 |
* | Add some Linux make and scons files to the svn:ignore properties. | brettw@chromium.org | 2010-06-14 | 1 | -0/+11 |
* | Implement a version of WebPlugin for Pepper to bypass the current NPAPI | brettw@chromium.org | 2010-05-12 | 1 | -1/+4 |