summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/webplugin_delegate_proxy.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Coverity: Initialize instance_id_ in the constructor.jhawkins@chromium.org2009-09-221-0/+1
* Fix regression of transparent plugins not displaying correctly.jam@chromium.org2009-09-101-3/+3
* Remove unused ATL headers.jhawkins@chromium.org2009-09-091-12/+9
* Take out the activex control.BUG=20259jam@chromium.org2009-09-081-3/+1
* This changelist fixes some issues with the NPAPI WMP plugin work in Chrome. ...jam@chromium.org2009-09-041-58/+39
* Eliminate remaining WebCore dependencies from webplugin_impl.ccdarin@chromium.org2009-09-021-11/+33
* Replace the RenderProcessHost.PID function that returns the OS-generatedbrettw@chromium.org2009-08-311-3/+2
* Revert "Fix a ton of compiler warnings."tony@chromium.org2009-08-281-6/+6
* Fix a ton of compiler warnings.estade@chromium.org2009-08-281-6/+6
* More refactoring for WebPlugin.darin@chromium.org2009-08-271-11/+6
* Implement WebPluginDelegateProxy::BackgroundChanged for Mac.stuartmorgan@chromium.org2009-08-261-33/+71
* linux: new socket/plug code for windowed pluginspiman@chromium.org2009-08-251-20/+9
* More removal of WebCore usage from webplugin_impl.ccdarin@chromium.org2009-08-211-4/+4
* linux: implement WebPluginDelegateProxy::BackgroundChangedpiman@chromium.org2009-08-141-5/+51
* linux/mac: Fix race condition when destroying the renderer<->plugin channelpiman@chromium.org2009-08-111-0/+8
* Add some helper methods for constructing a WebCString from UTF16 input,darin@chromium.org2009-08-111-1/+1
* Switch to WebFrame from the WebKit API.darin@chromium.org2009-08-101-2/+2
* When the plugin crashes, cleanup references to its window in the renderer.piman@chromium.org2009-08-061-1/+9
* Another attempt at landing this patch.ananta@chromium.org2009-08-041-4/+9
* Replace WebPluginDelegateProxy::BackgroundChanged NOTIMPLEMENTED with a bug c...stuartmorgan@google.com2009-07-311-2/+5
* Fix Mac plugin background snapshotsstuartmorgan@google.com2009-07-311-0/+5
* Reverting 22041 as it caused plugin crashes in reliability test runs.ananta@chromium.org2009-07-301-2/+4
* Fix the sad tab so that it draws right-side-up on the Macstuartmorgan@google.com2009-07-301-0/+5
* Another attempt at landing this patch. ananta@chromium.org2009-07-301-4/+2
* linux: fix plugins crash: 0 is a valid shm handle.piman@chromium.org2009-07-301-3/+3