summaryrefslogtreecommitdiffstats
path: root/chrome/plugin/webplugin_proxy.cc
Commit message (Expand)AuthorAgeFilesLines
* Fix passing pointers between processes.jam@chromium.org2010-01-291-41/+18
* The renderer and plugin processes can send over raw NPObjects valid in the ot...ananta@chromium.org2010-01-201-12/+8
* Send resource load notifications from plugins to devtools agent. This is a pa...yurys@chromium.org2009-12-031-2/+3
* Add acknowledgement messages for PluginMsg_UpdateGeometry. On the Mac, usemark@chromium.org2009-11-301-1/+13
* Rename policy_url to first_party_for_cookies in cookie-related code.wtc@chromium.org2009-11-181-4/+6
* Duplicating the SetActiveURL() change from the renderer to the plugin process...jschuh@chromium.org2009-11-141-1/+1
* Fixes almost all of the rest of lint errors in the chrome/ directory (minus t...erg@google.com2009-11-131-1/+1
* Upstreaming WebKit.gypyaar@chromium.org2009-11-121-1/+1
* Fix partial updates of transparent plugin backgrounds on Macstuartmorgan@chromium.org2009-11-101-1/+4
* Amit, please review everything.ananta@chromium.org2009-11-071-1/+3
* Fix transparent windowless plugin background painting. This would manifestbrettw@chromium.org2009-10-291-17/+18
* Make the web plugin proxy tolerant of windowless bitmap memory mapping failures.brettw@chromium.org2009-10-271-13/+26
* Push the native canvas into the plugin implementation. On Windows, this meansbrettw@chromium.org2009-10-231-102/+50
* Move classes depending on Skia out of base/gfx and into app/gfx. Renamebrettw@chromium.org2009-10-071-5/+2
* Get rid of the need for cross process events in order to get plugin processes...jam@chromium.org2009-09-291-36/+9
* Gears File Drag Dropmichaeln@google.com2009-09-161-3/+3
* This changelist fixes some issues with the NPAPI WMP plugin work in Chrome. ...jam@chromium.org2009-09-041-3/+1
* Adjust color spaces so that Mac Chrome renders colors properly.amanda@chromium.org2009-09-031-4/+5
* Eliminate remaining WebCore dependencies from webplugin_impl.ccdarin@chromium.org2009-09-021-2/+3
* Fix invalidates from off-screen plugins on the Mac.stuartmorgan@chromium.org2009-08-271-2/+12
* linux: new socket/plug code for windowed pluginspiman@chromium.org2009-08-251-51/+1
* Add an UpdateContext call to WebPluginDelegateImpl on the Mac.stuartmorgan@google.com2009-08-131-0/+4
* linux: fix race in TransportDIB passingpiman@chromium.org2009-08-101-1/+7
* linux: fix windowless Flash when scrollingpiman@chromium.org2009-08-071-0/+6
* Another attempt at landing this patch.ananta@chromium.org2009-08-041-1/+7
* Reverting 22041 as it caused plugin crashes in reliability test runs.ananta@chromium.org2009-07-301-3/+1
* linux: add a GtkPlug / GtkSocket pair in the plugin processpiman@chromium.org2009-07-301-4/+48
* Another attempt at landing this patch. ananta@chromium.org2009-07-301-1/+3
* Continue eliminating direct NPN_ function calls that go from Chromium code to...jorlow@chromium.org2009-07-301-2/+5
* Update the Mac plugin dummy window code for the new coordinate system.stuartmorgan@google.com2009-07-291-7/+3
* Fix partial plugin invalidate repainting on Mac.stuartmorgan@google.com2009-07-271-1/+0
* Revert r21548 and r21559 due to crash spike.huanr@chromium.org2009-07-251-3/+1
* Refactor blits to be more cross-platform.piman@chromium.org2009-07-241-6/+5
* The IPCs for carrying data requested by plugins have been changed from synchr...ananta@chromium.org2009-07-241-1/+3
* CPAPI (0.11) for gears drag drop.mpcomplete@chromium.org2009-07-231-1/+7
* linux: add windowless plugin plumbingpiman@google.com2009-07-221-4/+27
* Wire up windowless plugins. Mostly Mac related, some crossamanda@chromium.org2009-07-111-15/+80
* Add the page url to plugin crashes to aid debugging.jam@chromium.org2009-07-081-9/+12
* Revert change 20173 because it breaks the ui_tests, plugin_testsnsylvain@chromium.org2009-07-081-12/+9
* Add the page url to plugin crashes to aid debugging.jam@chromium.org2009-07-081-9/+12
* linux: OOP windowed pluginsevan@chromium.org2009-07-071-12/+13
* Revert "linux: OOP windowed plugins"evan@chromium.org2009-07-061-13/+12
* linux: OOP windowed pluginsevan@chromium.org2009-07-061-12/+13
* linux plugins: eliminate GtkWidget* from plugin processevan@chromium.org2009-06-261-2/+8
* Revert all of my patches from today.evan@chromium.org2009-06-261-8/+2
* linux plugins: eliminate GtkWidget* from plugin processevan@chromium.org2009-06-261-2/+8
* Refactor the PlatformContext layer to have only one class.brettw@chromium.org2009-06-141-1/+1
* Make sure that seekable streams are removed from the list of resource clients...ananta@chromium.org2009-05-231-0/+14
* CPAPI gears drag drop and renderer IPC.michaeln@google.com2009-05-221-0/+52
* ChromeCanvas->gfx::Canvasben@chromium.org2009-05-151-1/+1