summaryrefslogtreecommitdiffstats
path: root/webkit/glue/plugins/plugin_host.cc
Commit message (Expand)AuthorAgeFilesLines
* Removing TODO for implementing plugin redirect handling. ananta@chromium.org2010-11-231-1/+0
* Implement NPAPI HTTP Redirect handling. This basically supports the NPAPI URL...ananta@chromium.org2010-11-231-1/+7
* Sync to r31 of npapi-headersstuartmorgan@chromium.org2010-11-151-0/+17
* Fix windows compile warning.tony@chromium.org2010-11-081-1/+1
* Implement NPN_reloadPlugins.tony@chromium.org2010-11-081-5/+5
* Remove some DCHECK/NOTREACHED from plugin_host.cc that can be hit by valid codejamesr@chromium.org2010-11-051-3/+0
* Convert implicit scoped_refptr constructor calls to explicit ones, part 1thakis@chromium.org2010-11-011-24/+24
* Convert LOG(INFO) to VLOG(1) - webkit/.pkasting@chromium.org2010-10-191-12/+12
* Enable the invalidating Core Animation plugin drawing model on 10.5stuartmorgan@chromium.org2010-10-011-9/+12
* Moving file_util::FileInfo to base::PlatformFileInfo, and adding thedumi@chromium.org2010-09-031-1/+1
* Add #include utf_string_conversions.h to all files that use ASCIIToWide andbrettw@chromium.org2010-08-031-0/+1
* Move default_plugin from webkit/ to chrome/thakis@chromium.org2010-07-071-1/+1
* Revert 51681 - Move default_plugin out of webkit.thakis@chromium.org2010-07-071-1/+1
* Move default_plugin out of webkit.thakis@chromium.org2010-07-071-1/+1
* Linux: Blind fix for npwrapper crashes.thestig@chromium.org2010-06-301-1/+6
* Convert WebPluginInfo from wstring to string16stuartmorgan@chromium.org2010-06-231-2/+2
* Spoof as Safari when running Silverlight 4 on the Macstuartmorgan@chromium.org2010-06-211-6/+19
* Revert 50360 - Spoof as Safari when running Silverlight 4 on the Macstuartmorgan@chromium.org2010-06-211-17/+6
* Spoof as Safari when running Silverlight 4 on the Macstuartmorgan@chromium.org2010-06-211-6/+17
* Implement support for NPDrawingModelInvalidatingCoreAnimation in Mac pluginsstuartmorgan@chromium.org2010-06-031-2/+6
* Fix a bunch more type changes as part of the npapi.h mergingstuartmorgan@chromium.org2010-06-021-8/+8
* Linux: fix compilation error with gcc 4.5.craig.schlenter@chromium.org2010-05-111-1/+1
* Move NPAPI to C99 typesstuartmorgan@chromium.org2010-05-051-15/+15
* Remove the wstring versions of GetFileInfo, GetFileSize, GetTempDir.evan@chromium.org2010-04-211-6/+5
* Enable -Werror on Linux and Win for src/webkit/tony@chromium.org2010-04-211-2/+2
* Replace the NOTIMPLEMENTED() in NPN_ForceRedraw with a commentstuartmorgan@chromium.org2010-04-011-14/+2
* Move plugin-related files in webkit/glue to webkit/glue/plugins to make thembrettw@chromium.org2010-03-311-3/+3
* Fix CoreGraphics and Core Animation drawing for QuickTime pluginstuartmorgan@chromium.org2010-03-301-10/+1
* Move Mac plugin event conversion into helper classesstuartmorgan@chromium.org2010-03-291-3/+3
* Enable the Core Animation NPAPI drawing mode on 10.6 (except for QuickTime)stuartmorgan@chromium.org2010-03-221-6/+10
* Implement the CoreAnimation drawing model for plug-ins, sharing IPC and some ...pinkerton@chromium.org2010-03-101-7/+35
* Revert 41158 - Implement the CoreAnimation drawing model for plugins, sharing...pinkerton@chromium.org2010-03-101-35/+7
* Implement the CoreAnimation drawing model for plug-ins, sharing IPC and some ...pinkerton@chromium.org2010-03-101-7/+35
* Fix some issues with compiling Mac plugin code with deprecation defines setstuartmorgan@chromium.org2010-02-161-0/+6
* Fix passing pointers between processes.jam@chromium.org2010-01-291-21/+6
* Remove unnecessary references to webkit/glue/glue_util.h indarin@chromium.org2010-01-131-1/+0
* Add support for NPN_PopUpContextMenu on Macstuartmorgan@chromium.org2010-01-081-1/+8
* Partial implementation of NPN_ConvertPointstuartmorgan@chromium.org2010-01-071-7/+8
* bsds: views/ and webkit/ support for FreeBSD/OpenBSDevan@chromium.org2009-12-311-6/+3
* Re-enable the build of Pepper support by default (issue 464074, svn revision ...sehr@google.com2009-12-101-3/+4
* Revert 34161 - Enable Pepper support by default, including building the test ...sehr@google.com2009-12-091-9/+5
* Enable Pepper support by default, including building the test plugin.sehr@google.com2009-12-091-5/+9
* Refactor the pepper API implementation to make it more scalable as we add morebrettw@chromium.org2009-12-071-435/+284
* Add stubs for NPN_PopUpContextMenu and NPN_ConvertPointstuartmorgan@chromium.org2009-12-051-0/+19
* Update the Pepper APIs to the latest spec for the 2D demo plugin.brettw@chromium.org2009-12-011-34/+93
* Revert 32398 - Re-enable Cocoa event model for pluginsstuartmorgan@chromium.org2009-11-181-2/+3
* Remove plugin Cocoa event model temporarilystuartmorgan@chromium.org2009-11-181-3/+2
* Rename policy_url to first_party_for_cookies in cookie-related code.wtc@chromium.org2009-11-181-1/+2
* Add support for Mac NPAPI drawing model negotiation, along with a stubamanda@chromium.org2009-11-161-2/+2
* Upstreaming WebKit.gypyaar@chromium.org2009-11-121-1/+1