summaryrefslogtreecommitdiffstats
path: root/chrome/plugin/webplugin_delegate_stub.cc
Commit message (Expand)AuthorAgeFilesLines
* Fix up SharedMemory implementation so that it is more equivalent on Windows v...dmaclach@chromium.org2010-10-271-5/+1
* Implement IME for Mac plugins using the Cocoa event model on 10.6stuartmorgan@chromium.org2010-10-151-0/+7
* shared_memory: remove wstrings, fix callers.evan@chromium.org2010-09-291-1/+1
* Add NULL-checks to plugin delegate message handlersstuartmorgan@chromium.org2010-09-271-7/+13
* Extend improved windowless plugin focus handling to all platformsstuartmorgan@chromium.org2010-09-181-5/+5
* Revert 59845 - Extend improved windowless plugin focus handling to all platformsstuartmorgan@chromium.org2010-09-171-5/+5
* Extend improved windowless plugin focus handling to all platformsstuartmorgan@chromium.org2010-09-171-5/+5
* Fix initial plugin Mac plugin focus and visibilystuartmorgan@chromium.org2010-09-031-5/+0
* Remove GetSwitchValue() from chrome/* where easy.evan@chromium.org2010-08-061-3/+2
* Revert "Remove GetSwitchValue() from chrome/* where easy."evan@chromium.org2010-08-041-3/+3
* Remove GetSwitchValue() from chrome/* where easy.evan@chromium.org2010-08-041-3/+3
* render_view.h: Header cleanup.jhawkins@chromium.org2010-07-261-2/+2
* Fix Pepper 3D GLContext initialization.apatrick@chromium.org2010-07-151-2/+17
* Linux: fix compilation error with gcc 4.5.craig.schlenter@chromium.org2010-05-111-1/+1
* Fix NULL vs 0 problems which break the build with -Werror using GCC 4.5evan@chromium.org2010-05-061-1/+1
* Update Mac plugins for SetFocus changes, and remove old workaround messagesstuartmorgan@chromium.org2010-05-051-19/+7
* Improve plugin performance on the Macstuartmorgan@chromium.org2010-04-141-1/+2
* Rename uses of GPUPlugin in class names and IPC to AcceleratedSurface.pinkerton@chromium.org2010-03-121-3/+3
* Added support for opening a GPU command buffer from a renderer processes thro...apatrick@chromium.org2010-03-051-0/+8
* Make SharedMemory use uint32 instead of size_t. This removes the remaining s...jam@chromium.org2010-02-161-2/+2
* Send window frame information to Mac plugins via IPCstuartmorgan@chromium.org2010-02-081-4/+21
* [GPU] Get GPU process running on the mackbr@google.com2010-02-031-1/+14
* Add tab switch notification to the Mac plugin plumbing.stuartmorgan@chromium.org2010-02-011-1/+7
* Propagate window focus changes to plugins on the Macstuartmorgan@chromium.org2010-02-011-0/+9
* Fix passing pointers between processes.jam@chromium.org2010-01-291-16/+17
* Added Pepper 3D device that instantiates the GPU plugin and sends GLES2 comma...apatrick@google.com2009-12-221-1/+1
* Fix uninitialized variable if ENABLE_GPU is not setpiman@chromium.org2009-12-151-0/+2
* Added CommandBufferProxy, CommandBufferStub. Replaced NPAPI with IPC for sync...apatrick@google.com2009-12-121-2/+15
* Add acknowledgement messages for PluginMsg_UpdateGeometry. On the Mac, usemark@chromium.org2009-11-301-1/+6
* Mac: Simulate the OS-level focus handling that windows and linux pluginsamanda@chromium.org2009-11-201-0/+19
* Duplicating the SetActiveURL() change from the renderer to the plugin process...jschuh@chromium.org2009-11-141-3/+3
* Upstreaming WebKit.gypyaar@chromium.org2009-11-121-2/+2
* Amit, please review everything.ananta@chromium.org2009-11-071-1/+2
* Fix scripting during NPP_Destroy. Note that if the plugin is making a call t...jam@chromium.org2009-10-061-4/+9
* Get rid of the need for cross process events in order to get plugin processes...jam@chromium.org2009-09-291-7/+3
* This changelist fixes some issues with the NPAPI WMP plugin work in Chrome. ...jam@chromium.org2009-09-041-25/+14
* Eliminate remaining WebCore dependencies from webplugin_impl.ccdarin@chromium.org2009-09-021-6/+10
* linux: disable querying the page window for windowless pluginspiman@chromium.org2009-08-311-2/+6
* Revert "Fix a ton of compiler warnings."tony@chromium.org2009-08-281-2/+2
* Fix a ton of compiler warnings.estade@chromium.org2009-08-281-2/+2
* More refactoring for WebPlugin.darin@chromium.org2009-08-271-11/+5
* More removal of WebCore usage from webplugin_impl.ccdarin@chromium.org2009-08-211-1/+1
* Another attempt at landing this patch.ananta@chromium.org2009-08-041-4/+2
* Reverting 22041 as it caused plugin crashes in reliability test runs.ananta@chromium.org2009-07-301-2/+4
* Another attempt at landing this patch. ananta@chromium.org2009-07-301-4/+2
* Continue eliminating direct NPN_ function calls that go from Chromium code to...jorlow@chromium.org2009-07-301-1/+3
* Revert r21548 and r21559 due to crash spike.huanr@chromium.org2009-07-251-2/+4
* The IPCs for carrying data requested by plugins have been changed from synchr...ananta@chromium.org2009-07-241-4/+2
* Wire up windowless plugins. Mostly Mac related, some crossamanda@chromium.org2009-07-111-3/+3
* Start using WebCursorInfo from the WebKit API. WebCursorInfo is adarin@google.com2009-07-081-1/+6