summaryrefslogtreecommitdiffstats
path: root/webkit/glue/plugins/plugin_host.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Rework painting to be something that will actually work. This allows plugins tobrettw@chromium.org2009-11-111-3/+8
* Implement the Cocoa event model for Mac NPAPI. This is a first cut for theamanda@chromium.org2009-11-061-2/+3
* Add the plumbing and test code for plugins opening files from the sandbox. Thisbrettw@chromium.org2009-11-031-1/+10
* To facilitate apatrick's work on the 3D renderer for Pepper,sehr@google.com2009-10-311-0/+1
* Make Pepper NPN variable return a pointer to an allocatedsehr@google.com2009-10-271-12/+17
* Implemented NPN_ScheduleTimer and NPN_UnscheduleTimer.apatrick@google.com2009-10-261-0/+18
* Moved Pepper delegate definition to chrome\renderer to allow it to usesehr@google.com2009-10-171-26/+14
* Re-land http://codereview.chromium.org/211031 with a bug openedamanda@chromium.org2009-10-131-9/+49
* First version of pepper api implementation:sehr@google.com2009-10-121-1/+67
* Implement NPN_GetValueForURL and NPN_SetValueForURL and add a stub for NPN_Ge...jam@chromium.org2009-10-071-15/+109
* Reverting 26724. Caused a couple layout tests to hang.amanda@chromium.org2009-09-211-32/+4
* Remove the temporary Mac plugin whitelist.amanda@chromium.org2009-09-211-4/+32
* Remove all direct calls to NPN_ functions in WebCore. The replacement for th...jorlow@chromium.org2009-08-111-26/+28
* None of these files need to include config.h any longer...so remove it.jorlow@chromium.org2009-07-231-2/+0
* linux: add windowless plugin plumbingpiman@google.com2009-07-221-2/+0
* Wire up windowless plugins. Mostly Mac related, some crossamanda@chromium.org2009-07-111-12/+12
* linux plugins: eliminate GtkWidget* from plugin processevan@chromium.org2009-06-261-1/+1
* Revert all of my patches from today.evan@chromium.org2009-06-261-1/+1
* linux plugins: eliminate GtkWidget* from plugin processevan@chromium.org2009-06-261-1/+1
* Add events to windowless plugins on linux. This CL also refactors the eventevan@chromium.org2009-05-221-13/+2
* Chrome side of using WebPluginListBuilder.darin@chromium.org2009-04-241-1/+1
* Switching things to FilePath:phajdan.jr@chromium.org2009-04-071-1/+3