summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/webplugin_delegate_proxy.cc
Commit message (Expand)AuthorAgeFilesLines
* The move networks plugin installer on windows registers itself in HKCU\Softwa...ananta@chromium.org2010-03-241-4/+26
* Add a temporary flag to enable Core Animation mode for Flash (when possible)stuartmorgan@chromium.org2010-03-231-5/+36
* Move app/gfx/canvas and app/gfx/font to gfx/.ben@chromium.org2010-03-231-1/+1
* Fix the initial draw handing of Core Animation pluginsstuartmorgan@chromium.org2010-03-181-5/+10
* Move some more files to toplevel gfx dir.ben@chromium.org2010-03-171-2/+2
* Move base/gfx contents to gfx/ben@chromium.org2010-03-141-1/+1
* Rename uses of GPUPlugin in class names and IPC to AcceleratedSurface.pinkerton@chromium.org2010-03-121-22/+22
* Make sure Core Animation plugins get initial geometrystuartmorgan@chromium.org2010-03-111-0/+12
* Implement the CoreAnimation drawing model for plug-ins, sharing IPC and some ...pinkerton@chromium.org2010-03-101-7/+22
* Revert 41158 - Implement the CoreAnimation drawing model for plugins, sharing...pinkerton@chromium.org2010-03-101-22/+7
* Implement the CoreAnimation drawing model for plug-ins, sharing IPC and some ...pinkerton@chromium.org2010-03-101-7/+22
* BSD ifdefs, etc. necessary for chrome/pvalchev@google.com2010-03-091-2/+2
* Added support for opening a GPU command buffer from a renderer processes thro...apatrick@chromium.org2010-03-051-1/+14
* Fix transparent Silverlight plugins.jam@chromium.org2010-02-241-2/+8
* Add 3D support for the Mac on Leopard (OS X 10.5) and earlier. This CL usesdspringer@google.com2010-02-231-5/+36
* Make SharedMemory use uint32 instead of size_t. This removes the remaining s...jam@chromium.org2010-02-161-1/+1
* Ensure we aren't using stale invalidation rects for windowless pluginsstuartmorgan@chromium.org2010-02-111-2/+7
* Send window frame information to Mac plugins via IPCstuartmorgan@chromium.org2010-02-081-5/+33
* Bug 34167: GPU plugins' output initially placed incorrectly on pagekbr@google.com2010-02-051-0/+4
* [GPU] Get GPU process running on the mackbr@google.com2010-02-031-0/+46
* Hide plugins in minimized/hidden windows on the Macstuartmorgan@chromium.org2010-02-021-1/+2
* Add tab switch notification to the Mac plugin plumbing.stuartmorgan@chromium.org2010-02-011-1/+17
* Propagate window focus changes to plugins on the Macstuartmorgan@chromium.org2010-02-011-0/+14
* Fix passing pointers between processes.jam@chromium.org2010-01-291-51/+41
* The renderer and plugin processes can send over raw NPObjects valid in the ot...ananta@chromium.org2010-01-201-3/+26
* Wave upload operations performed within ChromeFrame would cause the Wave appl...ananta@chromium.org2010-01-131-0/+1
* plugins: limit maximum window sizeevan@chromium.org2009-12-281-0/+10
* Added Pepper 3D device that instantiates the GPU plugin and sends GLES2 comma...apatrick@google.com2009-12-221-1/+1
* Added CommandBufferProxy, CommandBufferStub. Replaced NPAPI with IPC for sync...apatrick@google.com2009-12-121-0/+15
* Avoid including gtk & glib headers in message_pump_glib.h, saves 1 sec on do-...mattm@chromium.org2009-12-041-0/+4
* Send resource load notifications from plugins to devtools agent. This is a pa...yurys@chromium.org2009-12-031-5/+6
* Add acknowledgement messages for PluginMsg_UpdateGeometry. On the Mac, usemark@chromium.org2009-11-301-9/+73
* Duplicating the SetActiveURL() change from the renderer to the plugin process...jschuh@chromium.org2009-11-141-1/+1
* Upstreaming WebKit.gypyaar@chromium.org2009-11-121-7/+7
* A large number of style nits in preparation for turning on automated cpplint.py.erg@google.com2009-11-111-2/+3
* Fix partial updates of transparent plugin backgrounds on Macstuartmorgan@chromium.org2009-11-101-5/+8
* Avoid a CHECK when the modal_loop_pump_messages_event handle comes in as NULL...jam@chromium.org2009-11-021-0/+5
* Try to force plugins to use software rendering until we can supportamanda@chromium.org2009-10-291-0/+10
* Push the native canvas into the plugin implementation. On Windows, this meansbrettw@chromium.org2009-10-231-17/+37
* Fix renderer hang if plugin process crashes while initializing a plugin.jam@chromium.org2009-10-221-9/+17
* Delete glue/webview{_delegate}.hdarin@chromium.org2009-10-191-3/+4
* Turn NULL used as int to 0.phajdan.jr@chromium.org2009-10-131-6/+6
* Move native_widget_types and gtk_native_view_id_manager from base/gfx tobrettw@chromium.org2009-10-111-1/+1
* Move classes depending on Skia out of base/gfx and into app/gfx. Renamebrettw@chromium.org2009-10-071-1/+1
* Fix scripting during NPP_Destroy. Note that if the plugin is making a call t...jam@chromium.org2009-10-061-26/+21
* Move various methods from glue/webview.h to api/public/WebView.h darin@chromium.org2009-10-011-1/+1
* Revert 27705 - Move various methods from glue/webview.h to api/public/WebView.hmal@chromium.org2009-10-011-1/+1
* Move various methods from glue/webview.h to api/public/WebView.hdarin@chromium.org2009-10-011-1/+1
* Hook up webkit/api/public/WebView.hdarin@chromium.org2009-09-301-3/+3
* Get rid of the need for cross process events in order to get plugin processes...jam@chromium.org2009-09-291-9/+3