Changes

Jump to: navigation, search

Features/Platform/Chrome-only Plugins

1,639 bytes added, 18:16, 14 November 2011
Feature page
{{FeatureStatus
|Feature name=Chrome-only plugins
|Feature stage=Draft
|Feature health=OK
}}
{{FeatureTeam}}
{{FeaturePageBody
|Feature overview=Currently when an extension ships an NPAPI plugin, it is automatically available to web content. This feature would make it possible for extension to ship plugins which are only available to chrome, or in the case of SDK-based addons, only available to that particular addon.
|Feature users and use cases=Extension authors are the primary target for this feature. This mirrors a feature provided by Google Chrome and provides a way for extensions to interact with native code which can be easier to use than ctypes and make use of existing plugin-development frameworks.
|Feature functional spec=Instead of automatically installing all plugins from the plugins/ subdirectory of addons, require plugins to mentioned in the addons manifest file. Then registration modifiers can be used to modify the scope of plugin installation.

The chrome.manifest format would gain the following additional directive:

plugin <path-to-pluginDLL>

Plugins would be "chrome-private" by default. To make a plugin accessible to web content, use the modifier:

plugin <path-to-pluginDLL> public=true

Whether and how we can restrict plugins to particular jetpack addons is still TBD.
}}
{{FeatureInfo
|Feature priority=Unprioritized
|Feature roadmap=Add-ons
|Feature secondary roadmap=Plugin Interactions
|Feature list=Desktop
|Feature engineering team=Plugins
}}
{{FeatureTeamStatus}}
See http://code.google.com/chrome/extensions/npapi.html for the equivalent Google Chrome feature/information.

{{bug|702132}}.
Confirm, emeritus
1,217
edits

Navigation menu