| Commit message (Expand) | Author | Age | Files | Lines |
* | Change includes of gfx/* to ui/gfx/* | sail@chromium.org | 2011-02-05 | 1 | -3/+3 |
* | Roll WebKit DEPS past WebKit move. Update gyp files and include paths to ref... | abarth@chromium.org | 2011-01-17 | 1 | -2/+2 |
* | Make CommandBuffer::Flush asynchronous, and add CommandBuffer::FlushSync with... | piman@google.com | 2011-01-14 | 1 | -1/+1 |
* | Fixed bug 64847: Graphics2D paints outside plugin boundaries. Also removed un... | ddorwin@chromium.org | 2011-01-13 | 1 | -1/+0 |
* | Move base/mac_util.h to base/mac and use the base::mac namespace. | brettw@chromium.org | 2011-01-01 | 1 | -2/+2 |
* | Re-land earlier patch that moves the NPAPI implementation from webkit/glue/pl... | brettw@chromium.org | 2010-12-21 | 1 | -19/+20 |
* | Revert "Move the NPAPI files from webkit/glue/plugins to webkit/plugins/npapi" | chase@chromium.org | 2010-12-21 | 1 | -20/+19 |
* | Revert "Revert 69755 - Move the NPAPI files from webkit/glue/plugins to webki... | chase@chromium.org | 2010-12-20 | 1 | -19/+20 |
* | Revert 69755 - Move the NPAPI files from webkit/glue/plugins to webkit/plugin... | brettw@chromium.org | 2010-12-20 | 1 | -20/+19 |
* | Move the NPAPI files from webkit/glue/plugins to webkit/plugins/npapi and put | brettw@chromium.org | 2010-12-20 | 1 | -19/+20 |
* | Coverity: Pass parameters by reference. | jhawkins@chromium.org | 2010-11-08 | 1 | -1/+1 |
* | Convert implicit scoped_refptr constructor calls to explicit ones, part 1 | thakis@chromium.org | 2010-11-01 | 1 | -4/+4 |
* | Update code that previously constructed strings from string iterators only to... | erikwright@chromium.org | 2010-10-22 | 1 | -1/+2 |
* | Move scoped_cftyperef from base to base/mac, use the new namespace, and name it | brettw@chromium.org | 2010-10-17 | 1 | -3/+3 |
* | Move Stats, histograms, and field trial into a metrics subdirectory of base and | brettw@chromium.org | 2010-10-14 | 1 | -2/+2 |
* | FBTF: Move individual XXXMsg_Params structs to a new file. | erg@google.com | 2010-08-24 | 1 | -0/+1 |
* | Remove all wstrings from the IPC logging subsystem. | erg@google.com | 2010-08-18 | 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 |
* | Plumb the find progress's "we're done" value to the browser. | avi@chromium.org | 2010-08-13 | 1 | -6/+2 |
* | Fix building with enable_gpu=0 | neb@chromium.org | 2010-08-13 | 1 | -1/+6 |
* | FBTF: Remove all the easy headers from *_messages.h. | erg@google.com | 2010-08-12 | 1 | -0/+1 |
* | FBTF: Remove unneeded headers from base/ (part 3) | thestig@chromium.org | 2010-08-06 | 1 | -1/+0 |
* | Fix the build. | brettw@chromium.org | 2010-07-31 | 1 | -1/+3 |
* | Convert more callers of the integer/string functions to using | brettw@chromium.org | 2010-07-31 | 1 | -1/+2 |
* | Header cleanup in chrome/renderer/. | erg@google.com | 2010-07-28 | 1 | -0/+4 |
* | Added support for printing of Pepper v2 plugins. | sanjeevr@chromium.org | 2010-07-15 | 1 | -1/+1 |
* | Coverity: Fix null dereference in WebPluginDelegatePepper::Device3DInitialize... | mattm@chromium.org | 2010-07-15 | 1 | -3/+3 |
* | Coverity: Fix missing const on WebPluginDelegatePepper::Device3DCreateContext... | mattm@chromium.org | 2010-07-15 | 1 | -3/+3 |
* | Chrome side of removing WebPlugin::supportsFind. | jam@chromium.org | 2010-07-10 | 1 | -6/+4 |
* | Chrome side of making RenderView not special case PluginDocument and making t... | jam@chromium.org | 2010-07-08 | 1 | -35/+14 |
* | Added support for vector printing for Pepper v1 plugins for Linux. | sanjeevr@chromium.org | 2010-06-29 | 1 | -8/+42 |
* | Allow quering Pepper plugin for selected text for the context menu. Also tak... | jam@chromium.org | 2010-06-29 | 1 | -2/+31 |
* | Added support for vector printing of Pepper v1 plugins on the Mac. | sanjeevr@chromium.org | 2010-06-28 | 1 | -4/+17 |
* | Added support for vector printing for Pepper v1 plugins for Windows. Mac and ... | sanjeevr@chromium.org | 2010-06-24 | 1 | -0/+85 |
* | 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/+59 |
* | GPU plugin size is updated before GPU command buffer is initialized. | apatrick@chromium.org | 2010-06-03 | 1 | -2/+4 |
* | Added raster print support for Pepper plugins on the Mac. | sanjeevr@chromium.org | 2010-05-29 | 1 | -38/+49 |
* | Add a "Copy" API to Pepper, so that plugins don't have to hardcode the platfo... | jam@chromium.org | 2010-05-27 | 1 | -0/+22 |
* | Clean up calls like "gfx::Rect(0, 0, size().width(), size().height()". | erg@chromium.org | 2010-05-26 | 1 | -1/+1 |
* | Add a SetCursor API to Pepper. I'll implement custom cursors once we switche... | jam@chromium.org | 2010-05-24 | 1 | -1/+63 |
* | Step 1: Changing CommandBufferHelper to only use a portion | gman@chromium.org | 2010-05-12 | 1 | -2/+2 |
* | Linux: fix compilation error with gcc 4.5. | craig.schlenter@chromium.org | 2010-05-11 | 1 | -1/+1 |
* | Add new widget API to Pepper to replace the old theming API. The implementat... | jam@chromium.org | 2010-05-07 | 1 | -205/+18 |
* | Fix NULL vs 0 problems which break the build with -Werror using GCC 4.5 | evan@chromium.org | 2010-05-06 | 1 | -2/+2 |
* | Update Mac plugins for SetFocus changes, and remove old workaround messages | stuartmorgan@chromium.org | 2010-05-05 | 1 | -1/+4 |
* | New experimental Pepper device API. | apatrick@chromium.org | 2010-04-16 | 1 | -2/+185 |
* | - Extracted platform specific code from GLES2 command decoder to platform spe... | apatrick@chromium.org | 2010-04-09 | 1 | -4/+2 |
* | fixing bug in 2D context painted area pixel count computation | abetul@google.com | 2010-04-09 | 1 | -3/+5 |
* | Extend the file browser/chooser to support more modes of operation, and plumb | brettw@chromium.org | 2010-03-30 | 1 | -1/+59 |