summaryrefslogtreecommitdiffstats
path: root/chrome/plugin/webplugin_proxy.cc
Commit message (Expand)AuthorAgeFilesLines
* Remove references to off the record from PluginChannel. Contributed by vipul....jam@chromium.org2011-03-101-1/+1
* Change includes of gfx/* to ui/gfx/*sail@chromium.org2011-02-051-3/+3
* Cross-platform CL to remove app/win/win_util.h&cc and related work.msw@chromium.org2011-02-031-4/+4
* Update Mac plugin IME handling to match updated specstuartmorgan@chromium.org2011-01-211-2/+7
* Move a bunch of random other files to src/ui/baseben@chromium.org2011-01-201-8/+7
* Roll WebKit DEPS past WebKit move. Update gyp files and include paths to ref...abarth@chromium.org2011-01-171-1/+1
* Move base/mac_util.h to base/mac and use the base::mac namespace.brettw@chromium.org2011-01-011-3/+3
* Move app/win_util to app/win and fix the namespace usage.brettw@google.com2010-12-311-14/+12
* Re-land earlier patch that moves the NPAPI implementation from webkit/glue/pl...brettw@chromium.org2010-12-211-4/+6
* Revert "Move the NPAPI files from webkit/glue/plugins to webkit/plugins/npapi"chase@chromium.org2010-12-211-6/+4
* Revert "Revert 69755 - Move the NPAPI files from webkit/glue/plugins to webki...chase@chromium.org2010-12-201-4/+6
* Revert 69755 - Move the NPAPI files from webkit/glue/plugins to webkit/plugin...brettw@chromium.org2010-12-201-6/+4
* Move the NPAPI files from webkit/glue/plugins to webkit/plugins/npapi and putbrettw@chromium.org2010-12-201-4/+6
* Make members of Singleton<T> private and only visible to the singleton type. ...satish@chromium.org2010-12-141-7/+5
* Revert 68932 - Make members of Singleton<T> private and only visible to the s...satish@chromium.org2010-12-111-5/+7
* Make members of Singleton<T> private and only visible to the singleton type. ...satish@chromium.org2010-12-111-7/+5
* Add the "virtual" keyword on method overrides that are missing it.erg@google.com2010-12-081-0/+4
* Implement NPAPI HTTP Redirect handling. This basically supports the NPAPI URL...ananta@chromium.org2010-11-231-1/+8
* Let every "accelerated IO surface swapped" message have an identifier of the ...thakis@chromium.org2010-10-281-2/+3
* Revert 63232 - On Windows, create a new TransportDIB::Handle struct which inc...kkania@chromium.org2010-10-201-40/+71
* On Windows, create a new TransportDIB::Handle struct which includes the filekkania@chromium.org2010-10-201-71/+40
* Move scoped_cftyperef from base to base/mac, use the new namespace, and name itbrettw@chromium.org2010-10-171-3/+5
* Implement IME for Mac plugins using the Cocoa event model on 10.6stuartmorgan@chromium.org2010-10-151-0/+8
* Revert 61608 - On Windows, create a new TransportDIB::Handle struct which inc...satish@chromium.org2010-10-061-37/+71
* On Windows, create a new TransportDIB::Handle struct which includes the filekkania@chromium.org2010-10-061-71/+37
* Enable the invalidating Core Animation plugin drawing model on 10.5stuartmorgan@chromium.org2010-10-011-4/+40
* If SHM pixmaps support is available, for example, Intel drivers now support thatpiman@chromium.org2010-08-051-0/+49
* Fix a bug in NPDrawingModelInvalidatingCoreAnimation, and make it more efficientstuartmorgan@chromium.org2010-06-031-3/+6
* Implement support for NPDrawingModelInvalidatingCoreAnimation in Mac pluginsstuartmorgan@chromium.org2010-06-031-0/+2
* Made Pepper 3D plugins' output opaque on Mac OS X by filling thekbr@google.com2010-04-151-2/+2
* Fix offscren invalidation in windowless pluginsstuartmorgan@chromium.org2010-04-141-3/+3
* Improve plugin performance on the Macstuartmorgan@chromium.org2010-04-141-2/+5
* Remove the use of the background transport for transparent Mac plugins.stuartmorgan@chromium.org2010-04-121-5/+3
* Move app/gfx/canvas and app/gfx/font to gfx/.ben@chromium.org2010-03-231-1/+1
* Move more files to toplevel gfx.ben@chromium.org2010-03-191-1/+3
* Move some more files to toplevel gfx dir.ben@chromium.org2010-03-171-1/+1
* Rename uses of GPUPlugin in class names and IPC to AcceleratedSurface.pinkerton@chromium.org2010-03-121-4/+3
* Implement the CoreAnimation drawing model for plug-ins, sharing IPC and some ...pinkerton@chromium.org2010-03-101-0/+22
* Revert 41158 - Implement the CoreAnimation drawing model for plugins, sharing...pinkerton@chromium.org2010-03-101-22/+0
* Implement the CoreAnimation drawing model for plug-ins, sharing IPC and some ...pinkerton@chromium.org2010-03-101-0/+22
* BSD ifdefs, etc. necessary for chrome/pvalchev@google.com2010-03-091-34/+34
* Make plugin buffer changes robust against synchronous plugin call nestingstuartmorgan@chromium.org2010-03-061-23/+31
* Mac Plugin context handling cleanupstuartmorgan@chromium.org2010-03-051-1/+9
* Fix formatting nits.wtc@chromium.org2010-02-271-1/+1
* 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