summaryrefslogtreecommitdiffstats
path: root/webkit/glue/plugins/plugin_instance.cc
Commit message (Expand)AuthorAgeFilesLines
* Re-land earlier patch that moves the NPAPI implementation from webkit/glue/pl...brettw@chromium.org2010-12-211-680/+0
* Revert "Move the NPAPI files from webkit/glue/plugins to webkit/plugins/npapi"chase@chromium.org2010-12-211-0/+680
* Move the NPAPI files from webkit/glue/plugins to webkit/plugins/npapi and putbrettw@chromium.org2010-12-201-680/+0
* Implement NPAPI HTTP Redirect handling. This basically supports the NPAPI URL...ananta@chromium.org2010-11-231-2/+37
* Add PluginDataRemover.bauerb@chromium.org2010-11-181-0/+8
* Reland r65152 with mac and linux fix.apatrick@chromium.org2010-11-061-0/+5
* Revert 65152 - Integrated Pepper3D v2 with the accelerated compositor.apatrick@chromium.org2010-11-051-5/+0
* Integrated Pepper3D v2 with the accelerated compositor.apatrick@chromium.org2010-11-051-0/+5
* Convert implicit scoped_refptr constructor calls to explicit ones, part 2thakis@chromium.org2010-11-021-1/+1
* Move the number conversions from string_util to a new file.brettw@chromium.org2010-07-301-8/+8
* Fix NULL vs 0 problems which break the build with -Werror using GCC 4.5evan@chromium.org2010-05-061-2/+2
* Enable -Werror on Linux and Win for src/webkit/tony@chromium.org2010-04-211-1/+1
* Move plugin-related files in webkit/glue to webkit/glue/plugins to make thembrettw@chromium.org2010-03-311-2/+2
* Reland r40855 with chromeos fix.jhawkins@chromium.org2010-03-071-0/+1
* Revert 40855 - webkit/glue: string_util.h > utf_string_conversions.h fix.bradnelson@google.com2010-03-071-1/+0
* webkit/glue: string_util.h -> utf_string_conversions.h fix.jhawkins@chromium.org2010-03-071-0/+1
* Fix some issues with compiling Mac plugin code with deprecation defines setstuartmorgan@chromium.org2010-02-161-2/+10
* Finish implementing NPN_ConvertPoint, and add a unit test for itstuartmorgan@chromium.org2010-02-091-16/+20
* Fix regression in NPN_PluginThreadAsyncCall.jam@chromium.org2010-02-021-1/+3
* Fix passing pointers between processes.jam@chromium.org2010-01-291-40/+88
* 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-0/+8
* Partial implementation of NPN_ConvertPointstuartmorgan@chromium.org2010-01-071-0/+70
* Send resource load notifications from plugins to devtools agent. This is a pa...yurys@chromium.org2009-12-031-1/+1
* Do not touch a NPStream object when it is already destructed.yusukes@google.com2009-11-021-2/+1
* Ensure that NPN_PluginThreadAsyncCall callbacks are not invoked after NPP_Des...apatrick@google.com2009-10-301-1/+3
* Implemented NPN_ScheduleTimer and NPN_UnscheduleTimer.apatrick@google.com2009-10-261-14/+73
* Moved Pepper delegate definition to chrome\renderer to allow it to usesehr@google.com2009-10-171-24/+1
* Re-land http://codereview.chromium.org/211031 with a bug openedamanda@chromium.org2009-10-131-0/+4
* First version of pepper api implementation:sehr@google.com2009-10-121-25/+30
* Implement NPN_GetValueForURL and NPN_SetValueForURL and add a stub for NPN_Ge...jam@chromium.org2009-10-071-45/+0
* Reverting 26724. Caused a couple layout tests to hang.amanda@chromium.org2009-09-211-4/+0
* Remove the temporary Mac plugin whitelist.amanda@chromium.org2009-09-211-0/+4
* More refactoring for WebPlugin.darin@chromium.org2009-08-271-19/+7
* linux/mac: implement NPN_ThreadAsyncCallpiman@chromium.org2009-08-241-1/+1
* More removal of WebCore usage from webplugin_impl.ccdarin@chromium.org2009-08-211-12/+7
* Another attempt at landing this patch.ananta@chromium.org2009-08-041-3/+1
* Reverting 22041 as it caused plugin crashes in reliability test runs.ananta@chromium.org2009-07-301-1/+3
* Another attempt at landing this patch. ananta@chromium.org2009-07-301-3/+1
* Revert r21548 and r21559 due to crash spike.huanr@chromium.org2009-07-251-1/+3
* The IPCs for carrying data requested by plugins have been changed from synchr...ananta@chromium.org2009-07-241-3/+1
* None of these files need to include config.h any longer...so remove it.jorlow@chromium.org2009-07-231-2/+0
* Add events to windowless plugins on linux. This CL also refactors the eventevan@chromium.org2009-05-221-6/+1
* Port plugin messages.jam@chromium.org2009-04-011-5/+6
* Basic windowless plugins, try 2.evan@chromium.org2009-03-131-0/+11
* NO CODE CHANGEdeanm@chromium.org2009-03-111-1/+0
* Don't call AddStream twice for manual responses.jam@chromium.org2009-03-041-1/+0
* New implementations of core plugin libraries.avi@google.com2009-01-151-0/+2
* Update PluginInstance to use the newer TLS APIs. This also removes a static ...deanm@chromium.org2009-01-131-11/+11
* Handle HTTP 200 responses received in response to byte range requests issued ...ananta@chromium.org2008-12-171-1/+1