| Commit message (Expand) | Author | Age | Files | Lines |
* | Update Mac plugins for SetFocus changes, and remove old workaround messages | stuartmorgan@chromium.org | 2010-05-05 | 1 | -14/+5 |
* | Made Pepper 3D plugins' output opaque on Mac OS X by filling the | kbr@google.com | 2010-04-15 | 1 | -2/+4 |
* | Fix problems with unloading/reloading/updating extensions that contain NPAPI | mpcomplete@chromium.org | 2010-04-06 | 1 | -0/+6 |
* | Move some more files to toplevel gfx dir. | ben@chromium.org | 2010-03-17 | 1 | -1/+1 |
* | Rename uses of GPUPlugin in class names and IPC to AcceleratedSurface. | pinkerton@chromium.org | 2010-03-12 | 1 | -20/+18 |
* | Implement the CoreAnimation drawing model for plug-ins, sharing IPC and some ... | pinkerton@chromium.org | 2010-03-10 | 1 | -0/+6 |
* | Revert 41158 - Implement the CoreAnimation drawing model for plugins, sharing... | pinkerton@chromium.org | 2010-03-10 | 1 | -6/+0 |
* | Implement the CoreAnimation drawing model for plug-ins, sharing IPC and some ... | pinkerton@chromium.org | 2010-03-10 | 1 | -0/+6 |
* | BSD port: Another chunk of chrome/ ifdef changes | pvalchev@google.com | 2010-03-09 | 1 | -2/+2 |
* | Added support for opening a GPU command buffer from a renderer processes thro... | apatrick@chromium.org | 2010-03-05 | 1 | -0/+2 |
* | Add 3D support for the Mac on Leopard (OS X 10.5) and earlier. This CL uses | dspringer@google.com | 2010-02-23 | 1 | -5/+29 |
* | Make SharedMemory use uint32 instead of size_t. This removes the remaining s... | jam@chromium.org | 2010-02-16 | 1 | -1/+1 |
* | Send window frame information to Mac plugins via IPC | stuartmorgan@chromium.org | 2010-02-08 | 1 | -2/+10 |
* | [GPU] Get GPU process running on the mac | kbr@google.com | 2010-02-03 | 1 | -0/+32 |
* | Hide/show cursor according to NSCursor requests. | avi@chromium.org | 2010-02-02 | 1 | -1/+6 |
* | Add tab switch notification to the Mac plugin plumbing. | stuartmorgan@chromium.org | 2010-02-01 | 1 | -5/+7 |
* | Propagate window focus changes to plugins on the Mac | stuartmorgan@chromium.org | 2010-02-01 | 1 | -0/+5 |
* | Fix passing pointers between processes. | jam@chromium.org | 2010-01-29 | 1 | -22/+22 |
* | Added CommandBufferProxy, CommandBufferStub. Replaced NPAPI with IPC for sync... | apatrick@google.com | 2009-12-12 | 1 | -0/+3 |
* | Add Cocoa window interposing for plugin process | stuartmorgan@chromium.org | 2009-12-08 | 1 | -5/+0 |
* | Send resource load notifications from plugins to devtools agent. This is a pa... | yurys@chromium.org | 2009-12-03 | 1 | -5/+5 |
* | Add acknowledgement messages for PluginMsg_UpdateGeometry. On the Mac, use | mark@chromium.org | 2009-11-30 | 1 | -0/+5 |
* | Mac: Simulate the OS-level focus handling that windows and linux plugins | amanda@chromium.org | 2009-11-20 | 1 | -0/+14 |
* | If an NP_* function is called on an out of process plugin, save enough info t... | japhet@chromium.org | 2009-11-18 | 1 | -3/+3 |
* | Don't allow the browser to stay above a modal plugin window (Mac) | stuartmorgan@chromium.org | 2009-11-04 | 1 | -4/+6 |
* | Move native_widget_types and gtk_native_view_id_manager from base/gfx to | brettw@chromium.org | 2009-10-11 | 1 | -1/+1 |
* | Fix several issues around fullscreen Mac plugins: | amanda@chromium.org | 2009-10-01 | 1 | -0/+28 |
* | Get rid of the need for cross process events in order to get plugin processes... | jam@chromium.org | 2009-09-29 | 1 | -0/+6 |
* | Implement about:ipc dialog for Mac. | jrg@chromium.org | 2009-09-28 | 1 | -0/+7 |
* | Gears File Drag Drop | michaeln@google.com | 2009-09-16 | 1 | -2/+2 |
* | This changelist fixes some issues with the NPAPI WMP plugin work in Chrome. ... | jam@chromium.org | 2009-09-04 | 1 | -9/+7 |
* | Replace the RenderProcessHost.PID function that returns the OS-generated | brettw@chromium.org | 2009-08-31 | 1 | -5/+6 |
* | More refactoring for WebPlugin. | darin@chromium.org | 2009-08-27 | 1 | -9/+6 |
* | The PluginHostMsg_CancelResource message is now an async routed message. It d... | ananta@chromium.org | 2009-08-27 | 1 | -2/+2 |
* | linux: new socket/plug code for windowed plugins | piman@chromium.org | 2009-08-25 | 1 | -9/+0 |
* | More removal of WebCore usage from webplugin_impl.cc | darin@chromium.org | 2009-08-21 | 1 | -1/+1 |
* | Another attempt at landing this patch. | ananta@chromium.org | 2009-08-04 | 1 | -11/+14 |
* | Reverting 22041 as it caused plugin crashes in reliability test runs. | ananta@chromium.org | 2009-07-30 | 1 | -10/+11 |
* | Another attempt at landing this patch. | ananta@chromium.org | 2009-07-30 | 1 | -11/+10 |
* | Revert r21548 and r21559 due to crash spike. | huanr@chromium.org | 2009-07-25 | 1 | -10/+11 |
* | The IPCs for carrying data requested by plugins have been changed from synchr... | ananta@chromium.org | 2009-07-24 | 1 | -11/+10 |
* | CPAPI (0.11) for gears drag drop. | mpcomplete@chromium.org | 2009-07-23 | 1 | -1/+8 |
* | Split the IPC code into ipc/ | agl@chromium.org | 2009-07-22 | 1 | -1/+1 |
* | Wire up windowless plugins. Mostly Mac related, some cross | amanda@chromium.org | 2009-07-11 | 1 | -2/+2 |
* | linux: OOP windowed plugins | evan@chromium.org | 2009-07-07 | 1 | -1/+21 |
* | Revert "linux: OOP windowed plugins" | evan@chromium.org | 2009-07-06 | 1 | -21/+1 |
* | linux: OOP windowed plugins | evan@chromium.org | 2009-07-06 | 1 | -1/+21 |
* | mac/linux: rework plugin channel file descriptor creation | evan@chromium.org | 2009-06-27 | 1 | -11/+1 |
* | posix: two related changes to make plugin IPC work on POSIX. | evan@chromium.org | 2009-06-22 | 1 | -0/+15 |
* | Revert "posix: two related changes to make plugin IPC work on POSIX." | evan@chromium.org | 2009-06-22 | 1 | -15/+0 |