summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/webplugin_delegate_proxy.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Continue eliminating direct NPN_ function calls that go from Chromium code to...jorlow@chromium.org2009-07-301-3/+3
* Update the Mac plugin dummy window code for the new coordinate system.stuartmorgan@google.com2009-07-291-4/+5
* Fix partial plugin invalidate repainting on Mac.stuartmorgan@google.com2009-07-271-1/+16
* Revert r21548 and r21559 due to crash spike.huanr@chromium.org2009-07-251-2/+4
* Refactor blits to be more cross-platform.piman@chromium.org2009-07-241-98/+8
* The IPCs for carrying data requested by plugins have been changed from synchr...ananta@chromium.org2009-07-241-4/+2
* Move parts of npruntime into the WebKit API so it no longer has any dependenc...jorlow@chromium.org2009-07-241-2/+4
* Unrevert 21355 because the revert might be causing thensylvain@chromium.org2009-07-231-3/+2
* Revert 21355 because it might be causing all the newnsylvain@chromium.org2009-07-231-2/+3
* Switch the first thread in a child process to be the main thread, and make th...jam@chromium.org2009-07-231-3/+2
* Split the IPC code into ipc/agl@chromium.org2009-07-221-1/+1
* linux: add windowless plugin plumbingpiman@google.com2009-07-221-15/+42
* Revert r21117 as it caused reliability failures.estade@chromium.org2009-07-211-2/+3
* Switch the first thread in a child process to be the main thread, and make th...jam@chromium.org2009-07-201-3/+2
* Reverting 20516 by re-landing this previous patch.brettw@chromium.org2009-07-171-10/+3
* linux: destroy browser-side plugin windows on plugin crashevan@chromium.org2009-07-151-2/+2
* Reverting 20683.jorlow@chromium.org2009-07-141-2/+2
* linux: destroy browser-side plugin windows on plugin crashevan@chromium.org2009-07-141-2/+2
* Revert previous clipping rect change for Cairo to see if it fixes the build.brettw@chromium.org2009-07-131-3/+10
* linux: don't destroy the cairo_t* returned by beginPlatformPaint().evan@chromium.org2009-07-131-2/+1
* Keep the cairo clipping region in sync with the Skia one.brettw@chromium.org2009-07-131-10/+3
* Wire up windowless plugins. Mostly Mac related, some crossamanda@chromium.org2009-07-111-62/+119
* linux/mac: Fix return status of OpenChannelToPlugin message in case of failurepiman@google.com2009-07-091-0/+7
* mac workaround.evan@chromium.org2009-07-091-2/+2
* linux: implement the sad pluginevan@chromium.org2009-07-091-6/+19