summaryrefslogtreecommitdiffstats
path: root/chrome/plugin/webplugin_delegate_stub.cc
Commit message (Expand)AuthorAgeFilesLines
* Update Mac plugin IME handling to match updated specstuartmorgan@chromium.org2011-01-211-4/+4
* Roll WebKit DEPS past WebKit move. Update gyp files and include paths to ref...abarth@chromium.org2011-01-171-2/+2
* Make IPC::Channel::Listener:OnMessageReceived have a return value indicating ...jam@chromium.org2010-12-241-2/+6
* Re-land earlier patch that moves the NPAPI implementation from webkit/glue/pl...brettw@chromium.org2010-12-211-8/+11
* Revert "Move the NPAPI files from webkit/glue/plugins to webkit/plugins/npapi"chase@chromium.org2010-12-211-11/+8
* Revert "Revert 69755 - Move the NPAPI files from webkit/glue/plugins to webki...chase@chromium.org2010-12-201-8/+11
* Revert 69755 - Move the NPAPI files from webkit/glue/plugins to webkit/plugin...brettw@chromium.org2010-12-201-11/+8
* Move the NPAPI files from webkit/glue/plugins to webkit/plugins/npapi and putbrettw@chromium.org2010-12-201-8/+11
* Implement NPAPI HTTP Redirect handling. This basically supports the NPAPI URL...ananta@chromium.org2010-11-231-2/+3
* 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