| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix problems with unloading/reloading/updating extensions that contain NPAPI | mpcomplete@chromium.org | 2010-04-06 | 4 | -0/+15 |
* | Make Mac plugin window interposing more conservative about activating plugin | stuartmorgan@chromium.org | 2010-04-06 | 1 | -2/+23 |
* | Move plugin-related files in webkit/glue to webkit/glue/plugins to make them | brettw@chromium.org | 2010-03-31 | 1 | -2/+2 |
* | Calling OpenGL from the renderer process | apatrick@chromium.org | 2010-03-25 | 2 | -4/+4 |
* | Support sending a sliced file in chromium. | jianli@chromium.org | 2010-03-24 | 1 | -2/+4 |
* | Move app/gfx/canvas and app/gfx/font to gfx/. | ben@chromium.org | 2010-03-23 | 1 | -1/+1 |
* | Remove dependency from webkit on chrome/common by moving files to src/app. | pinkerton@chromium.org | 2010-03-19 | 3 | -3/+3 |
* | Move more files to toplevel gfx. | ben@chromium.org | 2010-03-19 | 1 | -1/+3 |
* | Don't auto-close the renderer-side plugin channel file descriptor in the | mark@chromium.org | 2010-03-18 | 3 | -28/+46 |
* | Move some more files to toplevel gfx dir. | ben@chromium.org | 2010-03-17 | 5 | -5/+5 |
* | Fixed problem with Pepper 3D plugins not rendering on Mac OS X if they | kbr@google.com | 2010-03-16 | 2 | -8/+14 |
* | Move base/gfx contents to gfx/ | ben@chromium.org | 2010-03-14 | 1 | -1/+1 |
* | Rename uses of GPUPlugin in class names and IPC to AcceleratedSurface. | pinkerton@chromium.org | 2010-03-12 | 4 | -22/+23 |
* | Implement the CoreAnimation drawing model for plug-ins, sharing IPC and some ... | pinkerton@chromium.org | 2010-03-10 | 3 | -1/+32 |
* | Revert 41158 - Implement the CoreAnimation drawing model for plugins, sharing... | pinkerton@chromium.org | 2010-03-10 | 3 | -32/+1 |
* | Implement the CoreAnimation drawing model for plug-ins, sharing IPC and some ... | pinkerton@chromium.org | 2010-03-10 | 3 | -1/+32 |
* | BSD ifdefs, etc. necessary for chrome/ | pvalchev@google.com | 2010-03-09 | 3 | -36/+36 |
* | Make plugin buffer changes robust against synchronous plugin call nesting | stuartmorgan@chromium.org | 2010-03-06 | 2 | -24/+33 |
* | Added support for opening a GPU command buffer from a renderer processes thro... | apatrick@chromium.org | 2010-03-05 | 4 | -14/+24 |
* | Mac Plugin context handling cleanup | stuartmorgan@chromium.org | 2010-03-05 | 1 | -1/+9 |
* | Fixes to 10.6 port of GPU plugin after recent backport to 10.5 and | kbr@google.com | 2010-03-02 | 1 | -9/+9 |
* | Fix formatting nits. | wtc@chromium.org | 2010-02-27 | 2 | -2/+2 |
* | Deprecate file_util::AppendToPath() on non-Windows. | evan@chromium.org | 2010-02-26 | 1 | -5/+7 |
* | Give Mac plugin processes descriptive names for Activity Monitor | stuartmorgan@chromium.org | 2010-02-24 | 2 | -0/+21 |
* | I just put the code that does not compile on ARM. Trybots will fail because I... | apatrick@chromium.org | 2010-02-24 | 3 | -24/+149 |
* | Move nphostapi.h to be with the rest of the NPAPI headers. | jam@chromium.org | 2010-02-24 | 1 | -2/+2 |
* | Add 3D support for the Mac on Leopard (OS X 10.5) and earlier. This CL uses | dspringer@google.com | 2010-02-23 | 2 | -1/+33 |
* | Revert 39530 - GPU plugin forwards repaint events to Pepper plugin. | apatrick@chromium.org | 2010-02-20 | 3 | -149/+24 |
* | GPU plugin forwards repaint events to Pepper plugin. | apatrick@chromium.org | 2010-02-20 | 3 | -24/+149 |
* | Pulled out Callback code into base/callback.h. This is the first step toward... | akalin@chromium.org | 2010-02-19 | 1 | -0/+1 |
* | Make SharedMemory use uint32 instead of size_t. This removes the remaining s... | jam@chromium.org | 2010-02-16 | 4 | -6/+6 |
* | Fix some issues with compiling Mac plugin code with deprecation defines set | stuartmorgan@chromium.org | 2010-02-16 | 2 | -0/+4 |
* | Implemented async flushes for Pepper 3D. | apatrick@chromium.org | 2010-02-09 | 2 | -18/+32 |
* | Send window frame information to Mac plugins via IPC | stuartmorgan@chromium.org | 2010-02-08 | 2 | -5/+25 |
* | [GPU] Get GPU process running on the mac | kbr@google.com | 2010-02-03 | 4 | -2/+59 |
* | Hide/show cursor according to NSCursor requests. | avi@chromium.org | 2010-02-02 | 1 | -9/+42 |
* | Add tab switch notification to the Mac plugin plumbing. | stuartmorgan@chromium.org | 2010-02-01 | 3 | -3/+11 |
* | Propagate window focus changes to plugins on the Mac | stuartmorgan@chromium.org | 2010-02-01 | 2 | -0/+14 |
* | Fix passing pointers between processes. | jam@chromium.org | 2010-01-29 | 4 | -96/+56 |
* | Redesigned CommandBuffer and NPDevice3D interfaces. | apatrick@chromium.org | 2010-01-29 | 2 | -32/+10 |
* | Plumb Carbon SetCursor through. | avi@chromium.org | 2010-01-25 | 2 | -0/+10 |
* | Committing change by Thatcher Ulrich <tulrich@google.com> from http://coderev... | jam@chromium.org | 2010-01-22 | 2 | -4/+14 |
* | Send Cocoa NPAPI plugins an initial window activation event | stuartmorgan@chromium.org | 2010-01-21 | 2 | -0/+8 |
* | The renderer and plugin processes can send over raw NPObjects valid in the ot... | ananta@chromium.org | 2010-01-20 | 10 | -56/+135 |
* | (Mac) Intercept (Cocoa) cursor setting by plugins and forward it on properly. | avi@chromium.org | 2010-01-19 | 1 | -1/+20 |
* | (Mac) Allow the tracking of the "active" plugin delegate separate from the fa... | avi@chromium.org | 2010-01-19 | 2 | -0/+8 |
* | (Mac) Intercept (Carbon) cursor setting by plugins and forward it on properly. | avi@chromium.org | 2010-01-15 | 2 | -0/+14 |
* | Set disabled style on GPU window and plugin intermediate window so mouse mess... | apatrick@chromium.org | 2010-01-15 | 1 | -0/+6 |
* | linux: implement gpu plugin | piman@chromium.org | 2010-01-06 | 2 | -6/+6 |
* | linux: work around LAHF bug in Flash | evan@chromium.org | 2010-01-05 | 2 | -1/+81 |