summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/webplugin_delegate_proxy.cc
Commit message (Expand)AuthorAgeFilesLines
* Convert implicit scoped_refptr constructor calls to explicit ones, part 1thakis@chromium.org2010-11-011-2/+2
* Let every "accelerated IO surface swapped" message have an identifier of the ...thakis@chromium.org2010-10-281-2/+2
* Revert 63232 - On Windows, create a new TransportDIB::Handle struct which inc...kkania@chromium.org2010-10-201-2/+1
* On Windows, create a new TransportDIB::Handle struct which includes the filekkania@chromium.org2010-10-201-1/+2
* Fix the initial clipping of accelerated plugins on the Macstuartmorgan@chromium.org2010-10-191-1/+2
* Move scoped_cftyperef from base to base/mac, use the new namespace, and name itbrettw@chromium.org2010-10-171-4/+0
* Implement IME for Mac plugins using the Cocoa event model on 10.6stuartmorgan@chromium.org2010-10-151-0/+19
* This adds a plugin selection policy for selecting which plugin isgspencer@chromium.org2010-10-141-2/+1
* Remove flag to prevert Flash from using Core Animationstuartmorgan@chromium.org2010-10-141-12/+2
* base: Move SplitString functions into the base namespace and update the callers.tfarina@chromium.org2010-10-141-1/+1
* Printing: Standardize on Metafile::Init, removing Emf::CreateFromData in thejhawkins@chromium.org2010-10-071-1/+1
* Update Chrome to use the renamed WebDragData methods.dcheng@chromium.org2010-10-051-2/+2
* base: Finish moving the SplitString functions from string_util.h to string_sp...tfarina@chromium.org2010-09-241-1/+2
* Extend improved windowless plugin focus handling to all platformsstuartmorgan@chromium.org2010-09-181-11/+7
* Revert 59845 - Extend improved windowless plugin focus handling to all platformsstuartmorgan@chromium.org2010-09-171-7/+11
* Extend improved windowless plugin focus handling to all platformsstuartmorgan@chromium.org2010-09-171-11/+7
* Fix initial plugin Mac plugin focus and visibilystuartmorgan@chromium.org2010-09-031-12/+0
* Reapplies all the IPC system work (reverts the revert r56272).erg@google.com2010-08-171-0/+1
* Completely revert all my IPC work to see if this was what regressed the page ...erg@google.com2010-08-171-1/+0
* FBTF: Remove all the easy headers from *_messages.h.erg@google.com2010-08-121-0/+1
* NULL-check the weak RenderView pointer before unregistering plugin delegatesstuartmorgan@chromium.org2010-08-061-1/+2
* Initial port of accelerated compositor to Mac OS X 10.6. Reusedkbr@google.com2010-08-041-1/+1
* Add #include utf_string_conversions.h to all files that use ASCIIToWide andbrettw@chromium.org2010-08-031-0/+1
* Cleanup: Remove unneeded headers from app/thestig@chromium.org2010-07-291-1/+0
* Header cleanup in chrome/renderer/.erg@google.com2010-07-281-0/+2
* Revert 53342 - Switch back to disabling Core Animation for Flash (for branch ...stuartmorgan@chromium.org2010-07-221-5/+5
* Switch back to disabling Core Animation for Flash (for branch merge).stuartmorgan@chromium.org2010-07-221-5/+5
* Linux: Flush cairo surface at end of CanvasPaintLinux.estade@chromium.org2010-07-081-0/+2
* Canvas refactoring part 2.ben@chromium.org2010-06-231-2/+2
* Convert WebPluginInfo from wstring to string16stuartmorgan@chromium.org2010-06-231-3/+3
* Clean up calls like "gfx::Rect(0, 0, size().width(), size().height()".erg@chromium.org2010-05-261-3/+2
* Pull latest ppapi for initial testing support, implement checks so the tests ...brettw@chromium.org2010-05-181-1/+1
* Switch plugin backing store to local memory on non-Windows platformsstuartmorgan@chromium.org2010-05-131-18/+43
* 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-3/+12
* Simplify delayed TransportDIB cleanup in Mac pluginsstuartmorgan@chromium.org2010-05-041-29/+23
* Fix leak of windowless plugin background canvasstuartmorgan@chromium.org2010-05-041-1/+1
* Enable Core Animation for Flash by defaultstuartmorgan@chromium.org2010-05-031-5/+5
* Free old transport DIBs for which no PluginHostMsg_UpdateGeometry_ACK wasmark@chromium.org2010-04-291-0/+12
* Free transport DIBs and associated shared memory when a WebPluginDelegateProxymark@chromium.org2010-04-291-10/+15
* Fix length check in Silverlight background parsingstuartmorgan@chromium.org2010-04-151-1/+1
* Made Pepper 3D plugins' output opaque on Mac OS X by filling thekbr@google.com2010-04-151-5/+5
* Only mark Silverlight instances as transparent if they actually arestuartmorgan@chromium.org2010-04-141-1/+29
* Improve plugin performance on the Macstuartmorgan@chromium.org2010-04-141-7/+21
* Remove the use of the background transport for transparent Mac plugins.stuartmorgan@chromium.org2010-04-121-2/+10
* Fix Pepper2D on the Mac so that it runs in the sandbox. Note that trusteddspringer@google.com2010-04-081-1/+1
* Fix problems with unloading/reloading/updating extensions that contain NPAPImpcomplete@chromium.org2010-04-061-2/+2
* Move plugin-related files in webkit/glue to webkit/glue/plugins to make thembrettw@chromium.org2010-03-311-1/+1
* 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