summaryrefslogtreecommitdiffstats
path: root/chrome/common/pepper_plugin_registry.cc
Commit message (Expand)AuthorAgeFilesLines
* Fix out-of-process pepper plugins when sandbox is on.piman@google.com2011-04-011-1/+1
* Default Pepper Flash to running out-of-process, with a command-line option tobrettw@chromium.org2011-03-311-1/+5
* Hook up the sad plugin painting and the crashed plugin infobars forbrettw@chromium.org2011-03-191-1/+1
* Ensure that PP_Instance values are unique within a plugin process in additionbrettw@chromium.org2011-03-101-0/+17
* Pepper/Flash: Add command line args specifically for Pepper Flash.viettrungluu@chromium.org2011-03-081-3/+54
* Pepper: Store file extensions and description on a per-mime-type basis.viettrungluu@chromium.org2011-03-081-12/+19
* Fix enable/disable of the Chrome Pepper Nacl plug-in. On Linux, the Zygote lo...bbudge@google.com2011-03-031-19/+14
* Don't use crashed plugins when instantiating new ones. Before, when a pluginbrettw@chromium.org2011-02-271-3/+6
* Add ability to pass version for pepper pluginspiman@google.com2011-02-161-2/+6
* Revert all the reverts and partial re-lands of r73427. Fix the startup perf r...brettw@google.com2011-02-061-95/+77
* Add check for NaCl being enabled which got lost in my refactoring of thebrettw@chromium.org2011-02-061-1/+2
* Part 3 of re-landing r73427. This moves the built-in plugin computation to a ...brettw@google.com2011-02-061-93/+84
* Re-land more changes from r73427 where we set the name for each module in the...brettw@google.com2011-02-051-18/+18
* Fix the build, previous patch had a typo.brettw@chromium.org2011-02-051-1/+1
* Re-land part of r73427 where the plugin info and internal plugin info are uni...brettw@google.com2011-02-051-25/+13
* Revert 73427 (set the name of the PPAPI plugin correcetly) and 73916 (minor b...brettw@google.com2011-02-051-134/+173
* Remove double-initialization for plugin modules.brettw@google.com2011-02-051-2/+0
* ifdef out kRemotingPluginMimeType to fix Chromium Linux Redux build.johnme@google.com2011-02-031-0/+2
* Set the name of the PPAPI plugin properly when running out of process. Thisbrettw@chromium.org2011-02-021-177/+138
* Remove the internal-nacl flag.sehr@google.com2011-02-011-7/+2
* Fix pepper plugin description regressionpiman@google.com2011-01-261-1/+3
* Make PP_Resources associated with the Instance rather than the module. Thisbrettw@chromium.org2011-01-151-1/+3
* Adds the x-nacl to the MIME types recognized by the Pepper NaCl plug-in. Anot...bbudge@google.com2011-01-111-1/+7
* Re-use existing out-of-process plugins if one is already loaded. Otherwisebrettw@chromium.org2011-01-041-9/+40
* Move the Pepper implementation from webkit/glue/plugins/pepper_* tobrettw@chromium.org2010-12-161-3/+3
* Update pepper registry of internal plugins.abarth@chromium.org2010-12-151-0/+29
* Make webkit/glue/plugins no longer depend on ppapi/proxy directly. This causesbrettw@chromium.org2010-12-081-5/+4
* Revert 68482 - Make webkit/glue/plugins no longer depend on ppapi/proxy direc...brettw@chromium.org2010-12-071-4/+5
* Make webkit/glue/plugins no longer depend on ppapi/proxy directly. This causesbrettw@chromium.org2010-12-071-5/+4
* Pepper: leak the plugin registryevan@chromium.org2010-12-021-2/+6
* Mac: Let out-of-process tests run in bundled mode for their whole lifetime.thakis@chromium.org2010-11-151-1/+1
* Implement a new process type for running PPAPI plugins. The process itself isbrettw@chromium.org2010-11-101-2/+25
* Support sync file io for pepper, to support LSOspiman@chromium.org2010-10-191-0/+2
* base: Move SplitString functions into the base namespace and update the callers.tfarina@chromium.org2010-10-141-3/+3
* Fix bug with enabling/disabling the pdf plugin, related to plugin grouping work.jam@chromium.org2010-10-071-4/+10
* FBTF: Continue fixing nits found by my automated source scanner.erg@google.com2010-10-051-0/+4
* base: Finish moving the SplitString functions from string_util.h to string_sp...tfarina@chromium.org2010-09-241-0/+1
* Fix "missing plugin" error in linux chrome.gene@chromium.org2010-08-111-14/+13
* pepper: don't warn if PDF plugin is unavailableevan@chromium.org2010-08-101-4/+12
* Remove GetSwitchValue() from chrome/* where easy.evan@chromium.org2010-08-061-9/+17
* Rename --enable-chromoting to --enable-remotinghclam@chromium.org2010-08-051-1/+1
* Fix for pdf plugin not loaded in the linux sandbox.gene@chromium.org2010-08-041-2/+4
* Revert "Remove GetSwitchValue() from chrome/* where easy."evan@chromium.org2010-08-041-14/+9
* Remove GetSwitchValue() from chrome/* where easy.evan@chromium.org2010-08-041-9/+14
* Linux: bit hacky way to ensure Pepper plugins get loaded by zygote.viettrungluu@chromium.org2010-07-281-0/+22
* Add the ability to specify the name and description for a pepper plugin loadedbrettw@chromium.org2010-07-161-2/+11
* Load Pepper v2 internal pdf plugin.jam@chromium.org2010-07-161-3/+0
* Don't add the pdf plugin to pepper_plugin_registry yet. This avoids it showi...jam@chromium.org2010-07-131-0/+3
* Put Chromoting plugin behind a flag.ajwong@chromium.org2010-07-071-10/+13
* Allow Pepper plugins to make requests with relative urls. Also allow bundled...jam@chromium.org2010-07-021-0/+2