| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix up SharedMemory implementation so that it is more equivalent on Windows v... | dmaclach@chromium.org | 2010-10-27 | 1 | -5/+1 |
* | Implement IME for Mac plugins using the Cocoa event model on 10.6 | stuartmorgan@chromium.org | 2010-10-15 | 1 | -0/+7 |
* | shared_memory: remove wstrings, fix callers. | evan@chromium.org | 2010-09-29 | 1 | -1/+1 |
* | Add NULL-checks to plugin delegate message handlers | stuartmorgan@chromium.org | 2010-09-27 | 1 | -7/+13 |
* | Extend improved windowless plugin focus handling to all platforms | stuartmorgan@chromium.org | 2010-09-18 | 1 | -5/+5 |
* | Revert 59845 - Extend improved windowless plugin focus handling to all platforms | stuartmorgan@chromium.org | 2010-09-17 | 1 | -5/+5 |
* | Extend improved windowless plugin focus handling to all platforms | stuartmorgan@chromium.org | 2010-09-17 | 1 | -5/+5 |
* | Fix initial plugin Mac plugin focus and visibily | stuartmorgan@chromium.org | 2010-09-03 | 1 | -5/+0 |
* | Remove GetSwitchValue() from chrome/* where easy. | evan@chromium.org | 2010-08-06 | 1 | -3/+2 |
* | Revert "Remove GetSwitchValue() from chrome/* where easy." | evan@chromium.org | 2010-08-04 | 1 | -3/+3 |
* | Remove GetSwitchValue() from chrome/* where easy. | evan@chromium.org | 2010-08-04 | 1 | -3/+3 |
* | render_view.h: Header cleanup. | jhawkins@chromium.org | 2010-07-26 | 1 | -2/+2 |
* | Fix Pepper 3D GLContext initialization. | apatrick@chromium.org | 2010-07-15 | 1 | -2/+17 |
* | Linux: fix compilation error with gcc 4.5. | craig.schlenter@chromium.org | 2010-05-11 | 1 | -1/+1 |
* | Fix NULL vs 0 problems which break the build with -Werror using GCC 4.5 | evan@chromium.org | 2010-05-06 | 1 | -1/+1 |
* | Update Mac plugins for SetFocus changes, and remove old workaround messages | stuartmorgan@chromium.org | 2010-05-05 | 1 | -19/+7 |
* | Improve plugin performance on the Mac | stuartmorgan@chromium.org | 2010-04-14 | 1 | -1/+2 |
* | Rename uses of GPUPlugin in class names and IPC to AcceleratedSurface. | pinkerton@chromium.org | 2010-03-12 | 1 | -3/+3 |
* | Added support for opening a GPU command buffer from a renderer processes thro... | apatrick@chromium.org | 2010-03-05 | 1 | -0/+8 |
* | Make SharedMemory use uint32 instead of size_t. This removes the remaining s... | jam@chromium.org | 2010-02-16 | 1 | -2/+2 |
* | Send window frame information to Mac plugins via IPC | stuartmorgan@chromium.org | 2010-02-08 | 1 | -4/+21 |
* | [GPU] Get GPU process running on the mac | kbr@google.com | 2010-02-03 | 1 | -1/+14 |
* | Add tab switch notification to the Mac plugin plumbing. | stuartmorgan@chromium.org | 2010-02-01 | 1 | -1/+7 |
* | Propagate window focus changes to plugins on the Mac | stuartmorgan@chromium.org | 2010-02-01 | 1 | -0/+9 |
* | Fix passing pointers between processes. | jam@chromium.org | 2010-01-29 | 1 | -16/+17 |
* | Added Pepper 3D device that instantiates the GPU plugin and sends GLES2 comma... | apatrick@google.com | 2009-12-22 | 1 | -1/+1 |
* | Fix uninitialized variable if ENABLE_GPU is not set | piman@chromium.org | 2009-12-15 | 1 | -0/+2 |
* | Added CommandBufferProxy, CommandBufferStub. Replaced NPAPI with IPC for sync... | apatrick@google.com | 2009-12-12 | 1 | -2/+15 |
* | Add acknowledgement messages for PluginMsg_UpdateGeometry. On the Mac, use | mark@chromium.org | 2009-11-30 | 1 | -1/+6 |
* | Mac: Simulate the OS-level focus handling that windows and linux plugins | amanda@chromium.org | 2009-11-20 | 1 | -0/+19 |
* | Duplicating the SetActiveURL() change from the renderer to the plugin process... | jschuh@chromium.org | 2009-11-14 | 1 | -3/+3 |
* | Upstreaming WebKit.gyp | yaar@chromium.org | 2009-11-12 | 1 | -2/+2 |
* | Amit, please review everything. | ananta@chromium.org | 2009-11-07 | 1 | -1/+2 |
* | Fix scripting during NPP_Destroy. Note that if the plugin is making a call t... | jam@chromium.org | 2009-10-06 | 1 | -4/+9 |
* | Get rid of the need for cross process events in order to get plugin processes... | jam@chromium.org | 2009-09-29 | 1 | -7/+3 |
* | This changelist fixes some issues with the NPAPI WMP plugin work in Chrome. ... | jam@chromium.org | 2009-09-04 | 1 | -25/+14 |
* | Eliminate remaining WebCore dependencies from webplugin_impl.cc | darin@chromium.org | 2009-09-02 | 1 | -6/+10 |
* | linux: disable querying the page window for windowless plugins | piman@chromium.org | 2009-08-31 | 1 | -2/+6 |
* | Revert "Fix a ton of compiler warnings." | tony@chromium.org | 2009-08-28 | 1 | -2/+2 |
* | Fix a ton of compiler warnings. | estade@chromium.org | 2009-08-28 | 1 | -2/+2 |
* | More refactoring for WebPlugin. | darin@chromium.org | 2009-08-27 | 1 | -11/+5 |
* | 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 | -4/+2 |
* | Reverting 22041 as it caused plugin crashes in reliability test runs. | ananta@chromium.org | 2009-07-30 | 1 | -2/+4 |
* | Another attempt at landing this patch. | ananta@chromium.org | 2009-07-30 | 1 | -4/+2 |
* | Continue eliminating direct NPN_ function calls that go from Chromium code to... | jorlow@chromium.org | 2009-07-30 | 1 | -1/+3 |
* | Revert r21548 and r21559 due to crash spike. | huanr@chromium.org | 2009-07-25 | 1 | -2/+4 |
* | The IPCs for carrying data requested by plugins have been changed from synchr... | ananta@chromium.org | 2009-07-24 | 1 | -4/+2 |
* | Wire up windowless plugins. Mostly Mac related, some cross | amanda@chromium.org | 2009-07-11 | 1 | -3/+3 |
* | Start using WebCursorInfo from the WebKit API. WebCursorInfo is a | darin@google.com | 2009-07-08 | 1 | -1/+6 |